*{box-sizing:border-box}body{margin:0;background:#f5f9fc;color:#071f3d;font:16px/1.55 Arial,sans-serif}a{color:#087dd0;text-decoration:none}header,main,footer{width:min(1200px,calc(100% - 40px));margin:auto}header{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{font-size:30px;letter-spacing:-1.5px;font-weight:800;white-space:nowrap;color:#071f3d}.logo span{display:inline-block;background:#009dff;color:white;font-size:25px;padding:3px 6px;border-radius:10px}header nav{display:flex;gap:24px;align-items:center;font-size:14px}.button{display:inline-block;background:linear-gradient(110deg,#0870e8,#009dff);color:white;border-radius:12px;padding:13px 20px;font-weight:700;font-size:14px;text-align:center;transition:filter .18s}.button:hover{filter:brightness(1.1)}a:focus-visible{outline:3px solid #eaaa30;outline-offset:4px}.crumbs{font-size:13px;color:#6d859b;margin:20px 0 32px}.intro{margin-bottom:32px}.eyebrow{font-size:12px;letter-spacing:1.4px;font-weight:700;color:#078fd9}h1{font-size:48px;line-height:1.15;margin:12px 0}p{color:#58728b}.intro p{font-size:18px;margin:14px 0}.tariff-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.tariff{background:#fff;border:1px solid #dce8f2;border-radius:20px;padding:28px;display:flex;flex-direction:column;align-items:flex-start;position:relative}.tariff.featured{background:linear-gradient(130deg,#fff,#eaf7ff);border-color:#a4d9fb}.number{color:#8ebcdb;font-size:13px;font-weight:700}.tariff h2{font-size:23px;line-height:1.3;margin:12px 0 16px;max-width:390px}.price{font-size:38px;line-height:1.2;font-weight:800;color:#093a67;margin:16px 0}.price span{font-size:17px;font-weight:500;color:#5e7890}.note{font-size:14px;margin:-6px 0 0}.annual{margin:0 0 22px;font-size:16px}.tariff .button{margin-top:auto}.contact{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:32px 0;padding:28px;border-radius:20px;background:#e8f4fd}.contact h2{font-size:23px;margin:0}.contact p{margin:10px 0 0}.contact .button{flex-shrink:0}footer{display:flex;align-items:center;gap:30px;padding:24px 0 40px;font-size:14px}@media(max-width:650px){header{padding:18px 0;flex-wrap:wrap}header nav{gap:16px;flex-wrap:wrap}header nav .button{padding:10px 12px}.tariff-grid{grid-template-columns:1fr}.tariff{padding:24px}h1{font-size:37px}.contact{flex-direction:column;align-items:flex-start;padding:24px}.contact h2{font-size:21px}footer{flex-wrap:wrap}.price{font-size:34px}}
