:root {
  --ink: #050807;
  --ink-soft: #0b1411;
  --panel: #101a16;
  --panel-2: #16231e;
  --emerald: #12d885;
  --emerald-dark: #079456;
  --silver: #e5e8e7;
  --muted: #9aa7a1;
  --line: rgba(229, 232, 231, 0.13);
  --white: #f7faf8;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--body); line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: 0.04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); z-index: 1000; }
img { max-width: 100%; display: block; }
a { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 0.96; text-transform: uppercase; letter-spacing: -0.02em; }
h1 { font-size: clamp(4.15rem, 9vw, 8.8rem); }
h2 { font-size: clamp(3rem, 6vw, 5.8rem); }
h3 { font-size: 2rem; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 2000; padding: 10px 14px; color: var(--ink); background: var(--emerald); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 1.25rem; color: var(--emerald); font-family: var(--display); font-size: 0.9rem; font-weight: 700; letter-spacing: 0.28em; }
.section { padding: 120px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: 180ms ease; }
.site-header.is-scrolled { background: rgba(5, 8, 7, 0.88); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong, .brand small { font-family: var(--display); letter-spacing: 0.18em; }
.brand strong { font-size: 1.32rem; }
.brand small { margin-top: 5px; color: var(--emerald); font-size: 0.55rem; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { color: #d7dedb; font-size: 0.84rem; font-weight: 600; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--emerald); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid var(--emerald); border-radius: 3px; color: #00130a; background: var(--emerald); font-size: 0.88rem; font-weight: 800; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; box-shadow: 0 12px 32px rgba(18, 216, 133, 0.14); transition: 160ms ease; }
.button:hover { background: #38ed9e; transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-ghost { color: var(--white); background: rgba(255, 255, 255, 0.03); border-color: rgba(255, 255, 255, 0.25); box-shadow: none; }
.button-ghost:hover { background: rgba(255, 255, 255, 0.09); }

.hero { position: relative; min-height: 830px; padding: 155px 0 90px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 68% 28%, rgba(9, 112, 67, 0.25), transparent 34%), linear-gradient(135deg, #050807 0%, #09100d 54%, #030605 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.06) 50%, transparent 50.2%); opacity: .35; }
.hero-backdrop { position: absolute; width: 700px; height: 700px; right: -180px; top: 10%; border: 1px solid rgba(18, 216, 133, .14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(18, 216, 133, .02), 0 0 0 160px rgba(255,255,255,.012); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.hero-copy h1 em { color: var(--emerald); font-style: normal; }
.hero-lead { max-width: 720px; margin: 30px 0; color: #c3cdc8; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { margin: 35px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 22px; color: #aeb9b4; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.05em; list-style: none; text-transform: uppercase; }
.hero-proof li::before { content: "◆"; margin-right: 8px; color: var(--emerald); }
.hero-art { position: relative; }
.hero-banner { width: 100%; aspect-ratio: 1.78; object-fit: cover; border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow); }
.hero-seal { position: relative; width: 55%; margin: -18% auto 0; filter: drop-shadow(0 18px 30px rgba(0,0,0,.6)); }
.hero-status { position: relative; width: fit-content; margin: 8px auto 0; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); background: rgba(5,8,7,.82); color: #cbd5d0; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.hero-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 12px var(--emerald); }

.metrics { border-block: 1px solid var(--line); background: #080d0b; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metrics-grid div { min-height: 120px; padding: 28px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.metrics-grid div:first-child { border-left: 1px solid var(--line); }
.metrics-grid strong { color: var(--emerald); font-family: var(--display); font-size: 1.5rem; }
.metrics-grid span { color: #d9e0dc; font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.method-section { background: linear-gradient(180deg, #07100c, #09130f); }
.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.section-heading h2 { max-width: 780px; }
.method-copy > p { max-width: 680px; color: #b2beb8; font-size: 1.08rem; }
.feature-list { margin-top: 48px; }
.feature-list article { padding: 28px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.feature-list article:last-child { border-bottom: 1px solid var(--line); }
.feature-list article > span { color: var(--emerald); font-family: var(--display); font-size: 1.3rem; }
.feature-list h3 { margin-bottom: 9px; font-size: 1.55rem; }
.feature-list p { margin: 0; color: var(--muted); font-size: .92rem; }

.process-section { background: #050807; }
.section-heading.narrow { max-width: 720px; }
.process-grid { margin: 64px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border: 1px solid var(--line); }
.process-grid li { min-height: 290px; padding: 32px; border-right: 1px solid var(--line); background: linear-gradient(155deg, rgba(255,255,255,.025), transparent); }
.process-grid li:last-child { border: 0; }
.process-grid span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 70px; border: 1px solid rgba(18,216,133,.45); color: var(--emerald); font-family: var(--display); }
.process-grid h3 { margin-bottom: 14px; font-size: 1.55rem; }
.process-grid p { color: var(--muted); font-size: .86rem; }

.plans-section { background: radial-gradient(circle at 18% 20%, rgba(18,216,133,.08), transparent 26%), #09110e; }
.plans-heading { display: grid; grid-template-columns: 1fr 370px; gap: 50px; align-items: end; }
.plans-heading > p { color: var(--muted); }
.plan-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.plan-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.plan-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-bottom: 1px solid var(--line); }
.plan-body { padding: 26px; }
.plan-body > p:first-child { margin: 0 0 2px; color: var(--emerald); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plan-body h3 { font-size: 2.15rem; }
.price { margin: 26px 0 18px; display: flex; align-items: baseline; gap: 6px; }
.price span, .price small { color: var(--muted); font-size: .7rem; }
.price strong { font-family: var(--display); font-size: 2.5rem; letter-spacing: .01em; }
.plan-note { min-height: 48px; color: var(--muted); font-size: .8rem; }
.plan-body a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--emerald); color: var(--emerald); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.plan-card.featured { border-color: rgba(18,216,133,.6); transform: translateY(-12px); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.plan-tag { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 7px 10px; color: #00130a; background: var(--emerald); font-size: .58rem; font-weight: 900; letter-spacing: .08em; }
.hybrid-card { margin-top: 28px; padding: 28px; display: grid; grid-template-columns: 210px 1fr auto; gap: 36px; align-items: center; border: 1px solid rgba(18,216,133,.35); background: linear-gradient(110deg, #0e1b15, #08110d); }
.hybrid-card > img { width: 210px; aspect-ratio: 1; object-fit: cover; }
.hybrid-card h3 { margin-bottom: 18px; font-size: 2.5rem; }
.hybrid-card p:not(.eyebrow), .hybrid-card li { color: #aab7b1; font-size: .87rem; }
.hybrid-card ul { margin: 16px 0 0; padding-left: 18px; }
.hybrid-price { display: grid; gap: 8px; justify-items: end; }
.hybrid-price > span { color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.hybrid-price > strong { font-family: var(--display); font-size: 2.4rem; }
.hybrid-price .button { margin-top: 12px; }

.audience-section { background: #ecefed; color: #07100c; }
.audience-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.audience-main .eyebrow { color: var(--emerald-dark); }
.audience-main p:not(.eyebrow) { max-width: 680px; margin-top: 28px; color: #3f4c46; }
.audience-panel { padding: 48px; border-left: 5px solid var(--emerald-dark); background: #dfe4e1; }
.audience-panel p { color: #53605a; }
.audience-panel strong { display: block; font-family: var(--display); font-size: 2rem; line-height: 1.08; text-transform: uppercase; }

.faq-section { background: #07100c; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq-grid .section-heading > p:last-child { margin-top: 26px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 44px 24px 0; cursor: pointer; font-family: var(--display); font-size: 1.35rem; font-weight: 700; list-style: none; text-transform: uppercase; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--emerald); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 40px; color: var(--muted); font-size: .9rem; }

.social-section { padding: 36px 0 92px; background: #07100c; }
.social-shell { padding: 34px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: center; border: 1px solid var(--line); background: linear-gradient(115deg, rgba(18,216,133,.06), rgba(255,255,255,.015)); }
.social-intro .eyebrow { margin-bottom: 14px; }
.social-intro h2 { max-width: 440px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.social-intro > p:last-child { max-width: 440px; margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.social-links > a { min-height: 74px; padding: 12px 16px; display: grid; grid-template-columns: 46px 1fr auto; gap: 14px; align-items: center; border: 1px solid var(--line); background: rgba(3,7,5,.48); text-decoration: none; transition: 160ms ease; }
.social-links > a:hover { border-color: rgba(18,216,133,.5); background: rgba(18,216,133,.07); transform: translateX(3px); }
.social-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(18,216,133,.45); color: var(--emerald); font-family: var(--display); font-size: .8rem; font-weight: 800; letter-spacing: .05em; }
.social-links a > span:nth-child(2) { display: grid; }
.social-links small { color: var(--muted); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.social-links strong { margin-top: 3px; font-family: var(--display); font-size: 1.18rem; letter-spacing: .02em; text-transform: uppercase; }
.social-links b { color: var(--emerald); font-size: 1rem; font-weight: 500; }

.cta-section { padding: 105px 0; background: radial-gradient(circle at 30% 30%, rgba(18,216,133,.18), transparent 28%), #0a1510; }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.cta-grid h2 { max-width: 700px; }
.cta-grid > div:first-child > p:not(.eyebrow) { margin: 24px 0; color: #bac5bf; }
.qr-card { padding: 22px; text-align: center; border: 1px solid var(--line); background: var(--white); color: var(--ink); }
.qr-card img { width: 180px; }
.qr-card p { margin: 12px 0 2px; color: #5f6b65; font-size: .7rem; text-transform: uppercase; }
.qr-card strong { font-size: .8rem; }

.site-footer { padding: 70px 0 24px; background: #030504; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 50px; }
.footer-grid > div > strong { color: var(--emerald); font-family: var(--display); font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p { margin-top: 13px; color: #8d9993; font-size: .76rem; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--emerald); }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #68736e; font-size: .67rem; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 80; padding: 14px 18px; border-radius: 999px; color: #00130a; background: var(--emerald); font-size: .72rem; font-weight: 900; text-decoration: none; text-transform: uppercase; box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { background: #07100c; }
.legal-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(5,8,7,.94); backdrop-filter: blur(18px); }
.legal-header .header-inner { min-height: 76px; }
.legal-back { color: var(--emerald); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.legal-main { padding: 90px 0 110px; }
.legal-title { max-width: 900px; margin-bottom: 54px; }
.legal-title h1 { font-size: clamp(3.3rem, 8vw, 6.6rem); }
.legal-title p:not(.eyebrow) { margin-top: 22px; color: var(--muted); }
.legal-content { max-width: 860px; }
.legal-content section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 18px; color: var(--silver); font-size: 1.8rem; }
.legal-content p, .legal-content li { color: #b5c0bb; font-size: .93rem; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: var(--emerald); }
.legal-notice { margin-bottom: 40px; padding: 20px 24px; border-left: 3px solid var(--emerald); background: rgba(18,216,133,.06); color: #cbd5d0; font-size: .85rem; }

@media (max-width: 1050px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 78px; right: 20px; width: min(330px, calc(100% - 40px)); padding: 22px; display: none; align-items: stretch; flex-direction: column; gap: 17px; border: 1px solid var(--line); background: rgba(5,8,7,.97); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 720px; }
  .split-grid, .faq-grid { gap: 60px; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-card.featured { transform: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 84px 0; }
  .header-inner { min-height: 76px; }
  .brand img { width: 42px; height: 42px; }
  .hero { padding: 125px 0 70px; }
  .hero-grid { gap: 46px; }
  .hero-copy h1 { font-size: clamp(3.55rem, 17vw, 5rem); }
  .hero-lead { font-size: .95rem; }
  .hero-actions { display: grid; }
  .hero-proof { gap: 12px; display: grid; }
  .hero-seal { width: 60%; }
  .hero-status { margin-top: 8px; justify-content: center; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics-grid div { min-height: 96px; padding: 20px 16px; }
  .metrics-grid div:nth-child(3) { border-left: 1px solid var(--line); }
  .split-grid, .plans-heading, .audience-grid, .faq-grid, .social-shell, .cta-grid { grid-template-columns: 1fr; gap: 42px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid span { margin-bottom: 38px; }
  .plan-grid { grid-template-columns: 1fr; gap: 18px; }
  .plan-card { display: grid; grid-template-columns: 38% 62%; }
  .plan-card img { height: 100%; border: 0; border-right: 1px solid var(--line); }
  .plan-body { padding: 20px; }
  .price { margin: 18px 0 12px; }
  .price strong { font-size: 2rem; }
  .plan-note { min-height: 0; }
  .hybrid-card { grid-template-columns: 100px 1fr; gap: 22px; padding: 20px; }
  .hybrid-card > img { width: 100px; }
  .hybrid-price { grid-column: 1 / -1; justify-items: stretch; }
  .hybrid-price > span, .hybrid-price > strong { text-align: right; }
  .audience-panel { padding: 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .social-section { padding-bottom: 70px; }
  .social-shell { padding: 24px; }
  .social-links { grid-template-columns: 1fr; }
}

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