:root {
  --ink: #141820;
  --muted: #5b6472;
  --line: #dbe4f0;
  --paper: #f5f8fd;
  --card: #ffffff;
  --navy: #0f2744;
  --teal: #0f9d8a;
  --blue: #1a73e8;
  --blue-dark: #1557b0;
  --pink: #db2777;
  --green: #128c4b;
  --wa: #1fad5a;
  --wa-dark: #168a46;
  --shadow: 0 18px 50px rgba(15, 39, 68, 0.12);
  --radius: 14px;
  --header-h: 72px;
  --sticky-h: 64px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  background:
    radial-gradient(1200px 480px at 10% -10%, rgba(26, 115, 232, 0.16), transparent 55%),
    radial-gradient(900px 420px at 100% 0%, rgba(26, 115, 232, 0.08), transparent 50%),
    var(--paper);
  overflow-x: clip;
  max-width: 100%;
}

body.nav-locked {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 40;
  padding: 8px 12px;
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
}

.skip-link:focus {
  top: 12px;
}

.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 29;
  background: rgba(15, 39, 68, 0.42);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  min-height: var(--header-h);
  padding: 10px 18px;
  padding-top: max(10px, env(safe-area-inset-top));
  border-bottom: 1px solid rgba(219, 228, 240, 0.9);
  background: rgba(245, 248, 253, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 16px rgba(26, 115, 232, 0.28);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.1;
}

.brand-text strong,
.brand-text small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-text strong {
  font-size: 15px;
  font-weight: 800;
}

.brand-text small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-links .nav-cta-mobile {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
}

.btn,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.nav-cta,
.btn-whatsapp {
  color: #fff;
  background: var(--wa);
  box-shadow: 0 10px 22px rgba(31, 173, 90, 0.28);
}

.nav-cta:hover,
.btn-whatsapp:hover {
  background: var(--wa-dark);
}

.btn-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.btn i,
.nav-cta i {
  font-size: 16px;
}

.hero,
.section,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.hero {
  display: grid;
  gap: 28px;
  padding: 28px 0 12px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(32px, 7vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.25;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 16px;
  font-size: clamp(16px, 2vw, 18px);
}

.hero-proof-run {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.hero-proof-run span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.hero-proof-run i {
  color: var(--blue);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-trust i {
  margin-right: 6px;
  color: var(--green);
}

.hero-visual {
  display: grid;
  gap: 12px;
}

.hero-shot {
  position: relative;
  overflow: hidden;
  border: 1px solid #d6e3f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-live {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 24px);
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(20, 24, 32, 0.88);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.hero-live i {
  color: #4ade80;
  font-size: 8px;
}

.hero-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
  background: #f4f7fb;
}

.hero-counters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-counters article,
.result-stat,
.feature-card,
.step-card,
.compare-card,
.audience-grid article,
.data-grid span {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}

.hero-counters article {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  box-shadow: 0 10px 24px rgba(20, 24, 32, 0.05);
}

.hero-counters i {
  color: var(--blue);
  font-size: 16px;
}

.hero-counters article:nth-child(2) i {
  color: var(--wa);
}

.hero-counters article:nth-child(3) i {
  color: var(--green);
}

.hero-counters article:nth-child(4) i {
  color: var(--blue);
}

.hero-counters strong {
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.hero-counters span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 42px 0;
  scroll-margin-top: 88px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 22px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0 0 18px;
  text-align: left;
}

.results-band {
  padding-top: 18px;
}

.result-grid,
.feature-grid,
.steps,
.audience-grid,
.data-grid,
.compare {
  display: grid;
  gap: 12px;
}

.result-grid,
.audience-grid {
  grid-template-columns: 1fr;
}

.result-stat,
.audience-grid article {
  padding: 18px;
  box-shadow: 0 10px 28px rgba(20, 24, 32, 0.05);
}

.result-stat i,
.audience-grid article > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 11px;
  color: #fff;
  background: var(--blue);
  font-size: 18px;
}

.result-stat:nth-child(2) i {
  background: var(--wa);
}

.result-stat:nth-child(3) i {
  background: var(--green);
}

.result-stat:nth-child(4) i {
  background: var(--navy);
}

.result-stat strong {
  display: block;
  font-size: 32px;
  letter-spacing: -0.04em;
}

.result-stat span,
.audience-grid p {
  color: var(--muted);
  font-size: 14px;
}

.compare {
  grid-template-columns: 1fr;
}

.compare-card {
  padding: 20px;
}

.compare-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.compare-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.compare-card.is-bad {
  background: #fff6f4;
  border-color: #f3d0c6;
}

.compare-card.is-good {
  background: #f3fbf6;
  border-color: #bfe8cf;
}

.compare-card.is-bad h3 {
  color: #b42318;
}

.compare-card.is-good h3 {
  color: var(--green);
}

.steps,
.feature-grid {
  grid-template-columns: 1fr;
}

.step-card,
.feature-card {
  position: relative;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(20, 24, 32, 0.05);
}

.step-card p,
.feature-card p {
  margin-bottom: 0;
  font-size: 14px;
}

.step-num {
  position: absolute;
  top: 16px;
  right: 16px;
  color: rgba(26, 115, 232, 0.22);
  font-size: 28px;
  font-weight: 800;
}

.icon-wrap {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
}

.accent-orange { background: var(--blue); }
.accent-blue { background: var(--blue); }
.accent-green { background: var(--wa); }
.accent-teal { background: var(--teal); }
.accent-pink { background: var(--pink); }
.accent-navy { background: var(--navy); }

.data-section {
  display: grid;
  gap: 8px;
}

.data-grid {
  grid-template-columns: 1fr;
}

.data-grid span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(20, 24, 32, 0.04);
}

.data-grid i {
  width: 1.25em;
  color: var(--blue);
  text-align: center;
}

.data-grid span:nth-child(7) i {
  color: var(--wa);
}

.video-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #101828;
  box-shadow: var(--shadow);
}

.video-shell video,
.video-shell .video-fallback {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
  background: #101828;
}

.video-note {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  min-height: 48px;
  padding: 10px 16px;
  color: #f9fafb;
  background: #152033;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.video-note i {
  color: #f5b700;
}

.price-panel {
  display: grid;
  gap: 22px;
  padding: 24px;
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(145deg, #0f2744 0%, #163a66 48%, #1a73e8 140%);
  box-shadow: var(--shadow);
}

.price-panel .eyebrow,
.price-panel p,
.price-panel li {
  color: rgba(255, 255, 255, 0.84);
}

.price-perks {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
}

.price-perks i {
  margin-right: 8px;
  color: #86efac;
}

.price-box {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.price-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.price {
  display: block;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.duration {
  display: block;
  margin: 8px 0 16px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.full-width {
  width: 100%;
}

.price-box small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.4;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

summary {
  position: relative;
  min-height: 56px;
  padding: 16px 48px 16px 18px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
}

details[open] summary::after {
  content: "–";
}

details p {
  margin: -4px 18px 18px;
  font-size: 15px;
}

.final-cta-inner {
  padding: 28px 22px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: var(--shadow);
}

.final-cta-inner p {
  max-width: 520px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.9);
}

.final-cta-inner .btn-whatsapp {
  background: #fff;
  color: var(--green);
  box-shadow: none;
}

.footer {
  display: grid;
  gap: 14px;
  padding: 28px 0 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand strong {
  display: block;
  color: var(--ink);
}

.footer-brand p,
.footer-note {
  margin: 0;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--blue);
}

.prose {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.prose p {
  margin: 0;
}

.prose a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-heading a {
  color: var(--blue);
  font-weight: 700;
}

.price-panel a {
  color: #bfdbfe;
  font-weight: 700;
}

.hero-simple {
  align-items: start;
}

.footer-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-weight: 800;
}

.sticky-wa {
  position: fixed;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 25;
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--wa);
  box-shadow: 0 14px 30px rgba(31, 173, 90, 0.35);
  font-size: 14px;
  font-weight: 800;
}

.sticky-wa i {
  font-size: 20px;
}

@media (min-width: 720px) {
  .hero-counters,
  .result-grid,
  .compare,
  .steps,
  .audience-grid,
  .data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 36px;
    padding: 48px 0 28px;
  }

  .hero-counters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-shot img {
    aspect-ratio: 16 / 8.6;
  }

  .result-grid,
  .audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-grid,
  .data-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .data-section {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: start;
    gap: 24px;
  }

  .price-panel {
    grid-template-columns: 1fr 300px;
    align-items: center;
    padding: 32px;
  }

  .footer {
    grid-template-columns: 1.2fr 1fr auto;
    align-items: center;
  }
}

@media (max-width: 979px) {
  body {
    padding-bottom: calc(var(--sticky-h) + 12px + env(safe-area-inset-bottom));
  }

  .nav-backdrop.is-open {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: var(--header-actual, var(--header-h));
    left: 12px;
    right: 12px;
    z-index: 32;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100dvh - var(--header-actual, var(--header-h)) - 16px);
    overflow-y: auto;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 10px;
  }

  .nav-links .nav-cta-mobile {
    display: inline-flex;
    margin-top: 6px;
    white-space: nowrap;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .sticky-wa {
    display: inline-flex;
    left: 12px;
    right: 12px;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .header-actions .nav-cta span {
    display: none;
  }

  .header-actions .nav-cta {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .hero,
  .section,
  .footer {
    width: calc(100% - 24px);
  }

  .site-header {
    gap: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-text small {
    display: none;
  }

  .hero {
    padding-top: 16px;
    gap: 18px;
  }

  .section {
    padding: 32px 0;
    scroll-margin-top: 76px;
  }

  .section-heading {
    margin-bottom: 16px;
  }

  h1 {
    font-size: clamp(26px, 8.2vw, 34px);
  }

  h2 {
    font-size: clamp(22px, 6.4vw, 28px);
  }

  .hero-lede,
  p {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .final-cta-inner .btn,
  .price-box .btn {
    width: 100%;
    white-space: normal;
  }

  .btn,
  .nav-cta {
    min-height: 48px;
  }

  .hero-trust {
    gap: 8px 14px;
  }

  .hero-shot img {
    aspect-ratio: 16 / 10;
    object-position: left top;
  }

  .hero-live {
    top: 10px;
    bottom: auto;
    font-size: 11px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-counters strong {
    font-size: 24px;
  }

  .compare-card,
  .step-card,
  .feature-card,
  .result-stat,
  .audience-grid article {
    padding: 16px;
  }

  .data-grid span {
    min-height: 48px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .video-shell video,
  .video-shell .video-fallback {
    aspect-ratio: 16 / 10;
  }

  .video-note {
    font-size: 13px;
    padding: 12px 14px;
  }

  .price-panel {
    padding: 18px 16px;
    gap: 16px;
    border-radius: 16px;
  }

  .price-box {
    padding: 16px;
  }

  .price {
    font-size: 36px;
  }

  .final-cta-inner {
    padding: 22px 16px;
  }

  .faq-list details p {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer {
    padding-bottom: 28px;
  }

  .footer-links {
    gap: 10px 14px;
  }

  .sticky-wa {
    min-height: 50px;
    left: 10px;
    right: 10px;
  }

  .sticky-wa span {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .hero,
  .section,
  .footer {
    width: calc(100% - 20px);
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .hero-trust {
    flex-direction: column;
    gap: 8px;
  }

  .price {
    font-size: 32px;
  }

  .data-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 380px) and (max-width: 719px) {
  .data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
