:root{--deep:#1a3a2a;--mid:#2d5a3d;--soft:#4a7c5e;--mist:#e8f0ec;--fog:#f2f6f4;--white:#fff;--charcoal:#1a1a1a;--text:#3a4a40;--light:#6a7a70;--positive:#6fcf97;--font-d:"Playfair Display", serif;--font-b:"DM Sans", sans-serif;--r:2px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-b);background:var(--white);color:var(--charcoal);-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-d)}a{text-decoration:none}img{max-width:100%;display:block}.btn{cursor:pointer;font-family:var(--font-b);letter-spacing:.03em;border-radius:var(--r);text-align:center;font-weight:500;transition:all .2s;display:inline-block}.btn-white{background:var(--white);color:var(--deep);padding:.95rem 2.2rem;font-size:.95rem;font-weight:600}.btn-white:hover{background:var(--mist)}.btn-outline-white{color:var(--white);background:0 0;border:1.5px solid #fff6;padding:.9rem 2.2rem;font-size:.95rem}.btn-outline-white:hover{border-color:var(--white);background:#ffffff14}.btn-green{background:var(--deep);color:var(--white);padding:.95rem 2.2rem;font-size:.95rem;font-weight:600}.btn-green:hover{background:var(--mid)}.btn-outline-green{color:var(--deep);border:2px solid var(--deep);background:0 0;padding:.9rem 2.2rem;font-size:.95rem}.btn-outline-green:hover{background:var(--mist)}.label{letter-spacing:.16em;text-transform:uppercase;color:var(--soft);border-bottom:2px solid var(--mid);margin-bottom:1rem;padding-bottom:.4rem;font-size:.68rem;font-weight:700;display:inline-block}.label-light{color:#fff9;border-bottom-color:#ffffff59}nav{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1a3a2af7;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:90px;padding:0 4rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo img{object-fit:contain;width:auto;height:70px}.nav-links{align-items:center;gap:.2rem;display:flex}.nav-link{color:#ffffffb3;border-radius:3px;padding:.5rem 1rem;font-size:.875rem;transition:color .2s}.nav-link:hover{color:var(--white)}.nav-dropdown{position:relative}.nav-dropdown-menu{background:var(--deep);border-top:2px solid var(--soft);min-width:200px;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #0000004d}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu a{color:#ffffffb3;border-bottom:1px solid #ffffff0d;padding:.7rem 1.2rem;font-size:.85rem;transition:all .15s;display:block}.nav-dropdown-menu a:hover{color:var(--white);background:#ffffff0d;padding-left:1.5rem}.nav-cta{background:var(--white);color:var(--deep);border-radius:var(--r);margin-left:.6rem;padding:.55rem 1.4rem;font-size:.875rem;font-weight:600;transition:background .2s}.nav-cta:hover{background:var(--mist)}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(18px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.12s}.reveal-d2{transition-delay:.24s}#hero{background:linear-gradient(165deg,#1a3a2ae6 0%,#1a3a2a99 55%,#1a3a2ad9 100%),url(https://images.unsplash.com/photo-1535131749006-b7f58c99034b?w=1800&q=85) 50% 40%/cover no-repeat;align-items:flex-end;min-height:92vh;padding:11rem 4rem 5.5rem;display:flex;position:relative}.hero-content{width:100%;max-width:1100px;margin:0 auto}.hero-inner{max-width:880px}.hero-tag{color:#ffffffd9;font-size:.78rem;font-weight:500;font-family:var(--font-b);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;align-items:center;gap:.55rem;margin-bottom:1.8rem;padding:.38rem 1rem;display:inline-flex}.hero-tag:before{content:"";background:var(--positive);border-radius:50%;flex-shrink:0;width:6px;height:6px}#hero h1{color:var(--white);letter-spacing:-.02em;margin-bottom:1.3rem;font-size:clamp(2.8rem,6vw,5rem);font-weight:900;line-height:1.05}#hero h1 em{color:#ffffffb3;font-style:italic}#hero h1 .strike{color:#ffffff8c;white-space:nowrap;font-style:italic;font-weight:400;position:relative}#hero h1 .strike:after{content:"";background:#c54a3f;border-radius:2px;height:4px;position:absolute;top:55%;left:-3%;right:-3%;transform:rotate(-3deg)}.hero-sub{color:#ffffffd1;max-width:580px;margin-bottom:2rem;font-size:1.12rem;font-weight:300;line-height:1.72}.hero-paths{flex-wrap:wrap;gap:.6rem;margin-bottom:2.2rem;display:flex}.hero-path{border-radius:var(--r);color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff26;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.82rem;display:flex}.hero-path svg{width:14px;height:14px;stroke:var(--positive);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.hero-path strong{color:var(--white);font-weight:600}.hero-btns{flex-wrap:wrap;gap:1rem;display:flex}.trust-bar{background:var(--mid);padding:.9rem 4rem;overflow:hidden}.trust-bar-inner{flex-wrap:wrap;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;display:flex}.trust-item{color:#ffffffa6;white-space:nowrap;font-size:.78rem;font-family:var(--font-b);align-items:center;gap:.5rem;display:flex}.trust-dot{background:var(--positive);border-radius:50%;flex-shrink:0;width:4px;height:4px}#problem{background:var(--fog);grid-template-columns:1fr 1fr;display:grid}.prob-left,.prob-right{padding:5rem 4rem}.prob-left{background:var(--fog);justify-content:flex-end;display:flex}.prob-right{background:var(--mist)}.prob-left>div,.prob-right>div{width:100%;max-width:550px}.prob-left>div{padding-right:1.5rem}.prob-right>div{padding-left:1.5rem}.prob-tag{letter-spacing:.14em;text-transform:uppercase;color:var(--soft);font-size:.68rem;font-weight:700;font-family:var(--font-b);margin-bottom:1rem}.prob-left h3,.prob-right h3{color:var(--deep);margin-bottom:.8rem;font-size:clamp(1.4rem,2.5vw,2rem);line-height:1.2}.prob-left p,.prob-right p{color:var(--text);font-size:.95rem;font-weight:300;line-height:1.72}.prob-pivot{background:var(--deep);text-align:center;grid-column:1/-1;padding:4rem}.prob-pivot-inner{max-width:1100px;margin:0 auto}.prob-pivot h2{color:var(--white);margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.15}.prob-pivot p{color:#ffffffb8;max-width:680px;margin:0 auto;font-size:1rem;font-weight:300;line-height:1.72}#program{padding:6.5rem 4rem}.program-inner{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.program-text h2{color:var(--deep);margin-bottom:1rem;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.12}.program-text>p{color:var(--text);margin-bottom:2rem;font-size:.97rem;font-weight:300;line-height:1.72}.pillars{flex-direction:column;gap:1.2rem;margin-bottom:2rem;display:flex}.pillar{align-items:flex-start;gap:1rem;display:flex}.pillar-icon{border-radius:var(--r);background:var(--mist);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.pillar-icon svg{width:20px;height:20px;stroke:var(--mid);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.pillar h4{font-family:var(--font-b);color:var(--deep);margin-bottom:.25rem;font-size:.92rem;font-weight:600}.pillar p{color:var(--text);font-size:.85rem;font-weight:300;line-height:1.6}.program-card{background:var(--deep);border-radius:3px;padding:2.5rem;position:sticky;top:110px}.card-head{letter-spacing:.12em;text-transform:uppercase;color:#ffffff61;font-size:.72rem;font-weight:700;font-family:var(--font-b);margin-bottom:2rem}.stat-row{margin-bottom:1.5rem}.stat-row:last-child{margin-bottom:0}.stat-label{color:#ffffffa6;font-size:.82rem;font-family:var(--font-b);margin-bottom:.6rem}.stat-bars{flex-direction:column;gap:.35rem;margin-bottom:.4rem;display:flex}.stat-bar-bg{background:#ffffff12;border-radius:4px;height:8px;overflow:hidden}.stat-bar-fill{border-radius:4px;height:100%;transition:width 1.2s}.stat-bar-fill.before{background:#ffffff2e}.stat-bar-fill.after{background:linear-gradient(to right,var(--soft),var(--positive))}.stat-meta{justify-content:space-between;font-size:.72rem;display:flex}.stat-meta .b{color:#ffffff59}.stat-meta .a{color:var(--positive);font-weight:600}#how{background:var(--fog);padding:6.5rem 4rem}#how>.how-header{max-width:1100px;margin:0 auto 4rem}#how>.how-header h2{color:var(--deep);margin-bottom:.6rem;font-size:clamp(1.9rem,3vw,2.6rem)}#how>.how-header p.sub{color:var(--light);max-width:560px;font-size:.97rem;font-weight:300}.how-paths{max-width:1100px;margin:0 auto}.how-path-intro{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3.5rem;display:grid}.how-path-card{border-radius:3px;padding:2rem 2.2rem}.how-path-card.self-guided{background:var(--white);border:1px solid #1a3a2a1a;border-top:3px solid var(--soft)}.how-path-card.clinical{background:var(--deep);border-top:3px solid var(--positive)}.how-path-eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:700;font-family:var(--font-b);margin-bottom:.6rem}.self-guided .how-path-eyebrow{color:var(--soft)}.clinical .how-path-eyebrow{color:#6fcf97b3}.how-path-card h4{margin-bottom:.5rem;font-size:1.1rem}.self-guided h4{color:var(--deep)}.clinical h4{color:var(--white)}.how-path-card p{font-size:.87rem;font-weight:300;line-height:1.65}.self-guided p{color:var(--text)}.clinical p{color:#ffffffb8}.path-pill{border-radius:20px;align-items:center;gap:.4rem;margin-top:1rem;padding:.28rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}.self-guided .path-pill{background:var(--mist);color:var(--mid)}.clinical .path-pill{color:var(--positive);background:#6fcf971f}.how-shared-label{letter-spacing:.14em;text-transform:uppercase;color:var(--light);font-size:.68rem;font-weight:700;font-family:var(--font-b);margin-bottom:1.5rem}.steps{max-width:100%;margin-bottom:0;display:flex;position:relative}.steps:before{content:"";background:linear-gradient(to right,var(--mid),#4a7c5e33);z-index:0;height:2px;position:absolute;top:20px;left:calc(10% + 20px);right:calc(10% + 20px)}.step{z-index:1;flex-direction:column;flex:1;align-items:center;padding:0 1rem;display:flex;position:relative}.step-circle{background:var(--deep);width:40px;height:40px;color:var(--white);font-size:.85rem;font-weight:700;font-family:var(--font-b);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto .8rem;display:flex}.step h4{font-family:var(--font-b);color:var(--deep);text-align:center;margin-bottom:.3rem;font-size:.85rem;font-weight:600}.step p{color:var(--light);text-align:center;max-width:130px;font-size:.78rem;line-height:1.5}.step.optional .step-circle{color:var(--soft);background:#1a3a2a1f;border:2px dashed #4a7c5e66}.step.optional h4{color:var(--soft)}.step-optional-badge{letter-spacing:.08em;text-transform:uppercase;background:var(--mist);color:var(--soft);font-size:.62rem;font-weight:700;font-family:var(--font-b);border-radius:20px;margin-bottom:.4rem;padding:.15rem .5rem}.how-fork{align-items:center;gap:1rem;max-width:100%;margin:2.5rem 0 1.5rem;display:flex}.how-fork-line{background:#1a3a2a1a;flex:1;height:1px}.how-fork-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--light);white-space:nowrap;font-size:.72rem;font-weight:700;font-family:var(--font-b)}.how-cta{text-align:center;margin-top:3.5rem}.how-cta p{color:var(--light);margin-top:.8rem;font-size:.82rem}.how-cta a:not(.btn){color:var(--mid);font-weight:500}#hsa{background:var(--deep);padding:6.5rem 4rem;position:relative;overflow:hidden}#hsa:before{content:"";background:radial-gradient(at 70%,#6fcf970f 0%,#0000 60%);position:absolute;inset:0}.hsa-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1100px;margin:0 auto;display:grid;position:relative}.hsa-text h2{color:var(--white);margin-bottom:1rem;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.12}.hsa-text>p{color:#ffffffb8;margin-bottom:2rem;font-weight:300;line-height:1.72}.hsa-cards{flex-direction:column;gap:.85rem;margin-bottom:1.5rem;display:flex}.hsa-card{border-radius:var(--r);background:#ffffff0d;border:1px solid #ffffff17;align-items:flex-start;gap:.9rem;padding:1rem 1.1rem;display:flex}.hsa-card-icon{border-radius:var(--r);background:#6fcf971a;border:1px solid #6fcf9733;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hsa-card-icon svg{width:17px;height:17px;stroke:var(--positive);fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.hsa-card h4{font-family:var(--font-b);color:var(--white);margin-bottom:.2rem;font-size:.9rem;font-weight:600}.hsa-card p{color:#ffffffa6;font-size:.82rem;font-weight:300;line-height:1.5}.hsa-disc{color:#ffffff47;font-size:.72rem;line-height:1.55}.hsa-visual{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:3px;padding:2.5rem}.hsa-big{font-family:var(--font-d);color:var(--white);font-size:4rem;font-weight:900;line-height:1}.hsa-big-sub{color:#ffffff59;font-size:.78rem;font-family:var(--font-b);margin-top:.3rem;margin-bottom:2rem}.hsa-table{border-collapse:collapse;width:100%}.hsa-table tr{border-bottom:1px solid #ffffff0f}.hsa-table tr:last-child{border-bottom:none}.hsa-table td{padding:.75rem 0;font-size:.85rem}.hsa-table td:first-child{color:#ffffff8c}.hsa-table td:last-child{text-align:right;color:var(--positive);font-weight:600}.hsa-optional-note{border-radius:var(--r);color:#fff9;background:#6fcf9714;border:1px solid #6fcf9733;margin-top:1.5rem;padding:1rem 1.2rem;font-size:.8rem;line-height:1.55}.hsa-optional-note strong{color:var(--positive)}#who{padding:6.5rem 4rem}.who-inner{max-width:1100px;margin:0 auto}#who h2{color:var(--deep);margin-bottom:.8rem;font-size:clamp(1.9rem,3.5vw,2.8rem)}.sub{color:var(--light);max-width:580px;margin-bottom:3rem;font-size:.97rem;font-weight:300;line-height:1.65}.who-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.who-card{background:var(--fog);border-top:3px solid var(--soft);border-radius:3px;padding:1.8rem 1.6rem;transition:border-top-color .2s,transform .2s}.who-card:hover{border-top-color:var(--deep);transform:translateY(-3px)}.who-card h4{color:var(--deep);margin-bottom:.5rem;font-size:1rem}.who-card p{color:var(--text);margin-bottom:.9rem;font-size:.85rem;font-weight:300;line-height:1.6}.who-tags{flex-wrap:wrap;gap:.35rem;display:flex}.who-tag{border-radius:var(--r);color:var(--soft);background:#4a7c5e1a;border:1px solid #4a7c5e33;padding:.2rem .55rem;font-size:.68rem}#transform{background:var(--deep);padding:6.5rem 4rem}.inner{max-width:1100px;margin:0 auto}.inner>.reveal:first-child{text-align:center;margin-bottom:3.5rem}.inner h2{color:var(--white);margin-bottom:.6rem;font-size:clamp(1.9rem,3.5vw,2.8rem)}.transform-grid{grid-template-columns:1fr auto 1fr;align-items:start;gap:2rem;margin-bottom:3.5rem;display:grid}.t-col{border-radius:3px;padding:2rem}.t-before{background:#ffffff0a;border:1px solid #ffffff14}.t-after{background:#6fcf9714;border:1px solid #6fcf9733}.t-label{letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:700;font-family:var(--font-b);margin-bottom:1.2rem}.t-before .t-label{color:#ffffff40}.t-after .t-label{color:var(--positive)}.t-col ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.t-col ul li{align-items:flex-start;gap:.6rem;font-size:.88rem;line-height:1.5;display:flex}.t-before ul li{color:#ffffff73}.t-before ul li:before{content:"–";color:#fff3;flex-shrink:0}.t-after ul li{color:#ffffffd9}.t-after ul li:before{content:"✓";color:var(--positive);flex-shrink:0;margin-top:.1rem;font-size:.72rem;font-weight:700}.t-arrow{color:#fff3;justify-content:center;align-items:center;padding-top:2rem;font-size:1.5rem;display:flex}.t-final{text-align:center}.t-final h3{color:var(--white);margin-bottom:.7rem;font-size:1.5rem}.t-final p{color:#fff9;max-width:500px;margin:0 auto 2rem;font-size:.95rem;font-weight:300}#math{background:var(--deep);padding:6.5rem 4rem}#math .inner{max-width:1100px;margin:0 auto}#math .reveal:first-child{margin-bottom:3rem}#math h2{color:var(--white);margin-bottom:.6rem;font-size:clamp(1.9rem,3.5vw,2.8rem);line-height:1.15}#math h2 em{color:var(--positive);font-style:italic}#math p{color:#ffffffb8;text-align:center;max-width:680px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:.97rem;font-weight:300;line-height:1.72}.math-footer{text-align:center;margin-top:1.5rem;margin-bottom:0}.math-footer h3{color:var(--white);font-size:1.6rem;line-height:1.2}.math-footer h3 em{color:var(--positive);font-style:italic}.scroll-hint{color:#ffffff40;margin-top:1.5rem;font-size:2rem;animation:2s infinite bounce}@keyframes bounce{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}#cta{background:var(--mid);text-align:center;padding:5.5rem 4rem}#cta h2{color:var(--white);margin-bottom:.9rem;font-size:clamp(1.9rem,3.5vw,2.9rem)}#cta p{color:#ffffffb8;max-width:500px;margin:0 auto 2.4rem;font-weight:300;line-height:1.72}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-note{color:#ffffff59;margin-top:1.5rem;font-size:.78rem}footer{background:var(--deep);border-top:1px solid #ffffff14;padding:3rem 4rem 2rem}.footer-top{border-bottom:1px solid #ffffff12;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;padding-bottom:2.5rem;display:grid}.footer-brand img{filter:brightness(0)invert();opacity:.65;height:34px;margin-bottom:1rem}.footer-brand p{color:#ffffff61;font-size:.84rem;line-height:1.6}.footer-col h5{font-family:var(--font-b);letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;margin-bottom:1rem;font-size:.7rem;font-weight:700}.footer-col a{color:#ffffff7a;padding:.28rem 0;font-size:.875rem;transition:color .2s;display:block}.footer-col a:hover{color:var(--white)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom p{color:#ffffff38;font-size:.75rem}.footer-disc{color:#ffffff2e;max-width:580px;font-size:.7rem;line-height:1.5}@media (max-width:900px){nav{padding:0 1.5rem}.nav-links{display:none}#hero{min-height:auto;padding:7rem 1.5rem 4rem}.trust-bar{padding:1rem 1.5rem}#problem{grid-template-columns:1fr}.prob-left,.prob-right,.prob-pivot{padding:3rem 1.5rem}.program-inner,.hsa-inner{grid-template-columns:1fr;gap:3rem}.who-grid{grid-template-columns:1fr}.transform-grid{grid-template-columns:1fr;gap:1.5rem}.t-arrow{display:none}.how-path-intro{grid-template-columns:1fr}.steps{flex-direction:column;gap:1.5rem}.steps:before{display:none}.step{flex-direction:row;align-items:flex-start;gap:1rem}.step-circle{flex-shrink:0;margin:0}footer{padding:2.5rem 1.5rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}.hero-signature{color:#ffffffb8;border-left:2px solid #c8950f99;max-width:580px;margin-bottom:2rem;padding-left:1rem;font-family:DM Sans,sans-serif;font-size:.92rem;font-style:italic;font-weight:300;line-height:1.5}@media (max-width:880px){.hero-signature{margin-bottom:1.5rem;padding-left:.75rem;font-size:.86rem}}@media (max-width:560px){.footer-top{grid-template-columns:1fr}.hero-paths{flex-direction:column}}@media (max-width:768px){html,body{max-width:100vw;overflow-x:hidden}body,h1,h2,h3,h4,h5,p,li,span,div,a{overflow-wrap:anywhere;word-break:normal}#hero{align-items:flex-start!important;min-height:auto!important;padding:7rem 1.5rem 3rem!important}.hero-content,.hero-inner{width:100%!important;max-width:100%!important;margin-left:0!important;padding-left:0!important}.hero-tag{max-width:100%;margin-bottom:1.25rem!important;margin-left:0!important}#problem .prob-left,#problem .prob-right,.prob-pivot{padding:2.5rem 1.25rem!important}#program,#how,#hsa,#who,#transform,#cta{padding:3rem 1.25rem!important}.trust-bar{padding:.9rem 1.25rem!important}.hero-content,.hero-inner,.trust-bar-inner,.prob-pivot-inner,.program-inner,#how>.how-header,.how-paths,.hsa-inner,.who-inner,.inner{width:100%!important;max-width:100%!important}#problem,.program-inner,.hsa-inner,.who-grid,.transform-grid,.how-path-intro,.how-paths,.footer-top{display:block!important}.program-inner>*,.hsa-inner>*,.who-grid>*,.transform-grid>*,.how-path-intro>*{max-width:100%;margin-bottom:2rem}#hero h1{font-size:clamp(2rem,8vw,3rem)!important;line-height:1.1!important}#hero h1 .strike{white-space:normal!important}.hero-sub{margin-bottom:1.25rem!important;font-size:1rem!important}.hero-paths{flex-direction:column;align-items:flex-start;gap:.5rem}.hero-path,.hero-btns{width:100%}.hero-btns .btn{text-align:center;width:100%}.trust-bar-inner{justify-content:flex-start;gap:.5rem 1rem}.trust-item{white-space:normal!important;font-size:.72rem!important}.prob-left h3,.prob-right h3{font-size:1.4rem!important}.prob-pivot h2{font-size:1.6rem!important}.program-text h2,#program h2{font-size:1.8rem!important;line-height:1.15!important}.steps{flex-direction:column!important;gap:1.25rem!important}.steps:before{display:none!important}.step{text-align:left!important;flex-flow:wrap!important;align-items:flex-start!important;gap:.9rem!important;padding:0!important}.step>.step-circle{flex-shrink:0;margin:0!important}.step>h4{flex:calc(100% - 56px);min-width:0;text-align:left!important;max-width:100%!important;margin-bottom:.25rem!important;font-size:.95rem!important}.step>p{flex:1 0 100%;min-width:0;padding-left:calc(40px + .9rem);text-align:left!important;max-width:100%!important;font-size:.85rem!important;line-height:1.5!important}.step-optional-badge{align-self:flex-start;white-space:nowrap!important;flex:0 0 100%!important;width:fit-content!important;margin-bottom:.5rem!important;padding:.3rem .55rem!important;font-size:.65rem!important}.how-fork{flex-direction:column!important;align-items:stretch!important;gap:1rem!important}.how-path-card{padding:1.5rem 1.25rem!important}.who-grid{grid-template-columns:1fr!important;gap:1rem!important}.transform-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.t-arrow{display:none!important}.t-col ul{padding-left:1.25rem}.t-col li{margin-bottom:.75rem}.hsa-inner{grid-template-columns:1fr!important;gap:2rem!important}#cta h2{font-size:1.8rem!important;line-height:1.15!important}#cta .btn{width:100%;max-width:360px;margin:0 auto}.btn{padding:.95rem 1.4rem;font-size:.95rem}.footer-top{grid-template-columns:1fr!important;gap:1.5rem!important}}@media (max-width:420px){#hero h1{font-size:1.85rem!important}.hero-tag,.label,.prob-tag{font-size:.68rem!important}#cta h2{font-size:1.6rem!important}}
