/* ============================================================
   STS — Satellite Technology Solutions
   Design system premium · dark space theme
   ============================================================ */

:root {
  --bg: #05080f;
  --bg-2: #080d18;
  --surface: #0b1322;
  --card: rgba(255, 255, 255, 0.028);
  --card-hover: rgba(255, 255, 255, 0.055);
  --stroke: rgba(148, 184, 230, 0.13);
  --stroke-strong: rgba(148, 184, 230, 0.26);
  --text: #e8eef8;
  --muted: #94a3b8;
  --muted-2: #64748b;
  --accent: #38bdf8;
  --accent-2: #6366f1;
  --gold: #f2c14e;
  --gold-soft: rgba(242, 193, 78, 0.12);
  --green: #34d399;
  --grad: linear-gradient(100deg, #38bdf8 0%, #818cf8 55%, #c084fc 100%);
  --grad-soft: linear-gradient(100deg, rgba(56, 189, 248, 0.14), rgba(129, 140, 248, 0.14));
  --radius: 18px;
  --radius-lg: 26px;
  --font-display: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --shadow-card: 0 24px 60px -28px rgba(2, 8, 23, 0.9);
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(56, 189, 248, 0.35); }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.14; letter-spacing: -0.02em; }

.wrap { width: min(var(--maxw), calc(100% - 48px)); margin-inline: auto; }

/* ---------- texturas globais ---------- */
.page-glow {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(900px 520px at 82% -10%, rgba(99, 102, 241, 0.16), transparent 62%),
    radial-gradient(820px 480px at 8% 12%, rgba(56, 189, 248, 0.1), transparent 60%),
    radial-gradient(1000px 700px at 50% 115%, rgba(56, 189, 248, 0.07), transparent 60%);
}
.grain {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.025 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- tipografia utilitária ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 13px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent);
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--accent); opacity: 0.7; }
.eyebrow.gold { color: var(--gold); }
.eyebrow.gold::before { background: var(--gold); }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.gold-text {
  background: linear-gradient(100deg, #f8d57e, #f2c14e 50%, #e8a93a);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.section { padding: 104px 0; position: relative; }
.section.tight { padding: 72px 0; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(30px, 4.2vw, 44px); margin: 16px 0 14px; }
.section-head p { color: var(--muted); font-size: 17px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::before { display: none; }

/* ---------- botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: 15.5px;
  padding: 15px 30px; border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary {
  background: var(--grad); color: #061021;
  box-shadow: 0 12px 36px -10px rgba(56, 189, 248, 0.55);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 44px -10px rgba(56, 189, 248, 0.7); }
.btn-ghost {
  border: 1px solid var(--stroke-strong); color: var(--text);
  background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(8px);
}
.btn-ghost:hover { border-color: rgba(56, 189, 248, 0.6); background: rgba(56, 189, 248, 0.07); transform: translateY(-2px); }
.btn-whats {
  background: #1faa53; color: #fff;
  box-shadow: 0 12px 36px -10px rgba(31, 170, 83, 0.55);
}
.btn-whats:hover { transform: translateY(-2px); background: #23bd5d; }
.btn-lg { padding: 18px 38px; font-size: 16.5px; }
.btn-sm { padding: 11px 22px; font-size: 14px; }

/* ---------- navbar ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(5, 9, 16, 0.78); backdrop-filter: blur(18px);
  border-bottom-color: var(--stroke);
  box-shadow: 0 12px 40px -18px rgba(2, 8, 23, 0.9);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; flex: none; }
.brand-name { font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: 0.04em; }
.brand-sub { display: block; font-family: var(--font-body); font-size: 9.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-top: 1px; }

.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  font-size: 14.5px; font-weight: 500; color: var(--muted);
  padding: 9px 15px; border-radius: 999px; transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: var(--text); background: rgba(255, 255, 255, 0.05); }
.nav-links a.active { color: var(--text); background: rgba(56, 189, 248, 0.1); }
.nav-cta { margin-left: 14px; }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--stroke); align-items: center; justify-content: center; }
.nav-toggle svg { width: 22px; height: 22px; }

.mobile-menu {
  position: fixed; inset: 76px 0 auto 0; z-index: 89; padding: 18px 24px 28px;
  background: rgba(5, 9, 16, 0.97); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--stroke);
  display: none; flex-direction: column; gap: 4px;
  transform: translateY(-12px); opacity: 0; transition: 0.3s ease;
}
.mobile-menu.open { transform: none; opacity: 1; }
.mobile-menu a { padding: 14px 10px; font-family: var(--font-display); font-size: 18px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.mobile-menu a.active { color: var(--accent); }
.mobile-menu .btn { margin-top: 16px; }

/* ---------- hero (home) ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; padding: 150px 0 90px;
  overflow: hidden;
}
#starfield { position: absolute; inset: 0; z-index: 0; }
.hero-orbits {
  position: absolute; right: -16%; top: 50%; transform: translateY(-50%);
  width: 920px; height: 920px; z-index: 0; opacity: 0.85; pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-content { max-width: 760px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px; border-radius: 999px;
  border: 1px solid var(--stroke-strong);
  background: rgba(11, 19, 34, 0.6); backdrop-filter: blur(8px);
  font-size: 13.5px; font-weight: 500; color: var(--muted); margin-bottom: 28px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); animation: pulse 2.2s infinite; }
@keyframes pulse { 50% { opacity: 0.4; } }
.hero-badge strong { color: var(--text); font-weight: 600; }

.hero h1 { font-size: clamp(40px, 6.4vw, 72px); margin-bottom: 24px; }
.hero-sub { font-size: clamp(17px, 2vw, 20px); color: var(--muted); max-width: 620px; margin-bottom: 40px; }
.hero-sub strong { color: var(--text); font-weight: 600; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 72px; }

.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--stroke); border: 1px solid var(--stroke);
  border-radius: var(--radius-lg); overflow: hidden;
  backdrop-filter: blur(12px); max-width: 880px;
}
.hero-stats > div { background: rgba(8, 13, 24, 0.72); padding: 26px 26px 22px; }
.hero-stats .num { font-family: var(--font-display); font-size: clamp(26px, 3vw, 34px); font-weight: 700; }
.hero-stats .num span { color: var(--accent); }
.hero-stats .lbl { font-size: 13px; color: var(--muted); margin-top: 4px; letter-spacing: 0.02em; }

/* ---------- sub-hero (páginas internas) ---------- */
.page-hero { position: relative; padding: 190px 0 86px; overflow: hidden; }
.page-hero h1 { font-size: clamp(36px, 5.4vw, 58px); margin: 18px 0 18px; max-width: 820px; }
.page-hero p { color: var(--muted); font-size: 18px; max-width: 660px; }
.page-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--stroke-strong), transparent);
}

/* ---------- marquee setores ---------- */
.marquee { padding: 26px 0; border-block: 1px solid var(--stroke); overflow: hidden; position: relative; background: rgba(8, 13, 24, 0.4); }
.marquee::before, .marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
.marquee-track { display: flex; gap: 18px; width: max-content; animation: marquee 36s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee-track span {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 14.5px; font-weight: 500;
  color: var(--muted); padding: 10px 22px; border: 1px solid var(--stroke);
  border-radius: 999px; white-space: nowrap;
}
.marquee-track span i { font-style: normal; color: var(--accent); }

/* ---------- cards genéricos ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  position: relative; border-radius: var(--radius);
  border: 1px solid var(--stroke); background: var(--card);
  padding: 32px 28px; transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity 0.35s ease;
  background: radial-gradient(420px 220px at 20% 0%, rgba(56, 189, 248, 0.1), transparent 70%);
  pointer-events: none;
}
.card:hover { transform: translateY(-5px); border-color: var(--stroke-strong); background: var(--card-hover); }
.card:hover::before { opacity: 1; }
.card h3 { font-size: 20px; margin: 20px 0 10px; }
.card p { color: var(--muted); font-size: 15px; }
.card .icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: var(--grad-soft); border: 1px solid rgba(56, 189, 248, 0.25);
}
.card .icon svg { width: 25px; height: 25px; stroke: var(--accent); }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--accent); }
.card-link svg { width: 16px; height: 16px; transition: transform 0.25s; }
.card:hover .card-link svg { transform: translateX(4px); }

/* ---------- seção starlink (destaque) ---------- */
.crown { position: relative; }
.crown-band {
  border: 1px solid rgba(242, 193, 78, 0.28);
  background:
    radial-gradient(720px 380px at 78% -20%, rgba(242, 193, 78, 0.1), transparent 65%),
    radial-gradient(640px 420px at 8% 110%, rgba(56, 189, 248, 0.09), transparent 60%),
    rgba(10, 16, 28, 0.7);
  border-radius: 32px; padding: clamp(36px, 5vw, 72px);
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
  box-shadow: var(--shadow-card);
}
.crown h2 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 18px; }
.crown p.lead { color: var(--muted); font-size: 17px; margin-bottom: 30px; }
.crown-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 34px; }
.crown-specs div { border: 1px solid var(--stroke); border-radius: 14px; padding: 16px 18px; background: rgba(255,255,255,0.02); }
.crown-specs b { display: block; font-family: var(--font-display); font-size: 20px; }
.crown-specs small { color: var(--muted); font-size: 12.5px; letter-spacing: 0.03em; }
.crown-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.crown-visual { position: relative; min-height: 380px; }

/* ---------- moldura de foto premium ---------- */
.photo-frame {
  position: relative; border-radius: 24px; overflow: hidden;
  border: 1px solid var(--stroke-strong);
  box-shadow: var(--shadow-card), 0 0 80px -30px rgba(56, 189, 248, 0.35);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,8,15,0.12) 0%, transparent 35%, transparent 60%, rgba(5,8,15,0.78) 100%);
  pointer-events: none;
}
.photo-caption {
  position: absolute; left: 18px; bottom: 16px; z-index: 2;
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(8, 13, 24, 0.72); backdrop-filter: blur(10px);
  border: 1px solid var(--stroke-strong); border-radius: 999px;
  padding: 9px 18px; font-family: var(--font-display); font-size: 13px; font-weight: 600; color: var(--text);
}
.photo-caption .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); animation: pulse 2.2s infinite; }

/* ---------- duas ofertas (locação x venda) ---------- */
.offer { display: flex; flex-direction: column; padding: 38px 34px; }
.offer .badge-mini {
  align-self: flex-start; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
}
.offer.rent .badge-mini { background: var(--gold-soft); color: var(--gold); border: 1px solid rgba(242,193,78,0.35); }
.offer.buy .badge-mini { background: rgba(56,189,248,0.1); color: var(--accent); border: 1px solid rgba(56,189,248,0.3); }
.offer h3 { font-size: 26px; margin: 0 0 10px; }
.offer > p { margin-bottom: 24px; }
.offer ul { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.offer ul li { display: flex; gap: 12px; font-size: 15px; color: var(--muted); }
.offer ul li svg { width: 19px; height: 19px; flex: none; stroke: var(--green); margin-top: 2px; }
.offer ul li b { color: var(--text); font-weight: 600; }
.offer .btn { margin-top: auto; align-self: flex-start; }
.offer.rent { border-color: rgba(242, 193, 78, 0.3); }
.offer.rent:hover { border-color: rgba(242, 193, 78, 0.55); }

/* ---------- passos ---------- */
.steps { counter-reset: step; }
.step { position: relative; padding: 30px 26px; }
.step .n {
  font-family: var(--font-display); font-size: 52px; font-weight: 700; line-height: 1;
  background: linear-gradient(180deg, rgba(56,189,248,0.85), rgba(56,189,248,0.05));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.step h3 { font-size: 19px; margin: 18px 0 8px; }
.step p { font-size: 14.5px; }

/* ---------- diferenciais ---------- */
.diff-item { display: flex; gap: 18px; padding: 26px 24px; border-radius: var(--radius); border: 1px solid transparent; transition: 0.3s ease; }
.diff-item:hover { border-color: var(--stroke); background: var(--card); }
.diff-item .icon { width: 46px; height: 46px; flex: none; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--grad-soft); border: 1px solid rgba(56,189,248,0.22); }
.diff-item .icon svg { width: 22px; height: 22px; stroke: var(--accent); }
.diff-item h3 { font-size: 17.5px; margin-bottom: 6px; }
.diff-item p { font-size: 14.5px; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin-inline: auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { border: 1px solid var(--stroke); border-radius: var(--radius); background: var(--card); overflow: hidden; transition: border-color 0.3s; }
.faq-item.open { border-color: rgba(56, 189, 248, 0.45); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 22px 26px; text-align: left; font-family: var(--font-display); font-size: 17px; font-weight: 600;
}
.faq-q svg { width: 20px; height: 20px; flex: none; stroke: var(--accent); transition: transform 0.3s; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a p { padding: 0 26px 24px; color: var(--muted); font-size: 15px; }

/* ---------- CTA final ---------- */
.cta-band {
  position: relative; overflow: hidden; text-align: center;
  border: 1px solid var(--stroke-strong); border-radius: 32px;
  padding: clamp(48px, 7vw, 92px) clamp(24px, 5vw, 80px);
  background:
    radial-gradient(640px 320px at 50% -40%, rgba(56, 189, 248, 0.22), transparent 70%),
    radial-gradient(520px 300px at 85% 120%, rgba(129, 140, 248, 0.16), transparent 65%),
    rgba(8, 13, 24, 0.8);
}
.cta-band h2 { font-size: clamp(30px, 4.6vw, 50px); margin-bottom: 16px; }
.cta-band p { color: var(--muted); font-size: 17.5px; max-width: 560px; margin: 0 auto 36px; }
.cta-band .hero-ctas { justify-content: center; margin-bottom: 0; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--stroke); background: rgba(5, 8, 15, 0.85); padding: 72px 0 36px; margin-top: 40px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; margin-bottom: 56px; }
.foot-grid h4 { font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; font-weight: 600; }
.foot-grid ul { display: flex; flex-direction: column; gap: 12px; }
.foot-grid ul a { color: var(--muted); font-size: 14.5px; transition: color 0.2s; }
.foot-grid ul a:hover { color: var(--accent); }
.foot-about p { color: var(--muted); font-size: 14.5px; margin-top: 18px; max-width: 320px; }
.foot-bottom { border-top: 1px solid var(--stroke); padding-top: 30px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted-2); font-size: 13px; }

/* ---------- página serviços ---------- */
.svc-block { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(32px, 5vw, 72px); align-items: start; padding: 72px 0; border-top: 1px solid var(--stroke); }
.svc-block:first-of-type { border-top: 0; }
.svc-block.flip { direction: rtl; }
.svc-block.flip > * { direction: ltr; }
.svc-block h2 { font-size: clamp(26px, 3.4vw, 38px); margin: 14px 0 14px; }
.svc-block .lead { color: var(--muted); font-size: 16.5px; margin-bottom: 26px; }
.svc-list { display: flex; flex-direction: column; gap: 14px; }
.svc-list li { display: flex; gap: 13px; color: var(--muted); font-size: 15px; }
.svc-list li svg { width: 20px; height: 20px; flex: none; stroke: var(--green); margin-top: 2px; }
.svc-list li b { color: var(--text); }
.svc-aside { display: grid; gap: 18px; }

.kit-card { padding: 28px 26px; }
.kit-card .kit-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.kit-card h3 { font-size: 19px; margin: 0; }
.kit-tag { font-size: 11.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; background: rgba(56,189,248,0.1); color: var(--accent); border: 1px solid rgba(56,189,248,0.3); }
.kit-tag.gold { background: var(--gold-soft); color: var(--gold); border-color: rgba(242,193,78,0.35); }
.kit-card p { font-size: 14px; margin-bottom: 14px; }
.kit-specs { display: flex; flex-wrap: wrap; gap: 8px; }
.kit-specs span { font-size: 12.5px; color: var(--muted); border: 1px solid var(--stroke); padding: 5px 12px; border-radius: 999px; }

/* tabela comparativa */
.compare { border: 1px solid var(--stroke); border-radius: var(--radius-lg); overflow-x: auto; background: rgba(8,13,24,0.6); }
.compare table { min-width: 460px; }
.compare table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.compare th, .compare td { padding: 17px 22px; text-align: left; border-bottom: 1px solid var(--stroke); }
.compare th { font-family: var(--font-display); font-size: 14px; letter-spacing: 0.04em; background: rgba(255,255,255,0.025); }
.compare th:nth-child(2) { color: var(--gold); }
.compare th:nth-child(3) { color: var(--accent); }
.compare tr:last-child td { border-bottom: 0; }
.compare td:first-child { color: var(--muted); }
.compare td svg { width: 18px; height: 18px; stroke: var(--green); display: inline-block; vertical-align: -3px; margin-right: 6px; }

/* ---------- quem somos ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.about-grid .prose p { color: var(--muted); margin-bottom: 18px; font-size: 16.5px; }
.about-grid .prose p b, .about-grid .prose p strong { color: var(--text); }
.about-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; position: sticky; top: 110px; }
.about-numbers .card { padding: 28px 24px; }
.about-numbers .num { font-family: var(--font-display); font-size: 38px; font-weight: 700; }
.about-numbers .num span { color: var(--accent); }
.about-numbers small { color: var(--muted); font-size: 13.5px; display: block; margin-top: 4px; }

.timeline { position: relative; max-width: 760px; margin-inline: auto; padding-left: 38px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(180deg, var(--accent), rgba(56,189,248,0.05)); border-radius: 2px; }
.tl-item { position: relative; padding-bottom: 44px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -37px; top: 7px; width: 16px; height: 16px; border-radius: 50%;
  background: var(--bg); border: 3px solid var(--accent); box-shadow: 0 0 16px rgba(56,189,248,0.6);
}
.tl-item .tl-when { font-family: var(--font-display); font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.tl-item h3 { font-size: 21px; margin: 8px 0 8px; }
.tl-item p { color: var(--muted); font-size: 15px; max-width: 600px; }

.value-card { text-align: left; }
.value-card .icon { margin-bottom: 4px; }

/* ---------- contato ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { display: flex; align-items: center; gap: 18px; padding: 24px 24px; }
.contact-card .icon { width: 48px; height: 48px; }
.contact-card h3 { font-size: 16px; margin: 0 0 3px; }
.contact-card p { font-size: 14.5px; margin: 0; }
.contact-card a { color: var(--accent); font-weight: 500; }

/* ---------- formulários ---------- */
.form-card { padding: clamp(28px, 4vw, 44px); border-radius: var(--radius-lg); border: 1px solid var(--stroke); background: rgba(8, 13, 24, 0.7); box-shadow: var(--shadow-card); }
.field { margin-bottom: 22px; }
.field label { display: block; font-family: var(--font-display); font-size: 13.5px; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 9px; color: var(--text); }
.field label small { color: var(--muted-2); font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%; padding: 15px 18px; border-radius: 13px;
  border: 1px solid var(--stroke); background: rgba(255, 255, 255, 0.03);
  color: var(--text); font: inherit; font-size: 15px;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: rgba(56, 189, 248, 0.65);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.12); background: rgba(255,255,255,0.05);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.field select option { background: var(--surface); }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field .hint { font-size: 12.5px; color: var(--muted-2); margin-top: 7px; }

/* ---------- orçamento wizard ---------- */
.quote-layout { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 36px; align-items: start; }
.quote-progress { display: flex; gap: 10px; margin-bottom: 34px; }
.quote-progress .qp {
  flex: 1; display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 13px; font-weight: 600; color: var(--muted-2);
}
.quote-progress .qp i {
  font-style: normal; width: 30px; height: 30px; flex: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--stroke); font-size: 13px; transition: 0.3s;
}
.quote-progress .qp.active { color: var(--text); }
.quote-progress .qp.active i { background: var(--grad); color: #061021; border-color: transparent; box-shadow: 0 6px 18px -6px rgba(56,189,248,0.7); }
.quote-progress .qp.done { color: var(--accent); }
.quote-progress .qp.done i { border-color: rgba(56,189,248,0.5); color: var(--accent); }
.qp-label { display: none; }
@media (min-width: 720px) { .qp-label { display: inline; } }

.quote-step { display: none; }
.quote-step.active { display: block; animation: fadeUp 0.4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 8px; }
.choice {
  position: relative; border: 1px solid var(--stroke); border-radius: 16px;
  padding: 20px 20px 18px; cursor: pointer; transition: 0.25s ease; background: rgba(255,255,255,0.02);
}
.choice:hover { border-color: var(--stroke-strong); }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice .ch-title { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 600; font-size: 15.5px; }
.choice .ch-title svg { width: 21px; height: 21px; stroke: var(--accent); flex: none; }
.choice p { font-size: 13px; color: var(--muted); margin: 8px 0 0; }
.choice.selected { border-color: rgba(56, 189, 248, 0.7); background: rgba(56, 189, 248, 0.08); box-shadow: 0 0 0 4px rgba(56,189,248,0.08); }

.quote-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 30px; }

.quote-summary { position: sticky; top: 110px; padding: 30px 28px; }
.quote-summary h3 { font-size: 18px; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.quote-summary h3 svg { width: 19px; height: 19px; stroke: var(--gold); }
.quote-summary dl { display: flex; flex-direction: column; gap: 13px; font-size: 14px; }
.quote-summary dt { color: var(--muted-2); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.quote-summary dd { color: var(--text); margin: 2px 0 0; font-weight: 500; }
.quote-summary .empty { color: var(--muted-2); font-size: 14px; }
.quote-summary .note { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--stroke); font-size: 13px; color: var(--muted); display: flex; gap: 9px; }
.quote-summary .note svg { width: 16px; height: 16px; flex: none; stroke: var(--green); margin-top: 2px; }

/* sucesso */
.quote-success { text-align: center; padding: 30px 10px; }
.quote-success .icon-big { width: 76px; height: 76px; margin: 0 auto 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(52, 211, 153, 0.12); border: 1px solid rgba(52,211,153,0.4); }
.quote-success .icon-big svg { width: 36px; height: 36px; stroke: var(--green); }
.quote-success h3 { font-size: 24px; margin-bottom: 12px; }
.quote-success p { color: var(--muted); max-width: 440px; margin: 0 auto 28px; }

/* ---------- portal / login ---------- */
.auth-card { max-width: 480px; margin-inline: auto; }
.auth-tabs { display: flex; gap: 8px; margin-bottom: 28px; border: 1px solid var(--stroke); border-radius: 999px; padding: 5px; }
.auth-tabs button { flex: 1; padding: 11px; border-radius: 999px; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--muted); transition: 0.25s; }
.auth-tabs button.active { background: var(--grad); color: #061021; }
.auth-error { display: none; background: rgba(244, 63, 94, 0.1); border: 1px solid rgba(244, 63, 94, 0.4); color: #fda4af; border-radius: 12px; padding: 13px 16px; font-size: 14px; margin-bottom: 20px; }
.auth-info { background: rgba(56, 189, 248, 0.08); border: 1px solid rgba(56, 189, 248, 0.3); border-radius: 12px; padding: 13px 16px; font-size: 14px; color: var(--muted); margin-bottom: 20px; }

.portal-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 36px; }
.portal-head h1 { font-size: clamp(26px, 3.6vw, 36px); }
.portal-head p { color: var(--muted); margin-top: 6px; }

.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 28px; }
.metric-card { padding: 24px 22px; }
.metric-card .m-label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 8px; }
.metric-card .m-value { font-family: var(--font-display); font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; }
.metric-card .m-sub { font-size: 12.5px; color: var(--muted); margin-top: 5px; }
.metric-card.good .m-value { color: var(--green); }
.metric-card.warn .m-value { color: var(--gold); }

.portal-table-wrap { border: 1px solid var(--stroke); border-radius: var(--radius-lg); overflow: auto; background: rgba(8, 13, 24, 0.6); }
.portal-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 760px; }
.portal-table th, .portal-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--stroke); white-space: nowrap; }
.portal-table th { font-family: var(--font-display); font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); background: rgba(255,255,255,0.025); position: sticky; top: 0; }
.portal-table tr:last-child td { border-bottom: 0; }
.portal-table td.num { font-weight: 600; }
.portal-table select { background: rgba(255,255,255,0.04); border: 1px solid var(--stroke); color: var(--text); border-radius: 9px; padding: 7px 10px; font-size: 13px; }
.portal-table select option { background: var(--surface); }

.status-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; padding: 6px 13px; border-radius: 999px; border: 1px solid; }
.status-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.st-aguardando { color: var(--gold); border-color: rgba(242,193,78,0.4); background: rgba(242,193,78,0.08); }
.st-confirmado, .st-ativo { color: var(--green); border-color: rgba(52,211,153,0.4); background: rgba(52,211,153,0.08); }
.st-preparacao, .st-rota { color: var(--accent); border-color: rgba(56,189,248,0.4); background: rgba(56,189,248,0.08); }
.st-concluido { color: var(--muted); border-color: var(--stroke-strong); background: rgba(255,255,255,0.04); }
.st-cancelado { color: #fda4af; border-color: rgba(244,63,94,0.4); background: rgba(244,63,94,0.08); }

.portal-empty { text-align: center; padding: 64px 20px; color: var(--muted); }
.portal-empty h3 { font-size: 20px; margin-bottom: 10px; }

@media (max-width: 920px) { .metric-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .metric-grid { grid-template-columns: 1fr; } }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.32s; }
.reveal[data-delay="5"] { transition-delay: 0.4s; }

/* ---------- whatsapp flutuante ---------- */
.whats-float {
  position: fixed; right: 26px; bottom: 26px; z-index: 80;
  width: 60px; height: 60px; border-radius: 50%;
  background: #1faa53; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 16px 40px -10px rgba(31, 170, 83, 0.7);
  transition: transform 0.25s ease;
}
.whats-float:hover { transform: scale(1.08) translateY(-2px); }
.whats-float svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- responsivo ---------- */
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .crown-band { grid-template-columns: 1fr; gap: 40px; }
  .crown-visual { min-height: 300px; }
  .hero-orbits { opacity: 0.4; }
}
@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu { display: flex; }
  .mobile-menu:not(.open) { visibility: hidden; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .svc-block, .about-grid, .contact-grid, .quote-layout { grid-template-columns: 1fr; }
  .about-numbers { position: static; }
  .quote-summary { position: static; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 76px 0; }
  .page-hero { padding: 150px 0 64px; }
}
@media (max-width: 560px) {
  .grid-4, .choice-grid, .field-row, .crown-specs { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .wrap { width: calc(100% - 40px); }
  .hero { padding-top: 130px; }
  .btn-lg { width: 100%; }
  /* iOS dá zoom involuntário em input com fonte < 16px */
  .field input, .field select, .field textarea { font-size: 16px; }
  .crown-band { padding: 28px 22px; }
  .quote-nav { flex-direction: column-reverse; }
  .quote-nav > div { justify-content: stretch; }
  .quote-nav .btn { width: 100%; }
  .whats-float { right: 18px; bottom: 18px; width: 54px; height: 54px; }
  .portal-head { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
