:root{--bg:#f7f8fa;--paper:#fff;--text:#17212b;--muted:#68737f;--line:#e6e9ed;--accent:#2f6fed;--soft:#edf3ff;--success:#1f9d68;--shadow:0 18px 50px rgba(23,33,43,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit}.container{width:min(1120px,calc(100% - 32px));margin:auto}.header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(230,233,237,.9);background:rgba(255,255,255,.9);backdrop-filter:blur(16px)}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:850;letter-spacing:-.03em}.logo{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,#2f6fed,#74a0ff);box-shadow:0 10px 28px rgba(47,111,237,.24)}nav{display:flex;align-items:center;gap:20px}nav a{color:var(--muted);font-size:14px;font-weight:700;text-decoration:none}nav a:hover{color:var(--text)}.cta-link{padding:10px 15px;border-radius:999px;color:#fff!important;background:var(--accent)}.hero{padding:88px 0 54px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:52px}.tag{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;color:var(--accent);background:var(--soft);font-size:12px;font-weight:800}.tag span{width:7px;height:7px;border-radius:50%;background:var(--success)}h1,h2,h3{margin-top:0;letter-spacing:-.045em}h1{margin:18px 0 22px;font-size:clamp(46px,7vw,82px);line-height:.98}.hero p,.page-hero p{max-width:680px;margin:0;color:var(--muted);font-size:19px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800;text-decoration:none}.button.primary{border-color:var(--accent);color:#fff;background:var(--accent)}.visual{position:relative;min-height:420px;overflow:hidden;border:1px solid var(--line);border-radius:32px;background:radial-gradient(circle at 72% 24%,rgba(47,111,237,.28),transparent 26%),linear-gradient(145deg,#fff,#eef3fb);box-shadow:var(--shadow)}.visual:before,.visual:after{content:"";position:absolute;border:1px solid rgba(47,111,237,.18);border-radius:50%}.visual:before{width:320px;height:320px;right:-70px;top:-40px}.visual:after{width:190px;height:190px;left:32px;bottom:26px}.metric{position:absolute;z-index:2;padding:18px;border:1px solid rgba(255,255,255,.8);border-radius:20px;background:rgba(255,255,255,.86);box-shadow:0 14px 36px rgba(23,33,43,.08)}.metric b{display:block;font-size:28px}.metric span{color:var(--muted);font-size:12px;font-weight:700}.m1{top:34px;left:34px}.m2{right:28px;bottom:34px}.m3{left:90px;bottom:120px}.section{padding:54px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:26px}.section-head h2{margin:0;font-size:clamp(34px,5vw,54px);line-height:1}.section-head p{max-width:480px;margin:0;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(23,33,43,.04)}.icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:26px;border-radius:13px;color:var(--accent);background:var(--soft);font-weight:900}.card h3{margin-bottom:10px;font-size:22px}.card p{margin:0;color:var(--muted);font-size:14px}.news-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.featured{min-height:430px;display:flex;align-items:flex-end;padding:30px;border-radius:28px;color:#fff;background:linear-gradient(180deg,rgba(22,33,45,.04),rgba(22,33,45,.9)),radial-gradient(circle at 78% 20%,rgba(116,160,255,.9),transparent 26%),linear-gradient(135deg,#8ea4bc,#203247);box-shadow:var(--shadow)}.featured small,.news-list small{font-weight:900;text-transform:uppercase;letter-spacing:.08em}.featured h3{max-width:650px;margin:10px 0 12px;font-size:clamp(30px,4vw,48px);line-height:1.02}.featured p{max-width:620px;margin:0;color:rgba(255,255,255,.72)}.news-list{display:grid;gap:14px}.news-list article{padding:21px;border:1px solid var(--line);border-radius:20px;background:#fff}.news-list small{color:var(--accent)}.news-list h3{margin:9px 0 8px;font-size:20px;line-height:1.12}.news-list p{margin:0;color:var(--muted);font-size:13px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stats div{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}.stats b{display:block;font-size:32px}.stats span{display:block;margin-top:5px;color:var(--muted);font-size:13px}.newsletter{margin:54px auto 16px;padding:38px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;border-radius:28px;color:#fff;background:#17212b}.newsletter h2{margin-bottom:10px;font-size:38px}.newsletter p{margin:0;color:rgba(255,255,255,.62)}#subscribe-form{display:flex;gap:8px;padding:6px;border-radius:999px;background:#fff}#subscribe-form input{width:230px;padding:10px 12px;border:0;outline:0;background:transparent}#subscribe-form button{padding:11px 16px;border:0;border-radius:999px;color:#fff;background:var(--accent);font-weight:800;cursor:pointer}.page-hero{padding:72px 0 30px}.page-hero h1{font-size:clamp(42px,6vw,68px)}.prose{max-width:820px;margin:0 auto 70px;padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff}.prose h2{margin-top:28px;font-size:28px}.prose p,.prose li{color:var(--muted)}.footer{margin-top:30px;padding:30px 0 38px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:24px}.footer p{max-width:550px;margin:10px 0 0;color:var(--muted);font-size:13px}.footer nav{display:grid;grid-template-columns:1fr 1fr;gap:8px 22px}.copyright{margin-top:24px;color:#8b949e;font-size:12px}@media(max-width:900px){.hero-grid,.news-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}.visual{min-height:360px}.nav nav a:not(.cta-link){display:none}}@media(max-width:660px){.container{width:calc(100% - 20px)}.nav{min-height:64px}.hero{padding-top:58px}.cards,.stats{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.newsletter{grid-template-columns:1fr;padding:26px}#subscribe-form{align-items:stretch;flex-direction:column;border-radius:18px}#subscribe-form input{width:100%}.footer-grid{grid-template-columns:1fr}}
