.v101-hero{background:var(--navy);color:var(--off-white);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}.v101-hero:before{content:"";pointer-events:none;background:repeating-linear-gradient(-55deg,#ffffff04 0 1px,#0000 1px 40px);position:absolute;inset:0}.v101-hero-inner{max-width:var(--max-w);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;display:grid;position:relative}.v101-hero h1{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.07em;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1}.v101-hero p{color:#ffffffb3;max-width:46ch;margin-top:1.25rem;font-size:1.0625rem;line-height:1.2}.v101-hero-scroll{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;align-items:center;gap:.75rem;margin-top:2rem;font-size:.75rem;font-weight:500;display:flex}.v101-hero-scroll svg{stroke:#ffffff73;fill:none;stroke-width:1px;width:28px;height:28px}.v101-hero-img{aspect-ratio:4/3;background:#ffffff0f;border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex}.v101-intro{background:var(--lightest-gray);color:var(--text);text-align:center;padding:1.5rem}.v101-intro p{max-width:var(--max-w);font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;margin:0 auto;font-size:1rem;font-weight:500}.v101-phases{padding:5rem 1.5rem}.v101-phases-inner{max-width:var(--max-w);margin:0 auto}.phase-header{border-bottom:1px solid var(--navy);align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.phase-badge{width:56px;height:56px;font-family:var(--font-display);color:#fff;background:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;font-weight:800;display:flex}.phase-label{font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--steel);margin-bottom:.2rem;font-size:.72rem;font-weight:700}.phase-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;color:var(--navy);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:500;line-height:1}.steps-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.step-card{border:1px solid var(--light-gray);background:#fff;padding:1.75rem;transition:box-shadow .2s,transform .2s}.step-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.step-num{font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--steel);margin-bottom:.75rem;font-size:.72rem;font-weight:700}.step-img{aspect-ratio:4/3;background:var(--light-gray);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.step-img svg{width:32px;height:32px;stroke:var(--mid-gray);fill:none;stroke-width:1.25px;opacity:.6}.step-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;color:var(--navy);margin-bottom:.5rem;font-size:1rem;font-weight:500}.step-text{color:#555;font-size:.9rem;line-height:1.65}.phase-divider{background:var(--lightest-gray);color:var(--text);text-align:center;margin:0 -1.5rem;padding:3rem 1.5rem}.phase-divider p{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:500}.phase-arrow{text-align:center;color:var(--steel);padding:1.5rem 0}.phase-arrow svg{width:32px;height:32px;stroke:var(--steel);fill:none;stroke-width:2px}.v101-cta{background:var(--lightest-gray);text-align:center;padding:4rem 1.5rem}.v101-cta h2{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:600}.v101-cta p{max-width:50ch;margin:0 auto 2rem}.v101-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.v101-hero-inner{grid-template-columns:1fr}.v101-hero-img{display:none}}@media (max-width:640px){.steps-grid{grid-template-columns:1fr}.phase-header{flex-direction:column;align-items:flex-start;gap:.75rem}}
