:root{
  --white:#fff;--bg:#f7f8fa;--text:#111827;--muted:#64748b;--blue:#2563eb;--blue-dark:#1d4ed8;
  --green:#16a34a;--gold:#f59e0b;--border:#e5e7eb;--shadow:0 20px 60px rgba(15,23,42,.08);
  --radius:18px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--text);background:#fff}.brand{display:inline-flex;align-items:center;line-height:0}.brand img{display:block;width:151px;height:auto}
body::-webkit-scrollbar{width:10px}
body::-webkit-scrollbar-track{background:rgba(229,231,235,.7);border-radius:999px}
body::-webkit-scrollbar-thumb{background:rgba(37,99,235,.26);border-radius:999px;border:2px solid rgba(255,255,255,.92)}
body::-webkit-scrollbar-thumb:hover{background:rgba(37,99,235,.4)}
*{-moz-scrollbar-width:auto;-moz-scrollbar-color:rgba(37,99,235,.26) rgba(229,231,235,.7);}
button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.page-switcher{display:flex;flex-wrap:wrap;gap:10px;padding:18px 0 0}.page-switcher a{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:#fff;color:#475569;font-size:11px;font-weight:700;transition:.2s}.page-switcher a:hover,.page-switcher a.active{background:var(--text);border-color:var(--text);color:#fff}.site-header{--navbar-fill:0%;height:76px;border-bottom:1px solid rgba(229,231,235,.75);background:rgba(255,255,255,.94);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20;overflow:hidden}.site-header::before{content:'';position:absolute;inset:0;width:var(--navbar-fill);background:rgba(15,23,42,.12);transition:width .2s ease-out;z-index:0}.site-header>.container{position:relative;z-index:1}.nav{height:100%;display:flex;align-items:center;gap:38px}.brand{display:flex;align-items:center;gap:9px;font-size:22px;font-weight:800;letter-spacing:-.8px}.brand-mark{width:32px;height:32px;display:grid;place-items:center;background:var(--text);color:white;border-radius:9px;font-size:16px}.brand-dot{color:var(--blue)}.desktop-nav{display:flex;gap:28px;font-size:13px;font-weight:600;color:#475569;flex:1}.desktop-nav a:hover,.footer a:hover{color:var(--blue)}.nav-actions{display:flex;gap:10px;align-items:center}.btn{border:0;border-radius:10px;padding:11px 16px;font-weight:700;font-size:12px;transition:.2s}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 7px 18px rgba(37,99,235,.18)}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.btn-ghost{background:white;border:1px solid var(--border);color:#334155}.btn-ghost:hover{border-color:#cbd5e1;background:#f8fafc}.btn-white{background:#fff;color:var(--text);padding:14px 20px}.btn-white:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.12)}.menu-btn{display:none;border:0;background:none;font-size:23px}.mobile-menu{display:none}.hero-page-body{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}.hero-only{padding:40px 0 80px}.hero-standalone{padding-top:70px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.compact-hero{padding-top:70px}.hero-only .hero-grid,.compact-hero .hero-grid{align-items:center}

.hero{position:relative;overflow:hidden;background:#fbfcfe;padding:82px 0 74px;border-bottom:1px solid var(--border)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:1.6px;font-size:10px;font-weight:800;color:var(--blue);margin-bottom:15px}.pulse{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #dcfce7}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-3.4px;margin:0 0 22px;max-width:700px}.hero h1 em{font-style:normal;color:var(--blue)}.hero p{font-size:15px;line-height:1.8;color:var(--muted);max-width:630px;margin:0 0 30px}.search-box{display:flex;align-items:center;background:#fff;border:1px solid #dfe5ec;border-radius:14px;padding:8px;box-shadow:var(--shadow);max-width:690px}.search-field{display:flex;align-items:center;gap:10px;padding:5px 12px;flex:1;min-width:0}.search-field > div{flex:1;min-width:0}.search-icon{font-size:23px;color:#475569}.search-field small{display:block;color:#94a3b8;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.search-field select{border:0;outline:0;width:100%;font-size:12px;color:var(--text);padding-top:3px;background:transparent;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 12px) calc(50% - 2px),calc(100% - 8px) calc(50% - 2px);background-size:5px 5px;background-repeat:no-repeat;padding-right:24px}.search-field select:focus{outline:none}.search-field option{color:var(--text)}.search-field input{border:0;outline:0;width:100%;font-size:12px;color:var(--text);padding-top:3px;background:transparent}.search-field input::placeholder{color:#94a3b8}.search-divider{height:32px;width:1px;background:var(--border)}.search-btn{border:0;border-radius:9px;background:var(--blue);color:#fff;font-weight:800;padding:15px 21px;font-size:12px}.hero-links{display:flex;gap:13px;align-items:center;margin-top:16px;font-size:10px;color:#94a3b8}.hero-links button{border:0;background:none;padding:0;color:#64748b;font-size:10px}.hero-links button:hover{color:var(--blue)}.hero-visual{position:relative}.hero-image-card{height:520px;border-radius:28px;overflow:visible;position:relative}.hero-image-card>img{width:100%;height:100%;object-fit:cover;border-radius:28px;display:block}.floating-card{position:absolute;background:rgba(255,255,255,.96);box-shadow:0 20px 50px rgba(15,23,42,.14);border:1px solid rgba(229,231,235,.8);border-radius:15px;display:flex;align-items:center}.trusted-card{left:-28px;bottom:34px;padding:13px 15px;gap:10px}.icon-circle{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:900}.green{background:#dcfce7;color:var(--green)}.floating-card strong{display:block;font-size:11px}.floating-card span,.floating-card small{display:block;color:var(--muted);font-size:9px;margin-top:3px}.rating-card{right:-20px;top:28px;padding:12px 15px;gap:4px}.rating-card strong{font-size:21px}.rating-card span{color:var(--gold);font-size:15px}.rating-card small{margin-left:5px}

.section{padding:100px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.section-head h2,.center-head h2,.trust-copy h2,.quote-inner h2{font-size:40px;line-height:1.08;letter-spacing:-2px;margin:5px 0 0}.text-link{font-size:11px;font-weight:800;color:var(--blue)}.section-sub{font-size:13px;color:var(--muted);max-width:520px;line-height:1.7;margin:13px 0 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{text-align:left;border:1px solid var(--border);background:#fff;border-radius:16px;padding:24px;min-height:205px;transition:.25s;position:relative}.category-card:hover{transform:translateY(-5px);border-color:#cbd5e1;box-shadow:var(--shadow)}.cat-icon{width:40px;height:40px;border-radius:11px;background:#eff6ff;color:var(--blue);display:grid;place-items:center;font-size:20px;margin-bottom:42px}.category-card strong{display:block;font-size:13px;margin-bottom:7px}.category-card span:not(.cat-icon){display:block;color:var(--muted);font-size:10px;line-height:1.6}.category-card b{position:absolute;right:22px;bottom:22px;color:var(--blue);font-size:15px}.providers-section{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.filter-pills{display:flex;gap:7px;flex-wrap:wrap}.pill{border:1px solid var(--border);background:#fff;color:#64748b;border-radius:999px;padding:9px 14px;font-size:10px;font-weight:700}.pill.active,.pill:hover{background:var(--text);border-color:var(--text);color:#fff}.toolbar select{border:1px solid var(--border);background:white;border-radius:9px;padding:9px 12px;font-size:10px;color:#475569}.provider-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.provider-card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;transition:.25s}.provider-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.provider-image{height:210px;position:relative;overflow:hidden}.provider-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.provider-card:hover .provider-image img{transform:scale(1.04)}.verified{position:absolute;left:12px;top:12px;background:#fff;padding:7px 9px;border-radius:8px;font-size:9px;font-weight:800;color:var(--green);box-shadow:0 5px 15px rgba(0,0,0,.08)}.provider-body{padding:19px}.provider-title{display:flex;justify-content:space-between;gap:10px}.provider-title h3{font-size:14px;margin:0 0 5px;letter-spacing:-.3px}.rating{font-size:10px;color:#475569;white-space:nowrap}.rating b{color:var(--gold)}.location{font-size:10px;color:var(--muted);margin:0 0 15px}.tags{display:flex;gap:5px;flex-wrap:wrap}.tag{background:#f1f5f9;color:#64748b;padding:5px 7px;border-radius:5px;font-size:8px;font-weight:700}.provider-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);margin-top:17px;padding-top:14px}.price{font-size:9px;color:var(--muted)}.price strong{display:block;color:var(--text);font-size:12px}.view-btn{border:0;background:none;color:var(--blue);font-size:10px;font-weight:800}.empty{grid-column:1/-1;text-align:center;padding:60px;color:var(--muted)}

.how-section{background:#fff}.center-head{text-align:center;margin-bottom:55px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.step{position:relative;text-align:center}.step>span{position:absolute;top:-10px;right:20px;font-size:9px;color:#cbd5e1;font-weight:800}.step-icon{margin:0 auto 18px;width:62px;height:62px;border:1px solid var(--border);border-radius:18px;display:grid;place-items:center;font-size:24px;color:var(--blue);background:#fff;box-shadow:0 8px 30px rgba(15,23,42,.05)}.step h3{font-size:14px;margin:0 0 8px}.step p{font-size:10px;line-height:1.7;color:var(--muted);max-width:210px;margin:auto}.trust-section{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.trust-visual{height:520px;border-radius:22px;overflow:hidden}.trust-visual img{width:100%;height:100%;object-fit:cover}.trust-copy>p{font-size:13px;line-height:1.8;color:var(--muted);max-width:590px}.trust-list{margin-top:30px;display:grid;gap:20px}.trust-list>div{display:flex;gap:14px}.trust-check{flex:0 0 36px;height:36px;border-radius:10px;background:#fff;display:grid;place-items:center;color:var(--green);font-weight:900;border:1px solid var(--border)}.trust-list strong{font-size:12px}.trust-list p{font-size:10px;color:var(--muted);line-height:1.6;margin:5px 0 0}.quote-banner{padding:78px 0;background:var(--text);color:#fff}.quote-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.quote-inner h2{color:#fff}.eyebrow.light{color:#93c5fd}.footer{background:#fff;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px}.footer-brand{margin-bottom:13px}.footer-grid>div>p{font-size:10px;color:var(--muted);max-width:220px;line-height:1.7}.footer-grid strong{font-size:10px;display:block;margin-bottom:14px}.footer-grid a:not(.brand){display:block;color:#64748b;font-size:10px;margin:10px 0}.footer-credit{display:block;font-size:10px;color:#94a3b8;margin-top:6px}.footer-bottom{border-top:1px solid var(--border);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;color:#94a3b8;font-size:9px}

.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(7px);display:none;align-items:center;justify-content:center;z-index:50;padding:20px}.modal-backdrop.open{display:flex}.modal{display:none;background:#fff;width:min(520px,100%);border-radius:22px;padding:34px;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.22);max-height:90vh;overflow:auto}.modal.active{display:block}.modal-close{position:absolute;right:18px;top:16px;border:0;background:#f1f5f9;border-radius:50%;width:30px;height:30px;font-size:20px;color:#64748b}.modal h2{font-size:29px;letter-spacing:-1px;margin:0 0 8px}.modal>p{font-size:11px;color:var(--muted);line-height:1.7;margin:0 0 22px}.modal form{display:grid;gap:14px}.modal label{font-size:10px;font-weight:800;color:#334155}.modal input,.modal select,.modal textarea{display:block;width:100%;margin-top:7px;border:1px solid var(--border);border-radius:9px;padding:11px 12px;outline:0;font-size:11px;background:#fff}.modal textarea{min-height:100px;resize:vertical}.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #eff6ff}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.full{width:100%}.toast{position:fixed;right:22px;bottom:22px;background:var(--text);color:#fff;padding:13px 17px;border-radius:10px;font-size:11px;font-weight:700;transform:translateY(100px);opacity:0;transition:.3s;z-index:100}.toast.show{transform:translateY(0);opacity:1}

@media(max-width:900px){.desktop-nav{display:none}.nav-actions .btn-ghost{display:none}.menu-btn{display:block}.hero-grid,.trust-grid{grid-template-columns:1fr}.hero-visual{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.provider-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.trust-visual{height:400px}.footer-grid{grid-template-columns:2fr 1fr 1fr}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.site-header{height:68px}.nav{gap:12px}.nav-actions{margin-left:auto}.nav-actions .btn-primary{padding:9px 11px;font-size:10px}.hero{padding:55px 0}.hero h1{font-size:43px;letter-spacing:-2.4px}.hero p{font-size:13px}.search-box{display:block;padding:8px}.search-field{padding:10px 8px}.search-divider{width:100%;height:1px}.search-btn{width:100%;margin-top:7px}.hero-links{flex-wrap:wrap}.section{padding:70px 0}.section-head{display:block}.section-head h2,.center-head h2,.trust-copy h2,.quote-inner h2{font-size:31px}.section-head .text-link{display:inline-block;margin-top:18px}.category-grid,.provider-grid,.steps{grid-template-columns:1fr}.category-card{min-height:170px}.cat-icon{margin-bottom:28px}.toolbar{display:block}.toolbar select{margin-top:12px}.trust-grid{gap:35px}.trust-visual{height:300px}.quote-inner{display:block}.quote-inner .btn{margin-top:25px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}.mobile-menu{position:absolute;left:0;right:0;top:68px;background:#fff;border-bottom:1px solid var(--border);padding:15px 20px;box-shadow:0 12px 25px rgba(0,0,0,.06)}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:13px 0;font-size:12px;font-weight:700;border-bottom:1px solid #f1f5f9}.mobile-menu .full{margin-top:12px}.modal{padding:27px 20px}.two-fields{grid-template-columns:1fr}}
