@keyframes shimmer{to{left:160%}}@keyframes pdot{0%,to{opacity:1}50%{opacity:.3}}:root{--brand:#1143b6;--brand-dark:#0c3083;--brand-light:#dbeafe;--ink:#0f1623;--ink-soft:#3d4a5c;--ink-mute:#7a8898;--surface:#f7f8fa;--white:#ffffff;--green:#059669;--green-light:#d1fae5;--amber:#d97706;--amber-light:#fef3c7;--red:#dc2626;--red-light:#fee2e2;--border:#e2e8f0;--shadow-sm:0 1px 3px rgba(15, 22, 35, 0.08);--shadow-md:0 4px 16px rgba(15, 22, 35, 0.1);--shadow-lg:0 12px 40px rgba(15, 22, 35, 0.13);--radius:12px;--radius-lg:20px;--section-pad:100px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--white);line-height:1.8;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none}.container{max-width:1160px;margin:0 auto;padding:0 24px}.section{padding:var(--section-pad)0}.section-alt{background:var(--surface)}.section-dark{background:#0f172a}.display-heading,.section-title{font-family:"DM Serif Display",serif;font-size:clamp(30px,4.5vw,52px);line-height:1.14;color:var(--ink)}.display-heading em,.hub-title em,.section-title em{font-style:italic;color:var(--brand)}.section-title{font-size:clamp(26px,3.5vw,38px);line-height:1.22;margin-bottom:14px}.section-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:10px;display:block}.lead-text{font-size:17px;color:var(--ink-soft);line-height:1.8;margin-bottom:28px}.pain-bridge{font-size:15px;font-style:italic;color:var(--ink-mute);border-left:3px solid var(--brand-light);padding:8px 14px;margin-bottom:22px;background:linear-gradient(90deg,rgba(219,234,254,.4),transparent);border-radius:0 8px 8px 0}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:5px 14px;border-radius:100px;border:1px solid transparent;margin-bottom:14px}.badge-blue{background:var(--brand-light);color:var(--brand);border-color:rgba(26,86,219,.2)}.badge-green{background:var(--green-light);color:var(--green);border-color:rgba(5,150,105,.2)}.badge-amber{background:var(--amber-light);color:var(--amber);border-color:rgba(217,119,6,.2)}.badge-red{background:var(--red-light);color:var(--red);border-color:rgba(220,38,38,.2)}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:var(--white);font-size:15px;font-weight:700;padding:13px 28px;border-radius:10px;border:0;cursor:pointer;box-shadow:0 4px 14px rgba(26,86,219,.32);transition:background .2s,transform .15s}.btn-primary:hover{background:var(--brand-dark);color:var(--white);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--ink);font-weight:600;padding:13px 26px;border:1.5px solid var(--border);transition:border-color .2s,color .2s}.btn-secondary:hover{border-color:var(--brand);color:var(--brand)}.btn-ghost-white,.btn-secondary,.btn-white{display:inline-flex;align-items:center;gap:8px;font-size:15px;border-radius:10px}.btn-ghost-white{background:0 0;color:var(--white);font-weight:600;padding:13px 28px;border:1.5px solid rgba(255,255,255,.35);transition:border-color .2s}.btn-ghost-white:hover{border-color:var(--white);color:var(--white)}.btn-white{background:var(--white);color:var(--brand);font-weight:800;padding:15px 36px;transition:transform .15s}.btn-white:hover{transform:translateY(-2px);color:var(--brand-dark)}.btn-sub{display:block;font-size:11.5px;color:var(--ink-mute);margin-top:7px;text-align:center}.btn-sub-white{color:rgba(255,255,255,.5)}@media (max-width:767px){.d-small-none{display:none}}.hero{padding:80px 0 72px;background:linear-gradient(155deg,#f0f5ff 0,#fff 55%,#f0fdf8 100%);position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:-120px;right:-120px;width:600px;height:600px;background:radial-gradient(circle,rgba(26,86,219,.06)0,transparent 70%);border-radius:50%}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.hero-eyebrow{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.hero-sub{font-size:17px;color:var(--ink-soft);line-height:1.8;margin-bottom:32px;max-width:480px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-start;margin-bottom:32px}.hero-trust,.hero-trust-item{display:flex;align-items:center}.hero-trust{gap:18px;flex-wrap:wrap}.hero-trust-item{gap:6px;font-size:13px;color:var(--ink-soft)}.hero-trust-item svg{color:var(--green);flex-shrink:0}.hero-img-frame{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}.hero-img-frame img{width:100%;display:block}.hero-metric-pill{position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);background:var(--white);border-radius:100px;padding:12px 24px;display:flex;gap:24px;box-shadow:var(--shadow-md);white-space:nowrap}.metric-item{text-align:center}.metric-val{font-family:"DM Serif Display",serif;font-size:20px;color:var(--brand)}.metric-lbl{font-size:11px;color:var(--ink-mute);text-transform:uppercase;letter-spacing:.04em}.trust-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:20px;padding:14px 18px;background:var(--surface);border:1px solid var(--border);border-radius:10px}.trust-bar-icon{font-size:18px;flex-shrink:0}.trust-bar-text{font-size:13.5px;color:var(--ink-soft);line-height:1.5}.trust-bar-text strong{color:var(--ink);font-weight:800}.trust-bar-pill{display:inline-flex;align-items:center;gap:4px;background:var(--green-light);color:var(--green);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 9px;border-radius:100px;flex-shrink:0}.leaks-section{background:#0f172a;padding:var(--section-pad)0}.lk-header{text-align:center;margin-bottom:56px}.lk-label{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.38);margin-bottom:12px}.lk-title{font-family:"DM Serif Display",serif;font-size:clamp(26px,4vw,42px);color:var(--white);line-height:1.2;margin-bottom:12px}.lk-title span{color:#f87171;font-style:italic}.lk-sub{font-size:17px;color:rgba(255,255,255,.5);max-width:560px;margin:0 auto}.lk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lk-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:36px 28px;text-align:center;transition:background .2s,border-color .2s,transform .2s}.lk-card:hover{background:rgba(255,255,255,.08);border-color:rgba(248,113,113,.4);transform:translateY(-4px)}.lk-icon{font-size:40px;margin-bottom:16px;display:block}.lk-card-title{font-size:17px;font-weight:700;color:var(--white);margin-bottom:10px}.lk-desc{font-size:14px;color:rgba(255,255,255,.52);line-height:1.75;margin-bottom:20px}.lk-loss{display:inline-block;font-size:11.5px;font-weight:800;color:#f87171;background:rgba(248,113,113,.12);border:1px solid rgba(248,113,113,.3);padding:5px 14px;border-radius:100px;letter-spacing:.04em;text-transform:uppercase}.how-section{padding:var(--section-pad)0}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative;margin-top:56px}.how-grid::before{content:"";position:absolute;top:52px;left:calc(16.66% + 20px);right:calc(16.66% + 20px);height:2px;background:linear-gradient(90deg,var(--brand),#6366f1);z-index:0}.how-step{text-align:center;padding:0 24px;position:relative;z-index:1}.how-num,.hub-bullets li .dot::after{background:var(--brand);border-radius:50%}.how-num{width:52px;height:52px;color:var(--white);font-family:"DM Serif Display",serif;font-size:22px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 0 0 6px var(--brand-light);position:relative;z-index:2}.how-step-icon{font-size:28px;margin-bottom:12px;display:block}.how-step-title{font-family:"DM Serif Display",serif;font-size:20px;color:var(--ink);margin-bottom:8px}.how-step-desc{font-size:14.5px;color:var(--ink-soft);line-height:1.72}.how-step-badge,.hub-bullets li .dot{background:var(--brand-light);align-items:center}.how-step-badge{display:inline-flex;gap:5px;color:var(--brand);font-size:11px;font-weight:700;padding:3px 10px;border-radius:100px;margin-top:10px}.hub{padding:var(--section-pad)0}.hub-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.hub-grid.flip .visual-col{order:-1}.hub-badge{margin-bottom:12px}.hub-title{font-family:"DM Serif Display",serif;font-size:clamp(24px,3vw,34px);line-height:1.22;color:var(--ink);margin-bottom:14px}.hub-body,.hub-bullets li{font-size:15px;color:var(--ink-soft)}.hub-body{line-height:1.8;margin-bottom:22px}.hub-bullets{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.hub-bullets li{display:flex;align-items:flex-start;gap:11px;font-weight:500}.hub-bullets li .dot{width:22px;height:22px;border-radius:50%;display:flex;justify-content:center;flex-shrink:0;margin-top:2px}.hub-bullets li .dot::after{content:"";width:8px;height:8px}.hub-bullets li strong{color:var(--ink);font-weight:700}.trust-pill{display:flex;align-items:center;gap:10px;background:var(--green-light);border:1px solid rgba(5,150,105,.25);border-radius:10px;padding:12px 16px;margin-bottom:20px;font-size:13.5px;color:#065f46;font-weight:600}.trust-pill-icon{font-size:18px;flex-shrink:0}.compare-pill{display:flex;align-items:center;gap:10px;background:var(--amber-light);border:1px solid rgba(217,119,6,.2);border-radius:10px;padding:10px 14px;margin-bottom:24px;font-size:13.5px;color:#92400e;font-weight:500}.internal-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.int-link{display:inline-flex;align-items:center;gap:5px;background:var(--brand-light);color:var(--brand);font-size:13px;font-weight:600;padding:5px 12px;border-radius:100px;border:1px solid rgba(26,86,219,.18);transition:background .2s,color .2s}.int-link:hover{background:var(--brand);color:var(--white)}.app-frame{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}.app-frame-bar{background:#f1f5f9;padding:10px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border)}.dot-red{background:#ef4444}.dot-green,.dot-red,.dot-yellow{width:12px;height:12px;border-radius:50%;flex-shrink:0}.dot-yellow{background:#f59e0b}.dot-green{background:#22c55e}.frame-label{flex:1;text-align:center;font-size:11px;font-weight:600;color:var(--ink-mute);letter-spacing:.04em;text-transform:uppercase;margin-left:-44px}.app-frame-body,.screenshot-placeholder{padding:0;min-height:340px;position:relative}.screenshot-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:linear-gradient(135deg,#f0f5ff 0,#e8effe 100%);padding:32px;overflow:hidden}.screenshot-placeholder::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 24px,rgba(26,86,219,.04) 24px,rgba(26,86,219,.04) 25px)}.sp-icon{font-size:48px;position:relative;z-index:1}.sp-label{font-family:"DM Serif Display",serif;font-size:18px;color:var(--brand);text-align:center}.sp-badge,.sp-label,.sp-sub{position:relative;z-index:1}.sp-sub{font-size:13px;color:var(--ink-mute);text-align:center;line-height:1.6}.sp-badge{display:inline-flex;align-items:center;gap:6px;background:var(--brand);color:var(--white);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:5px 14px;border-radius:100px}.frame-content{padding:20px}.fmc-title{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:14px}.stock-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.fleet-row:last-child,.stock-row:last-child{border-bottom:none}.sr-name{flex:1;font-size:13px;font-weight:600;color:var(--ink)}.sr-qty{font-size:12px;color:var(--ink-mute);margin-right:10px}.sr-bar,.sr-fill{border-radius:100px}.sr-bar{flex:1;height:6px;background:var(--border);overflow:hidden}.sr-fill{height:100%}.fill-g{background:linear-gradient(90deg,#059669,#34d399)}.fill-a{background:linear-gradient(90deg,#d97706,#fbbf24)}.fill-r{background:linear-gradient(90deg,#dc2626,#f87171)}.sr-tag{font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:100px;flex-shrink:0}.tag-ok{background:var(--green-light);color:var(--green)}.tag-low{background:var(--amber-light);color:var(--amber)}.tag-out{background:var(--red-light);color:var(--red)}.fleet-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--border);font-size:13px}.fr-name{font-weight:600;color:var(--ink)}.fr-zone{font-size:11.5px;color:var(--ink-mute)}.fr-status{font-size:10.5px;font-weight:700;padding:3px 10px;border-radius:100px}.s-ok{background:var(--green-light);color:var(--green)}.s-low{background:var(--amber-light);color:var(--amber)}.inv-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:13.5px;color:var(--ink-soft)}.inv-row:last-of-type{border-bottom:none}.inv-row .ir-val{font-weight:600;color:var(--ink)}.inv-total-row{display:flex;justify-content:space-between;align-items:center;background:var(--surface);border-radius:8px;padding:11px 14px;margin:10px 0}.inv-total-row span{font-size:13px;font-weight:600;color:var(--ink-mute)}.inv-total-row strong{font-family:"DM Serif Display",serif;font-size:22px;color:var(--ink)}.pay-chip.active,.print-btn{background:var(--brand);color:var(--white)}.print-btn{align-items:center;justify-content:center;font-size:13.5px;font-weight:700;border-radius:8px;padding:11px;margin-top:4px;position:relative;overflow:hidden}.print-btn::after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);animation:shimmer 2s ease-in-out infinite}.pay-chips,.print-btn,.wa-btn{display:flex;gap:8px}.wa-btn{align-items:center;justify-content:center;background:#25d366;color:var(--white);font-size:13.5px;font-weight:700;border-radius:8px;padding:10px;margin-top:8px}.pay-chips{flex-wrap:wrap;margin-top:10px}.pay-chip{font-size:12px;font-weight:700;padding:5px 12px;border-radius:100px;border:1.5px solid var(--border);color:var(--ink-soft);background:var(--white)}.pay-chip.active{border-color:var(--brand)}.balance-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid var(--border);font-size:14px}.balance-row:last-child,.comp-table tr:last-child td{border-bottom:none}.br-label{color:var(--ink-soft);font-weight:500}.br-val{font-family:"DM Serif Display",serif;font-size:18px;color:var(--ink)}.br-val.green{color:var(--green)}.br-val.amber{color:var(--amber)}.matched-badge{display:flex;align-items:center;gap:10px;background:var(--green-light);border-radius:10px;padding:14px 18px;margin-top:16px}.mb-tag{background:var(--green);color:var(--white);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:100px}.mb-text,.overlay b{font-size:13.5px;color:#065f46;font-weight:600}.live-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pdot 2s ease-in-out infinite;flex-shrink:0}.map-wrap{width:294px;height:260px;border-radius:12px;overflow:hidden;position:relative;border:.5px solid #c9d3c0;font-family:Arial,sans-serif}.tm-header{background:#0f172a;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}.comp-table th,.tm-title{font-size:13px;font-weight:700;color:var(--white)}.tracking-mock{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.overlay{position:absolute;background:#fff;border:.5px solid #d0d0d0;border-radius:8px;padding:6px 9px;font-size:11px;pointer-events:none;white-space:nowrap;z-index:20;min-width:112px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.overlay b{display:block;font-size:11.5px;color:#1a1a1a;margin-bottom:3px}.overlay-row{display:flex;justify-content:space-between;gap:12px}.overlay-row span{color:#666;font-size:10.5px}.overlay-row strong{color:#1a1a1a;font-size:10.5px;font-weight:600}.map-label,.overlay::after{position:absolute;background:#fff}.overlay::after{content:"";bottom:-6px;left:14px;width:10px;height:6px;clip-path:polygon(0 0,100%0,50% 100%)}.map-label{bottom:8px;left:8px;font-size:10px;color:#555;padding:2px 6px;border-radius:4px;opacity:.9;z-index:10;box-shadow:0 1px 3px rgba(0,0,0,.12)}.comparison-section{padding:var(--section-pad)0;background:var(--surface)}.comp-table{width:100%;border-collapse:collapse;font-size:14.5px;border-radius:var(--radius-lg);overflow:hidden}.comp-table th{padding:15px 22px;text-align:left;background:var(--ink);font-weight:600;font-size:14px}.comp-table th:first-child{border-radius:0}.comp-table th.hl{background:var(--brand)}.comp-table td{padding:14px 22px;border-bottom:1px solid var(--border);color:var(--ink-soft)}.comp-table td:first-child{font-weight:600;color:var(--ink)}.comp-table tr:nth-child(even) td{background:rgba(247,248,250,.7)}.check,.cross{font-weight:700}.check{color:var(--green)}.cross{color:#ef4444}.icon-grid-section{padding:var(--section-pad)0}.icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.icon-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:box-shadow .2s,border-color .2s,transform .2s}.icon-card:hover{box-shadow:var(--shadow-md);border-color:var(--brand);transform:translateY(-3px)}.icon-card-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 16px}.ic-blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.ic-green{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.ic-amber{background:linear-gradient(135deg,#fef3c7,#fde68a)}.ic-violet{background:linear-gradient(135deg,#ede9fe,#ddd6fe)}.ic-pink{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.ic-teal{background:linear-gradient(135deg,#ccfbf1,#99f6e4)}.icon-card-title{font-family:"DM Serif Display",serif;font-size:18px;color:var(--ink);margin-bottom:8px}.icon-card-desc{font-size:14px;color:var(--ink-soft);line-height:1.72}.stats-section{padding:60px 0;background:var(--brand)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-card{text-align:center;padding:24px 16px}.stat-val{font-family:"DM Serif Display",serif;font-size:40px;color:var(--white);margin-bottom:6px}.stat-lbl{font-size:14px;color:rgba(255,255,255,.75)}.faq-section{padding:var(--section-pad)0}.faq-list{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-q{width:100%;background:0 0;border:0;cursor:pointer;padding:20px 28px;display:flex;justify-content:space-between;align-items:center;font-family:"DM Sans",sans-serif;font-size:15.5px;font-weight:600;color:var(--ink);text-align:left;transition:background .15s}.faq-q.open,.faq-q:hover{background:var(--brand-light)}.faq-q.open{color:var(--brand)}.faq-q .fi{font-size:20px;flex-shrink:0;margin-left:16px;transition:transform .3s}.faq-q.open .fi{transform:rotate(45deg)}.faq-a{display:none;padding:0 28px 22px;font-size:15px;color:var(--ink-soft);line-height:1.8}.faq-a.open{display:block}.hinglish-pill{display:inline-flex;align-items:center;gap:6px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:12px;font-weight:700;padding:4px 12px;border-radius:100px;margin-top:10px}.cta-section{background:linear-gradient(135deg,var(--ink) 0%,#1e2d4a 100%);padding:var(--section-pad)0;text-align:center;position:relative;overflow:hidden}.cta-section::before{content:"";position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(26,86,219,.22)0,transparent 70%)}.cta-section h2{font-family:"DM Serif Display",serif;font-size:clamp(28px,4vw,44px);color:var(--white);margin-bottom:14px;position:relative}.cta-section p{font-size:17px;color:rgba(255,255,255,.65);margin-bottom:36px;position:relative}.cta-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;position:relative}.cta-meta{font-size:13px;color:rgba(255,255,255,.4);margin-top:20px;position:relative}footer{background:var(--surface);border-top:1px solid var(--border);padding:40px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-brand{font-family:"DM Serif Display",serif;font-size:18px;color:var(--ink)}.breadcrumb-bar a:hover,.footer-brand span,.footer-links a:hover{color:var(--brand)}.footer-links{display:flex;gap:24px;list-style:none;flex-wrap:wrap}.footer-copy,.footer-links a{font-size:13px;color:var(--ink-mute)}.footer-copy{font-size:12px}.breadcrumb-bar{padding:12px 0;font-size:13px}.breadcrumb-bar,.breadcrumb-bar a{color:var(--ink-mute)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:991px){.hero-grid,.hub-grid{gap:40px}.hub-grid.flip .visual-col{order:0}.hero-grid,.how-grid,.hub-grid,.pl-grid{grid-template-columns:1fr}.how-grid{gap:40px}.how-grid::before{display:none}.icon-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){:root{--section-pad:64px}.icon-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.nav-links{display:none}}