:root { 
    --text: #34465a; 
    --muted: #60758c; 
    --brand-dark: #17345a; 
    --shadow: 0 22px 60px rgba(44, 92, 142, 0.14); 
}

body { display: block; height: auto; background: #f4f4f4; font-family: "Inter", sans-serif; font-size: var(--nm); font-optical-sizing: auto; line-height: 1.6; }
.page { width: 100%; max-width: 1920px; margin: 0 auto; background: #fff; }
.container { width: calc(100% - 40px); max-width: 1140px; margin-right: auto; margin-left: auto; }
.container-2 { width: calc(100% - 40px); max-width: 1280px; margin-right: auto; margin-left: auto; }
.y-spacing { padding-top: var(--xl-3); padding-bottom: var(--xl-3); }
.hd-2 { font-family: "Montserrat", sans-serif; font-size: clamp(2.2rem, 2.5vw, 3rem); }
.checkout-banner img { width: 100%; }
.order-form-wrap { display: flex; gap: var(--xl); }
.order-form-wrap > div { width: 50%; min-width: 0; }
.step-hd-1 { margin: 0 0 16px; color: var(--brand-dark); font-family: "Montserrat", sans-serif; font-size: 2rem; line-height: 1; display: flex; align-items: center; gap: 8px; color: #233543; }
.step-hd-1 > span:first-child { max-width: 26px; width: 100%; flex-shrink: 0; }
.step-hd-1 svg { width: 100%; height: 100%; fill: #233543; }

.offer-wrap { position: relative; display: grid; gap: 14px; font-family: "Inter", sans-serif; }
.offer-wrap input[type="radio"] { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.offer-label { position: relative; display: block; overflow: hidden; padding: 34px 20px 18px 56px; border: 2px solid #dbe6ef; border-radius: 12px; background: linear-gradient(180deg, #ffffff, #f8fcff); color: var(--brand-dark); box-shadow: 0 14px 34px rgb(44 92 142 / 10%); cursor: pointer; transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease; }
.offer-label::after { content: ""; position: absolute; top: 18px; left: 18px; width: 22px; height: 22px; border: 2px solid #9db7ca; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 5px #fff; transition: border-color 160ms ease, background 160ms ease; }
.offer-label:hover, .offer-wrap input[type="radio"]:focus-visible + .offer-label { border-color: #86cdec; box-shadow: 0 20px 44px rgb(44 92 142 / 16%); transform: translateY(-2px); }
.offer-wrap input[type="radio"]:checked + .offer-label { border-color: #ed6b3b; background: linear-gradient(180deg, #fffaf5, #ffffff); box-shadow: 0 24px 54px rgb(237 107 59 / 18%); }
.offer-wrap input[type="radio"]:checked + .offer-label::after { border-color: #ed6b3b; background: #ed6b3b; }
#offer-3 + .offer-label::before { content: "Best Value"; position: absolute; top: 0; right: 0; padding: 7px 16px; border-bottom-left-radius: 10px; background: linear-gradient(90deg, #ed6b3b, #fecb41); color: #fff; font-family: "Montserrat", sans-serif; font-size: 1.1rem; font-weight: 900; line-height: 1; letter-spacing: 0.04em; text-transform: uppercase; }
.offer { display: flex; align-items: center; gap: 18px; }
.offer-img { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 100%; max-width: 170px; }
.offer-img img { width: 100%; height: auto; margin: -10px 0 -35px; filter: drop-shadow(0 16px 18px rgb(44 92 142 / 18%)); }
.offer-info { flex: 1; min-width: 0; }
.offer-info > div:first-child { margin-bottom: 6px; color: var(--brand-dark); font-family: "Montserrat", sans-serif; font-size: 18px; font-weight: 800; line-height: 1.1; }
.offer-info .price-row { justify-content: flex-start; margin: 12px 0; line-height: 1; }
.offer-info .price-hd { font-size: clamp(2.2rem, 5vw, 2.6rem); }
.offer-info .price-hd-2 { font-size: clamp(1.8rem, 2vw, 2rem); }
.offer-info .price-hd-3 { font-size: 1.4rem; }
.offer-deal { font-size: 16px; }
.price-row { display: flex; align-items: flex-start; gap: 4px; color: var(--brand-dark); font-family: "Montserrat", sans-serif; }
.price-hd { font-size: clamp(5.4rem, 5vw, 7.2rem); font-weight: 900; line-height: 0.82; letter-spacing: 0; }
.price-hd-2 { font-size: 20px; font-weight: 850; line-height: 0.92; }
.price-hd-3 { color: var(--muted); font-size: 1.6rem; font-weight: 800; line-height: 1.1; }
.price-compare-row { display: flex; align-items: center; justify-content: center; width: 100%; gap: var(--sm); margin: var(--md) 0 0; padding-top: var(--sm); border-top: 1px solid rgba(78, 145, 199, 0.14); }
.offer-label .price-compare-row { justify-content: flex-end; gap: 14px; margin-top: 14px; padding-top: 12px; border-top-color: #e5edf4; }
.old-price-wrap { position: relative; display: inline-flex; align-items: center; padding: 2px 6px; color: #7c8795; font-size: 16px; font-weight: 600; line-height: 1; }
.old-price { position: relative; color: #7c8795; }
.price-strike { position: absolute; top: 50%; left: -3%; width: 106%; height: 2px; border-radius: 999px; background: linear-gradient(90deg, #ef4444, #f97316); box-shadow: 0 5px 12px rgba(239, 68, 68, 0.24); transform: translateY(-50%) rotate(-13deg); transform-origin: center; }
.price-strike::after { content: ""; position: absolute; inset: 1px 10%; border-radius: inherit; background: rgba(255, 255, 255, 0.34); }
.final-price { color: var(--brand-dark); font-family: "Montserrat", sans-serif; font-weight: 900; }

.payment-icons { width: 100%; max-width: 300px; margin: var(--lg) auto var(--xl); opacity: 0.84; }

.box-1 { padding: var(--xl); border: 1px solid rgba(78, 145, 199, 0.16); border-radius: 8px; background: rgba(255, 255, 255, 0.95); box-shadow: var(--shadow); }

.flex-12 { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 500px; margin: 105px auto 0; padding: var(--md); gap: 0; border-radius: 8px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 250, 255, 0.9)); box-shadow: 0 24px 58px rgba(44, 92, 142, 0.16); text-align: center; text-wrap: balance; }
.flex-12::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 20%, rgba(254, 203, 65, 0.22), transparent 34%), radial-gradient(circle at 92% 18%, rgba(78, 145, 199, 0.16), transparent 32%); }
.flex-12::after { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, #ed6b3b, #fecb41); }
.flex-12 > div { position: relative; z-index: 1; }
.flex-12 > div:first-child { width: 100%; max-width: 240px; margin: -120px auto 0; }
.flex-12 h3 { color: var(--brand-dark); font-size: clamp(2rem, 1.83vw, 2.2rem); line-height: 1.12; }
.flex-12 p { color: var(--text); font-size: clamp(1.6rem, 1.83vw, 1.8rem); font-weight: 650; }
.flex-12 p:last-child { display: block; width: fit-content; margin: 0 auto; padding: 10px 24px; border-radius: 3px; background: var(--brand-dark); color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 800; }

.checkout-column { position: relative; }
.checkout-panel { position: relative; min-height: 280px; }
.checkout-form { display: none; padding: 20px; border-radius: 12px; background: #fff; color: var(--brand-dark); box-shadow: 0 14px 34px rgb(44 92 142 / 10%); transition: opacity 180ms ease, filter 180ms ease; }
.checkout-form.active { display: block; }
.checkout-loading { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; min-height: 220px; border-radius: 12px; background: rgba(255, 255, 255, 0.86); color: var(--brand-dark); font-family: "Montserrat", sans-serif; font-size: 1.5rem; font-weight: 800; opacity: 0; pointer-events: none; visibility: hidden; backdrop-filter: blur(4px); transition: opacity 180ms ease, visibility 180ms ease; }
.checkout-column.is-loading .checkout-form.active { opacity: 0.5; filter: blur(1px); pointer-events: none; }
.checkout-column.is-loading .checkout-loading { opacity: 1; visibility: visible; }
.checkout-spinner { width: 42px; height: 42px; border: 4px solid #dbe6ef; border-top-color: #ed6b3b; border-radius: 50%; animation: checkout-spin 700ms linear infinite; }

.site-footer { position: relative; isolation: isolate; max-width: 1920px; margin: 0 auto; overflow: hidden; background: linear-gradient(135deg, #102b4c 0%, #17345a 48%, #245f94 100%); color: #eaf6ff; }
.site-footer::before { content: ""; position: absolute; inset: 0; z-index: 0; background: url(./../images/bg-relief-texture.webp) center / cover no-repeat; opacity: 0.1; pointer-events: none; }
.site-footer::after { content: ""; position: absolute; inset: 0 0 auto; z-index: 1; height: 7px; background: linear-gradient(90deg, #ed6b3b, #fecb41); }
.site-footer__inner { position: relative; z-index: 2; padding: var(--xl-3) 0 var(--xl); }
.site-footer__label { display: block; min-width: 0; padding: 12px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 8px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)); color: #ffffff; box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18); text-decoration: none; transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.site-footer__label:hover,
.site-footer__label:focus-visible { border-color: rgba(254, 203, 65, 0.5); background-color: rgba(255, 255, 255, 0.04); outline: none; transform: translateY(-3px); }
.site-footer__label img { display: block; width: 100%; height: auto; border-radius: 6px; background: #ffffff; }
.site-footer__disclaimer { padding: var(--lg) 0; border-bottom: 1px solid rgba(255, 255, 255, 0.16); color: #d8e8f6; font-size: 1.4rem; line-height: 1.65; }
.site-footer__disclaimer p { margin: 0 0 10px; }
.site-footer__disclaimer p:last-child { margin-bottom: 0; }
.site-footer__disclaimer strong { color: #ffffff; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: var(--lg); padding-top: var(--lg); }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 8px; font-family: "Montserrat", sans-serif; }
.site-footer__links a { color: #ffffff; font-weight: 800; line-height: 1.2; text-decoration: none; }
.site-footer__links a:hover,
.site-footer__links a:focus-visible { color: #fecb41; outline: none; }
.site-footer__copyright { color: #bed3e8; font-size: 1.35rem; line-height: 1.5; }
.site-footer__payments { display: flex; flex-wrap: wrap; justify-content: flex-end; max-width: 320px; gap: 6px; }
.site-footer__payments svg { flex: 0 0 auto; border-radius: 4px; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16); }

.text-red-400 { color: rgb(207, 65, 28); }
.mobile-only { display: none; }

 @media (max-width: 1080px) { 
    .order-form-wrap { flex-direction: column; align-items: center; }
    .order-form-wrap > div { width: 100%; max-width: 620px; }
    .payment-icons { margin-bottom: 0; }
    .flex-12 { display: none; }
    .mobile-only { display: block; }
 }

 @media (max-width: 900px) { 
    .site-footer__bottom { align-items: flex-start; flex-direction: column; } 
    .site-footer__payments { justify-content: flex-start; max-width: none; } 
}
 @media (max-width: 700px) { 
    .site-footer__inner { padding: var(--xl) 0; } 
    .site-footer__disclaimer { font-size: 1.32rem; text-align: left; } 
    .site-footer__bottom { align-items: center; text-align: center; } 
    .site-footer__links,.site-footer__payments { justify-content: center; } 
}
 @media (max-width: 560px) { 
    .offer-label { padding: 18px 16px 16px 48px; } 
    .offer-label::after { left: 16px; } 
    .offer { align-items: flex-start; gap: 12px; } 
    .offer-img { max-width: 116px; } 
    .offer-content-3 .offer-img img { max-width: 116px; } 
    .offer-content-2 .offer-img img { max-width: 104px; } 
    .offer-content-1 .offer-img img { max-width: 72px; } 
}
 @media (max-width: 520px) { 
    .container-2 { width: calc(100% - 32px); } .box-1 { padding-right: 16px; padding-left: 16px; } 
}
 @media (prefers-reduced-motion: reduce) { 
    .offer-label,.offer-label::after,.checkout-form,.checkout-loading,.site-footer__label { transition: none; } 
    .checkout-spinner { animation: none; } 
}

@keyframes checkout-spin { 
    to { transform: rotate(360deg); } 
}
