
:root{--bg:#f7f8fc;--surface:#fff;--text:#1d2433;--muted:#6f7787;--line:#e7e9ef;--brand:#ed343d;--brand2:#ff7d76;--shadow:0 8px 28px rgba(31,39,54,.06);--r:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 32px));margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:24px;color:var(--brand)}.brandmark{width:34px;height:34px;border-radius:10px 16px 16px 10px;background:linear-gradient(135deg,var(--brand),var(--brand2));position:relative}.brandmark:after{content:"";position:absolute;left:10px;top:9px;width:13px;height:16px;background:#fff;border-radius:4px 10px 10px 4px;transform:skewX(-12deg)}.navlinks{display:flex;align-items:center;gap:22px;color:#50596b;font-size:14px;font-weight:650}.navlinks a:hover{color:var(--brand)}.menu-btn{display:none;border:0;background:transparent;font-size:26px}.hero{padding:46px 0 20px}.hero-card{overflow:hidden;position:relative;padding:38px;border-radius:30px;background:linear-gradient(135deg,#ed343d,#ff817b);color:#fff;box-shadow:0 14px 45px rgba(237,52,61,.18)}.hero-card:before,.hero-card:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}.hero-card:before{width:260px;height:260px;right:-90px;top:-90px}.hero-card:after{width:170px;height:170px;right:120px;bottom:-95px}.hero h1{font-size:clamp(34px,6vw,62px);line-height:1.02;margin:0 0 16px;max-width:760px}.hero p{font-size:clamp(16px,2.2vw,20px);line-height:1.65;max-width:690px;margin:0;color:#fff8f8}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{border-radius:14px;padding:13px 18px;font-weight:750;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;min-height:48px}.btn-light{background:#fff;color:var(--brand)}.btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08)}.section{padding:34px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.section h2{font-size:clamp(25px,4vw,36px);margin:0}.section-sub{color:var(--muted);margin:7px 0 0;line-height:1.55}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:22px;box-shadow:var(--shadow);min-height:180px}.icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-size:25px;margin-bottom:18px;background:#fff1f2}.card h3{margin:0 0 8px;font-size:20px}.card p{margin:0;color:var(--muted);line-height:1.55;font-size:15px}.info-strip{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 20px;display:flex;gap:14px;align-items:flex-start;box-shadow:var(--shadow)}.info-dot{flex:0 0 36px;width:36px;height:36px;border-radius:12px;background:#eef5ff;color:#2873df;display:grid;place-items:center;font-weight:900}.info-strip strong{display:block;margin-bottom:3px}.info-strip p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panel,.prose{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:var(--shadow)}.panel h3{margin-top:0;font-size:22px}.list{display:grid;gap:12px;margin-top:16px}.list-item{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:16px}.check{width:28px;height:28px;border-radius:9px;background:#effaf4;color:#15824f;display:grid;place-items:center;font-weight:900;flex:0 0 28px}.list-item strong{display:block;margin-bottom:3px}.list-item span{color:var(--muted);font-size:14px;line-height:1.5}.cta{background:#111827;color:white;border-radius:28px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cta h3{font-size:28px;margin:0 0 8px}.cta p{color:#cbd1dc;margin:0}.footer{padding:34px 0 42px;color:#697183}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:24px}.footer h4{color:#252c3a;margin:0 0 12px}.footer a{display:block;margin:8px 0;font-size:14px}.footer-note{border-top:1px solid var(--line);margin-top:26px;padding-top:20px;font-size:13px;line-height:1.6}.page-hero{padding:38px 0 20px}.page-hero h1{margin:0 0 10px;font-size:clamp(32px,5vw,48px)}.page-hero p{margin:0;color:var(--muted);line-height:1.6;max-width:780px}.badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#fff1f2;color:var(--brand);font-size:13px;font-weight:800}.prose{line-height:1.75}.prose h2{font-size:24px;margin:30px 0 8px}.prose h2:first-child{margin-top:0}.prose h3{font-size:18px;margin:22px 0 6px}.prose p,.prose li{color:#4f5869}.prose ul{padding-left:22px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow)}.contact-card h3{margin:10px 0 7px}.contact-card p{color:var(--muted);line-height:1.55;margin:0}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}}
@media(max-width:640px){.container{width:min(100% - 22px,1120px)}.nav{height:62px}.brand{font-size:21px}.brandmark{width:31px;height:31px}.navlinks{position:absolute;left:11px;right:11px;top:67px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;gap:0}.navlinks.open{display:flex}.navlinks a{padding:12px 10px}.menu-btn{display:block}.hero{padding-top:22px}.hero-card{padding:27px 22px;border-radius:24px}.hero h1{font-size:36px}.hero p{font-size:16px}.btn{width:100%}.section{padding:26px 0}.section-head{align-items:flex-start;flex-direction:column}.grid{grid-template-columns:1fr;gap:12px}.card{min-height:0;padding:18px;border-radius:19px}.card .icon{width:46px;height:46px;border-radius:14px;margin-bottom:14px}.card h3{font-size:18px}.card p{font-size:14px}.panel,.prose{padding:20px;border-radius:20px}.cta{padding:22px;flex-direction:column;align-items:flex-start}.cta .btn{width:auto}.footer-grid{grid-template-columns:1fr}}
