@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Inter:wght@400;600&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration:none}
a:hover{opacity:.88}
ul,ol{list-style:none}
h1,h2,h3{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;line-height:1.12;letter-spacing:-.015em}
h1{font-size:clamp(3rem,6vw,5.5rem)}
h2{font-size:clamp(2rem,4vw,3rem)}
h3{font-size:clamp(1.35rem,2.5vw,1.75rem)}
p{margin-bottom:1rem}
p:last-child{margin-bottom:0}
.eyebrow{font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;opacity:.85}
.container{width:min(1180px,92vw);margin:0 auto}
.section{padding:96px 0}
@media(max-width:768px){.section{padding:64px 0}}

.surface-ink{background:#0C1626;color:#F5F7FA}
.surface-porcelain{background:#F5F7FA;color:#0C1626}
.surface-slate{background:#1E2A3A;color:#F5F7FA}
.surface-emerald{background:#1FA47A;color:#F5F7FA}

.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.1rem 0;transition:background .35s,box-shadow .35s}
.site-header.is-scrolled{background:#F5F7FA;color:#0C1626;box-shadow:0 1px 0 rgba(12,22,38,.08)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{display:flex;align-items:center;gap:.65rem;font-family:'Cormorant Garamond',serif;font-weight:600;font-size:1.35rem;letter-spacing:.02em}
.logo svg{flex-shrink:0}
.nav-toggle{display:none;background:none;border:1px solid currentColor;padding:.45rem .85rem;font:inherit;cursor:pointer;font-size:.85rem}
.nav-list{display:flex;gap:1.75rem;align-items:center}
.nav-list a{font-size:.875rem;font-weight:600;letter-spacing:.04em}
@media(max-width:860px){
  .nav-toggle{display:block}
  .nav-list{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:1.5rem;background:#F5F7FA;border-top:1px solid rgba(12,22,38,.1)}
  .nav-list.is-open{display:flex}
}

.btn{display:inline-block;padding:.85rem 1.85rem;font-family:'Inter',sans-serif;font-weight:600;font-size:.875rem;border-radius:0;border:none;cursor:pointer;transition:filter .25s,box-shadow .25s}
.btn-primary{background:#1FA47A;color:#F5F7FA}
.btn-secondary{background:transparent;color:inherit;border:1px solid currentColor}
.btn:hover{filter:brightness(1.08);box-shadow:0 6px 24px rgba(0,0,0,.14)}
.btn-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}

.hairline{width:100%;height:1px;background:#D9DEE6;margin:0}
.hairline-emerald{background:linear-gradient(90deg,transparent,#1FA47A,transparent);height:1px}

.hero-ledger{position:relative;min-height:92vh;min-height:92dvh;display:flex;flex-direction:column;background:#0C1626;color:#F5F7FA;overflow:hidden}
@media(max-width:768px){.hero-ledger{min-height:78vh}}
.hero-ledger .hero-top{display:flex;justify-content:space-between;align-items:center;padding:7.5rem 4vw 1.25rem;font-size:11px;letter-spacing:.18em;text-transform:uppercase}
.hero-ledger .hero-top .est{color:#1FA47A}
.hero-ledger .hero-body{flex:1;display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:2rem;padding:0 4vw 0;position:relative}
@media(max-width:900px){.hero-ledger .hero-body{grid-template-columns:1fr;padding-bottom:2rem}}
.hero-ledger .hero-text{padding-bottom:3.5rem;max-width:640px}
.hero-ledger h1{font-size:clamp(3rem,5.5vw,5.5rem);margin-bottom:1.25rem}
.hero-ledger h1 em{font-style:italic;color:#1FA47A}
.hero-ledger .hero-sub{opacity:.82;max-width:520px;font-size:1.05rem;line-height:1.65}
.hero-photo-wrap{position:relative;align-self:end;justify-self:end;width:min(480px,42vw);margin-bottom:-1px}
@media(max-width:900px){.hero-photo-wrap{width:100%;max-width:520px;margin:0 auto}}
.hero-photo-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover;border:1px solid #D9DEE6}
.hero-trust{padding:.85rem 4vw;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:rgba(245,247,250,.65);border-top:1px solid #D9DEE6}

.circuit-motif{display:inline-block;width:48px;height:48px;margin-bottom:1rem}
.circuit-motif svg{width:100%;height:100%}

.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}
@media(max-width:768px){.stat-row{grid-template-columns:1fr;gap:1.5rem}}
.stat-row .num{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:600;color:#1FA47A;line-height:1}
.stat-row .label{font-size:.85rem;opacity:.75;margin-top:.35rem}

.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
@media(max-width:900px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}

.pillar-card{padding:2rem 0;border-top:1px solid rgba(217,222,230,.25)}
.surface-porcelain .pillar-card{border-top-color:rgba(12,22,38,.12)}
.pillar-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#1FA47A;margin-bottom:.75rem}

.module-card{position:relative;padding:2rem;border:1px solid rgba(217,222,230,.2);overflow:hidden}
.surface-porcelain .module-card{border-color:rgba(12,22,38,.1);background:#fff}
.module-serial{position:absolute;top:.5rem;right:1rem;font-family:'Cormorant Garamond',serif;font-size:5rem;font-weight:600;opacity:.06;line-height:1;pointer-events:none}

.content-img{width:100%;object-fit:cover;aspect-ratio:16/10;border:1px solid rgba(217,222,230,.35)}
.surface-porcelain .content-img{border-color:rgba(12,22,38,.08)}

.disclaimer-box{padding:1.75rem;border-left:2px solid #1FA47A;background:rgba(31,164,122,.06);font-size:.95rem;line-height:1.65;margin-top:1.5rem}

.faq-item{border-bottom:1px solid rgba(217,222,230,.2);padding:1.5rem 0}
.surface-porcelain .faq-item{border-bottom-color:rgba(12,22,38,.1)}
.faq-item h3{font-family:'Inter',sans-serif;font-size:1.05rem;font-weight:600;margin-bottom:.5rem}

.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.4rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid rgba(12,22,38,.18);font:inherit;background:#fff;color:#0C1626;border-radius:0}
.form-group textarea{min-height:140px;resize:vertical}
.form-check{display:flex;gap:.75rem;align-items:flex-start;font-size:.875rem;max-width:100%}
.form-check input[type="checkbox"]{margin-top:.3rem;flex-shrink:0;width:1rem;height:1rem}
.form-check label{flex:1;min-width:0;line-height:1.55;overflow-wrap:break-word;word-break:break-word}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}

.site-footer{padding:4.5rem 0 2rem;font-size:.9rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;margin-bottom:2rem}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr}}
.footer-bottom{padding-top:2rem;border-top:1px solid rgba(217,222,230,.2);font-size:.8rem;opacity:.78}
.footer-disclaimer{margin-top:1.25rem;font-size:.78rem;line-height:1.55;opacity:.72}

.page-hero{padding:10rem 0 4rem}
.page-hero.compact{padding:9rem 0 3rem}
.legal-content h2{margin:2.25rem 0 1rem;font-size:1.4rem;font-family:'Inter',sans-serif;font-weight:600}
.legal-content h3{margin:1.5rem 0 .75rem;font-size:1.05rem;font-family:'Inter',sans-serif;font-weight:600}
.legal-content ul,.legal-content ol{margin:0 0 1rem 1.5rem}
.legal-content li{margin-bottom:.5rem;list-style:disc}

.program-card{display:grid;grid-template-columns:1fr 1.2fr;gap:2.5rem;margin-bottom:3.5rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(12,22,38,.08)}
@media(max-width:768px){.program-card{grid-template-columns:1fr}}
.price-tag{font-family:'Cormorant Garamond',serif;color:#1FA47A;font-weight:600;font-size:1.15rem;margin-top:.5rem}

.service-row{display:flex;justify-content:space-between;align-items:baseline;padding:1.35rem 0;border-bottom:1px solid rgba(12,22,38,.08);gap:1rem;flex-wrap:wrap}
.service-row .price{font-family:'Cormorant Garamond',serif;font-weight:600;color:#1FA47A;white-space:nowrap}

.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1rem}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:1.25rem;background:#0C1626;color:#F5F7FA;border-top:1px solid #D9DEE6;box-shadow:0 -8px 32px rgba(0,0,0,.2)}
.cookie-inner{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;max-width:1180px;margin:0 auto;width:92vw}
.cookie-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.cookie-modal{position:fixed;inset:0;z-index:210;background:rgba(12,22,38,.75);display:flex;align-items:center;justify-content:center;padding:1rem}
.cookie-modal[hidden]{display:none}
.cookie-modal-panel{background:#F5F7FA;color:#0C1626;padding:2rem;max-width:480px;width:100%}
.cookie-modal-panel label{display:flex;gap:.5rem;margin:.75rem 0;font-size:.875rem}

.js .reveal{opacity:1;transform:none;transition:opacity .75s ease,transform .75s ease}
@media(prefers-reduced-motion:no-preference){
  .js .reveal:not(.is-visible){opacity:1;transform:translateY(18px)}
  .js .reveal.is-visible{opacity:1;transform:translateY(0)}
}
@media(prefers-reduced-motion:reduce){.js .reveal{transition:none}}

.thanks-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1rem}
.cta-band{text-align:center;padding:5rem 0}

.contact-block{padding:2rem;border:1px solid rgba(12,22,38,.1);margin-bottom:2rem}
.contact-block h3{font-size:1.1rem;margin-bottom:.75rem}
.contact-form-wrap{width:100%;max-width:640px}
.contact-form-wrap form{width:100%;max-width:100%}
