:root{--bg:#07152f;--panel:#10264c;--line:#294873;--text:#fff8e7;--muted:#a9b7d1;--yellow:#ffd83d;--orange:#ff593e;--green:#61e58b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 80% 0,#123e87 0,transparent 35%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.nav{height:82px;max-width:1180px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--text);font-weight:900;letter-spacing:.08em;text-decoration:none}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--yellow);color:var(--bg);font-size:22px}.nav nav{display:flex;gap:26px}.nav nav a,footer a{color:var(--muted);text-decoration:none}.nav nav a:hover,footer a:hover{color:var(--yellow)}main{max-width:1180px;margin:auto;padding:0 28px}.hero{min-height:610px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:850px}.eyebrow{color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.18em}.hero h1,.legal h1{font-size:clamp(44px,7vw,82px);line-height:.98;letter-spacing:-.055em;margin:18px 0 25px}.hero h1 em{color:var(--yellow);font-style:normal}.lead{max-width:680px;color:var(--muted);font-size:20px;line-height:1.65}.button{display:inline-block;margin-top:24px;padding:17px 24px;border-radius:15px;background:var(--yellow);color:var(--bg);font-weight:900;text-decoration:none}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:110px}.values article{padding:28px;border:1px solid var(--line);border-radius:20px;background:rgba(16,38,76,.78)}.values strong{display:block;color:var(--green);font-size:20px;margin-bottom:10px}.values span{color:var(--muted);line-height:1.6}.product{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:center;padding:70px;border-radius:32px;background:linear-gradient(145deg,#17335f,#10264c);border:1px solid var(--line);margin-bottom:110px}.seven{display:grid;place-items:center;aspect-ratio:1;border-radius:64px;background:var(--yellow);color:var(--bg);font-size:170px;font-weight:1000;line-height:1}.product h2,.contact h2{font-size:54px;margin:8px 0 16px}.product p{color:var(--muted);font-size:18px;line-height:1.65}.badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.badges span{padding:8px 12px;border-radius:99px;background:#07152f;color:var(--green);font-size:12px;font-weight:800}.contact{text-align:center;padding:60px 20px 110px}.contact a{color:var(--yellow);font-size:clamp(20px,4vw,38px);font-weight:900}footer{max-width:1180px;margin:auto;padding:28px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:13px}footer span:last-child{display:flex;gap:20px}.legal{max-width:820px;padding-top:70px;padding-bottom:100px}.legal h1{font-size:clamp(42px,7vw,68px)}.legal h2{color:var(--yellow);margin-top:42px}.legal p{color:var(--muted);font-size:17px;line-height:1.75}.legal a{color:var(--yellow)}.updated{font-size:13px!important}@media(max-width:760px){.nav nav a:not(:last-child){display:none}.hero{min-height:560px}.values{grid-template-columns:1fr;margin-bottom:70px}.product{grid-template-columns:1fr;padding:30px;gap:30px}.seven{max-width:190px;border-radius:44px;font-size:120px}.product h2,.contact h2{font-size:42px}footer{flex-direction:column;gap:18px}}
