:root {
  --ink: #f5f2e9;
  --muted: #aaa99f;
  --black: #070a08;
  --panel: #0d110e;
  --panel-2: #121813;
  --line: rgba(245, 242, 233, .13);
  --gold: #d6ad55;
  --gold-soft: #f1d895;
  --green: #77b88b;
  --red: #c45b55;
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--black); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { color: #080a08; background: var(--gold-soft); }

.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; z-index: 1000; top: 1rem; left: 1rem; padding: .75rem 1rem; color: var(--black); background: var(--gold-soft); border-radius: 999px; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { max-width: 880px; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-number, .eyebrow { margin: 0 0 1.5rem; color: var(--gold); font-size: .72rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
h1 { font-size: clamp(3.2rem, 7vw, 5.9rem); }
h2 { font-size: clamp(2.45rem, 5.5vw, 5.25rem); }
h3 { margin: 0; font-size: 1.2rem; line-height: 1.25; }
p { margin: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3.65rem; padding: .8rem 1.35rem; color: #0b0d0b; background: linear-gradient(135deg, var(--gold-soft), var(--gold)); border: 1px solid transparent; border-radius: 2px; font-size: .84rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(214,173,85,.2); }
.button-small { min-height: 2.8rem; padding: .6rem 1rem; font-size: .7rem; }
.text-link { display: inline-flex; gap: .75rem; align-items: center; padding: .6rem 0; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: .78rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.text-link span { color: var(--gold); transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { background: rgba(7,10,8,.92); border-color: var(--line); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--serif); font-size: 1.12rem; letter-spacing: .01em; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; }
.brand strong { color: var(--gold); font-family: var(--sans); font-size: .62em; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.6rem; }
.main-nav > a:not(.button) { color: #d8d7d0; font-size: .75rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.main-nav > a:not(.button):hover { color: var(--gold-soft); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; color: inherit; background: transparent; border: 1px solid var(--line); }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; padding: 7.5rem 0 3.5rem; background: radial-gradient(circle at 76% 35%, rgba(89,132,92,.18), transparent 28%), linear-gradient(180deg, #090c0a, #070a08); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.07fr .93fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: .85rem; }
.eyebrow span { width: 38px; height: 1px; background: var(--gold); }
.hero h1 em { color: var(--gold-soft); font-style: italic; }
.hero-lead { max-width: 690px; margin-top: 2rem; color: #c0bfb7; font-size: clamp(1rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.4rem; }
.hero-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2.7rem 0 0; padding: 0; list-style: none; }
.hero-tags li { padding: .42rem .75rem; color: #bdbdb5; border: 1px solid var(--line); border-radius: 999px; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 600px); }
.hero-frame { position: relative; overflow: hidden; border: 1px solid rgba(214,173,85,.32); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,10,8,.72)); pointer-events: none; }
.hero-frame > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 58% center; filter: saturate(.78) contrast(1.06); }
.market-card { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; left: 1rem; display: flex; align-items: center; gap: .8rem; padding: 1rem; color: #f5f2e9; background: rgba(10,14,11,.82); border: 1px solid var(--line); backdrop-filter: blur(12px); }
.market-dot { flex: 0 0 auto; width: 10px; height: 10px; background: var(--green); border-radius: 50%; box-shadow: 0 0 18px var(--green); }
.market-card small, .market-card strong { display: block; }
.market-card small { color: var(--muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.market-card strong { font-size: .87rem; }
.vertical-note { position: absolute; top: 50%; right: -4.5rem; color: rgba(245,242,233,.38); font-size: .56rem; letter-spacing: .22em; transform: rotate(90deg) translateX(50%); transform-origin: right center; }

.risk-strip { border-block: 1px solid var(--line); background: #0a0e0b; }
.risk-strip .container { display: flex; align-items: center; gap: 1rem; padding-block: .9rem; color: #b3b2aa; font-size: .75rem; }
.risk-strip strong { color: var(--gold-soft); letter-spacing: .1em; text-transform: uppercase; }
.risk-strip a { margin-left: auto; color: var(--ink); border-bottom: 1px solid var(--gold); white-space: nowrap; }

.intro { text-align: center; }
.intro h2 { font-size: clamp(2.5rem, 5vw, 4.75rem); }
.intro .narrow > p:last-child { max-width: 750px; margin: 2rem auto 0; color: var(--muted); font-size: 1.08rem; }
.solutions { background: var(--panel); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading > p { max-width: 480px; color: var(--muted); font-size: 1rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.service-card { position: relative; min-height: 540px; padding: 2.2rem; border-right: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--panel-2); transform: translateY(-5px); }
.service-card.featured { background: linear-gradient(180deg, rgba(214,173,85,.1), transparent 65%); }
.card-index { position: absolute; top: 1.2rem; right: 1.4rem; color: #676960; font-family: var(--serif); font-size: 2rem; }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 5rem 0 2rem; color: var(--gold-soft); border: 1px solid rgba(214,173,85,.35); border-radius: 50%; font-size: 1.5rem; }
.service-card h3 { max-width: 280px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.service-card > p { margin-top: 1.25rem; color: var(--muted); }
.service-card ul { display: grid; gap: .7rem; margin: 2rem 0 0; padding: 1.4rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding-left: 1.2rem; color: #d3d2ca; font-size: .87rem; }
.service-card li::before { content: ""; position: absolute; top: .7em; left: 0; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }
.service-card .card-note { color: #c89b96; font-size: .72rem; }

.method-layout { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.method-copy > p:not(.section-number) { max-width: 620px; margin-top: 1.8rem; color: var(--muted); }
.steps { display: grid; gap: 0; margin: 3rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--gold); font-family: var(--serif); }
.steps h3 { margin-bottom: .35rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.steps p { color: var(--muted); font-size: .9rem; }
.method-figure { margin: 0; }
.method-figure img { width: 100%; max-height: 680px; aspect-ratio: 4/3; object-fit: cover; object-position: center top; filter: saturate(.65); }
.method-figure figcaption { padding: .8rem 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .75rem; }

.literacy { background: #e9e3d5; color: #111410; }
.literacy-layout { display: grid; grid-template-columns: minmax(260px, .65fr) 1.1fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.phone-video { position: relative; max-width: 430px; }
.phone-video video { width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #111; border: 9px solid #161916; border-radius: 28px; box-shadow: 0 30px 80px rgba(22,20,15,.22); }
.video-label { display: block; margin-top: 1rem; color: #53564e; font-size: .72rem; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.literacy .section-number { color: #765d27; }
.literacy-copy > p:not(.section-number,.source-note) { max-width: 680px; margin-top: 2rem; color: #555950; }
.literacy blockquote { max-width: 680px; margin: 2.5rem 0 1rem; padding-left: 1.5rem; border-left: 2px solid #9b7937; font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2rem); font-style: italic; line-height: 1.35; }
.source-note { color: #777970; font-size: .72rem; }

.about-layout { display: grid; grid-template-columns: .8fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; max-height: 760px; object-fit: cover; object-position: center top; filter: saturate(.85); }
.about-image::before { content: ""; position: absolute; z-index: -1; inset: -16px 16px 16px -16px; border: 1px solid rgba(214,173,85,.35); }
.about-image span { position: absolute; right: 0; bottom: 0; padding: .75rem 1rem; color: #10130f; background: var(--gold-soft); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-copy > p:not(.section-number) { max-width: 650px; margin-top: 1.35rem; color: var(--muted); }
.about-pillars { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2rem 0; }
.about-pillars span { padding: .55rem .8rem; border: 1px solid var(--line); color: #d2d1c9; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.testimonial { background: var(--panel); }
.testimonial-layout { display: grid; grid-template-columns: .85fr .6fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.testimonial-copy > p:not(.section-number,.disclaimer) { max-width: 560px; margin-top: 1.5rem; color: var(--muted); }
.disclaimer { max-width: 580px; margin-top: 2rem; padding: 1rem; color: #b6b5ad; background: rgba(255,255,255,.025); border-left: 2px solid var(--gold); font-size: .75rem; }
.testimonial-video { justify-self: end; width: min(100%, 410px); }
.testimonial-video video { width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #000; border: 1px solid var(--line); }

.instagram { overflow: hidden; }
.instagram-layout { position: relative; display: grid; grid-template-columns: 1fr 300px; gap: 4rem; align-items: center; padding: clamp(2rem, 6vw, 5rem); border: 1px solid rgba(214,173,85,.3); background: radial-gradient(circle at 85% 50%, rgba(95,68,163,.2), transparent 25%), var(--panel); }
.instagram-layout h2 { max-width: 720px; }
.instagram-layout p:not(.section-number) { max-width: 600px; margin: 1.5rem 0 2rem; color: var(--muted); }
.qr-card { display: block; padding: 1rem; background: #fff; transform: rotate(2deg); transition: transform .25s ease; }
.qr-card:hover { transform: rotate(0) scale(1.02); }
.qr-card img { width: 100%; }

.contact { position: relative; overflow: hidden; text-align: center; border-top: 1px solid var(--line); }
.contact-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(214,173,85,.17), transparent 32%); pointer-events: none; }
.contact-inner { position: relative; }
.contact-logo { width: 92px; height: 92px; margin: 0 auto 2rem; object-fit: cover; border-radius: 50%; }
.contact h2 { max-width: 900px; margin-inline: auto; }
.contact-inner > p:not(.section-number) { max-width: 660px; margin: 1.6rem auto 0; color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 2rem; margin-top: 2.3rem; }
.contact-link { color: #d0cfc7; border-bottom: 1px solid var(--line); font-size: .85rem; }
.floating-whatsapp { position: fixed; z-index: 90; right: 1.1rem; bottom: 1.1rem; display: flex; align-items: center; gap: .55rem; min-height: 50px; padding: .65rem .9rem; color: #06120a; background: #78d69a; border-radius: 999px; box-shadow: 0 12px 40px rgba(0,0,0,.3); font-size: .76rem; font-weight: 800; }

.site-footer { padding: 4rem 0 5.5rem; color: #9e9e96; background: #050605; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 3rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; }
.footer-grid > div:first-child p { max-width: 370px; margin-top: .7rem; font-size: .85rem; }
.footer-grid h2 { margin-bottom: .5rem; color: #e1e0d8; font-family: var(--sans); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a:not(.brand) { font-size: .82rem; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-brand { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .68rem; }
.footer-bottom p:last-child { max-width: 520px; text-align: right; }

.legal-page { min-height: 100vh; padding: 8rem 0 5rem; }
.legal-content { max-width: 820px; }
.legal-content h1 { margin-bottom: 1rem; font-size: clamp(2.8rem, 7vw, 5.5rem); }
.legal-content h2 { margin: 3rem 0 1rem; font-family: var(--sans); font-size: 1.25rem; font-weight: 700; letter-spacing: 0; }
.legal-content p, .legal-content li { color: #c1c0b8; }
.legal-content ul { padding-left: 1.25rem; }
.legal-back { display: inline-flex; margin-bottom: 3rem; color: var(--gold-soft); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-updated { color: var(--muted); font-size: .78rem; }

[data-reveal] { opacity: 1; transform: none; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready [data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; background: rgba(7,10,8,.98); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 1rem .5rem; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 1rem; }
  .hero-layout, .method-layout, .about-layout, .testimonial-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 8rem; }
  .hero-copy { max-width: 760px; }
  .hero-visual { justify-self: stretch; width: 100%; max-width: 760px; margin-top: 1rem; }
  .hero-frame > img { aspect-ratio: 16/10; }
  .vertical-note { display: none; }
  .section-heading { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .method-figure { max-width: 600px; }
  .about-image { max-width: 620px; }
  .testimonial-video { justify-self: start; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 2rem), var(--max)); }
  .section { padding: 4.6rem 0; }
  .header-inner { min-height: 68px; }
  .main-nav { inset-block-start: 68px; }
  .brand img { width: 38px; height: 38px; }
  .hero { min-height: auto; padding: 7rem 0 3.5rem; }
  .hero-layout { gap: 2.5rem; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 4.8rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .75rem; }
  .hero-actions .text-link { justify-content: center; }
  .hero-frame > img { aspect-ratio: 4/5; }
  .risk-strip .container { align-items: flex-start; flex-wrap: wrap; gap: .4rem .8rem; }
  .risk-strip a { margin-left: 0; }
  .section-heading { margin-bottom: 2.5rem; }
  .service-card { padding: 1.5rem; }
  .service-icon { margin-top: 3.5rem; }
  .literacy-layout { grid-template-columns: 1fr; }
  .phone-video { width: min(88%, 380px); margin-inline: auto; }
  .about-image::before { display: none; }
  .instagram-layout { grid-template-columns: 1fr; padding: 1.4rem; }
  .qr-card { width: min(75%, 280px); margin-inline: auto; }
  .contact-actions { flex-direction: column; }
  .floating-label { display: none; }
  .floating-whatsapp { width: 52px; height: 52px; justify-content: center; padding: 0; font-size: 1.1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
}

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