:root {
  --page-bg: #080d14;
  --surface: #101821;
  --surface-soft: #0c131c;
  --ink: #f4f8fc;
  --muted: #94a5b8;
  --line: rgba(180, 215, 238, .13);
  --brand: #11b8f2;
  --brand-2: #087dcb;
  --accent: #35d49a;
  --gold: #f59e0b;
  --danger: #e24a4a;
  --radius: 22px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .42);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--page-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color-scheme: dark;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 12px 16px; background: var(--ink); color: #080d14; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.visually-hidden { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid var(--line); background: rgba(8, 13, 20, .82); backdrop-filter: blur(18px); transition: border-color .25s ease, box-shadow .25s ease; }
body.menu-open .site-header { z-index: 10000 !important; }
.site-header.is-scrolled { box-shadow: 0 16px 45px rgba(0, 0, 0, .35); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.04em; font-size: 1.18rem; }
.brand-official img { display: block; width: 166px; height: auto; }
.brand-sanweb img { display: block; width: 142px; height: auto; }
.brand small { display: block; color: var(--muted); font-size: .65rem; font-weight: 650; letter-spacing: 0; line-height: 1; }
.nav-links-desktop { display: flex; align-items: center; gap: 28px; color: #c4d1dd; font-size: .9rem; font-weight: 650; }
.nav-links-desktop a:not(.btn):hover { color: var(--brand); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); color: var(--ink); font-size: 1.3rem; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 14px; font-weight: 600; line-height: 1.1; transition: transform .25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .25s ease, background .25s ease; will-change: transform; }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(0) scale(0.97); }
.btn-primary { color: #080d14; background: linear-gradient(135deg, #11b8f2, #35d49a); box-shadow: 0 12px 28px rgba(17, 184, 242, .28); font-weight: 750; }
.btn-primary:hover { box-shadow: 0 16px 36px rgba(17, 184, 242, .42); }
.btn-secondary { color: #e8f2f8; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.16); }
.btn-secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(17,184,242,.3); }
.btn-lg { min-height: 56px; padding: 16px 25px; border-radius: 16px; }

.hero { position: relative; overflow: hidden; padding: 78px 0 68px; background: radial-gradient(circle at 74% 20%, rgba(17,184,242,.13), transparent 34%), linear-gradient(180deg, #080d14 0%, #0a1119 100%); }
.hero::before { content: ""; position: absolute; width: 660px; height: 660px; right: -250px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(17,184,242,.22), transparent 68%); pointer-events: none; }
.hero::after { content: ""; position: absolute; left: -170px; bottom: -240px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(8,125,203,.17), transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 54px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; padding: 7px 14px; border: 1px solid rgba(17,184,242,.25); border-radius: 999px; color: #70d9ff; background: rgba(17,184,242,.08); font-size: .78rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(53,212,154,.18); }
h1,h2,h3 { margin: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 820px; font-size: clamp(2.55rem,5.5vw,4.6rem); }
h2 { font-size: clamp(2rem,4vw,3.3rem); }
h3 { font-size: 1.22rem; }

@keyframes gradientShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.gradient-text {
  background: linear-gradient(120deg, #11b8f2, #35d49a, #f59e0b, #11b8f2);
  background-size: 280% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #11b8f2;
  animation: gradientShimmer 7s ease infinite;
}

.hero-copy { max-width: 640px; margin: 23px 0 0; color: var(--muted); font-size: clamp(1rem,2vw,1.15rem); line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 11px 21px; margin-top: 28px; color: var(--muted); font-size: .84rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: "✓"; color: var(--accent); font-weight: 900; }

/* Visual do Hero */
.hero-visual-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(17,184,242,.26);
  background: #05090e;
  box-shadow: 0 35px 100px rgba(0,0,0,.65), 0 0 70px rgba(17,184,242,.15);
  transform: rotate(1deg);
  transition: transform .4s ease;
}
.hero-visual-frame:hover { transform: rotate(0deg) scale(1.01); }
.hero-visual-frame img { width: 100%; height: auto; display: block; object-fit: cover; }

.float-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(13, 22, 31, .88);
  border: 1px solid rgba(17,184,242,.3);
  backdrop-filter: blur(12px);
  color: #f4f8fc;
  font-size: .8rem;
  font-weight: 700;
  box-shadow: 0 16px 40px rgba(0,0,0,.45);
}
.float-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #35d49a; box-shadow: 0 0 0 4px rgba(53,212,154,.25); }

/* Faixa de Diferenciais */
.signal-bar { padding: 18px 0; border-block: 1px solid var(--line); background: #0b121a; }
.signals { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.signal { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: .84rem; font-weight: 750; text-align: center; }
.signal b { color: var(--brand); font-size: 1.15rem; }

/* Seções */
.section { padding: 95px 0; }
.section-dark { background: #060a10; }
.section-soft { background: var(--surface-soft); }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading p { margin: 16px 0 0; color: var(--muted); font-size: 1.05rem; }
.section-dark .section-heading p { color: #a8b2c4; }

/* Comparação */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.compare-card { padding: clamp(24px,4vw,40px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.compare-card.negative { background: #12171e; border-color: rgba(226,74,74,.2); }
.compare-card.positive { border-color: rgba(17,184,242,.34); background: linear-gradient(145deg, #101a24, #0d202c); box-shadow: var(--shadow); }
.compare-label { display: inline-flex; margin-bottom: 19px; padding: 6px 12px; border-radius: 9px; font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.compare-card.negative .compare-label { color: #ff9d9d; background: rgba(226,74,74,.14); }
.compare-card.positive .compare-label { color: #74e7ba; background: rgba(53,212,154,.14); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; font-size: .95rem; }
.check-list li { position: relative; padding-left: 28px; color: var(--ink); }
.check-list li::before { position: absolute; left: 0; top: 1px; font-weight: 900; }
.negative .check-list li::before { content: "✕"; color: #ff6e6e; }
.positive .check-list li::before { content: "✓"; color: #35d49a; }

/* Segmentos Culturais */
.wide-visual { margin: 0 0 42px; border-radius: 24px; overflow: hidden; border: 1px solid rgba(17,184,242,.22); background: #05090e; box-shadow: var(--shadow); }
.wide-visual img { width: 100%; height: auto; object-fit: cover; display: block; }
.segment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.segment-card { padding: 26px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.segment-card:hover { transform: translateY(-5px); border-color: rgba(17,184,242,.35); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.segment-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(17,184,242,.12); color: #11b8f2; font-size: 1.3rem; margin-bottom: 16px; border: 1px solid rgba(17,184,242,.2); }
.segment-card h3 { font-size: 1.15rem; margin-bottom: 8px; color: #f4f8fc; }
.segment-card p { margin: 0 0 16px; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.segment-card ul { list-style: none; padding: 0; margin: auto 0 0; display: grid; gap: 8px; font-size: .82rem; color: #c4d1dd; border-top: 1px solid var(--line); padding-top: 14px; }
.segment-card ul li::before { content: "•"; color: var(--brand); margin-right: 6px; font-weight: bold; }

/* Cards de Recursos */
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { padding: 28px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); transition: transform .25s ease, border-color .25s ease; }
.card:hover { transform: translateY(-4px); border-color: rgba(17,184,242,.3); }
.card-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(17,184,242,.1); color: var(--brand); font-size: 1.3rem; margin-bottom: 16px; border: 1px solid rgba(17,184,242,.2); }
.card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.card p { margin: 0; color: var(--muted); font-size: .92rem; }

/* Passos */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 32px; border-radius: 20px; background: #101821; border: 1px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; font-size: 1.8rem; font-weight: 900; color: var(--brand); margin-bottom: 18px; }
.step h3 { margin-bottom: 10px; font-size: 1.18rem; }
.step p { margin: 0; color: #a8b2c4; font-size: .92rem; }

/* Showcase Modelos */
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.feature-lines { display: grid; gap: 12px; margin-top: 24px; }
.feature-line { display: flex; gap: 13px; align-items: flex-start; padding: 14px 18px; border-radius: 14px; background: #101821; border: 1px solid var(--line); font-size: .92rem; }
.feature-line b { color: var(--accent); font-weight: 900; }
.showcase-frame { border-radius: 24px; overflow: hidden; border: 1px solid rgba(17,184,242,.22); background: #05090e; box-shadow: var(--shadow); }
.showcase-frame img { width: 100%; height: auto; display: block; object-fit: cover; }

.segment-icon svg, .card-icon svg { width: 24px; height: 24px; stroke: currentColor; }

/* Preços */
.pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.price-card.featured { border: 2px solid var(--brand); background: linear-gradient(180deg,#102330,#101821); box-shadow: 0 28px 90px rgba(0,0,0,.5), 0 0 60px rgba(17,184,242,.12); transform: translateY(-8px); }
.popular { position: absolute; top: -14px; right: 22px; padding: 7px 14px; border-radius: 999px; color: #080d14; background: linear-gradient(135deg, #11b8f2, #35d49a); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.price-name { color: var(--muted); font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.price-from { display: inline-block; font-size: .74rem; font-weight: 800; color: #35d49a; text-transform: uppercase; letter-spacing: .05em; margin-top: 10px; margin-bottom: -8px; }
.price { margin: 14px 0 4px; font-size: clamp(2.2rem,4vw,3.2rem); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.price small { font-size: .9rem; letter-spacing: 0; color: var(--muted); font-weight: normal; }
.price-monthly { margin: 8px 0 2px; color: var(--accent); font-size: .95rem; font-weight: 600; }
.price-monthly strong { font-size: 1.18rem; font-weight: 850; color: #4ef0b8; }
.price-note { min-height: 42px; color: var(--muted); font-size: .84rem; margin: 6px 0 16px; }
.price-card .check-list { flex: 1; }
.price-card .btn { margin-top: 24px; }
.pricing-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 26px; margin-top: 34px; color: var(--muted); font-size: .86rem; font-weight: 650; }
.pricing-trust span::before { content: "✓"; color: var(--accent); font-weight: 900; margin-right: 7px; }

/* FAQ */
.faq { display: grid; gap: 10px; max-width: 850px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: 15px; background: #0f1720; }
.faq summary { position: relative; padding: 20px 52px 20px 21px; cursor: pointer; list-style: none; font-weight: 820; font-size: 1.02rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 21px; top: 17px; color: var(--brand); font-size: 1.35rem; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: 0; padding: 0 21px 21px; color: var(--muted); font-size: .94rem; }

/* Final CTA */
.final-cta { padding: 44px; border-radius: 28px; color: #fff; background: radial-gradient(circle at 80% 0,rgba(71,206,255,.22),transparent 34%), linear-gradient(125deg,#0b2635,#087dcb); box-shadow: var(--shadow); }
.final-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.final-cta p { margin: 13px 0 0; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.final-cta .btn { flex-shrink: 0; color: #080d14; background: #fff; }

/* Footer */
.site-footer { padding: 40px 0; color: var(--muted); border-top: 1px solid var(--line); background: #060a10; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: .84rem; }
.footer-geo { margin: 6px 0 0; font-size: .78rem; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }

/* WhatsApp Float */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(37,211,102,.45);
  transition: transform .25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .25s ease;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 16px 35px rgba(37,211,102,.6);
}
.whatsapp-float svg { width: 32px; height: 32px; fill: currentColor; }
.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: sonarRing 2.4s cubic-bezier(0.1, 0.8, 0.3, 1) infinite;
  pointer-events: none;
}
@keyframes sonarRing {
  0% { transform: scale(0.9); opacity: 0.9; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Oculta controles do SWCore que não possuem CSS */
.sw-lightbox-ovl, .sw-day-fab, .sw-tooltip {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Animação suave e desacoplada dos títulos */
.sw-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}
.sw-reveal.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Off-canvas Drawer Navigation */
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.nav-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.nav-drawer {
  display: none;
}

/* Responsividade */
@media (max-width: 1024px) {
  .segment-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .nav-links-desktop {
    display: none !important;
  }

  .nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 86vw);
    height: 100vh;
    height: 100dvh;
    z-index: 10000;
    padding: 24px 22px 36px;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    background: #0d1520 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: -15px 0 60px rgba(0, 0, 0, 0.85);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.38s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .nav-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-drawer-header .brand img {
    height: 32px;
    width: auto;
  }
  .nav-close {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 1.3rem;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
  }
  .nav-close:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.08);
  }

  .nav-drawer-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .nav-drawer-links a {
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f1f5f9 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s, color 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-drawer-links a::after {
    content: "→";
    opacity: 0.4;
    transform: translateX(-4px);
    transition: opacity 0.2s, transform 0.2s;
    color: var(--brand);
    font-size: 1.15rem;
  }
  .nav-drawer-links a:hover, .nav-drawer-links a:active {
    background: rgba(17, 184, 242, 0.12);
    color: #11b8f2 !important;
    transform: translateX(4px);
  }
  .nav-drawer-links a:hover::after, .nav-drawer-links a:active::after {
    opacity: 1;
    transform: translateX(0);
  }

  .nav-drawer-footer {
    margin-top: auto;
    padding-top: 24px;
  }
  .nav-drawer-footer .btn {
    width: 100%;
    min-height: 52px;
  }

  .menu-toggle { display:grid; place-items:center; cursor: pointer; }
  .hero-grid, .showcase { grid-template-columns:1fr; gap:40px; }
  .hero-visual-frame { transform:none; }
  .cards, .pricing { grid-template-columns:repeat(2,1fr); }
  .price-card.featured { transform:none; }
}

@media (max-width: 640px) {
  .container { width:min(calc(100% - 48px),var(--container)); }
  .nav { min-height:66px; }
  .hero { padding:46px 0; }
  h1 { font-size:clamp(2.35rem,11vw,3.5rem); }
  .hero-actions .btn { width:100%; }
  .trust-row { display:grid; grid-template-columns:1fr 1fr; }
  .signals { grid-template-columns:1fr 1fr; }
  .signal { justify-content:flex-start; }
  .section { padding:70px 0; }
  .section-heading { margin-bottom:32px; }
  .compare, .segment-grid, .cards, .steps, .pricing { grid-template-columns:1fr; }
  .final-cta { padding:30px 22px; }
  .final-cta-grid, .footer-row { align-items:flex-start; flex-direction:column; }
  .final-cta .btn { width:100%; }
}

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