:root{--bg:#f7f8fc;--surface:#ffffff;--ink:#11131a;--muted:#69707f;--line:#e7e9f0;--brand:#635bff;--brand-dark:#4e46d9;--shadow-lg:0 30px 70px rgba(18,23,42,.12);--shadow-sm:0 8px 26px rgba(18,23,42,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input,select{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-shell{overflow:hidden}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,239,.9)}.navin{min-height:74px;display:flex;justify-content:space-between;gap:20px}.brand,.navin{align-items:center}.brand{display:inline-flex;gap:9px;text-decoration:none;font-size:24px;font-weight:900;letter-spacing:-.045em;white-space:nowrap}.brand>span:last-child>span{color:var(--brand)}.brand-mark{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;color:#fff;background:linear-gradient(135deg,#7c73ff,#4e46d9);box-shadow:0 8px 20px rgba(99,91,255,.25)}.navlinks{display:flex;align-items:center;gap:26px;font-size:14px;color:#596172}.navlinks a{text-decoration:none}.navlinks a:hover,.text-link:hover{color:var(--brand)}.nav-cta{display:inline-flex;align-items:center;gap:7px;padding:11px 15px;border:1px solid #dedff1;border-radius:12px;text-decoration:none;font-weight:800;font-size:13px;background:#fff;box-shadow:0 5px 12px rgba(18,23,42,.03)}.hero{position:relative;padding:74px 0 64px;background:radial-gradient(circle at 87% 12%,rgba(112,104,255,.18),transparent 32%),radial-gradient(circle at 18% 8%,rgba(89,199,255,.11),transparent 28%),linear-gradient(140deg,#fbfbff,#f6f3ff 52%,#eef6ff);border-bottom:1px solid #ebeaf5}.hero-glow{position:absolute;border-radius:999px;filter:blur(35px);pointer-events:none}.hero-glow-one{width:220px;height:220px;right:-60px;top:90px;background:rgba(130,119,255,.16)}.hero-glow-two{width:180px;height:180px;left:-80px;bottom:60px;background:rgba(73,198,255,.1)}.hero-grid{position:relative;display:grid;grid-template-columns:1fr 500px;grid-gap:66px;gap:66px;align-items:center}.hero-copy{padding-top:8px}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--brand-dark);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.eyebrow.light{color:#b8b5ff}.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 6px rgba(99,91,255,.1)}.hero h1{margin:18px 0;font-size:clamp(52px,7vw,82px);line-height:.98;letter-spacing:-.07em;max-width:700px}.hero h1 span{color:var(--brand)}.hero-lede{max-width:640px;font-size:18px;line-height:1.68;color:#626a79;margin:0}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;padding:14px 18px;text-decoration:none;font-weight:900;font-size:14px;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#6f67ff,#5349dc);box-shadow:0 12px 24px rgba(93,83,234,.25)}.btn-light{color:#14151d;background:#fff}.text-link{display:inline-flex;align-items:center;gap:4px;text-decoration:none;font-weight:800;font-size:14px;color:#555e70}.hero-proof{display:flex;align-items:center;gap:12px;margin-top:30px;color:#4d5566;font-size:12px}.hero-proof strong{color:#1b1e27;font-size:13px}.avatar-stack{display:flex;align-items:center}.avatar-stack span{width:31px;height:31px;margin-left:-7px;display:grid;place-items:center;border-radius:50%;border:2px solid #f8f7ff;font-size:9px;font-weight:900;background:#e8e6ff;color:#5149d8}.avatar-stack span:first-child{margin-left:0}.avatar-stack span:nth-child(2){background:#dff5ff;color:#13769d}.avatar-stack span:nth-child(3){background:#e9f8ec;color:#22714a}.avatar-stack span:last-child{background:#151721;color:#fff}.hero-panel{position:relative;background:rgba(255,255,255,.94);border:1px solid #dedff0;border-radius:26px;padding:28px;box-shadow:var(--shadow-lg)}.panel-orb{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#7b73ff,#5148d8);box-shadow:0 12px 25px rgba(99,91,255,.25)}.panel-kicker{margin-top:18px;color:var(--brand-dark);font-size:10px;font-weight:900;letter-spacing:.16em}.hero-panel h2{margin:8px 0 7px;font-size:28px;letter-spacing:-.045em}.hero-panel>p{margin:0 0 20px;color:var(--muted);font-size:14px}.field-label{display:block;margin:15px 0 8px;color:#4e5564;font-size:11px;font-weight:800}.budget-field,.search-field{display:flex;align-items:center;gap:9px;height:48px;border:1px solid #dde0ea;background:#fff;border-radius:13px;padding:0 13px}.search-field svg{color:#7c8290;flex:0 0 auto}.budget-field input,.search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);min-width:0}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.form-row select{width:100%;height:48px;padding:0 13px;border:1px solid #dde0ea;border-radius:13px;background:#fff;color:var(--ink);outline:0}.budget-field span{color:#737987;font-weight:800}.field-full{grid-column:1/-1}.segmented{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px;background:#f1f2f7;padding:4px;border-radius:12px}.segmented button{border:0;background:transparent;padding:10px 7px;border-radius:9px;color:#6f7582;font-weight:800;font-size:11px}.segmented button.active{color:#242631;background:#fff;box-shadow:0 3px 10px rgba(15,20,33,.08)}.finder-button{width:100%;margin-top:16px;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,#6d64ff,#5148d8);font-weight:900;box-shadow:0 14px 30px rgba(94,84,235,.2)}.finder-button:disabled{opacity:.72;cursor:wait}.finder-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;font-size:11px;color:#7a8190}.finder-note svg{color:#5f59e9}.results-section{padding:50px 0 10px;background:#fff}.results-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.results-head h2{margin:6px 0 0;font-size:34px;letter-spacing:-.05em}.text-button{background:none;border:0;color:#626a7b;font-weight:800}.results-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.product-card{display:flex;gap:15px;padding:16px;border:1px solid var(--line);background:#fbfbfe;border-radius:18px}.product-rank{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:#efedff;color:var(--brand-dark);font-size:12px;font-weight:900;flex:0 0 auto}.product-content{flex:1 1;min-width:0}.product-topline{display:flex;justify-content:space-between;gap:10px;color:#7a8090;font-size:11px}.product-topline span:last-child{display:inline-flex;align-items:center;gap:4px;color:#a26c00}.product-card h3{margin:8px 0 5px;font-size:18px}.product-card p{margin:0;font-size:12px;line-height:1.5;color:var(--muted)}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:13px}.product-bottom strong{font-size:19px;letter-spacing:-.03em}.mini-btn{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:var(--brand-dark);font-size:12px;font-weight:900}.trust-strip{background:#fff;border-top:1px solid #eef0f5;border-bottom:1px solid #eef0f5}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0}.trust-item{display:flex;gap:12px;padding:23px 24px;border-right:1px solid #eef0f5}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0}.trust-icon{width:38px;height:38px;flex:0 0 auto;border-radius:12px;display:grid;place-items:center;background:#f0efff;color:var(--brand-dark)}.trust-item strong{font-size:13px}.trust-item p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.section{padding:84px 0}.section-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:27px}.section h2{margin:7px 0;font-size:40px;letter-spacing:-.055em}.section-head-row p{margin:0;color:var(--muted);font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.category-card{text-align:left;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;padding:0;box-shadow:var(--shadow-sm);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.category-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(17,20,35,.1);border-color:#d9daf2}.category-visual{position:relative;height:150px;display:grid;place-items:center;overflow:hidden}.category-visual svg{position:relative;z-index:2}.category-visual.violet{color:#5c51de;background:linear-gradient(135deg,#efedff,#d9d5ff)}.category-visual.blue{color:#1266a0;background:linear-gradient(135deg,#e8f6ff,#d4e9ff)}.category-visual.cyan{color:#137f8c;background:linear-gradient(135deg,#e4fbfb,#cfedf0)}.category-visual.green{color:#2e7653;background:linear-gradient(135deg,#eef9ef,#dceddf)}.category-visual.orange{color:#a4611b;background:linear-gradient(135deg,#fff4e5,#ffe6c3)}.category-visual.rose{color:#a14e5a;background:linear-gradient(135deg,#fff0f3,#f9dde5)}.visual-shine{position:absolute;width:170px;height:170px;border-radius:50%;top:-70px;right:-40px;background:rgba(255,255,255,.35)}.category-copy{padding:18px}.category-group{color:#7a8190;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.category-copy h3{margin:6px 0;font-size:19px;letter-spacing:-.03em}.category-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.55;min-height:38px}.category-meta{margin-top:14px;display:inline-flex;align-items:center;gap:6px;color:var(--brand-dark);font-size:11px;font-weight:900}.dark-section{background:#161822;color:#fff}.guide-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:70px;gap:70px;align-items:start}.guide-intro h2{max-width:540px;font-size:46px;margin:10px 0 15px}.guide-intro p{max-width:510px;color:#a9afbd;line-height:1.7;font-size:14px;margin-bottom:24px}.guide-list{border-top:1px solid #333745}.guide-row{display:grid;grid-template-columns:60px 1fr auto;grid-gap:17px;gap:17px;align-items:center;padding:23px 0;text-decoration:none;border-bottom:1px solid #333745}.guide-num{color:#7d84a0;font-size:12px;font-weight:900}.guide-row>div span{color:#9fa6b8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.guide-row h3{margin:6px 0 0;font-size:17px;line-height:1.35;letter-spacing:-.02em}.guide-row>svg{color:#7f86a3}.guide-row:hover h3{color:#c6c2ff}.closing-section{background:linear-gradient(180deg,#f7f8fc,#fff)}.closing-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:38px 42px;border:1px solid #e7e9ef;border-radius:25px;background:radial-gradient(circle at 100% 0,rgba(99,91,255,.12),transparent 35%),#fff;box-shadow:var(--shadow-sm)}.closing-card h2{margin:7px 0 6px;font-size:32px;letter-spacing:-.05em}.closing-card p{margin:0;color:var(--muted);font-size:13px}.footer{background:#101117;color:#d7dae3;padding:42px 0 22px}.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.footer-brand{color:#fff}.footer-brand>span:last-child>span{color:#9c96ff}.footer p{color:#858c9c;margin:11px 0 0;font-size:12px}.footer-links{display:flex;gap:22px;flex-wrap:wrap}.footer-links a{color:#aeb4c2;font-size:12px;text-decoration:none}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:34px;padding-top:17px;border-top:1px solid #272a34;color:#737a89;font-size:10px}@media (max-width:980px){.navlinks{display:none}.hero-grid{grid-template-columns:1fr;gap:35px}.hero-panel{max-width:620px}.category-grid{grid-template-columns:repeat(2,1fr)}.guide-grid{grid-template-columns:1fr;gap:42px}.guide-intro h2{font-size:40px}}@media (max-width:700px){.container{width:min(100% - 24px,1180px)}.nav-cta{display:none}.hero{padding:55px 0 46px}.hero h1{font-size:50px}.hero-lede{font-size:16px}.hero-actions{flex-direction:column;align-items:flex-start}.hero-panel{padding:21px;border-radius:22px}.form-row,.results-grid,.trust-grid{grid-template-columns:1fr}.trust-item,.trust-item:first-child{padding:17px 0;border-right:0;border-bottom:1px solid #eef0f5}.trust-item:last-child{border-bottom:0}.section{padding:65px 0}.section h2{font-size:32px}.section-head-row{align-items:flex-start;flex-direction:column}.category-grid{grid-template-columns:1fr}.category-visual{height:135px}.closing-card{align-items:flex-start;padding:28px}.closing-card,.footer-bottom,.footer-grid{flex-direction:column}.footer-links{gap:14px}}