*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;background:#080d1a;color:#e2e8f0;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}:root{--bg: #f3f2ef;--white: #ffffff;--surface: #ffffff;--surface2: #f8f9fa;--border: #e0ddd8;--border2: #c8c0b8;--blue: #0a66c2;--blue-hover: #004182;--blue-light: #e8f0fb;--blue-mid: #cfe2f7;--red: #b91c1c;--red-light: #fef2f2;--red-border: #fecaca;--amber: #92400e;--amber-light: #fffbeb;--amber-border: #fde68a;--green: #057642;--green-light: #f0fdf4;--text: #191919;--text2: #434343;--muted: #666666;--muted2: #999999;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 12px rgba(0,0,0,.08), 0 1px 3px rgba(0,0,0,.05);--shadow-lg: 0 8px 24px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.06);--radius: 8px;--radius-lg: 12px;--radius-xl: 16px}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:64px;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.nav-brand{display:flex;align-items:center;gap:10px}.nav-logo{width:36px;height:36px;border-radius:8px;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;letter-spacing:-.3px}.nav-name{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.3px}.nav-cta{background:var(--blue);color:#fff;border:none;border-radius:20px;padding:9px 22px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s;text-decoration:none;display:inline-block}.nav-cta:hover{background:var(--blue-hover)}.alert-banner{background:var(--red-light);border-bottom:1px solid var(--red-border);padding:10px 40px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;color:var(--red);font-weight:500}.alert-dot{width:7px;height:7px;border-radius:50%;background:var(--red);flex-shrink:0;animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.hero{background:var(--white);border-bottom:1px solid var(--border)}.hero-inner{max-width:960px;margin:0 auto;padding:80px 24px 88px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--blue-light);border:1px solid var(--blue-mid);border-radius:100px;padding:5px 14px;font-size:12px;font-weight:600;color:var(--blue);letter-spacing:.04em;text-transform:uppercase;margin-bottom:28px}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);animation:pulse 1.5s ease-in-out infinite}.hero-inner h1{font-size:clamp(34px,5vw,56px);font-weight:700;line-height:1.1;letter-spacing:-1.5px;color:var(--text);margin-bottom:22px}.hero-inner h1 em{font-style:normal;color:var(--blue)}.hero-sub{font-size:18px;color:var(--muted);line-height:1.7;max-width:680px;margin:0 auto 40px}.hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:6px;background:var(--blue);color:#fff;border:none;border-radius:24px;padding:13px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s,transform .12s;text-decoration:none}.btn-primary:hover{background:var(--blue-hover);transform:translateY(-1px)}.btn-ghost{display:inline-flex;align-items:center;gap:6px;background:var(--white);color:var(--blue);border:1.5px solid var(--blue);border-radius:24px;padding:12px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s;text-decoration:none}.btn-ghost:hover{background:var(--blue-light)}.stats-bar{background:var(--white);border-bottom:1px solid var(--border);padding:0 40px;display:grid;grid-template-columns:repeat(3,1fr);max-width:1100px;margin:0 auto}.stat-item{text-align:center;padding:36px 24px}.stat-item+.stat-item{border-left:1px solid var(--border)}.stat-value{font-size:44px;font-weight:700;letter-spacing:-2px;color:var(--text);line-height:1;margin-bottom:6px}.stat-value.red{color:var(--red)}.stat-value.amber{color:#d97706}.stat-label{font-size:14px;color:var(--text2);font-weight:500}.stat-source{font-size:11px;color:var(--muted2);margin-top:4px}.page-bg{background:var(--bg)}.section{max-width:1100px;margin:0 auto;padding:72px 24px}.section-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}.section-title{font-size:clamp(26px,3.2vw,38px);font-weight:700;letter-spacing:-.8px;color:var(--text);line-height:1.2;margin-bottom:14px}.section-sub{font-size:16px;color:var(--muted);line-height:1.7;max-width:600px}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-top:48px}.problem-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);padding:28px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.problem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.problem-card.red:before{background:var(--red)}.problem-card.amber:before{background:#d97706}.problem-card.blue:before{background:var(--blue)}.problem-icon{font-size:26px;margin-bottom:14px}.problem-card h3{font-size:17px;font-weight:650;color:var(--text);margin-bottom:10px;letter-spacing:-.2px}.problem-card p{font-size:14px;color:var(--muted);line-height:1.7}.problem-stat{margin-top:18px;padding:10px 14px;border-radius:var(--radius);font-size:13px;font-weight:600}.problem-stat.red{background:var(--red-light);color:var(--red);border:1px solid var(--red-border)}.problem-stat.amber{background:var(--amber-light);color:var(--amber);border:1px solid var(--amber-border)}.problem-stat.blue{background:var(--blue-light);color:var(--blue);border:1px solid var(--blue-mid)}.divider{border:none;border-top:1px solid var(--border);margin:0}.section-white{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin-top:48px}.service-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;transition:border-color .15s,box-shadow .15s}.service-card:hover{border-color:var(--blue);box-shadow:var(--shadow)}.service-icon{width:42px;height:42px;border-radius:var(--radius);background:var(--blue-light);border:1px solid var(--blue-mid);display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:14px}.service-card h3{font-size:15px;font-weight:650;color:var(--text);margin-bottom:7px;letter-spacing:-.2px}.service-card p{font-size:13.5px;color:var(--muted);line-height:1.65}.proof-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-top:48px}.proof-text h2{font-size:clamp(24px,3vw,34px);font-weight:700;letter-spacing:-.6px;color:var(--text);margin-bottom:14px;line-height:1.22}.proof-text p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:12px}.proof-bullets{margin-top:20px;display:flex;flex-direction:column;gap:10px}.proof-bullet{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text2)}.check{width:20px;height:20px;border-radius:50%;background:var(--green-light);color:var(--green);border:1px solid #bbf7d0;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.proof-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:28px}.proof-card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.proof-avatar{width:48px;height:48px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;color:#fff;flex-shrink:0}.proof-card-name{font-size:16px;font-weight:650;color:var(--text)}.proof-card-role{font-size:12.5px;color:var(--muted);margin-top:2px;line-height:1.4}.proof-metric-row{display:flex;flex-direction:column;gap:8px}.proof-metric{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--surface2);border-radius:var(--radius);border:1px solid var(--border)}.proof-metric-label{font-size:13px;color:var(--muted)}.proof-metric-value{font-size:13px;font-weight:650;color:var(--text)}.proof-metric-value.red{color:var(--red)}.proof-metric-value.green{color:var(--green)}.dashboard-cta{background:var(--blue-light);border:1px solid var(--blue-mid);border-radius:var(--radius-xl);padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:16px}.dashboard-cta-text h3{font-size:16px;font-weight:650;color:var(--text);margin-bottom:6px}.dashboard-cta-text p{font-size:13.5px;color:var(--muted);max-width:420px;line-height:1.6;margin:0}.cta-section{background:var(--blue);padding:100px 24px;text-align:center}.cta-section h2{font-size:clamp(28px,4vw,46px);font-weight:700;letter-spacing:-1px;color:#fff;margin-bottom:14px;line-height:1.15}.cta-section p{font-size:17px;color:#fffc;margin-bottom:44px;max-width:540px;margin-left:auto;margin-right:auto;line-height:1.7}.contact-cards{display:inline-flex;gap:14px;flex-wrap:wrap;justify-content:center}.contact-card{display:flex;align-items:center;gap:14px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-lg);padding:16px 24px;text-decoration:none;transition:background .15s,transform .12s;cursor:pointer}.contact-card:hover{background:#fff3;transform:translateY(-2px)}.contact-card-icon{width:40px;height:40px;border-radius:var(--radius);background:#fff3;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;font-weight:700;color:#fff}.contact-card-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffffa6;margin-bottom:2px}.contact-card-value{font-size:14px;font-weight:600;color:#fff}.footer{background:var(--white);padding:28px 40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;border-top:1px solid var(--border)}.footer-copy{font-size:13px;color:var(--muted)}.footer-note{font-size:12px;color:var(--muted2)}@media(max-width:768px){.nav{padding:0 20px}.alert-banner{padding:10px 20px;font-size:12px}.hero-inner{padding:56px 20px 64px}.stats-bar{grid-template-columns:1fr;padding:0 20px}.stat-item+.stat-item{border-left:none;border-top:1px solid var(--border)}.proof-layout{grid-template-columns:1fr;gap:32px}.footer{padding:24px 20px}}
