:root{--line:#e4e9f2;--ink:#0b1736;--muted:#667085;--blue:#2457e6;--green:#10b981}body{color:var(--ink);background:#f8fafc;margin:0;font-family:system-ui,-apple-system,sans-serif}.flex{display:flex}.flex-col{flex-direction:column}.min-h-screen{min-height:100vh}.flex-grow{flex-grow:1}.page-shell,.nav-shell,.footer-shell{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{border-bottom:1px solid var(--line);z-index:50;background:#fff;position:sticky;top:0}.nav-shell{justify-content:space-between;align-items:center;height:64px;display:flex}.nav-shell>a,.footer-intro>a{text-decoration:none}.brand-logo{align-items:center;gap:12px;display:flex}.brand-word{letter-spacing:1px;background:linear-gradient(135deg, var(--blue) 0%, #0ea5e9 100%);-webkit-text-fill-color:transparent;text-shadow:0 2px 10px #2457e61a;-webkit-background-clip:text;font-family:system-ui,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;font-size:1.75rem;font-weight:900}.desktop-nav{gap:24px;display:flex}.desktop-nav a{color:var(--muted);font-weight:500;text-decoration:none}.desktop-nav a.active,.desktop-nav a:hover{color:var(--blue)}.button{background:var(--blue);color:#fff;border-radius:8px;align-items:center;gap:4px;padding:8px 16px;font-weight:600;text-decoration:none;display:inline-flex}.button-secondary{color:var(--ink);border:1px solid var(--line);background:#fff}.desktop-cta{font-size:14px}.mobile-menu{display:none}.hero{background:linear-gradient(#fff 0%,#f8fafc 100%);padding:80px 0}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.hero-copy h1{margin:16px 0;font-size:3rem;line-height:1.2}.hero-copy h1 em{color:var(--blue);font-style:normal}.hero-lead{color:#334155;margin-bottom:32px;font-size:1.25rem;line-height:1.6}.hero-actions{gap:16px;margin-bottom:24px;display:flex}.hero-note{color:var(--muted);font-size:.875rem}.hero-image{justify-content:center;align-items:center;display:flex;transform:translateY(-40px)}.hero-image img{mix-blend-mode:multiply;width:100%;max-width:260px;animation:6s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.hero-right{flex-direction:column;align-items:center;gap:16px;display:flex}.tech-stats-card{z-index:1;color:#ffffffe6;background:linear-gradient(135deg,#10b981 0%,#3b82f6 50%,#8b5cf6 100%);border:1px solid #fff3;border-radius:20px;width:100%;max-width:360px;padding:24px;position:relative;transform:translate(32px,-70px);box-shadow:0 15px 35px #0000001a}.tech-stats-card:before{content:"";filter:blur(24px);opacity:.6;z-index:-1;background:linear-gradient(135deg,#10b981 0%,#3b82f6 50%,#8b5cf6 100%);border-radius:20px;transition:opacity .3s;position:absolute;inset:15px 10px -10px}.tech-stats-card:hover:before{opacity:.85}.stats-header{border-bottom:1px dashed #fff3;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.stats-number{align-items:baseline;gap:8px;display:flex}.stats-number strong{color:#fff;font-size:2.5rem;font-weight:900;line-height:1}.stats-number span{color:#fffc;font-size:.875rem;font-weight:600}.pulse-badge{color:#fff;backdrop-filter:blur(4px);background:#ffffff26;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:700;display:flex}.pulse-badge:before{content:"";background:#fff;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse;display:block}@keyframes pulse{0%{box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 6px #fff0}to{box-shadow:0 0 #fff0}}.stats-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.stats-list li{color:#ffffffe6;align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.5;display:flex}.stats-list li i{color:#a5b4fc;font-size:1.25rem;font-style:normal;font-weight:900;line-height:1}.stats-list li b{color:#fff;font-weight:700}.decision-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:24px;box-shadow:0 20px 40px #0000000d}.decision-head{justify-content:space-between;margin-bottom:24px;display:flex}.decision-score{gap:24px;margin-bottom:24px;display:flex}.decision-score strong{font-size:2rem;display:block}.decision-card ul{margin:0;padding:0;list-style:none}.decision-card li{gap:16px;margin-bottom:16px;display:flex}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;padding:24px 0}.trust-strip .page-shell{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.trust-strip .page-shell>div{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;gap:6px;padding:16px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #00000005}.trust-strip .page-shell>div:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f}.trust-strip .page-shell>div br{display:none}.trust-strip .page-shell>div b{color:var(--ink);font-size:1rem}.trust-strip .page-shell>div span{color:var(--muted);font-size:.875rem;line-height:1.5}.home-section,.needs-section,.methodology{max-width:1200px;margin:0 auto;padding:80px 20px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.section-heading h2{background:linear-gradient(135deg, var(--blue) 0%, #0ea5e9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:2rem;display:inline-block}.eyebrow{color:#00bcd4;margin-bottom:8px;font-size:.875rem;font-weight:800}.featured-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.featured-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:24px;transition:all .2s}.featured-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000d}.price-promo-box{background:var(--bg);border-radius:8px;gap:12px;margin:16px 0;padding:12px;display:flex}.price-item,.promo-item{flex-direction:column;flex:1;gap:4px;display:flex}.price-item span,.promo-item span{color:var(--muted);font-size:.75rem}.price-item strong{color:var(--ink);font-size:1.125rem}.price-item small{color:var(--muted);font-size:.875rem;font-weight:400}.promo-item span{color:var(--muted);font-size:.75rem}.promo-code-group{align-items:center;gap:6px;display:flex}.promo-code-group code{color:var(--blue);background:#2457e614;border:1px dashed #2457e64d;border-radius:4px;padding:4px 8px;font-family:monospace;font-size:.875rem;font-weight:600}.copy-code-btn{border:1px solid var(--line);cursor:pointer;width:26px;height:26px;color:var(--ink);background:#f1f5f9;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:inline-flex}.copy-code-btn:hover{background:#e2e8f0}.copy-code-btn.copied{color:#fff;background:#10b981;border-color:#10b981}.brand-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.brand-avatar-img{border-radius:12px}.badge{color:var(--muted);background:#f1f5f9;border-radius:4px;padding:4px 8px;font-size:.75rem}.badge-primary{color:var(--blue);background:#eff4ff}.status-row{gap:12px;margin:12px 0;font-size:.875rem;display:flex}.status-row i{border-radius:50%;width:8px;height:8px;display:inline-block}.card-actions{justify-content:space-between;align-items:center;margin-top:24px;display:flex}.needs-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.needs-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.need-card{border:1px solid var(--line);color:var(--ink);background:#f8fafc;border-radius:16px;flex-direction:column;gap:16px;padding:24px;text-decoration:none;display:flex}.icon-wrap{width:48px;height:48px;color:var(--blue);background:#fff;border-radius:12px;justify-content:center;align-items:center;display:flex}.need-content h3{margin:0 0 8px}.need-content p{color:var(--muted);margin:0}.need-action{color:var(--blue);justify-content:space-between;margin-top:auto;font-weight:600;display:flex}.methodology{text-align:center}.methodology>div{max-width:600px;margin:0 auto 48px}.methodology ol{text-align:left;grid-template-columns:repeat(3,1fr);gap:24px;padding:0;list-style:none;display:grid}.methodology li{border:1px solid var(--line);background:#fff;border-radius:16px;gap:16px;padding:24px;display:flex}.methodology li span{color:var(--line);font-size:2rem;font-weight:800}.site-footer{border-top:1px solid var(--line);background:#fff;padding:64px 0 32px}.footer-shell{grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-intro p{color:var(--muted)}.site-footer nav{flex-direction:column;gap:12px;display:flex}.site-footer nav a{color:var(--muted);text-decoration:none}.site-footer nav a:hover{color:var(--blue)}.disclosure{color:var(--muted);background:#f8fafc;border-radius:8px;padding:16px;font-size:.875rem}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding-top:32px;font-size:.875rem;display:flex}.aff-card{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;min-width:240px;padding:10px 14px;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #2d3e5f08}.aff-card:hover{border-color:#b9c9ed;transform:translateY(-2px);box-shadow:0 8px 24px #2d3e5f14}.aff-card-left{align-items:center;gap:12px;display:flex}.aff-card-avatar{object-fit:cover;border:1px solid var(--line);background:#f8fafc;border-radius:9px}.aff-card-info{flex-direction:column;gap:3px;display:flex}.aff-card-name{color:var(--ink);font-size:14px;font-weight:800;line-height:1.1}.aff-card-price{color:var(--muted);font-size:11px;line-height:1.1}.aff-card-right{align-items:center;display:flex}.aff-card-btn{color:var(--blue);background:#eff4ff;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:700;transition:background .2s;display:inline-flex}.aff-card:hover .aff-card-btn{background:var(--blue);color:#fff}
