:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#152133;background:#f5f8fc}*{box-sizing:border-box}body{margin:0}a{color:#1267d6}header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px max(24px,calc((100vw - 1080px)/2));background:#07182f;color:#fff}header .brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-weight:800}header img{width:42px;height:42px;border-radius:11px}nav{display:flex;gap:16px;flex-wrap:wrap}nav a{color:#ccdcf1;text-decoration:none;font-size:14px}.wrap{max-width:1080px;margin:auto;padding:56px 24px}.hero{text-align:center;max-width:760px;margin:0 auto 38px}.hero h1{font-size:clamp(34px,6vw,58px);line-height:1.05;margin:0 0 18px}.hero p{font-size:18px;line-height:1.65;color:#526177}.plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card,.panel{background:#fff;border:1px solid #dbe5f0;border-radius:18px;padding:24px;box-shadow:0 14px 35px rgba(18,45,78,.07)}.card.featured{border-color:#1f7af2;box-shadow:0 15px 40px rgba(31,122,242,.16)}.tag{display:inline-block;padding:5px 9px;border-radius:999px;background:#dff8ef;color:#146247;font-size:12px;font-weight:800}.price{font-size:34px;font-weight:850;margin:18px 0 4px}.muted{color:#67778a}.card ul{padding-left:20px;line-height:1.8;color:#405167}.button{display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:0 18px;border:0;border-radius:11px;color:#fff;background:#176df1;text-decoration:none;font-weight:800;cursor:pointer}.button.secondary{color:#1764c2;background:#e9f2ff}.card .button{width:100%;margin-top:12px}.checkout{max-width:700px;margin:30px auto 0}.field{display:flex;flex-direction:column;gap:7px;margin:12px 0}.field input{min-height:46px;border:1px solid #cbd8e7;border-radius:10px;padding:10px 12px;font:inherit}.license-key{padding:13px;border:1px dashed #3384ef;border-radius:10px;background:#eef6ff;font:700 15px ui-monospace,monospace;overflow-wrap:anywhere}.legal{max-width:840px}.legal h1{font-size:38px}.legal h2{margin-top:32px}.legal p,.legal li{line-height:1.75;color:#405167}.notice{padding:14px;border-radius:10px;background:#fff4cf;color:#6f5100}.success{background:#dcf7ec;color:#126147}footer{padding:30px 24px;text-align:center;color:#718096;font-size:13px}@media(max-width:800px){.plans{grid-template-columns:1fr}header{align-items:flex-start;flex-direction:column}.wrap{padding-top:36px}}
