*,:before,:after{box-sizing:border-box}body{color:#0f172a;background:#f8fafc;min-height:100vh;margin:0;font-family:system-ui,sans-serif;line-height:1.5}@media (prefers-color-scheme:dark){body{color:#f1f5f9;background:#0f172a}}#root{min-height:100vh}.auth-shell{background:linear-gradient(to bottom right,#0f172a,#1e3a8a,#0f172a);justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1rem;display:flex}.auth-card{background:#fff;border-radius:.75rem;flex-direction:column;gap:1.25rem;width:100%;max-width:27rem;padding:2.25rem;display:flex;box-shadow:0 25px 50px -12px #00000073}.auth-brand{color:#2563eb;letter-spacing:-.01em;align-self:center;font-size:1.5rem;font-weight:700;text-decoration:none}.auth-card h1{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.auth-card p.subtitle{color:#4b5563;margin:.25rem 0 0;font-size:.95rem}.auth-form{flex-direction:column;gap:.9rem;display:flex}.auth-field{flex-direction:column;gap:.375rem;display:flex}.auth-field label{color:#374151;font-size:.8rem;font-weight:600}.auth-field input{font:inherit;color:#111827;background:#fff;border:2px solid #d1d5db;border-radius:.5rem;padding:.625rem .75rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.auth-field input::placeholder{color:#9ca3af}.auth-field input:focus{border-color:#0000;outline:none;box-shadow:0 0 0 2px #2563eb}.auth-button{font:inherit;color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:background .15s,transform .15s}.auth-button:hover:not(:disabled){background:#1d4ed8}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin:0;padding:.625rem .75rem;font-size:.875rem}.auth-success{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:.5rem;margin:0;padding:.625rem .75rem;font-size:.875rem}.auth-footer{color:#4b5563;justify-content:space-between;font-size:.875rem;display:flex}.auth-footer a{color:#2563eb;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-divider{background:#e5e7eb;height:1px;margin:.25rem 0}.sidebar-root{z-index:50;pointer-events:none;position:fixed;inset:0}.sidebar-root.is-open{pointer-events:auto}.sidebar-overlay{opacity:0;background:#0f172a73;transition:opacity .2s;position:absolute;inset:0}.sidebar-root.is-open .sidebar-overlay{opacity:1}.sidebar-panel{background:#fff;flex-direction:column;width:340px;max-width:85vw;height:100%;transition:transform .25s;display:flex;position:absolute;top:0;left:0;transform:translate(-100%);box-shadow:0 0 60px -10px #0f172a59}.sidebar-root.is-open .sidebar-panel{transform:translate(0)}.sidebar-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.sidebar-brand{color:#0f172a;font-size:1.4rem;font-weight:700}.sidebar-close{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;display:flex}.sidebar-close:hover{color:#0f172a;background:#f1f5f9}.sidebar-actions{flex-direction:column;gap:.75rem;padding:1.5rem 1.75rem 0;display:flex}.sidebar-btn{font:inherit;text-align:center;cursor:pointer;border-radius:10px;padding:.85rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s}.sidebar-btn--primary{color:#fff;background:#1d4ed8;border:1px solid #1d4ed8}.sidebar-btn--primary:hover{background:#1e40af}.sidebar-btn--ghost{color:#0f172a;background:#fff;border:1px solid #d4d8e0}.sidebar-btn--ghost:hover{background:#f8fafc;border-color:#b9c0cc}.sidebar-divider{background:#eef0f4;height:1px;margin:1.5rem 1.75rem}.sidebar-links{flex-direction:column;display:flex}.sidebar-link{color:#0f172a;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1.75rem;font-size:1.05rem;font-weight:500;text-decoration:none;display:flex}.sidebar-link:hover{background:#f8fafc}.sidebar-link svg{color:#475569;flex-shrink:0}.sidebar-panels{flex-direction:column;display:flex}.sidebar-panel-link{align-items:center;gap:.6rem;padding:.7rem 1.75rem;font-size:1.05rem;font-weight:600;text-decoration:none;display:flex}.sidebar-panel-link svg{flex-shrink:0}.sidebar-panel-link--blue{color:#2563eb}.sidebar-panel-link--purple{color:#7c3aed}.sidebar-panel-link:hover{background:#f8fafc}.sidebar-footer{background:#f8fafc;border-top:1px solid #eef0f4;margin-top:auto;padding:1.5rem 1.75rem}.sidebar-footer p{color:#0f172a;margin:0 0 .85rem;font-size:.95rem;font-weight:500}.sidebar-stores{gap:.75rem;display:flex}.sidebar-store{color:#0f172a;background:#fff;border:1px solid #d4d8e0;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.7rem .5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.sidebar-store:hover{background:#f1f5f9}.home{color:#111827;background:#fff;min-height:100vh}.icon-4{width:1rem;height:1rem}.icon-6{width:1.5rem;height:1.5rem}.icon-8{width:2rem;height:2rem}.btn{font:inherit;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,transform .15s,border-color .15s;display:inline-flex}.btn--sm{height:2.25rem;padding:0 1rem;font-size:.875rem}.btn--lg{padding:1rem 2.5rem;font-size:1.125rem;font-weight:700}.btn--pill{border-radius:9999px}.btn--primary{color:#fff;background:#2563eb}.btn--primary:hover{background:#1d4ed8}.btn--white{color:#2563eb;background:#fff}.btn--white:hover{background:#f3f4f6}.btn--ghost-light{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border-color:#fff3}.btn--ghost-light:hover{background:#fff3}.home-header{z-index:20;background:linear-gradient(#0006,#0000);position:absolute;top:0;left:0;right:0}.home-header-inner{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.home-header-left{align-items:center;gap:1rem;display:flex}.home-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .15s;display:flex}.home-menu-btn:hover{color:#e5e7eb}.home-logo{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.home-header-right{align-items:center;gap:.75rem;display:flex}.home-phone{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:background .15s;display:none}.home-phone:hover{background:#fff3}.home-md-only{display:none}@media (width>=768px){.home-phone{display:flex}.home-md-only{display:inline-flex}}.hero{background:linear-gradient(to bottom right,#0f172a,#1e3a8a,#0f172a);justify-content:center;align-items:center;min-height:85vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;opacity:.3;position:absolute;inset:0}.hero-bg img{object-fit:cover;width:100%;height:100%}.hero-content{z-index:10;text-align:center;color:#fff;max-width:56rem;margin:0 auto;padding:5rem 1.5rem 3rem;position:relative}.hero-title{letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.875rem;font-weight:700;line-height:1.15}.hero-title-accent{color:#60a5fa}.hero-subtitle{color:#ffffffe6;max-width:42rem;margin:0 auto 2rem;font-size:1rem}@media (width>=768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.125rem}}@media (width>=1024px){.hero-title{font-size:3.75rem}}.quote-card{background:#fff;border-radius:.75rem;max-width:48rem;margin:0 auto;padding:1.25rem;box-shadow:0 25px 50px -12px #00000073}.quote-grid{gap:.75rem;margin-bottom:.75rem;display:grid}@media (width>=768px){.quote-grid{grid-template-columns:1fr 1fr}}.quote-field{text-align:left}.quote-field label{color:#374151;margin-bottom:.375rem;font-size:.75rem;font-weight:600;display:block}.quote-input-wrap{position:relative}.quote-input-wrap input{width:100%;font:inherit;color:#111827;background:#fff;border:2px solid #d1d5db;border-radius:.5rem;padding:.625rem 2.75rem .625rem .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.quote-input-wrap input::placeholder{color:#9ca3af}.quote-input-wrap input:focus{border-color:#0000;outline:none;box-shadow:0 0 0 2px #2563eb}.quote-input-icon{color:#9ca3af;pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.quote-submit{width:100%;padding:.75rem 2rem;font-size:1rem}.quote-submit:hover{transform:scale(1.01)}.trust{background:#fff;border-bottom:1px solid #e5e7eb;padding:3rem 1.5rem}.trust-inner{flex-direction:column;justify-content:center;align-items:center;gap:2rem;max-width:72rem;margin:0 auto;display:flex}@media (width>=768px){.trust-inner{flex-direction:row}}.trust-rating{align-items:center;gap:1rem;display:flex}.star-row{gap:.125rem;display:flex}.star{color:#facc15}.trust-rating-text{text-align:left}.trust-score{color:#111827;font-size:1.5rem;font-weight:700}.trust-reviews{color:#4b5563;font-size:.875rem}.trust-brands{align-items:center;gap:1.5rem;display:flex}.trust-brand{text-align:center}.trust-brand-name{color:#111827;margin-bottom:.25rem;font-weight:700}.trust-tagline{text-align:center;color:#2563eb;max-width:72rem;margin:1.5rem auto 0;font-size:1.125rem;font-weight:600}.section-inner{max-width:72rem;margin:0 auto}.section-head{text-align:center;margin-bottom:2.5rem}.section-head h2{color:#111827;margin:0 0 .75rem;font-size:1.875rem;font-weight:700}.section-head p{color:#4b5563;max-width:42rem;margin:0 auto}.services{background:#f9fafb;padding:3.5rem 1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.services-grid{grid-template-columns:1fr 1fr}}@media (width>=1024px){.services-grid{grid-template-columns:1fr 1fr 1fr}}.service-card{background:#fff;border:1px solid #f3f4f6;border-radius:.5rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.service-icon{color:#2563eb;background:#dbeafe;border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:.75rem;display:flex}.service-card h3{color:#111827;margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.service-card p{color:#4b5563;margin:0;font-size:.875rem;line-height:1.625}.why{background:#fff;padding:4rem 1.5rem}.why-title{text-align:center;color:#111827;margin:0 0 3rem;font-size:2.25rem;font-weight:700}.why-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.why-grid{grid-template-columns:1fr 1fr 1fr}}.why-card{text-align:center;padding:1.5rem}.why-icon{border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;display:flex}.why-icon--blue{color:#2563eb;background:#dbeafe}.why-icon--green{color:#16a34a;background:#dcfce7}.why-icon--purple{color:#9333ea;background:#f3e8ff}.why-card h3{color:#111827;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.why-card p{color:#4b5563;margin:0}.earn{color:#fff;background:linear-gradient(to bottom right,#2563eb,#1d4ed8);padding:5rem 1.5rem}.earn-inner{grid-template-columns:1fr;align-items:center;gap:3rem;max-width:72rem;margin:0 auto;display:grid}@media (width>=768px){.earn-inner{grid-template-columns:1fr 1fr}}.earn-image{border-radius:1rem;height:400px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000073}.earn-image img{object-fit:cover;width:100%;height:100%}.earn-content h2{margin:0 0 1.5rem;font-size:2.25rem;font-weight:700}@media (width>=768px){.earn-content h2{font-size:3rem}}.earn-lead{color:#dbeafe;margin:0 0 1.5rem;font-size:1.25rem}.earn-lead strong{color:#fff}.earn-list{flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.earn-list li{align-items:flex-start;gap:.75rem;display:flex}.earn-list-icon{flex-shrink:0;margin-top:.25rem}.earn-list h4{margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.earn-list p{color:#dbeafe;margin:0}.footer{color:#d1d5db;background:#0f172a;padding:3rem 1.5rem}.footer-inner{max-width:72rem;margin:0 auto}.footer-cols{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (width>=768px){.footer-cols{grid-template-columns:1fr 1fr 1fr}}.footer-brand{color:#fff;margin:0 0 1rem;font-size:1.25rem;font-weight:700}.footer-cols p{margin:0 0 1rem;font-size:.875rem}.footer-usdot{font-size:.875rem}.footer-cols h4{color:#fff;margin:0 0 1rem;font-weight:600}.footer-links{flex-direction:column;gap:.5rem;margin:0;padding:0;font-size:.875rem;list-style:none;display:flex}.footer-links a,.footer-links button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none;transition:color .15s}.footer-links a:hover,.footer-links button:hover{color:#fff}.footer-social{gap:1rem;margin-top:1rem;display:flex}.footer-social a{color:inherit;transition:color .15s}.footer-social a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #374151;padding-top:2rem;font-size:.875rem}.footer-bottom p{margin:0}.app{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:100%;display:flex}.app h1{margin:0;font-size:1.75rem;font-weight:600}.app p{color:#64748b;margin:0;font-size:1rem}@media (prefers-color-scheme:dark){.app p{color:#94a3b8}}
