@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap');

:root { --ink:#17201d; --muted:#66716c; --paper:#f7f6f1; --green:#175b48; --lime:#b9e56e; --line:rgba(23,32,29,.15); --max:1240px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"DM Sans",Arial,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
.skip-link { position:fixed; left:1rem; top:-5rem; z-index:50; padding:.8rem 1rem; background:white; border-radius:4px; }
.skip-link:focus { top:1rem; }
.site-header { width:min(calc(100% - 48px),var(--max)); height:92px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { display:inline-flex; align-items:center; gap:11px; font-family:"Manrope",sans-serif; font-size:1.08rem; font-weight:600; letter-spacing:-.03em; }
.brand-mark { width:32px; height:32px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--green); font-size:.9rem; }
nav { display:flex; align-items:center; gap:34px; font-size:.83rem; font-weight:500; }
nav a:not(.nav-cta) { color:#4f5a55; transition:color .2s ease; }
nav a:not(.nav-cta):hover { color:var(--green); }
.nav-cta { padding:11px 17px; color:white; background:var(--green); border-radius:3px; }
.hero { width:min(calc(100% - 48px),var(--max)); min-height:680px; margin:0 auto; padding:86px 0 72px; display:grid; grid-template-columns:1.02fr .98fr; align-items:center; gap:64px; }
.eyebrow,.section-kicker { margin:0 0 24px; color:var(--green); font-size:.72rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase; }
.eyebrow { display:flex; align-items:center; gap:10px; }
.eyebrow span { width:25px; height:1px; background:var(--green); }
h1,h2,h3,p { margin-top:0; }
h1,h2 { font-family:"Manrope",sans-serif; font-weight:400; letter-spacing:-.055em; }
h1 { margin-bottom:31px; font-size:clamp(4rem,7vw,6.45rem); line-height:.91; }
h1 em,.closing h2 em { color:var(--green); font-style:normal; }
.hero-lead { max-width:570px; margin-bottom:36px; color:var(--muted); font-size:1.08rem; line-height:1.72; }
.hero-actions { display:flex; align-items:center; gap:28px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:15px 22px; border-radius:3px; font-size:.86rem; font-weight:600; transition:transform .2s ease,background .2s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { color:white; background:var(--green); }
.button-primary:hover { background:#104b3a; }
.text-link { display:inline-flex; gap:10px; font-size:.85rem; font-weight:600; }
.text-link span { color:var(--green); }
.hero-visual { position:relative; height:510px; overflow:hidden; border-radius:50% 50% 12px 12px; background:#e9e9df; isolation:isolate; }
.hero-visual::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 47%,rgba(185,229,110,.35),transparent 28%),linear-gradient(145deg,transparent 48%,rgba(23,91,72,.07) 49%,transparent 50%); }
.hero-visual::after { content:""; position:absolute; left:10%; right:10%; bottom:15%; height:1px; background:rgba(23,91,72,.28); transform:rotate(-12deg); }
.orbit { position:absolute; border:1px solid rgba(23,91,72,.22); border-radius:50%; }
.orbit-one { width:350px; height:350px; left:50%; top:51%; transform:translate(-50%,-50%); }
.orbit-two { width:470px; height:250px; left:50%; top:50%; transform:translate(-50%,-50%) rotate(-17deg); }
.visual-core { position:absolute; left:50%; top:50%; width:92px; height:92px; display:grid; place-items:center; transform:translate(-50%,-50%); color:white; background:var(--green); border:10px solid rgba(255,255,255,.75); border-radius:50%; box-shadow:0 14px 40px rgba(23,91,72,.22); font-family:"Manrope"; font-size:1.9rem; z-index:3; }
.flow-card { position:absolute; width:150px; padding:18px; background:rgba(247,246,241,.92); border:1px solid rgba(23,91,72,.13); box-shadow:0 12px 30px rgba(35,53,46,.09); z-index:2; }
.flow-card span { display:block; margin-bottom:24px; color:var(--green); font-size:.63rem; letter-spacing:.12em; }
.flow-card strong { display:block; font-family:"Manrope"; font-size:1rem; }
.flow-card small { color:var(--muted); font-size:.7rem; }
.card-law { left:9%; top:16%; }
.card-bank { right:7%; top:25%; }
.card-exam { right:22%; bottom:8%; background:var(--lime); }
.statement { padding:112px max(24px,calc((100% - var(--max))/2)); background:var(--green); color:white; }
.section-kicker.light,.statement .section-kicker { color:var(--lime); }
.statement-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:110px; align-items:end; }
.statement h2 { max-width:740px; margin-bottom:0; font-size:clamp(2.8rem,5vw,4.9rem); line-height:1.05; }
.statement-grid>div>p:first-child { margin-bottom:28px; color:rgba(255,255,255,.76); font-size:1rem; line-height:1.75; }
.statement-note { margin:0; padding-top:24px; border-top:1px solid rgba(255,255,255,.24); color:white; font-size:.88rem; }
.journey { width:min(calc(100% - 48px),var(--max)); margin:0 auto; padding:120px 0 125px; }
.section-heading { display:grid; grid-template-columns:1fr 300px; align-items:end; gap:80px; margin-bottom:80px; }
.section-heading h2 { margin-bottom:0; font-size:clamp(2.5rem,4.5vw,4.25rem); line-height:1.06; }
.section-heading>p { margin-bottom:5px; color:var(--muted); font-size:.95rem; line-height:1.65; }
.pillars { display:grid; grid-template-columns:repeat(4,1fr); gap:28px; }
.pillar { padding-top:4px; }
.pillar-number { color:var(--green); font-size:.68rem; font-weight:600; letter-spacing:.1em; }
.pillar-line { position:relative; height:1px; margin:19px 0 35px; background:var(--line); }
.pillar-line span { position:absolute; left:0; top:-3px; width:7px; height:7px; background:var(--green); border-radius:50%; }
.pillar h3 { margin-bottom:14px; font-family:"Manrope"; font-size:1.35rem; font-weight:500; letter-spacing:-.035em; }
.pillar p { margin-bottom:0; color:var(--muted); font-size:.86rem; line-height:1.65; }
.ai-section { padding:0 max(24px,calc((100% - var(--max))/2)) 120px; }
.ai-panel { min-height:470px; padding:70px; display:grid; grid-template-columns:160px 1fr 230px; align-items:center; gap:55px; color:white; background:#132620; overflow:hidden; position:relative; }
.ai-panel::after { content:""; position:absolute; right:-130px; top:-180px; width:500px; height:500px; border:1px solid rgba(185,229,110,.15); border-radius:50%; }
.ai-symbol { position:relative; width:130px; height:130px; display:grid; place-items:center; border:1px solid rgba(185,229,110,.38); border-radius:50%; }
.ai-symbol::before,.ai-symbol::after { content:""; position:absolute; border:1px solid rgba(185,229,110,.15); border-radius:50%; }
.ai-symbol::before { width:170px; height:75px; transform:rotate(27deg); }
.ai-symbol::after { width:75px; height:170px; transform:rotate(27deg); }
.ai-symbol span { color:var(--lime); font-size:2.5rem; font-weight:300; }
.ai-copy { position:relative; z-index:1; }
.ai-copy h2 { max-width:650px; margin-bottom:25px; font-size:clamp(2.4rem,4vw,4rem); line-height:1.06; }
.ai-copy>p:last-child { max-width:620px; margin-bottom:0; color:rgba(255,255,255,.65); line-height:1.75; }
.ai-list { position:relative; z-index:1; margin:0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.18); }
.ai-list li { padding:18px 0; border-bottom:1px solid rgba(255,255,255,.18); font-size:.9rem; }
.ai-list span { margin-right:19px; color:var(--lime); font-size:.63rem; }
.closing { padding:35px 24px 125px; text-align:center; }
.closing h2 { margin-bottom:28px; font-size:clamp(3.1rem,6vw,5.8rem); line-height:.98; }
.closing>p:not(.section-kicker) { max-width:660px; margin:0 auto 35px; color:var(--muted); line-height:1.7; }
footer { width:min(calc(100% - 48px),var(--max)); margin:0 auto; padding:35px 0 45px; display:grid; grid-template-columns:1fr 1fr auto; align-items:center; gap:30px; border-top:1px solid var(--line); color:var(--muted); font-size:.75rem; }
footer p { margin:0; }
footer p:last-child { color:var(--green); font-weight:600; }
.brand-footer { color:var(--ink); }
@media (max-width:900px) { nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:65px}.hero-copy{max-width:700px}.hero-visual{height:470px}.statement-grid{grid-template-columns:1fr;gap:45px}.section-heading{grid-template-columns:1fr;gap:25px}.pillars{grid-template-columns:1fr 1fr;row-gap:55px}.ai-panel{padding:55px;grid-template-columns:120px 1fr}.ai-symbol{width:105px;height:105px}.ai-list{grid-column:2}footer{grid-template-columns:1fr 1fr}footer p:last-child{display:none} }
@media (max-width:600px) { .site-header,.hero,.journey,footer{width:min(calc(100% - 36px),var(--max))}.site-header{height:76px}.nav-cta{padding:10px 12px;font-size:.74rem}.hero{min-height:auto;padding:58px 0 65px;gap:55px}h1{font-size:clamp(3.55rem,18vw,5rem)}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{height:400px}.flow-card{width:125px;padding:14px}.card-law{left:4%}.card-bank{right:3%}.card-exam{right:14%}.statement{padding-top:82px;padding-bottom:85px}.journey{padding:85px 0 90px}.pillars{grid-template-columns:1fr}.ai-section{padding:0 18px 90px}.ai-panel{padding:42px 28px;grid-template-columns:1fr;gap:35px}.ai-symbol{width:85px;height:85px}.ai-list{grid-column:auto}.closing{padding-bottom:90px}footer{grid-template-columns:1fr}footer p{line-height:1.5} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}*,*::before,*::after{transition:none!important} }
