@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Space+Grotesk:wght@500;700&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.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none}

.surface-obsidian{background:#0B0E10;color:#F4F7F6}
.surface-porcelain{background:#F4F7F6;color:#0B0E10}
.surface-slate{background:#182028;color:#F4F7F6}
.surface-emerald{background:#1FB27A;color:#0B0E10}

h1,h2,h3{font-family:'Space Grotesk',system-ui,sans-serif;font-weight:700;line-height:1.1;letter-spacing:-0.02em}
h1{font-size:clamp(2.875rem,5.5vw,5.25rem)}
h2{font-size:clamp(1.75rem,3vw,2.75rem)}
h3{font-size:clamp(1.15rem,2vw,1.4rem)}
.eyebrow{font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:#1FB27A}
.surface-porcelain .eyebrow{color:#182028}
.text-emerald{color:#1FB27A}
.text-platinum{color:#CFD6DB}

.container{width:min(1140px,92vw);margin-inline:auto}
.section{padding:96px 0}
.section--lg{padding:120px 0}
.hairline{height:1px;background:#CFD6DB;opacity:0.45;border:none;margin:0}

.site-header{position:absolute;top:0;left:0;right:0;z-index:100;padding:1.25rem 0;transition:background 0.35s,box-shadow 0.35s,color 0.35s}
.site-header--hero{color:#F4F7F6}
.site-header.is-sticky{position:fixed;background:#F4F7F6;color:#0B0E10;box-shadow:0 1px 0 rgba(207,214,219,0.8)}
.header-inner{display:flex;align-items:center;justify-content:space-between;width:min(1140px,92vw);margin-inline:auto;position:relative}
.logo{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1.15rem;letter-spacing:0.01em}
.nav-list{display:flex;gap:1.75rem;flex-wrap:wrap}
.nav-list a{font-size:0.8125rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase}
.nav-toggle{display:none;background:none;border:1px solid currentColor;color:inherit;padding:0.5rem 0.75rem;cursor:pointer;font-size:0.75rem;letter-spacing:0.1em;text-transform:uppercase}

.btn{display:inline-block;padding:0.9rem 1.75rem;font-size:0.8125rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;border-radius:4px;transition:filter 0.3s,box-shadow 0.3s}
.btn:hover{text-decoration:none;filter:brightness(1.06);box-shadow:0 4px 22px rgba(11,14,16,0.18)}
.btn-outline{background:transparent;border:1px solid currentColor}
.btn-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}

.hero-console{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;padding-top:clamp(6rem,11vh,8.5rem)}
.hero-console__bg{position:absolute;inset:0;background:url('/images/financeaivault-01-hero-vault-studio.jpg') center/cover no-repeat}
.hero-console__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,14,16,0.52) 0%,rgba(11,14,16,0.78) 55%,rgba(11,14,16,0.94) 100%)}
.hero-console__dial{position:absolute;top:clamp(7.5rem,14vh,10rem);right:max(4vw,calc((100vw - 1140px)/2));z-index:3;width:140px;height:140px;border-radius:50%;border:2px solid rgba(31,178,122,0.45);background:rgba(24,32,40,0.55);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center}
.hero-console__dial-inner{width:100px;height:100px;border-radius:50%;border:1px solid rgba(207,214,219,0.35);position:relative}
.hero-console__dial-inner::before{content:'';position:absolute;top:50%;left:50%;width:2px;height:38px;background:#1FB27A;transform-origin:bottom center;transform:translate(-50%,-100%) rotate(-35deg);border-radius:2px}
.hero-console__dial-label{font-size:10px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#1FB27A;position:absolute;bottom:-2rem;left:50%;transform:translateX(-50%);white-space:nowrap}
.hero-console__rail-wrap{position:absolute;top:clamp(11rem,18vh,13.5rem);right:max(4vw,calc((100vw - 1140px)/2));z-index:3;padding:1rem 1.25rem;background:rgba(244,247,246,0.06);border:1px solid rgba(207,214,219,0.3);backdrop-filter:blur(12px);border-radius:8px;max-width:220px}
.hero-console__badge-label{font-size:11px;font-weight:600;letter-spacing:0.16em;text-transform:uppercase;color:#1FB27A;margin-bottom:0.75rem}
.hero-console__rail{display:flex;gap:0.35rem;margin-top:0.5rem}
.hero-console__tick{flex:1;height:3px;background:rgba(207,214,219,0.25);border-radius:2px;position:relative}
.hero-console__tick.is-active{background:#1FB27A}
.hero-console__tick span{position:absolute;top:-1.1rem;left:0;font-size:9px;letter-spacing:0.05em;color:#CFD6DB;font-family:'Space Grotesk',sans-serif}
.hero-console__content{position:relative;z-index:2;width:min(1140px,92vw);margin-inline:auto;padding:1.5rem 0 5rem}
.hero-console__content .eyebrow{margin-bottom:1.25rem}
.hero-console__content h1{margin-bottom:1.25rem;max-width:780px;margin-top:0}
.hero-console__sub{max-width:540px;color:rgba(244,247,246,0.85);font-size:1.05rem;margin-top:1rem}
.hero-console__trust{padding:1rem 0 2rem;font-size:12px;color:#CFD6DB;width:min(1140px,92vw);margin-inline:auto;border-top:1px solid rgba(207,214,219,0.35);position:relative;z-index:2}

.frosted-stat{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.frosted-stat__card{padding:2rem 1.5rem;background:rgba(244,247,246,0.06);border:1px solid rgba(207,214,219,0.3);backdrop-filter:blur(10px);border-radius:10px;text-align:center}
.frosted-stat__num{font-family:'Space Grotesk',sans-serif;font-size:2.75rem;color:#1FB27A;font-weight:700;font-variant-numeric:tabular-nums}
.frosted-stat__label{font-size:0.875rem;color:#CFD6DB;margin-top:0.5rem}

.stage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.stage-card{padding:2rem 1.5rem;border:1px solid rgba(207,214,219,0.2);border-radius:10px;background:rgba(24,32,40,0.45)}
.stage-card h3{color:#1FB27A;margin-bottom:0.75rem;font-size:1.05rem}

.track-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.track-card{padding:2rem 1.5rem;position:relative;border:1px solid rgba(207,214,219,0.18);border-radius:10px;background:#fff;box-shadow:0 8px 32px rgba(11,14,16,0.06)}
.surface-slate .track-card{background:rgba(244,247,246,0.04);border-color:rgba(207,214,219,0.25)}
.track-card__id{font-family:'Space Grotesk',sans-serif;font-size:0.75rem;font-weight:700;letter-spacing:0.12em;color:#1FB27A;margin-bottom:0.5rem}
.track-rail{height:2px;background:linear-gradient(90deg,#1FB27A 0%,rgba(31,178,122,0.15) 100%);margin:2rem 0 2.5rem;border-radius:2px}

.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.content-grid__media img{border-radius:10px;border:1px solid rgba(207,214,219,0.35)}
.prose p+p{margin-top:1rem}
.prose h2{margin-bottom:1rem}
.prose h3{margin:1.5rem 0 0.75rem}
.disclaimer-box{padding:1.5rem 1.75rem;border-left:3px solid #1FB27A;font-size:0.9375rem;background:rgba(31,178,122,0.08);border-radius:0 10px 10px 0;margin:2rem 0}

.form-group{margin-bottom:1.25rem}
.form-group>label{display:block;font-size:0.8125rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:0.4rem}
.form-group input:not([type=checkbox]):not([type=radio]),.form-group select,.form-group textarea{width:100%;padding:0.75rem 1rem;border:1px solid rgba(11,14,16,0.18);background:#fff;font-family:inherit;font-size:1rem;border-radius:8px}
.form-group textarea{min-height:140px;resize:vertical}
.form-check{display:flex;gap:0.75rem;align-items:flex-start;font-size:0.875rem;max-width:100%}
.form-check input[type=checkbox]{width:auto;margin-top:0.3rem;flex-shrink:0;padding:0;border-radius:4px}
.form-check label{flex:1;min-width:0;font-size:0.875rem;font-weight:400;letter-spacing:normal;text-transform:none;line-height:1.55;margin-bottom:0;overflow-wrap:break-word;word-break:break-word}
.contact-layout form{min-width:0;max-width:100%}

.faq-item{border-bottom:1px solid rgba(207,214,219,0.25);padding:1.5rem 0}
.faq-item h2,.faq-item h3{font-size:1.1rem;margin-bottom:0.75rem}

.program-card{display:grid;grid-template-columns:minmax(240px,320px) 1fr;gap:2rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(207,214,219,0.2);align-items:start}
.program-card:not(:has(.program-card__img)){grid-template-columns:1fr}
.program-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.program-card__img img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;border:1px solid rgba(207,214,219,0.3)}
.program-card__meta{font-family:'Space Grotesk',sans-serif;font-size:0.875rem;color:#1FB27A;margin-bottom:0.5rem}
.program-card__price{font-family:'Space Grotesk',sans-serif;font-size:1.2rem;color:#1FB27A;margin-top:0.75rem}

.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.service-card{padding:2rem;border-radius:10px;border:1px solid rgba(207,214,219,0.2);background:#fff}
.service-card__price{font-family:'Space Grotesk',sans-serif;color:#1FB27A;margin-top:1rem;font-size:1.1rem}

.site-footer{padding:4rem 0 2rem;font-size:0.875rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-links li{margin-bottom:0.35rem}
.footer-bottom{padding-top:2rem;border-top:1px solid rgba(207,214,219,0.25);font-size:0.8125rem;opacity:0.9}
.footer-disclaimer{margin-top:1.5rem;font-size:0.8125rem;line-height:1.65;opacity:0.85}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:1.5rem;box-shadow:0 -4px 24px rgba(11,14,16,0.25);background:#F4F7F6;color:#0B0E10;border-top:1px solid rgba(207,214,219,0.6)}
.cookie-banner[hidden]{display:none}
.cookie-inner{width:min(1140px,92vw);margin-inline:auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.cookie-banner p{color:#0B0E10;font-size:0.9375rem;line-height:1.55;margin:0;max-width:720px}
.cookie-banner a{color:#0B0E10;font-weight:600;text-decoration:underline;text-underline-offset:2px}
.cookie-banner a:hover{opacity:0.75}
.cookie-actions{display:flex;gap:0.75rem;flex-wrap:wrap}
.cookie-banner .btn.surface-emerald{background:#1FB27A;color:#0B0E10;border:1px solid #1FB27A}
.cookie-banner .btn.btn-outline{color:#0B0E10;border:1px solid rgba(11,14,16,0.35);background:#fff}
.cookie-banner .btn.btn-outline:hover{background:#F4F7F6;filter:none;box-shadow:0 2px 12px rgba(11,14,16,0.08)}
.cookie-modal{position:fixed;inset:0;z-index:1001;background:rgba(11,14,16,0.72);display:flex;align-items:center;justify-content:center;padding:1rem}
.cookie-modal[hidden]{display:none}
.cookie-modal__panel{width:min(520px,92vw);padding:2rem;max-height:90vh;overflow-y:auto;border-radius:10px;background:#F4F7F6;color:#0B0E10}
.cookie-modal__panel h2{color:#0B0E10;margin-bottom:0.75rem}
.cookie-modal__panel p{color:#182028}
.cookie-modal__panel .btn.surface-emerald{background:#1FB27A;color:#0B0E10;border:1px solid #1FB27A}
.cookie-modal__panel .btn.btn-outline{color:#0B0E10;border:1px solid rgba(11,14,16,0.35);background:#fff}
.cookie-modal__panel .btn.btn-outline:hover{background:#F4F7F6;filter:none}
.cookie-modal__panel .form-check label{color:#0B0E10}

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

.page-hero{padding:8rem 0 4rem}
.legal-section{margin-bottom:2.5rem}
.legal-section h2{font-size:1.35rem;margin-bottom:0.75rem}
.legal-section h3{font-size:1.1rem;margin:1rem 0 0.5rem}
.legal-section ul{margin:0.5rem 0 1rem 1.25rem;list-style:disc}
.legal-section li{margin-bottom:0.35rem}

.error-page{min-height:70vh;display:flex;align-items:center;text-align:center;padding:6rem 0}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.cta-band{text-align:center;padding:5rem 0}
.cta-band p{max-width:560px;margin:1rem auto 0;opacity:0.9}

@media(max-width:900px){
  .nav-toggle{display:block}
  .nav-list{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#0B0E10;color:#F4F7F6;padding:1rem 4vw}
  .site-header.is-sticky .nav-list{background:#F4F7F6;color:#0B0E10}
  .nav-list.is-open{display:flex}
  .hero-console{min-height:82vh;padding-top:5.5rem}
  .hero-console__dial,.hero-console__rail-wrap{top:auto;right:4vw}
  .hero-console__dial{top:5.75rem}
  .hero-console__rail-wrap{top:9.5rem;max-width:180px}
  .frosted-stat,.stage-grid,.track-grid,.service-grid{grid-template-columns:1fr}
  .content-grid,.program-card,.contact-layout,.footer-grid{grid-template-columns:1fr}
  .section{padding:72px 0}
  .section--lg{padding:88px 0}
}
