:root {
  --ink: #0b0b0d;
  --surface: #121218;
  --surface-2: #191823;
  --paper: #ffffff;
  --ivory: #f8f5fc;
  --purple: #382076;
  --lilac: #a68ef1;
  --green: #74d479;
  --mint: #a4f5ab;
  --muted: #aaa4b5;
  --line: rgba(255,255,255,.13);
  --paper-line: #ded7e9;
  --radius: 24px;
  --font: Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: white; background: var(--ink); font-family: var(--font); font-synthesis: none; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input { font: inherit; }
::selection { color: white; background: var(--purple); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 1000; padding: 12px 16px; color: var(--ink); background: var(--mint); border-radius: 10px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(100% - 64px, 1380px); min-height: 92px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.product-brand { display: flex; gap: 12px; align-items: center; width: fit-content; font-size: 13px; font-weight: 800; letter-spacing: -.02em; }
.product-brand > span:last-child { display: grid; gap: 2px; }
.product-brand small { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.product-mark { width: 39px; height: 39px; border-radius: 12px; display: grid; place-items: center; color: var(--ink); background: var(--green); font-size: 13px; font-weight: 900; }
.site-header nav { display: flex; gap: 24px; color: #c9c5d0; font-size: 12px; }
.site-header nav a:hover { color: white; }
.header-cta { justify-self: end; min-height: 44px; padding: 0 17px; border: 1px solid rgba(164,245,171,.45); border-radius: 999px; display: inline-flex; align-items: center; gap: 12px; color: var(--mint); font-size: 12px; font-weight: 800; }

.hero { min-height: calc(100svh - 92px); width: min(100% - 64px, 1380px); margin: 0 auto; padding: 105px 0 100px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 6vw; align-items: center; }
.eyebrow { margin: 0 0 25px; color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 20px rgba(116,212,121,.9); }
.eyebrow-light { color: var(--mint); }
.hero .eyebrow { color: var(--mint); }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(64px,6.4vw,104px); line-height: .93; letter-spacing: -.065em; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 710px; margin: 32px 0 0; color: #c3bdcb; font-size: 19px; line-height: 1.7; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 21px; border: 1px solid transparent; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: 13px; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--green); }
.button-ghost { color: white; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.035); }
.button-light { color: var(--purple); background: white; }
.trust-list { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-wrap: wrap; gap: 14px 22px; color: #a8a2b1; font-size: 12px; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.ecosystem { min-height: 650px; position: relative; }
.ecosystem::before, .ecosystem::after { content: ""; position: absolute; border: 1px solid rgba(166,142,241,.2); border-radius: 50%; inset: 17%; }
.ecosystem::after { inset: 31%; border-color: rgba(116,212,121,.27); }
.ecosystem-glow { position: absolute; inset: 23%; border-radius: 50%; background: rgba(56,32,118,.4); filter: blur(70px); }
.system-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.14); background: rgba(25,24,35,.9); box-shadow: 0 25px 65px rgba(0,0,0,.27); backdrop-filter: blur(18px); }
.system-core { width: 230px; min-height: 230px; left: calc(50% - 115px); top: calc(50% - 115px); padding: 25px; border-color: rgba(116,212,121,.55); border-radius: 30px; display: flex; flex-direction: column; }
.system-core span { color: var(--green); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.system-core strong { margin-top: auto; font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.system-core small { margin-top: 15px; color: var(--muted); }
.system-item { width: 190px; min-height: 92px; padding: 18px; border-radius: 18px; display: grid; gap: 9px; }
.system-item span { color: var(--lilac); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.system-item b { font-size: 14px; }
.item-facebook { left: 2%; top: 14%; }
.item-instagram { right: 0; top: 8%; }
.item-ads { left: 0; bottom: 17%; }
.item-whatsapp { right: 2%; bottom: 13%; }
.item-access { width: 210px; right: calc(50% - 105px); bottom: 0; }

.direct-answer { padding: 82px max(5vw,28px); display: grid; grid-template-columns: .45fr 1.55fr; gap: 7vw; color: var(--ink); background: var(--mint); }
.direct-answer .eyebrow { margin-top: 8px; }
.direct-answer h2 { margin: 0 0 20px; font-size: clamp(40px,4.3vw,68px); line-height: 1; letter-spacing: -.055em; }
.direct-answer div p { max-width: 980px; margin: 0; color: #314136; font-size: 19px; line-height: 1.75; }

.section { padding: 120px max(5vw,28px); }
.section-heading { max-width: 1380px; margin: 0 auto 58px; display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 8vw; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { max-width: 850px; margin: 0; font-size: clamp(48px,5vw,78px); line-height: 1; letter-spacing: -.055em; }
.section-heading > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; align-self: end; }
.problems { background: var(--surface); }
.problems .eyebrow, .process .eyebrow { color: var(--green); }
.problem-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-grid article { min-height: 330px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid span { color: var(--green); font-size: 11px; }
.problem-grid h3 { margin: 110px 0 16px; font-size: 26px; letter-spacing: -.04em; }
.problem-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: var(--ivory); color: var(--ink); }
.audience h2 { max-width: 780px; margin: 0; font-size: clamp(48px,5vw,76px); line-height: 1; letter-spacing: -.055em; }
.audience-list { align-self: end; }
.audience-list p { margin: 0; padding: 22px 0; border-bottom: 1px solid var(--paper-line); color: #554e5f; font-size: 17px; line-height: 1.55; }
.audience-list p::before { content: "+"; margin-right: 15px; color: var(--purple); font-weight: 900; }

.includes { color: var(--ink); background: white; }
.includes .section-heading > p:last-child { color: #625b6d; }
.include-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--paper-line); border-top: 1px solid var(--paper-line); }
.include-grid article { min-height: 310px; padding: 30px; border-right: 1px solid var(--paper-line); border-bottom: 1px solid var(--paper-line); }
.include-grid span { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; color: white; background: var(--purple); font-size: 10px; font-weight: 900; }
.include-grid h3 { margin: 68px 0 13px; font-size: 25px; letter-spacing: -.035em; }
.include-grid p { margin: 0; color: #625b6d; line-height: 1.65; }

.outcomes { padding: 110px max(5vw,28px); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: var(--purple); }
.outcomes h2 { max-width: 780px; margin: 0; font-size: clamp(48px,5vw,78px); line-height: 1; letter-spacing: -.055em; }
.outcomes ol { list-style: none; padding: 0; margin: 0; align-self: end; }
.outcomes li { padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 50px 1fr; gap: 18px; }
.outcomes li span { color: var(--mint); font-size: 11px; }
.outcomes li p { margin: 0; color: #ddd5ee; line-height: 1.55; }
.outcomes li strong { color: white; }

.process { background: var(--surface); }
.process-list { max-width: 1120px; list-style: none; padding: 0; margin: 0 auto; }
.process-list li { min-height: 145px; padding: 30px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 90px 1fr; align-items: start; }
.process-list > li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--green); font-weight: 850; }
.process-list h3 { margin: 0 0 10px; font-size: 25px; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.65; }

.pricing { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: var(--ivory); color: var(--ink); }
.pricing-heading h2 { margin: 0; font-size: clamp(48px,5vw,76px); line-height: 1; letter-spacing: -.055em; }
.pricing-heading > p:last-child { color: #625b6d; font-size: 18px; line-height: 1.65; }
.price-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.price-card { min-height: 480px; padding: 30px; border: 1px solid var(--paper-line); border-radius: var(--radius); background: white; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--green); box-shadow: inset 0 5px 0 var(--green); }
.price-card > span:first-child { color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.price-card > div { display: flex; align-items: flex-start; margin: 70px 0 15px; }
.price-card small { margin-top: 12px; font-weight: 850; }
.price-card strong { font-size: 76px; line-height: .8; letter-spacing: -.06em; }
.price-card p { margin: 0 0 28px; color: #625b6d; line-height: 1.6; }
.price-card .button { margin-top: auto; }
.price-card .button-ghost { color: var(--purple); border-color: #c9bedf; background: transparent; }

.security { padding: 110px max(5vw,28px); background: var(--ink); }
.security > div:first-child { max-width: 1380px; margin: 0 auto 60px; display: grid; grid-template-columns: .5fr 1.5fr; }
.security > div:first-child .eyebrow { margin-top: 8px; }
.security h2 { max-width: 980px; margin: 0; font-size: clamp(48px,5vw,78px); line-height: 1; letter-spacing: -.055em; }
.security-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.security-grid article { min-height: 300px; padding: 28px; background: var(--surface-2); }
.security-grid span { color: var(--green); font-size: 11px; }
.security-grid h3 { margin: 95px 0 15px; font-size: 25px; }
.security-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; color: var(--ink); background: white; }
.faq h2 { margin: 0; font-size: clamp(48px,5vw,76px); line-height: 1; letter-spacing: -.055em; }
.faq-list details { border-top: 1px solid var(--paper-line); }
.faq-list details:last-child { border-bottom: 1px solid var(--paper-line); }
.faq-list summary { min-height: 78px; list-style: none; cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; align-items: center; font-size: 18px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--purple); font-size: 26px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: 0 0 28px; color: #625b6d; line-height: 1.7; }

.final-cta { min-height: 690px; padding: 100px 24px; display: grid; place-content: center; justify-items: center; text-align: center; background: radial-gradient(circle at 50% 115%, rgba(166,142,241,.75), transparent 42%), var(--purple); }
.final-cta h2 { max-width: 1000px; margin: 0; font-size: clamp(52px,6vw,92px); line-height: .97; letter-spacing: -.06em; }
.final-cta > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 35px; color: #e0d9ed; font-size: 18px; line-height: 1.65; }
.site-footer { padding: 40px max(5vw,28px); display: grid; grid-template-columns: .6fr 1.4fr auto; gap: 30px; align-items: start; color: #aaa4b5; background: #08080a; font-size: 11px; line-height: 1.65; }
.footer-brand { width: fit-content; color: white; font-size: 15px; font-weight: 850; }
.footer-brand img { display: block; width: 174px; height: auto; }
.site-footer p { max-width: 660px; margin: 0; }
.site-footer nav { display: flex; gap: 18px; color: white; }
.site-footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); }
.mobile-cta { display: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 85px; }
  .hero-copy { max-width: 900px; }
  .ecosystem { width: min(100%, 760px); margin: 0 auto; }
  .problem-grid { grid-template-columns: repeat(2,1fr); }
  .pricing { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 76px; }
  .site-header { width: calc(100% - 32px); min-height: 76px; grid-template-columns: 1fr; }
  .product-brand { font-size: 12px; }
  .product-mark { width: 35px; height: 35px; }
  .header-cta { display: none; }
  .hero { width: calc(100% - 36px); min-height: auto; padding: 72px 0 75px; grid-template-columns: 1fr; gap: 45px; }
  .hero h1 { font-size: clamp(52px,14.8vw,72px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 58px; justify-content: space-between; }
  .trust-list { display: grid; }
  .ecosystem { min-height: 510px; transform: scale(.87); transform-origin: top center; margin-bottom: -65px; }
  .system-core { width: 190px; min-height: 190px; left: calc(50% - 95px); top: calc(50% - 95px); }
  .system-core strong { font-size: 29px; }
  .system-item { width: 150px; min-height: 80px; padding: 14px; }
  .system-item b { font-size: 12px; }
  .item-access { width: 180px; right: calc(50% - 90px); }
  .direct-answer { padding: 70px 20px; grid-template-columns: 1fr; gap: 20px; }
  .direct-answer h2 { font-size: 42px; }
  .direct-answer div p { font-size: 17px; }
  .section { padding: 85px 20px; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading h2 { font-size: 45px; }
  .section-heading > p:last-child { margin-top: 24px; }
  .problem-grid, .include-grid, .audience, .outcomes, .price-grid, .security-grid, .faq { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 280px; }
  .problem-grid h3 { margin-top: 78px; }
  .audience { gap: 44px; }
  .audience h2, .outcomes h2, .pricing-heading h2, .security h2, .faq h2 { font-size: 45px; }
  .include-grid article { min-height: 270px; }
  .include-grid h3 { margin-top: 48px; }
  .outcomes { padding: 85px 20px; gap: 42px; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .price-card { min-height: 430px; }
  .security { padding: 85px 20px; }
  .security > div:first-child { grid-template-columns: 1fr; }
  .security-grid article { min-height: 270px; }
  .security-grid h3 { margin-top: 72px; }
  .faq { gap: 45px; }
  .final-cta { min-height: 620px; }
  .site-footer { grid-template-columns: 1fr; padding: 38px 20px; }
  .site-footer small { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 56px; padding: 0 19px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: var(--green); box-shadow: 0 18px 45px rgba(0,0,0,.36); font-size: 13px; font-weight: 900; }
}

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