.premium-page { min-height:100vh; margin:0; color:#172234; background:#f4f7fa; font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; }
.premium-page * { box-sizing:border-box; }
.premium-page main { width:min(1180px,calc(100% - 32px)); margin:0 auto; padding:34px 0 58px; }
.premium-hero { min-height:430px; padding:clamp(28px,5vw,58px); display:grid; grid-template-columns:minmax(0,1.45fr) minmax(260px,.65fr); gap:40px; align-items:center; color:#fff; background:#102b4c; border-left:8px solid #f4c542; box-shadow:0 22px 55px rgba(17,42,72,.18); }
.premium-hero-copy { max-width:720px; }
.premium-hero .eyebrow { color:#f7d95c; }
.premium-hero h1 { margin:8px 0 18px; font-size:clamp(38px,6vw,68px); line-height:1.02; letter-spacing:0; }
.premium-hero-copy>p:not(.eyebrow):not(.premium-payment-status) { max-width:650px; color:#dbe8f4; font-size:17px; line-height:1.7; }
.premium-price { margin:28px 0 20px; display:flex; align-items:end; gap:14px; flex-wrap:wrap; }
.premium-price strong { color:#f7d95c; font-size:34px; }
.premium-price span { padding-bottom:5px; color:#dbe8f4; }
.premium-hero .primary-button { border:0; cursor:pointer; }
.premium-hero .primary-button:disabled { opacity:.72; cursor:default; }
.premium-payment-status { min-height:22px; margin:14px 0 0; color:#dbe8f4; line-height:1.5; }
.premium-payment-status.success { color:#a9efcf; }
.premium-payment-status.error { color:#ffb7b7; }
.premium-summary { min-height:290px; padding:30px; display:grid; align-content:center; text-align:center; background:#fff; color:#172234; border-top:5px solid #e71920; }
.premium-summary>span { color:#075baa; font-size:12px; font-weight:900; }
.premium-summary>strong { margin:8px 0 0; color:#e71920; font-size:82px; line-height:1; }
.premium-summary>p { margin:7px 0 24px; color:#536273; font-weight:700; }
.premium-summary>div { padding-top:19px; display:grid; gap:4px; border-top:1px solid #dbe2e9; }
.premium-summary b { font-size:20px; }
.premium-summary small { color:#667085; }
.premium-benefits,.premium-terms { padding:54px 0 0; }
.premium-benefit-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.premium-benefit-grid article { min-height:205px; padding:22px; background:#fff; border:1px solid #d7e0e8; border-top:4px solid #075baa; }
.premium-benefit-grid article:nth-child(2) { border-top-color:#e71920; }
.premium-benefit-grid article:nth-child(3) { border-top-color:#087a55; }
.premium-benefit-grid article:nth-child(4) { border-top-color:#e0a000; }
.premium-benefit-grid b { color:#075baa; font-size:12px; }
.premium-benefit-grid h3 { margin:24px 0 10px; font-size:18px; }
.premium-benefit-grid p { margin:0; color:#667085; line-height:1.6; }
.premium-terms { display:grid; grid-template-columns:.8fr 1.2fr; gap:36px; }
.premium-terms h2 { margin:6px 0 0; font-size:32px; }
.premium-terms ol { margin:0; padding:0; display:grid; gap:10px; list-style:none; counter-reset:premium-step; }
.premium-terms li { padding:15px 18px 15px 54px; position:relative; background:#fff; border-left:3px solid #075baa; line-height:1.55; counter-increment:premium-step; }
.premium-terms li::before { content:counter(premium-step); position:absolute; left:18px; color:#e71920; font-weight:900; }
@media(max-width:820px){.premium-hero{grid-template-columns:1fr}.premium-summary{min-height:220px}.premium-benefit-grid{grid-template-columns:1fr 1fr}.premium-terms{grid-template-columns:1fr}}
@media(max-width:520px){.premium-page main{width:min(100% - 20px,1180px);padding-top:14px}.premium-hero{padding:25px 20px;gap:24px}.premium-hero h1{font-size:38px}.premium-hero-copy>p:not(.eyebrow):not(.premium-payment-status){font-size:15px}.premium-price{align-items:start;flex-direction:column;gap:2px}.premium-benefit-grid{grid-template-columns:1fr}.premium-benefit-grid article{min-height:150px}.premium-benefits,.premium-terms{padding-top:38px}.premium-page .language-switcher{bottom:12px;left:auto;right:82px}}
