.hv2-root{--orange:#fe6d31;--orange-h:#e85a1e;--orange-tint:#f5f7f8;--orange-subtle:#ffcfb8;--blue:#24b8ff;--blue-tint:#ebf8ff;--yellow:#f5c842;--yellow-tint:#fffbe6;--pink:#f5a0c8;--pink-tint:#fff0f7;--green:#4caf7d;--green-tint:#edfaf3;--purple:#9b72cf;--purple-tint:#f4eeff;--cream:#f5f7f8;--cream-2:#eef1f3;--cream-3:#e4e8eb;--warm:#fafaf8;--surf:#f5f3ef;--surf-2:#edeae4;--ink:#1c1917;--ink-footer:#1c1917;--ink-2:#44403c;--ink-3:#78716c;--ink-4:#a8a29e;--border:#e7e4df;--border-2:#d4cfc8;--ff-d:var(--font-heading),"DM Serif Display",Georgia,serif;--ff-b:var(--font-body),"Poppins",system-ui,sans-serif}.hv2-root *,.hv2-root :after,.hv2-root :before{box-sizing:border-box;margin:0;padding:0}.hv2-root{scroll-behavior:smooth;font-family:var(--ff-b);background:var(--warm);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased}.hv2-root .wrap{max-width:1160px;margin:0 auto;width:100%}.hv2-root .sr{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.hv2-root .sr.in{opacity:1;transform:none}.hv2-root .sr-l{opacity:0;transform:translateX(-32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.hv2-root .sr-l.in{opacity:1;transform:none}.hv2-root .sr-r{opacity:0;transform:translateX(32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.hv2-root .sr-r.in{opacity:1;transform:none}.hv2-root .d1{transition-delay:.1s}.hv2-root .d2{transition-delay:.2s}.hv2-root .d3{transition-delay:.3s}.hv2-root .d4{transition-delay:.4s}.hv2-root .d5{transition-delay:.5s}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes breathe{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes float-shape{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(4deg)}}.hv2-root nav{position:fixed;top:0;left:0;right:0;z-index:200;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background:hsla(60,17%,98%,.97);background:hsla(60,17%,98%,.93);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid transparent;transition:border-color .25s}.hv2-root nav.scrolled{border-color:var(--border)}.hv2-root .nav-logo{text-decoration:none;display:flex;align-items:center}.hv2-root .nav-logo .dot{color:var(--orange)}.hv2-root .nav-center{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:2px}.hv2-root .nav-link{font-size:13px;color:var(--ink-3);text-decoration:none;padding:6px 14px;border-radius:6px;transition:background .15s,color .15s}.hv2-root .nav-link:hover{background:var(--surf);color:var(--ink)}.hv2-root .nav-right{display:flex;gap:8px;align-items:center}.hv2-root .jbar{position:fixed;top:64px;left:0;right:0;z-index:190;background:var(--cream-2);border-bottom:1px solid var(--orange-subtle);padding:0 48px;height:44px;display:flex;align-items:center;justify-content:center;gap:0;transition:transform .3s}.hv2-root .jbar.hidden{transform:translateY(-110px)}.hv2-root .jb-step{display:flex;align-items:center;gap:7px;padding:0 18px;font-size:12px;font-weight:500;color:var(--ink-4);cursor:pointer;transition:color .2s}.hv2-root .jb-step.active{color:var(--orange)}.hv2-root .jb-step.done{color:var(--ink-3)}.hv2-root .jb-step.active .jb-dot,.hv2-root .jb-step.done .jb-dot{background:var(--orange);border-color:var(--orange)}.hv2-root .jb-step.active .jb-dot{box-shadow:0 0 0 3px rgba(254,109,49,.18)}.hv2-root .jb-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid var(--border-2);background:transparent;transition:all .25s;flex-shrink:0}.hv2-root .jb-sep{width:36px;height:1px;background:var(--border);flex-shrink:0}.hv2-root .jb-step.done+.jb-sep{background:var(--orange-subtle)}.hv2-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-family:var(--ff-b);font-weight:500;border-radius:8px;cursor:pointer;text-decoration:none;border:none;transition:all .18s cubic-bezier(.22,1,.36,1);white-space:nowrap}.hv2-root .btn:active{transform:scale(.97)}.hv2-root .btn-sm{font-size:13px;padding:7px 16px}.hv2-root .btn-md{font-size:14px;padding:10px 22px}.hv2-root .btn-lg{font-size:16px;padding:14px 32px;border-radius:10px;font-weight:600}.hv2-root .btn-primary{background:var(--orange);color:#fff}.hv2-root .btn-primary:hover{background:var(--orange-h);box-shadow:0 6px 20px rgba(254,109,49,.32)}.hv2-root .btn-secondary{background:#fff;color:var(--ink-2);border:1px solid var(--border-2)}.hv2-root .btn-secondary:hover{background:var(--surf);border-color:var(--ink-4)}.hv2-root .btn-ghost{background:transparent;color:var(--ink-3)}.hv2-root .btn-ghost:hover{background:var(--surf);color:var(--ink)}.hv2-root .btn-white{background:#fff;color:var(--orange);font-weight:600}.hv2-root .btn-white:hover{background:var(--orange-tint)}.hv2-root .btn-outline-w{background:transparent;color:hsla(0,0%,100%,.85);border:1px solid hsla(0,0%,100%,.3)}.hv2-root .btn-outline-w:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.65)}.hv2-root .btn-soft{background:var(--orange-tint);color:var(--orange);border:1px solid var(--orange-subtle)}.hv2-root .btn-soft:hover{background:var(--orange-subtle);color:var(--orange-h)}.hv2-root .label-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:16px}.hv2-root .label-tag:before{content:"";width:16px;height:1.5px;background:var(--orange)}.hv2-root .h2{font-family:var(--ff-d);font-size:clamp(30px,4vw,52px);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:var(--ink)}.hv2-root .h2 em{font-style:italic;color:var(--orange)}.hv2-root .body-lg{font-size:17px;font-weight:300;color:var(--ink-3);line-height:1.8}.hv2-root .hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:clamp(40px,4vw,56px) clamp(20px,4vw,48px);gap:64px;position:relative;overflow:hidden}.hv2-root .hero:before{content:"";background:radial-gradient(ellipse 70% 80% at 0 50%,#ffede0 0,transparent 60%),radial-gradient(ellipse 50% 50% at 100% 20%,#ebf8ff 0,transparent 55%),var(--warm);z-index:0}.hv2-root .hero-dots,.hv2-root .hero:before{position:absolute;top:0;right:0;bottom:0;left:0}.hv2-root .hero-dots{background-image:radial-gradient(circle,#c8c4bc 1px,transparent 0);background-size:28px 28px;opacity:.18;pointer-events:none;z-index:1}.hv2-root .hero-shape{position:absolute;pointer-events:none;z-index:2}.hv2-root .hs-1{width:80px;height:80px;border-radius:50%;background:var(--yellow);opacity:.35;top:15%;right:52%;animation:float-shape 6s ease-in-out infinite}.hv2-root .hs-2{width:48px;height:48px;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;background:var(--blue);opacity:.3;bottom:20%;right:48%;animation:float-shape 8s ease-in-out .5s infinite}.hv2-root .hs-3{width:36px;height:36px;background:var(--pink);border-radius:50%;opacity:.4;top:25%;left:48%;animation:float-shape 5s ease-in-out 1s infinite}.hv2-root .hero-left{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start}.hv2-root .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--orange);background:hsla(0,0%,100%,.9);border:1px solid var(--orange-subtle);padding:7px 16px;border-radius:100px;margin-bottom:28px;animation:fadeUp .5s ease both;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hv2-root .hero-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);animation:pulse 2s ease-in-out infinite}.hv2-root .hero-title{font-family:var(--ff-d);font-size:clamp(44px,5.5vw,72px);font-weight:400;line-height:1.04;letter-spacing:-.03em;color:var(--ink);margin-bottom:22px;animation:fadeUp .6s ease .08s both}.hv2-root .hero-title em{font-style:italic;color:var(--orange)}.hv2-root .hero-subtitle{font-size:18px;font-weight:300;color:var(--ink-3);line-height:1.75;max-width:460px;margin-bottom:36px;animation:fadeUp .6s ease .16s both}.hv2-root .hero-cta-stack{display:flex;flex-direction:column;gap:10px;margin-bottom:40px;animation:fadeUp .6s ease .24s both}.hv2-root .hero-cta-row{display:flex;gap:10px;align-items:center}.hv2-root .hero-cta-note{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--ink-4)}.hv2-root .hero-cta-note-item{display:flex;align-items:center;gap:5px}.hv2-root .hero-cta-note-dot{width:3px;height:3px;border-radius:50%;background:var(--border-2)}.hv2-root .hero-stats{display:flex;gap:0;animation:fadeUp .6s ease .32s both}.hv2-root .hero-stat{padding:16px 20px;text-align:left;border-right:1px solid var(--border)}.hv2-root .hero-stat:first-child{padding-left:0}.hv2-root .hero-stat:last-child{border-right:none}.hv2-root .hero-stat-val{font-family:var(--ff-d);font-size:26px;color:var(--ink);line-height:1}.hv2-root .hero-stat-acc{color:var(--orange)}.hv2-root .hero-stat-label{font-size:12px;color:var(--ink-4);margin-top:3px}.hv2-root .hero-right{position:relative;z-index:3;height:560px;animation:fadeUp .7s ease .2s both;contain:layout}.hv2-root .hero-photo-wrap{position:absolute;top:0;right:0;width:90%;height:100%;border-radius:24px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.12)}.hv2-root .hero-photo{width:100%;height:100%;object-fit:cover;object-position:center 20%}.hv2-root .hero-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(254,109,49,.08),transparent 50%)}.hv2-root .hero-float{position:absolute;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.8);border-radius:14px;padding:14px 18px;box-shadow:0 8px 32px rgba(0,0,0,.1);z-index:10}.hv2-root .hf-1{bottom:40px;left:-40px;animation:breathe 4s ease-in-out infinite}.hv2-root .hf-2{top:40px;left:-20px;animation:breathe 5s ease-in-out .5s infinite}.hv2-root .hf-eye{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:5px}.hv2-root .hf-text{font-size:13px;font-weight:500;color:var(--ink);line-height:1.3;margin-bottom:8px}.hv2-root .hf-prog{height:3px;background:var(--surf-2);border-radius:100px;overflow:hidden;width:160px}.hv2-root .hf-bar{height:100%;border-radius:100px;background:var(--orange)}.hv2-root .hf-meta{font-size:11px;color:var(--ink-4);margin-top:5px}.hv2-root .hf-reflection{font-family:var(--ff-d);font-style:italic;font-size:13px;color:var(--ink-2);line-height:1.55;border-left:2.5px solid var(--orange-subtle);padding-left:10px;max-width:200px}.hv2-root .hf-chip{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--ink-3);background:var(--surf);border-radius:100px;padding:3px 9px;margin-top:8px}.hv2-root .hf-chip-dot{width:4px;height:4px;border-radius:50%;background:var(--blue)}.hv2-root .hero-next{position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;z-index:5;animation:fadeUp .6s ease .5s both}.hv2-root .hero-next-label{font-size:11px;color:var(--ink-4);white-space:nowrap}.hv2-root .hero-next-arrow{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--ink-4);font-size:14px;box-shadow:0 4px 12px rgba(0,0,0,.06);animation:breathe 2.5s ease-in-out infinite}.hv2-root .band{padding:28px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;overflow:hidden}.hv2-root .band-orange{background:var(--orange)}.hv2-root .band-orange:before{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:50%;background:hsla(0,0%,100%,.06)}.hv2-root .band-text{font-family:var(--ff-d);font-size:21px;font-style:italic;color:#fff;position:relative;z-index:1}.hv2-root .band-text b{font-style:normal;font-weight:400}.hv2-root .band-action{position:relative;z-index:1;flex-shrink:0}.hv2-root .band-cream{background:var(--cream-2);border-top:1px solid var(--orange-subtle);border-bottom:1px solid var(--orange-subtle)}.hv2-root .band-cream .band-text{color:var(--ink-2);font-style:normal;font-family:var(--ff-b);font-size:15px;font-weight:400}.hv2-root .band-cream .band-text b{font-weight:600;color:var(--orange)}.hv2-root .moments-section{background:var(--bg);position:relative;overflow:hidden}.hv2-root .moments-top{display:grid;grid-template-columns:1fr 1fr;min-height:440px}.hv2-root .moments-photo-col{position:relative;overflow:hidden}.hv2-root .moments-photo{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:brightness(.9) saturate(.9)}.hv2-root .moments-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 60%,var(--bg) 100%)}.hv2-root .moments-text-col{padding:72px 48px;display:flex;flex-direction:column;justify-content:center}.hv2-root .moments-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);display:flex;align-items:center;gap:8px;margin-bottom:18px}.hv2-root .moments-label:before{content:"";width:14px;height:1.5px;background:var(--orange)}.hv2-root .moments-title{font-family:var(--ff-d);font-size:clamp(32px,4vw,52px);font-weight:400;line-height:1.08;letter-spacing:-.025em;color:var(--ink);margin-bottom:20px}.hv2-root .moments-title em{font-style:italic;color:var(--orange)}.hv2-root .moments-sub{font-size:15px;font-weight:300;color:var(--ink-3);line-height:1.75;margin-bottom:24px}.hv2-root .moment-big-row{display:grid;grid-template-columns:80px 1fr;align-items:start;padding:clamp(18px,3vw,28px) clamp(20px,4vw,48px);border-bottom:1px solid hsla(0,0%,100%,.06);transition:background .25s;position:relative;overflow:hidden;cursor:default}.hv2-root .moment-big-row:after{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:var(--orange);transition:width .3s cubic-bezier(.22,1,.36,1)}.hv2-root .moment-big-row:hover{background:rgba(254,109,49,.05)}.hv2-root .moment-big-row:hover:after{width:3px}.hv2-root .moment-big-row:hover .mbr-num{color:var(--orange)}.hv2-root .moment-big-row:hover .mbr-text{color:#fff}.hv2-root .mbr-num{font-family:var(--ff-d);font-size:48px;font-style:italic;color:var(--ink);opacity:.1;line-height:1;transition:color .25s,opacity .25s;user-select:none}.hv2-root .mbr-text{font-size:17px;font-weight:300;color:hsla(0,0%,100%,.55);line-height:1.65;padding-top:6px;transition:color .25s}.hv2-root .moments-footer{padding:clamp(28px,4vw,40px) clamp(20px,4vw,48px);display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:rgba(254,109,49,.07);border-top:1px solid rgba(254,109,49,.15)}.hv2-root .mf-quote{font-family:var(--ff-d);font-size:26px;font-style:italic;color:var(--ink);line-height:1.35}.hv2-root .mf-quote span{color:var(--orange)}.hv2-root .mf-right{display:flex;flex-direction:column;gap:14px}.hv2-root .mf-desc{font-size:14px;font-weight:300;color:hsla(0,0%,100%,.45);line-height:1.75}.hv2-root .topics-section{background:var(--warm);padding:56px 0 0;overflow:hidden}.hv2-root .topics-header{padding:0 48px 48px;display:flex;justify-content:space-between;align-items:flex-end}.hv2-root .topics-marquee-wrap{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--cream-2);overflow:hidden}.hv2-root .topics-marquee{display:flex;animation:marquee 22s linear infinite;width:max-content}.hv2-root .topics-marquee:hover{animation-play-state:paused}.hv2-root .tm-item{display:flex;align-items:center;gap:14px;padding:14px 32px;border-right:1px solid var(--border);white-space:nowrap;font-size:13px;font-weight:500;color:var(--ink-3);transition:background .15s,color .15s;cursor:default}.hv2-root .tm-item:hover{background:var(--orange-tint);color:var(--orange)}.hv2-root .tm-dot{width:5px;height:5px;border-radius:50%;background:var(--orange);opacity:.4;flex-shrink:0}.hv2-root .tm-item:hover .tm-dot{opacity:1}.hv2-root .topics-accordion{border-top:1px solid var(--border)}.hv2-root .topic-acc-row{border-bottom:1px solid var(--border);overflow:hidden;cursor:pointer}.hv2-root .topic-acc-head{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:24px;padding:22px 48px;transition:background .2s}.hv2-root .topic-acc-row:hover .topic-acc-head{background:var(--surf)}.hv2-root .topic-acc-row.open .topic-acc-head{background:var(--orange-tint)}.hv2-root .topic-acc-row.open .tah-num,.hv2-root .topic-acc-row.open .tah-title{color:var(--orange)}.hv2-root .tah-num{font-size:18px;font-style:italic;color:var(--ink-4)}.hv2-root .tah-num,.hv2-root .tah-title{font-family:var(--ff-d);transition:color .2s}.hv2-root .tah-title{font-size:21px;font-weight:400;color:var(--ink)}.hv2-root .tah-arrow{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--ink-4);transition:background .2s,border-color .2s,transform .3s;flex-shrink:0}.hv2-root .topic-acc-row.open .tah-arrow{background:var(--orange);border-color:var(--orange);color:#fff;transform:rotate(45deg)}.hv2-root .topic-acc-body{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,1,.36,1)}.hv2-root .topic-acc-row.open .topic-acc-body{max-height:200px}.hv2-root .topic-acc-inner{display:grid;grid-template-columns:60px 1fr 1fr;gap:24px;padding:0 48px 24px}.hv2-root .tab-desc{font-size:14px;font-weight:300;color:var(--ink-3);line-height:1.75}.hv2-root .tab-right{display:flex;flex-direction:column;gap:10px}.hv2-root .tab-tags{display:flex;flex-wrap:wrap;gap:6px}.hv2-root .tab-tag{font-size:11px;font-weight:500;color:var(--orange);background:var(--orange-tint);border-radius:100px;padding:4px 12px;border:1px solid var(--orange-subtle)}.hv2-root .tab-cta{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:var(--orange);text-decoration:none}.hv2-root .inside-section{background:var(--cream-2);padding:clamp(48px,6vw,72px) clamp(20px,4vw,48px)}.hv2-root .inside-head{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:40px}.hv2-root .progress-strip{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px 28px;margin-bottom:28px;display:flex;align-items:center;gap:0}.hv2-root .pj-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;position:relative}.hv2-root .pj-step+.pj-step:before{content:"";position:absolute;left:-50%;top:11px;width:100%;height:1.5px;background:var(--border)}.hv2-root .pj-step.active+.pj-step:before,.hv2-root .pj-step.done+.pj-step:before{background:var(--orange-subtle)}.hv2-root .pj-dot{width:22px;height:22px;border-radius:50%;border:2px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--ink-4);position:relative;z-index:1;transition:all .25s}.hv2-root .pj-step.done .pj-dot{background:var(--orange);border-color:var(--orange);color:#fff}.hv2-root .pj-step.active .pj-dot{background:var(--orange-tint);border-color:var(--orange);color:var(--orange);box-shadow:0 0 0 4px rgba(254,109,49,.12)}.hv2-root .pj-label{font-size:11px;font-weight:500;color:var(--ink-4);text-align:center}.hv2-root .pj-step.active .pj-label,.hv2-root .pj-step.done .pj-label{color:var(--orange)}.hv2-root .pj-step.active .pj-label{font-weight:600}.hv2-root .bento{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}.hv2-root .bc{background:#fff;border:1px solid var(--border);border-radius:14px;padding:22px 24px;transition:border-color .2s,transform .15s,box-shadow .15s}.hv2-root .bc:hover{border-color:var(--border-2);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.04)}.hv2-root .bc{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hv2-root .sp7{grid-column:span 7}.hv2-root .sp5{grid-column:span 5}.hv2-root .sp8{grid-column:span 8}.hv2-root .sp4{grid-column:span 4}.hv2-root .sp5b{grid-column:span 5}.hv2-root .sp7b{grid-column:span 7}.hv2-root .bc-eye{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}.hv2-root .bc-eye-b{color:var(--blue)}.hv2-root .bc-title{font-family:var(--ff-d);font-size:19px;font-weight:400;color:var(--ink);line-height:1.25;margin-bottom:8px}.hv2-root .bc-desc{font-size:13px;font-weight:300;color:var(--ink-3);line-height:1.7}.hv2-root .course-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.hv2-root .ci{background:var(--cream-2);border-radius:9px;padding:12px 14px;border:1px solid var(--orange-subtle)}.hv2-root .ci-label{font-size:12px;font-weight:500;color:var(--ink-2);margin-bottom:7px}.hv2-root .ci-bar{height:4px;background:var(--surf-2);border-radius:100px;overflow:hidden}.hv2-root .ci-fill{height:100%;border-radius:100px}.hv2-root .ci-foot{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.hv2-root .ci-meta{font-size:11px;color:var(--ink-4)}.hv2-root .ci-btn{font-size:11px;font-weight:600;color:var(--orange);background:var(--orange-tint);border:none;border-radius:4px;padding:3px 9px;cursor:pointer;font-family:var(--ff-b)}.hv2-root .bc-reflection{font-family:var(--ff-d);font-style:italic;font-size:15px;color:var(--ink-2);line-height:1.6;border-left:2.5px solid var(--orange-subtle);padding-left:14px;margin-top:12px}.hv2-root .bc-chip{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--ink-3);background:var(--surf);border-radius:100px;padding:4px 10px;margin-top:12px}.hv2-root .bc-chip-dot{width:5px;height:5px;border-radius:50%;background:var(--blue)}.hv2-root .lib-list{display:flex;flex-direction:column;gap:7px;margin-top:12px}.hv2-root .li{display:flex;align-items:center;background:var(--cream-2);border-radius:8px;padding:9px 12px;font-size:12px;color:var(--ink-2);transition:background .15s,transform .15s;border:1px solid transparent}.hv2-root .li:hover{background:var(--orange-tint);border-color:var(--orange-subtle);transform:translateX(3px)}.hv2-root .tag{display:inline-flex;align-items:center;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:2px 7px;border-radius:4px;flex-shrink:0}.hv2-root .tag-o{background:var(--orange-tint);color:#c94e14}.hv2-root .tag-b{background:var(--blue-tint);color:#0a8dc7}.hv2-root .tag-g{background:#edfaf3;color:#2e8a5a}.hv2-root .tag-n{background:var(--surf-2);color:var(--ink-3)}.hv2-root .bc-dark{background:#36322f;border-color:transparent;display:flex;flex-direction:column;justify-content:space-between}.hv2-root .bc-dark .bc-eye{color:var(--orange)}.hv2-root .bc-dark .bc-title{color:#fff}.hv2-root .bc-dark .bc-desc{color:hsla(0,0%,100%,.45)}.hv2-root .bc-dark-btns{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.hv2-root .bc-btn-w{font-weight:600;color:var(--orange);background:#fff;border:none;padding:9px 18px;border-radius:7px}.hv2-root .bc-btn-o,.hv2-root .bc-btn-w{font-family:var(--ff-b);font-size:13px;cursor:pointer}.hv2-root .bc-btn-o{font-weight:400;color:hsla(0,0%,100%,.7);background:transparent;border:1px solid hsla(0,0%,100%,.2);padding:8px 18px;border-radius:7px}.hv2-root .bc-quote-mark{font-family:var(--ff-d);font-size:52px;color:var(--orange);opacity:.15;line-height:1;margin-bottom:4px}.hv2-root .bc-quote-text{font-family:var(--ff-d);font-style:italic;font-size:20px;color:var(--ink);line-height:1.45}.hv2-root .bc-quote-author{font-size:12px;color:var(--ink-4);margin-top:14px}.hv2-root .approach-section{background:var(--warm);overflow:hidden}.hv2-root .approach-photo-band{height:400px;position:relative;overflow:hidden}.hv2-root .approach-photo{width:100%;height:100%;object-fit:cover;object-position:center 40%}.hv2-root .approach-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 30%,var(--warm) 100%)}.hv2-root .approach-photo-quote{position:absolute;bottom:60px;left:48px;right:48px;z-index:2}.hv2-root .apq-inner{background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:28px 32px;max-width:580px;border:1px solid hsla(0,0%,100%,.8)}.hv2-root .apq-text{font-family:var(--ff-d);font-size:20px;font-style:italic;color:var(--ink);line-height:1.45;margin-bottom:10px}.hv2-root .apq-author{font-size:13px;color:var(--ink-4)}.hv2-root .approach-body{padding:clamp(56px,7vw,80px) clamp(20px,4vw,48px)}.hv2-root .approach-header{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:64px}.hv2-root .approach-header .h2{font-size:clamp(36px,4.5vw,56px)}.hv2-root .approach-principles{display:flex;flex-direction:column}.hv2-root .ap-row{display:grid;grid-template-columns:100px 1fr 1fr;gap:32px;padding:36px 0;border-bottom:1px solid var(--border);align-items:start;transition:background .2s,padding .2s,margin .2s;position:relative}.hv2-root .ap-row:first-child{border-top:1px solid var(--border)}.hv2-root .ap-row:hover{background:var(--cream-2);border-radius:12px}.hv2-root .ap-num{font-family:var(--ff-d);font-size:68px;font-style:italic;color:var(--orange);opacity:.18;line-height:1;user-select:none;transition:opacity .25s}.hv2-root .ap-row:hover .ap-num{opacity:.45}.hv2-root .ap-title{font-family:var(--ff-d);font-size:22px;color:var(--ink);line-height:1.25;margin-bottom:8px}.hv2-root .ap-desc{font-size:14px;font-weight:300;color:var(--ink-3);line-height:1.75}.hv2-root .ap-extra{font-size:13px;font-weight:300;color:var(--ink-3);line-height:1.7;border-left:2px solid var(--orange-subtle);padding-left:14px}.hv2-root .testimonial-section{position:relative;overflow:hidden}.hv2-root .testimonial-photo-bg{width:100%;height:500px;position:relative}.hv2-root .tp-photo{width:100%;height:100%;object-fit:cover;object-position:center 35%}.hv2-root .tp-overlay{background:linear-gradient(90deg,rgba(254,109,49,.92) 45%,rgba(254,109,49,.6))}.hv2-root .tp-content,.hv2-root .tp-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hv2-root .tp-content{display:flex;align-items:center;padding:0 48px}.hv2-root .ts-inner{max-width:640px;position:relative;z-index:2}.hv2-root .ts-stars{display:flex;gap:4px;margin-bottom:20px}.hv2-root .ts-star{width:14px;height:14px;background:hsla(0,0%,100%,.9);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.hv2-root .ts-quote{font-family:var(--ff-d);font-size:clamp(22px,3vw,36px);font-style:italic;color:#fff;line-height:1.3;margin-bottom:20px;letter-spacing:-.01em}.hv2-root .ts-author{font-size:14px;color:hsla(0,0%,100%,.7)}.hv2-root .ts-metrics{display:flex;gap:0;background:#36322f;padding:36px 48px}.hv2-root .ts-metric{flex:1;padding-right:36px}.hv2-root .ts-metric+.ts-metric{padding-left:36px;border-left:1px solid hsla(0,0%,100%,.1)}.hv2-root .ts-metric-val{font-family:var(--ff-d);font-size:40px;color:#fff;line-height:1}.hv2-root .ts-metric-label{font-size:13px;color:hsla(0,0%,100%,.45);margin-top:5px;font-weight:300}.hv2-root .calm-section{background:var(--warm);padding:clamp(48px,6vw,72px) clamp(20px,4vw,48px)}.hv2-root .calm-header{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:56px}.hv2-root .calm-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;border:1px solid var(--border);border-radius:16px;overflow:hidden}.hv2-root .calm-card{padding:36px 32px;border-right:1px solid var(--border);position:relative;overflow:hidden;transition:background .25s;cursor:default;background:#fff}.hv2-root .calm-card:last-child{border-right:none}.hv2-root .calm-card:hover{background:var(--cream-2)}.hv2-root .calm-card:hover .ccn-num{opacity:.3;color:var(--orange)}.hv2-root .calm-card:hover .ccn-title{color:var(--orange)}.hv2-root .ccn-num{font-family:var(--ff-d);font-size:80px;font-style:italic;color:var(--ink);opacity:.05;line-height:1;position:absolute;top:16px;right:20px;user-select:none;transition:opacity .25s,color .25s}.hv2-root .ccn-line{width:28px;height:2.5px;background:var(--orange);margin-bottom:18px;transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.22,1,.36,1)}.hv2-root .calm-card.in .ccn-line,.hv2-root .calm-card.in.d1 .ccn-line,.hv2-root .calm-card.in.d2 .ccn-line{transform:scaleX(1)}.hv2-root .calm-card.in.d1 .ccn-line{transition-delay:.12s}.hv2-root .calm-card.in.d2 .ccn-line{transition-delay:.24s}.hv2-root .ccn-title{font-family:var(--ff-d);font-size:21px;color:var(--ink);line-height:1.25;margin-bottom:10px;transition:color .25s}.hv2-root .ccn-desc{font-size:14px;font-weight:300;color:var(--ink-3);line-height:1.75}.hv2-root .calm-bottom{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:16px;overflow:hidden}.hv2-root .cb-photo{position:relative;overflow:hidden;min-height:300px}.hv2-root .cb-photo img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hv2-root .cb-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 50%,var(--ink) 100%)}.hv2-root .cb-text{background:#36322f;padding:48px 44px;display:flex;flex-direction:column;justify-content:center}.hv2-root .cb-quote{font-family:var(--ff-d);font-size:clamp(20px,2.5vw,30px);font-style:italic;color:#fff;line-height:1.35;margin-bottom:20px}.hv2-root .cb-quote span{color:var(--orange)}.hv2-root .cb-desc{font-size:15px;font-weight:300;color:hsla(0,0%,100%,.5);line-height:1.8;margin-bottom:28px}.hv2-root .final-cta{background:var(--white);border-top:1px solid var(--border);padding:80px 48px;text-align:center;position:relative;overflow:hidden}.hv2-root .final-cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:500px;background:radial-gradient(ellipse,rgba(254,109,49,.06) 0,transparent 68%);pointer-events:none}.hv2-root .final-shape{position:absolute;pointer-events:none;opacity:.07}.hv2-root .fs-1{width:120px;height:120px;border-radius:50%;background:var(--orange);top:10%;left:8%}.hv2-root .fs-2{width:80px;height:80px;background:var(--blue);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;bottom:15%;right:10%}.hv2-root .fs-3{width:60px;height:60px;background:var(--yellow);border-radius:50%;top:20%;right:20%}.hv2-root .final-inner{position:relative;z-index:2}.hv2-root .final-cta .h2{color:var(--ink);max-width:620px;margin:0 auto 18px}.hv2-root .final-cta .h2 em{color:var(--orange)}.hv2-root .final-sub{font-size:17px;font-weight:300;color:var(--ink-3);max-width:500px;margin:0 auto 44px;line-height:1.8}.hv2-root .final-stack{display:flex;flex-direction:column;align-items:center;gap:10px}.hv2-root .final-trust{display:flex;align-items:center;gap:14px;margin-top:4px}.hv2-root .final-trust-item{font-size:12px;color:var(--ink-4)}.hv2-root .final-trust-sep{width:3px;height:3px;border-radius:50%;background:var(--border-2)}.hv2-root .final-or{font-size:13px;color:var(--ink-4)}.hv2-root footer{background:#36322f;border-top:1px solid hsla(0,0%,100%,.07);padding:56px 48px 32px}.hv2-root .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:28px}.hv2-root .footer-brand{margin-bottom:12px}.hv2-root .footer-brand .dot{color:var(--orange)}.hv2-root .footer-tagline{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.35);line-height:1.9;font-style:italic}.hv2-root .footer-about{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.22);margin-top:16px;line-height:1.8}.hv2-root .footer-col-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.25);margin-bottom:16px}.hv2-root .footer-links{list-style:none;display:flex;flex-direction:column;gap:9px}.hv2-root .footer-links a{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.45);text-decoration:none;transition:color .15s}.hv2-root .footer-links a:hover{color:hsla(0,0%,100%,.85)}.hv2-root .footer-bottom{display:flex;align-items:center;justify-content:space-between}.hv2-root .footer-copy{font-size:12px;color:hsla(0,0%,100%,.22)}.hv2-root .footer-legal{display:flex;gap:20px}.hv2-root .footer-legal a{font-size:12px;color:hsla(0,0%,100%,.22);text-decoration:none}.hv2-root .footer-legal a:hover{color:hsla(0,0%,100%,.5)}.hv2-root .moments-header-photo{position:relative;height:520px;overflow:hidden}.hv2-root .mhp-img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hv2-root .mhp-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,25,23,.88) 0,rgba(28,25,23,.65) 50%,rgba(28,25,23,.3))}.hv2-root .mhp-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:0 48px;max-width:620px}.hv2-root .mhp-content .moments-label{color:var(--orange)}.hv2-root .mhp-content .moments-title{color:#fff}.hv2-root .mhp-content .moments-title em{color:var(--orange)}.hv2-root .mhp-content .moments-sub{color:hsla(0,0%,100%,.75)}.hv2-root .moment-photo-row{display:grid;grid-template-columns:1.2fr .8fr;height:320px;min-height:320px;border-bottom:1px solid var(--border);overflow:hidden}.hv2-root .moment-photo-row.mpr-reverse{direction:rtl}.hv2-root .moment-photo-row.mpr-reverse>*{direction:ltr}.hv2-root .mpr-content{display:grid;grid-template-columns:80px 1fr;align-items:center;padding:48px;gap:0;background:var(--white);transition:background .25s}.hv2-root .moment-photo-row:hover .mbr-num{color:var(--orange);opacity:1}.hv2-root .mpr-text-col{display:flex;flex-direction:column;gap:10px}.hv2-root .mpr-text{font-size:18px;font-weight:300;color:var(--ink-2);line-height:1.65;transition:color .25s}.hv2-root .mpr-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--orange)}.hv2-root .mpr-photo{position:relative;overflow:hidden}.hv2-root .mpr-photo img{width:100%;height:100%;object-fit:cover;object-position:center 30%;transition:transform .6s cubic-bezier(.22,1,.36,1);display:block}.hv2-root .moment-photo-row:hover .mpr-photo img{transform:scale(1.04)}.hv2-root .mpr-photo-tint{position:absolute;inset:0;background:rgba(28,25,23,.18);transition:background .3s}.hv2-root .moment-photo-row:hover .mpr-photo-tint{background:rgba(254,109,49,.1)}.hv2-root @media(prefers-reduced-motion: reduce){.hv2-root *,.hv2-root :after,.hv2-root :before{animation-duration:.01ms!important;transition-duration:.01ms!important}.hv2-root .sr,.hv2-root .sr-l,.hv2-root .sr-r{opacity:1!important;transform:none!important}}.hv2-root @media(min-width: 1025px) and(max-width: 1280px){.hv2-root .hero{padding:48px 32px;gap:40px}.hv2-root .inside-section{padding:64px 32px}.hv2-root .approach-body{padding:48px 32px}.hv2-root .calm-section{padding:64px 32px}.hv2-root .bc-title{font-size:17px}.hv2-root .bc-desc{font-size:12px}.hv2-root .tools-grid{grid-template-columns:1fr 1fr}.hv2-root .moments-footer{padding:32px}.hv2-root .moment-big-row{padding:22px 32px}.hv2-root .approach-photo-quote{left:32px;right:32px}.hv2-root .final-cta{padding:64px 32px}.hv2-root footer{padding:48px 32px 28px}.hv2-root .footer-grid{gap:28px}.hv2-root .ap-row{gap:20px}.hv2-root .calm-cards{grid-template-columns:1fr 1fr 1fr}}.hv2-root @media(min-width: 769px) and(max-width: 1024px){.hv2-root .sp8{grid-column:span 4}.hv2-root .sp4{grid-column:span 2}.hv2-root .sp5b,.hv2-root .sp7b{grid-column:span 3}.hv2-root .inside-head,.hv2-root .tools-grid{grid-template-columns:1fr 1fr}.hv2-root .inside-head{gap:32px}.hv2-root .calm-cards{grid-template-columns:1fr 1fr}.hv2-root .footer-grid{grid-template-columns:1fr 1fr 1fr;gap:24px}.hv2-root .approach-header{grid-template-columns:1fr 1fr}}@media (max-width:1024px){.hv2-root nav{padding:0 24px}.hv2-root .nav-center{display:none}.hv2-root .jbar{padding:0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;scrollbar-width:none}.hv2-root .jbar::-webkit-scrollbar{display:none}.hv2-root .jb-step{padding:0 10px;flex-shrink:0}.hv2-root .jb-sep{width:20px}.hv2-root .hero{grid-template-columns:1fr;padding:48px 32px;gap:40px;min-height:auto}.hv2-root .hero-right{height:480px;max-width:560px;margin:0 auto;width:100%}.hv2-root .band{padding:24px 32px;flex-wrap:wrap}.hv2-root .moments-top{grid-template-columns:1fr}.hv2-root .moments-header-photo{height:420px}.hv2-root .mhp-content{padding:0 32px;max-width:100%}.hv2-root .moment-photo-row{grid-template-columns:1fr 1fr;min-height:280px}.hv2-root .mpr-content{padding:36px 32px;grid-template-columns:64px 1fr}.hv2-root .mbr-num{font-size:40px}.hv2-root .moment-big-row{padding:24px 32px;grid-template-columns:60px 1fr}.hv2-root .moments-footer{padding:36px 32px;gap:28px}.hv2-root .topics-header{padding:0 32px 36px;flex-direction:column;gap:20px;align-items:flex-start}.hv2-root .topic-acc-head{grid-template-columns:48px 1fr auto;padding:20px 32px;gap:16px}.hv2-root .topic-acc-inner{grid-template-columns:48px 1fr;padding:0 32px 20px;gap:16px}.hv2-root .topic-acc-inner .tab-right{grid-column:2}.hv2-root .inside-section{padding:64px 32px}.hv2-root .inside-head{grid-template-columns:1fr;gap:28px}.hv2-root .bento{grid-template-columns:repeat(6,minmax(0,1fr))}.hv2-root .sp4,.hv2-root .sp5,.hv2-root .sp5b,.hv2-root .sp7,.hv2-root .sp7b,.hv2-root .sp8{grid-column:span 6}.hv2-root .approach-photo-band{height:360px}.hv2-root .approach-photo-quote{bottom:32px;left:32px;right:32px}.hv2-root .apq-inner{padding:22px 24px}.hv2-root .apq-text{font-size:17px}.hv2-root .approach-body{padding:48px 32px}.hv2-root .approach-header{grid-template-columns:1fr;gap:24px;margin-bottom:44px}.hv2-root .ap-row{grid-template-columns:72px 1fr;gap:20px;padding:28px 0}.hv2-root .ap-row:hover{background:var(--cream-2);border-radius:12px}.hv2-root .ap-extra{grid-column:2}.hv2-root .ap-num{font-size:52px}.hv2-root .tp-content{padding:0 32px}.hv2-root .ts-metrics{padding:28px 32px;flex-wrap:wrap;gap:24px}.hv2-root .ts-metric{flex:1 1 45%;padding:0;border-left:none!important}.hv2-root .calm-section{padding:64px 32px}.hv2-root .calm-header{grid-template-columns:1fr;gap:28px;margin-bottom:40px}.hv2-root .calm-cards{grid-template-columns:1fr 1fr}.hv2-root .calm-card:nth-child(2){border-right:none}.hv2-root .calm-card:nth-child(3){grid-column:span 2;border-top:1px solid var(--border);border-right:none;max-width:100%}.hv2-root .calm-bottom{grid-template-columns:1fr}.hv2-root .cb-photo{min-height:260px}.hv2-root .cb-photo-overlay{background:linear-gradient(to bottom,transparent 50%,var(--ink) 100%)}.hv2-root .cb-text{padding:36px 32px}.hv2-root .final-cta{padding:72px 32px}.hv2-root footer{padding:48px 32px 28px}.hv2-root .footer-grid{grid-template-columns:1fr 1fr;gap:32px}}.hv2-root @media(max-width: 640px){.hv2-root nav{padding:0 16px;height:56px}.hv2-root nav .nav-right .btn-ghost{display:none}.hv2-root .nav-right .btn-primary{font-size:12px;padding:6px 12px}.hv2-root .jbar{top:56px;height:40px;padding:0 12px}.hv2-root .jb-step span{font-size:11px}.hv2-root .hero{padding:32px 20px 40px;gap:32px}.hv2-root .hero-title{font-size:clamp(34px,9vw,44px);line-height:1.08}.hv2-root .hero-subtitle{font-size:16px;margin-bottom:28px}.hv2-root .hero-cta-row{flex-direction:column;align-items:stretch;width:100%}.hv2-root .hero-cta-row .btn{width:100%}.hv2-root .hero-cta-note{flex-wrap:wrap;justify-content:center;font-size:11px}.hv2-root .hero-stats{flex-wrap:wrap;gap:0}.hv2-root .hero-stat{padding:12px 14px;flex:1 1 33%}.hv2-root .hero-stat:first-child{padding-left:0}.hv2-root .hero-stat-val{font-size:22px}.hv2-root .hero-right{height:380px;margin-top:8px}.hv2-root .hero-photo-wrap{width:100%;border-radius:18px}.hv2-root .hero-float{padding:10px 14px;border-radius:12px}.hv2-root .hf-1{left:8px;bottom:14px}.hv2-root .hf-2{left:auto;right:8px;top:14px}.hv2-root .hf-prog{width:130px}.hv2-root .hf-reflection{font-size:12px;max-width:170px}.hv2-root .hero-next,.hv2-root .hero-shape{display:none}.hv2-root .band{padding:20px;flex-direction:column;align-items:flex-start;gap:14px}.hv2-root .band-text{font-size:16px;line-height:1.5}.hv2-root .band-cream .band-text{font-size:14px}.hv2-root .moments-header-photo{height:340px}.hv2-root .mhp-content{padding:0 20px}.hv2-root .moments-title{font-size:clamp(26px,7vw,34px)}.hv2-root .moments-sub{font-size:14px}.hv2-root .moment-photo-row,.hv2-root .moment-photo-row.mpr-reverse{grid-template-columns:1fr;direction:ltr;min-height:auto}.hv2-root .moment-photo-row.mpr-reverse>*{direction:ltr}.hv2-root .mpr-photo{height:240px;order:-1}.hv2-root .mpr-content{padding:28px 20px;grid-template-columns:50px 1fr;gap:12px}.hv2-root .mbr-num{font-size:34px}.hv2-root .mpr-text{font-size:16px}.hv2-root .moment-big-row{padding:18px 20px;grid-template-columns:50px 1fr;gap:10px}.hv2-root .mbr-text{font-size:15px}.hv2-root .moments-footer{padding:28px 20px;grid-template-columns:1fr;gap:18px}.hv2-root .mf-quote{font-size:22px}.hv2-root .topics-section{padding:64px 0 0}.hv2-root .topics-header{padding:0 20px 28px}.hv2-root .tm-item{padding:12px 18px;font-size:12px}.hv2-root .topic-acc-head{padding:18px 20px;grid-template-columns:36px 1fr 28px;gap:10px}.hv2-root .tah-num{font-size:15px}.hv2-root .tah-title{font-size:17px;line-height:1.3}.hv2-root .tah-arrow{width:28px;height:28px}.hv2-root .topic-acc-inner{grid-template-columns:36px 1fr;padding:0 20px 18px;gap:10px}.hv2-root .topic-acc-row.open .topic-acc-body{max-height:400px}.hv2-root .inside-section{padding:48px 20px}.hv2-root .bento{grid-template-columns:1fr;gap:10px}.hv2-root .sp4,.hv2-root .sp5,.hv2-root .sp5b,.hv2-root .sp7,.hv2-root .sp7b,.hv2-root .sp8{grid-column:span 1}.hv2-root .bc{padding:20px}.hv2-root .bc-quote-text,.hv2-root .bc-title{font-size:17px}.hv2-root .progress-strip{padding:14px 16px}.hv2-root .pj-label{font-size:10px}.hv2-root .approach-photo-band{height:300px}.hv2-root .approach-photo-quote{bottom:20px;left:20px;right:20px}.hv2-root .apq-inner{padding:18px 20px;border-radius:12px}.hv2-root .apq-text{font-size:15px;line-height:1.45}.hv2-root .apq-author{font-size:12px}.hv2-root .approach-body{padding:48px 20px}.hv2-root .ap-row{grid-template-columns:56px 1fr;gap:14px;padding:24px 0}.hv2-root .ap-row:hover{background:var(--cream-2);border-radius:12px}.hv2-root .ap-num{font-size:40px}.hv2-root .ap-title{font-size:18px}.hv2-root .testimonial-photo-bg{height:420px}.hv2-root .tp-overlay{background:linear-gradient(90deg,rgba(254,109,49,.92) 0,rgba(254,109,49,.82))}.hv2-root .tp-content{padding:0 20px}.hv2-root .ts-quote{font-size:20px}.hv2-root .ts-metrics{flex-direction:column;padding:24px 20px;gap:18px}.hv2-root .ts-metric{flex:1 1 100%;padding:0}.hv2-root .ts-metric-val{font-size:32px}.hv2-root .calm-section{padding:48px 20px}.hv2-root .calm-cards{grid-template-columns:1fr}.hv2-root .calm-card{border-right:none!important;border-bottom:1px solid var(--border)}.hv2-root .calm-card:last-child{border-bottom:none}.hv2-root .calm-card:nth-child(3){grid-column:span 1;border-top:none}.hv2-root .calm-card{padding:28px 24px}.hv2-root .ccn-num{font-size:60px}.hv2-root .cb-photo{min-height:220px}.hv2-root .cb-text{padding:28px 20px}.hv2-root .cb-quote{font-size:18px}.hv2-root .cb-desc{font-size:14px}.hv2-root .final-cta{padding:56px 20px}.hv2-root .final-sub{font-size:15px;margin-bottom:32px}.hv2-root .final-trust{flex-wrap:wrap;justify-content:center;gap:8px 14px}.hv2-root .final-shape{display:none}.hv2-root footer{padding:40px 20px 24px}.hv2-root .footer-grid{grid-template-columns:1fr;gap:28px;padding-bottom:28px}.hv2-root .footer-bottom{flex-direction:column;align-items:flex-start;gap:14px}.hv2-root .footer-legal{flex-wrap:wrap;gap:14px}}.hv2-root @media(max-width: 380px){.hv2-root .hero-title{font-size:32px}.hv2-root .tools-grid{grid-template-columns:1fr}.hv2-root .hero-stat{flex:1 1 50%}.hv2-root .hero-stat:nth-child(3){flex:1 1 100%;border-top:1px solid var(--border);margin-top:8px;padding-top:14px}.hv2-root .btn-lg{font-size:15px;padding:12px 22px}}.hv2-root .ci-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.hv2-root .ci-icon{width:30px;height:30px;border-radius:8px;background:var(--orange-tint);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv2-root .ci-icon-b{background:var(--blue-tint)}.hv2-root .ci-info{display:flex;flex-direction:column}.hv2-root .ci-label-sub{font-size:10px;color:var(--ink-4);margin-top:1px}.hv2-root .ci-pct{font-size:10px;font-weight:500;color:var(--orange)}.hv2-root .ci-pct-b{color:var(--blue)}.hv2-root .li-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv2-root .li-icon-o{background:var(--orange-tint)}.hv2-root .li-icon-b{background:var(--blue-tint)}.hv2-root .li-icon-g{background:#edfaf3}.hv2-root .li-icon-n{background:#fff8ee}.hv2-root .li-content{display:flex;flex-direction:column}.hv2-root .li-meta{font-size:10px;color:var(--ink-4);margin-top:1px}.hv2-root .li{gap:10px}.hv2-root .tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.hv2-root .tool-item{background:var(--cream-2);border-radius:9px;padding:10px 11px;display:flex;align-items:center;gap:8px}.hv2-root .tool-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hv2-root .tool-name{font-size:11px;color:var(--ink-2);font-weight:500;line-height:1.3}.hv2-root .tool-type{font-size:10px;color:var(--ink-4)}.hv2-root .wave-svg{display:block;margin:10px 0}