
:root{--bg:#fbfcfe;--surface:#fff;--surface2:#f4f7fb;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--blue:#2563eb;--blue2:#0ea5e9;--green:#10b981;--ink:#07111f;--radius:22px;--shadow:0 20px 60px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit}.wrap{max-width:1120px;margin:0 auto;padding:0 22px}.nav{position:sticky;top:0;z-index:20;background:rgba(251,252,254,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.navin{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;letter-spacing:-.03em}.brand img{width:42px;height:42px}.menu{display:flex;align-items:center;gap:8px}.menu a{text-decoration:none;color:#475569;font-weight:750;font-size:14px;padding:9px 11px;border-radius:999px}.menu a:hover,.menu a.active{background:#eef4ff;color:#1746c7}.navcta{background:var(--ink)!important;color:white!important;padding:10px 14px!important}.hero{padding:86px 0 62px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #cfe0ff;background:#eef5ff;color:#1746c7;border-radius:999px;font-size:14px;font-weight:850}.h1{font-size:clamp(42px,6vw,74px);line-height:.96;letter-spacing:-.075em;margin:18px 0}.lead{font-size:20px;color:var(--muted);max-width:640px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 18px;border-radius:14px;text-decoration:none;font-weight:900;border:1px solid var(--line)}.btn.primary{background:linear-gradient(135deg,var(--blue),#1844d8);color:white;border:0;box-shadow:0 16px 34px rgba(37,99,235,.23)}.btn.secondary{background:white;color:#172033}.heroCard{background:white;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow)}.miniTop{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line)}.avatar{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#dbeafe,#dcfce7);display:grid;place-items:center;font-weight:950}.status{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.ok{background:#dcfce7;color:#166534}.wait{background:#fef3c7;color:#92400e}.todo{background:#e0f2fe;color:#075985}.rows{display:grid;gap:10px;margin-top:18px}.row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:13px;border:1px solid var(--line);border-radius:16px;background:#fbfdff}.row small{color:var(--muted)}.section{padding:58px 0}.sectionHead{max-width:720px;margin-bottom:24px}.sectionHead.center{text-align:center;margin-left:auto;margin-right:auto}.sectionHead h2{font-size:clamp(32px,4vw,50px);line-height:1.04;letter-spacing:-.055em;margin:0 0 12px}.sectionHead p{font-size:18px;color:var(--muted);margin:0}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 10px 36px rgba(15,23,42,.045)}.card h3{font-size:21px;margin:0 0 8px;letter-spacing:-.03em}.card p,.card li{color:var(--muted)}.icon{width:42px;height:42px;border-radius:14px;background:#eef5ff;color:var(--blue);display:grid;place-items:center;margin-bottom:16px;font-weight:950}.list{list-style:none;padding:0;margin:14px 0 0}.list li{position:relative;padding-left:24px;margin:9px 0}.list li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:950}.band{background:#07111f;color:white;border-radius:30px;padding:36px;display:grid;grid-template-columns:1fr .9fr;gap:26px;align-items:center}.band p,.band li{color:#cbd5e1}.price{font-size:40px;font-weight:950;letter-spacing:-.06em;margin:8px 0}.pill{display:inline-flex;border-radius:999px;background:#eef5ff;color:#1746c7;border:1px solid #cfe0ff;padding:6px 10px;font-size:13px;font-weight:900}.pageHero{padding:64px 0 34px}.pageHero h1{font-size:clamp(40px,5vw,64px);line-height:.98;letter-spacing:-.065em;margin:14px 0}.form{display:grid;gap:16px}.field{display:grid;gap:7px}.field label{font-weight:850;font-size:14px}.field input,.field select,.field textarea{border:1px solid #cfdceb;border-radius:14px;padding:13px 14px;font:inherit;background:#fff}.field textarea{min-height:120px}.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.check{display:flex;gap:9px;align-items:flex-start;border:1px solid var(--line);border-radius:14px;padding:11px;background:#fbfdff}.check input{margin-top:5px}.output{display:none;background:#07111f;color:white;border-radius:22px;padding:20px}.output textarea{width:100%;min-height:300px;background:#111d2d;color:#e5edf8;border:1px solid #263850;border-radius:14px;padding:14px;font:14px ui-monospace,SFMono-Regular,Menlo,monospace}.footer{margin-top:60px;border-top:1px solid var(--line);background:#fff}.footin{padding:38px 0;display:grid;grid-template-columns:1fr 1fr;gap:24px}.footlinks{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.footlinks a{color:var(--muted);text-decoration:none;font-weight:750}.muted{color:var(--muted)}.table{overflow:auto;border:1px solid var(--line);border-radius:20px;background:#fff}.trow{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;min-width:760px;border-bottom:1px solid var(--line)}.trow:last-child{border-bottom:0}.trow.head{background:#f5f8fc;font-weight:900}.cell{padding:14px}.mobileMenu{display:none}
@media(max-width:900px){.hero,.band,.grid2,.footin{grid-template-columns:1fr}.grid3{grid-template-columns:1fr}.menu{display:none}.mobileMenu{display:inline-flex}.hero{padding-top:52px}.footlinks{justify-content:flex-start}.checks{grid-template-columns:1fr}}
