*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0b1829;--navy-light: #112240;--navy-mid: #0f1e38;--orange: #f97316;--orange-dark:#ea580c;--white: #ffffff;--grey: #94a3b8;--grey-light: #cbd5e1;--border: #1e3a5f;--green: #22c55e;--red: #ef4444}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--navy);color:var(--white);line-height:1.6;font-size:16px}a{color:inherit;text-decoration:none}img{max-width:100%}nav{background:var(--navy);border-bottom:1px solid var(--border);padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.logo-mark{width:36px;height:36px;background:var(--orange);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;color:#fff;letter-spacing:-.03em}.logo-text{font-size:1rem;font-weight:700;color:#fff;white-space:nowrap}.logo-text span{color:var(--orange)}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav-links a{font-size:.88rem;font-weight:500;color:var(--grey-light);padding:.4rem .75rem;border-radius:6px;transition:color .15s,background .15s}.nav-links a:hover{color:#fff;background:#ffffff0f}.nav-links a.active{color:#fff}.nav-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.nav-link-btn{font-size:.85rem;font-weight:600;color:var(--grey-light);padding:.4rem .75rem;border-radius:6px;transition:color .15s}.nav-link-btn:hover{color:#fff}.btn-nav{background:var(--orange);color:#fff;font-size:.85rem;font-weight:700;padding:.5rem 1.1rem;border-radius:8px;transition:background .15s,transform .1s;white-space:nowrap}.btn-nav:hover{background:var(--orange-dark);transform:translateY(-1px)}.nav-hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:4px}.nav-hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}.nav-mobile{display:none;position:fixed;top:64px;left:0;right:0;background:var(--navy-light);border-bottom:1px solid var(--border);padding:1rem;z-index:99;flex-direction:column;gap:.25rem}.nav-mobile.open{display:flex}.nav-mobile a{font-size:.95rem;font-weight:500;color:var(--grey-light);padding:.65rem .75rem;border-radius:8px;display:block;transition:background .15s,color .15s}.nav-mobile a:hover{background:#ffffff0f;color:#fff}.nav-mobile .btn-mobile-orange{background:var(--orange);color:#fff;font-weight:700;text-align:center;margin-top:.5rem;padding:.75rem}section{padding:4rem 2rem}.container{max-width:960px;margin:0 auto}.container-sm{max-width:720px;margin:0 auto}.container-lg{max-width:1100px;margin:0 auto}.section-label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.12;letter-spacing:-.025em}h2{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;line-height:1.2;letter-spacing:-.02em}h3{font-size:1.15rem;font-weight:700;line-height:1.3}h4{font-size:.95rem;font-weight:700}.text-orange{color:var(--orange)}.text-grey{color:var(--grey)}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;border-radius:10px;padding:.85rem 2rem;font-size:1rem;cursor:pointer;transition:all .15s;border:none;text-decoration:none}.btn-orange{background:var(--orange);color:#fff}.btn-orange:hover{background:var(--orange-dark);transform:translateY(-1px)}.btn-outline{background:transparent;color:#fff;border:1px solid var(--border)}.btn-outline:hover{background:#ffffff0f}.btn-sm{padding:.6rem 1.25rem;font-size:.88rem}.btn-lg{padding:1rem 2.5rem;font-size:1.05rem}.hero{padding:4rem 2rem 3rem}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#f973161f;border:1px solid rgba(249,115,22,.35);color:var(--orange);padding:.35rem .9rem;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem}.hero-badge:before{content:"";width:6px;height:6px;background:var(--orange);border-radius:50%;display:inline-block}.hero-two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1100px;margin:0 auto;padding:4rem 2rem 3rem}.hero-two-col h1{margin-bottom:1rem}.hero-two-col p.sub{color:var(--grey);font-size:1.05rem;margin-bottom:1.75rem;line-height:1.7}.hero-btn-row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.hero-trust{margin-top:1rem;font-size:.8rem;color:var(--grey);display:flex;align-items:center;gap:.4rem}.hero-trust:before{content:"✓";width:16px;height:16px;background:#f9731633;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--orange)}.hero-image-wrap{position:relative;border-radius:16px;overflow:hidden}.hero-image-placeholder{width:100%;aspect-ratio:4/3;background:var(--navy-light);border-radius:16px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);font-size:.85rem;color:var(--grey);text-align:center;padding:1rem}.hero-overlay-badge{position:absolute;bottom:1rem;left:1rem;background:#0b1829eb;border:1px solid var(--border);border-radius:12px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-overlay-icon{width:36px;height:36px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.hero-overlay-text{font-size:.82rem}.hero-overlay-text strong{display:block;font-size:.88rem;margin-bottom:.1rem}.card{background:var(--navy-light);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.card-icon{font-size:1.5rem;margin-bottom:.75rem;display:block}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.steps-list{display:flex;flex-direction:column;gap:1.5rem;max-width:680px;margin:0 auto}.step-item{display:flex;gap:1.25rem;align-items:flex-start}.step-num{width:40px;height:40px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;flex-shrink:0}.step-content h3{margin-bottom:.25rem}.step-content p{color:var(--grey);font-size:.92rem}.check-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.check-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;color:var(--grey-light)}.check-list li:before{content:"✓";width:18px;height:18px;background:#f9731626;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--orange);flex-shrink:0;margin-top:2px}.cross-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.cross-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--grey)}.cross-list li:before{content:"✕";width:16px;height:16px;background:#ef44441a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;color:var(--red);flex-shrink:0;margin-top:2px}.section-divider{border:none;border-top:1px solid var(--border)}.trades-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.trade-item{background:var(--navy-light);border:1px solid var(--border);border-radius:10px;padding:1rem;text-align:center;font-size:.85rem;font-weight:500}.trade-item span{display:block;font-size:1.4rem;margin-bottom:.4rem}.testimonial-card{background:var(--white);border-radius:12px;padding:1.25rem;color:#1e293b}.t-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.t-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#fff}.t-name{font-size:.88rem;font-weight:700;color:#1e293b}.t-role{font-size:.75rem;color:#64748b}.t-stars{color:#f59e0b;font-size:.8rem;margin-bottom:.6rem}.t-quote{font-size:.88rem;color:#334155;line-height:1.55;margin-bottom:.75rem}.t-result{font-size:.78rem;color:#64748b;display:flex;align-items:center;gap:.35rem}.t-result:before{content:"→";color:var(--orange)}.pipeline{display:flex;align-items:center;gap:0;overflow-x:auto;padding:1.5rem 0}.pipeline-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:80px}.pipeline-icon{width:48px;height:48px;background:var(--navy-light);border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:.5rem}.pipeline-label{font-size:.72rem;color:var(--grey);line-height:1.3}.pipeline-arrow{color:var(--border);font-size:1.2rem;padding:0 .25rem;margin-bottom:1.5rem;flex-shrink:0}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;cursor:pointer;font-weight:600;font-size:.95rem;list-style:none;-webkit-user-select:none;user-select:none;gap:1rem}.faq-question::-webkit-details-marker{display:none}.faq-icon{width:24px;height:24px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0;transition:transform .2s;color:var(--grey)}details[open] .faq-icon{transform:rotate(45deg);color:var(--orange)}.faq-answer{padding:0 0 1rem;color:var(--grey);font-size:.92rem;line-height:1.6}.finance-links{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.finance-link-item{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border:1px solid var(--border);margin:-1px 0 0 -1px;font-size:.88rem;color:var(--grey-light);transition:background .15s,color .15s;cursor:pointer}.finance-link-item:hover{background:var(--navy-light);color:#fff}.finance-link-item span{font-size:.7rem;color:var(--border)}.calc-wrap{background:#fff;border-radius:16px;overflow:hidden;max-width:820px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr}.calc-inputs{padding:2rem;color:#1e293b}.calc-inputs h3{color:#1e293b;margin-bottom:1.5rem;font-size:1rem}.calc-group{margin-bottom:1.25rem}.calc-group label{display:flex;justify-content:space-between;font-size:.82rem;font-weight:600;color:#334155;margin-bottom:.4rem}.calc-group label span{font-weight:700;color:#1e293b}input[type=range]{width:100%;height:4px;background:#e2e8f0;border-radius:2px;outline:none;-webkit-appearance:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:var(--orange);border-radius:50%;cursor:pointer}.calc-text-inputs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem}.calc-text-inputs input,.calc-text-inputs select{width:100%;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .75rem;font-size:.85rem;color:#1e293b;outline:none}.calc-text-inputs input:focus,.calc-text-inputs select:focus{border-color:var(--orange)}.calc-results{background:var(--navy);padding:2rem;color:#fff}.calc-main-result{background:var(--navy-light);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.calc-main-result .label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--grey);margin-bottom:.25rem}.calc-main-result .amount{font-size:2rem;font-weight:800;color:#fff}.calc-main-result .amount span{font-size:.9rem;font-weight:500;color:var(--grey)}.calc-main-result .sublabel{font-size:.78rem;color:var(--grey);margin-top:.25rem}.calc-row{display:flex;justify-content:space-between;font-size:.85rem;padding:.35rem 0;border-bottom:1px solid rgba(30,58,95,.5)}.calc-row:last-child{border-bottom:none}.calc-row.total{font-weight:700;font-size:.95rem;padding-top:.5rem}.calc-row .pos{color:var(--green)}.calc-row .neg{color:#f87171}.calc-cta-box{background:var(--navy-light);border:1px solid var(--border);border-radius:12px;padding:1rem;margin-top:1rem}.calc-cta-box p{font-size:.8rem;color:var(--grey);margin-bottom:.75rem}.pricing-card{background:var(--navy-light);border:1px solid var(--border);border-radius:16px;padding:1.75rem;position:relative;display:flex;flex-direction:column}.pricing-card.featured{border-color:var(--orange);border-width:2px}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--orange);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .75rem;border-radius:999px}.pricing-title{font-size:1rem;font-weight:700;margin-bottom:.25rem}.pricing-desc{font-size:.82rem;color:var(--grey);margin-bottom:1rem;line-height:1.4}.pricing-price{font-size:1.9rem;font-weight:800;margin-bottom:.25rem}.pricing-price sup{font-size:1rem;vertical-align:super;margin-right:.15rem}.pricing-price span{font-size:.85rem;font-weight:500;color:var(--grey)}.pricing-divider{border:none;border-top:1px solid var(--border);margin:1rem 0}.includes-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--grey);margin-bottom:.6rem}.pricing-btn{margin-top:auto;padding-top:1.25rem}.cta-band{background:var(--orange);padding:3.5rem 2rem;text-align:center}.cta-band h2{color:#fff;margin-bottom:.75rem}.cta-band p{color:#ffffffd9;margin-bottom:1.5rem;max-width:560px;margin-left:auto;margin-right:auto}.btn-dark{background:var(--navy);color:#fff}.btn-dark:hover{background:var(--navy-light)}.btn-white{background:#fff;color:var(--orange)}.btn-white:hover{background:#fef3ec}.page-header{background:var(--navy-light);border-bottom:1px solid var(--border);padding:3.5rem 2rem 3rem;text-align:center}.page-header h1{margin-bottom:.75rem}.page-header p{color:var(--grey);max-width:560px;margin:0 auto;font-size:1.05rem}.modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200;align-items:center;justify-content:center;padding:1rem}.modal-overlay.open{display:flex}.modal{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;position:relative;color:#1e293b}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:1px solid #e2e8f0;border-radius:6px;width:28px;height:28px;cursor:pointer;font-size:.9rem;color:#64748b;display:flex;align-items:center;justify-content:center}.modal h2{font-size:1.2rem;margin-bottom:.25rem;color:#1e293b}.modal .modal-sub{font-size:.85rem;color:#64748b;margin-bottom:1.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.form-group{display:flex;flex-direction:column;gap:.3rem}.form-group label{font-size:.78rem;font-weight:600;color:#475569}.form-group input,.form-group select,.form-group textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.6rem .75rem;font-size:.88rem;color:#1e293b;width:100%;outline:none;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--orange)}.form-group.full{grid-column:1 / -1}.form-group textarea{resize:vertical;min-height:80px}footer{background:var(--navy-light);border-top:1px solid var(--border);padding:3rem 2rem 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem;max-width:960px;margin:0 auto;padding-bottom:2rem;border-bottom:1px solid var(--border)}.footer-brand .logo{margin-bottom:1rem}.footer-brand p{font-size:.85rem;color:var(--grey);line-height:1.6;max-width:280px}.footer-col h4{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--grey);margin-bottom:.75rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer-col ul a{font-size:.85rem;color:var(--grey-light);transition:color .15s}.footer-col ul a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;max-width:960px;margin:1.5rem auto 0;font-size:.8rem;color:var(--grey);flex-wrap:wrap;gap:.5rem}.footer-disclaimer{font-size:.75rem;color:var(--grey);max-width:960px;margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid var(--border);line-height:1.5}.case-study{display:grid;grid-template-columns:1fr 1.2fr;gap:2.5rem;align-items:start;padding:2.5rem 0;border-bottom:1px solid var(--border)}.case-study:last-child{border-bottom:none}.case-study.reverse{direction:rtl}.case-study.reverse>*{direction:ltr}.cs-image{background:var(--navy-light);border:1px solid var(--border);border-radius:16px;overflow:hidden;position:relative}.cs-image-placeholder{width:100%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;font-size:.82rem;color:var(--grey);background:linear-gradient(135deg,var(--navy-light),var(--navy-mid))}.cs-badge{position:absolute;top:1rem;left:1rem;background:#f9731626;border:1px solid rgba(249,115,22,.35);color:var(--orange);font-size:.72rem;font-weight:600;padding:.25rem .65rem;border-radius:999px}.cs-content .cs-title{font-size:1.3rem;font-weight:800;margin-bottom:.25rem}.cs-content .cs-divider{width:32px;height:2px;background:var(--orange);margin:.6rem 0 1rem}.cs-section-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:.3rem}.cs-text{font-size:.9rem;color:var(--grey-light);line-height:1.6;margin-bottom:1rem}.cs-finance-box{background:var(--navy-light);border:1px solid var(--border);border-radius:10px;padding:1rem;margin-top:1rem}.cs-finance-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--grey);margin-bottom:.4rem}.cs-finance-text{font-size:.85rem;color:var(--grey-light);margin-bottom:.75rem}.cs-finance-badge{display:inline-block;background:var(--navy);border:1px solid var(--border);border-radius:6px;padding:.3rem .75rem;font-size:.78rem;font-weight:700;color:var(--grey-light)}.video-card{background:var(--navy-light);border:1px solid var(--border);border-radius:12px;overflow:hidden}.video-thumbnail{aspect-ratio:16/9;background:#1a2f50;display:flex;align-items:center;justify-content:center;position:relative}.video-play{width:48px;height:48px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.video-info{padding:1rem}.video-stars{color:#f59e0b;font-size:.8rem;margin-bottom:.5rem}.video-quote{font-size:.85rem;color:var(--grey-light);margin-bottom:.75rem;line-height:1.5}.video-name{font-size:.82rem;font-weight:700}.video-role{font-size:.75rem;color:var(--grey)}.mcc-wrap{background:#fff;border-radius:16px;overflow:hidden;max-width:920px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr}.mcc-inputs{padding:2rem;color:#1e293b}.mcc-section{margin-bottom:1.5rem}.mcc-section-title{font-size:.82rem;font-weight:700;color:#475569;margin-bottom:1rem;display:flex;align-items:center;gap:.4rem}.mcc-field{margin-bottom:1rem}.mcc-field label{display:flex;justify-content:space-between;font-size:.8rem;font-weight:600;color:#475569;margin-bottom:.35rem}.mcc-field label span{font-weight:700;color:#1e293b}.mcc-two-col{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mcc-results{background:var(--navy);padding:2rem;color:#fff}.mcc-main{background:var(--navy-light);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.mcc-main .label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--grey)}.mcc-main .big-number{font-size:2.2rem;font-weight:800;color:#fff}.mcc-main .big-number span{font-size:.85rem;font-weight:500;color:var(--grey)}.mcc-main .sublabel{font-size:.78rem;color:var(--grey)}.mcc-two-stat{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.mcc-stat{text-align:center}.mcc-stat .val{font-size:1.5rem;font-weight:800}.mcc-stat .lbl{font-size:.72rem;color:var(--grey)}.mcc-cta-box{background:var(--navy-light);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.mcc-cta-box h3{font-size:.95rem;margin-bottom:.5rem}.mcc-cta-box p{font-size:.8rem;color:var(--grey);margin-bottom:.75rem;line-height:1.5}@media (max-width: 900px){.hero-two-col{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem}.hero-image-wrap{max-width:480px}.grid-3,.grid-4{grid-template-columns:1fr 1fr}.trades-grid{grid-template-columns:repeat(3,1fr)}.finance-links{grid-template-columns:1fr 1fr}.case-study{grid-template-columns:1fr}.case-study.reverse{direction:ltr}.calc-wrap,.mcc-wrap{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 640px){nav{padding:0 1rem}.nav-links,.nav-actions{display:none}.nav-hamburger{display:flex}section{padding:3rem 1.25rem}.hero{padding:2.5rem 1.25rem}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr 1fr}.trades-grid{grid-template-columns:repeat(2,1fr)}.finance-links{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.hero-btn-row{flex-direction:column}.hero-btn-row .btn{width:100%;justify-content:center}.form-grid,.calc-text-inputs,.mcc-two-col{grid-template-columns:1fr}}.page-hero-img-wrap{width:100%;height:420px;overflow:hidden}.page-hero-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media (max-width: 768px){.page-hero-img-wrap{height:240px}}.stats-bar{display:flex;justify-content:space-around;align-items:center;gap:1rem;padding:1.25rem 0;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.stat-num{font-size:1.6rem;font-weight:800;color:var(--orange);line-height:1.1}.stat-label{font-size:.75rem;color:var(--grey);text-transform:uppercase;letter-spacing:.05em}@media (max-width: 600px){.stats-bar{gap:1.5rem}.stat-num{font-size:1.3rem}}
