.inner-page { min-height: 100vh; padding-top: 78px; }
.page-hero { --page-hero-image: url("../images/Header Footer pages/Word Cup 2026.png"); --page-hero-position: center; position: relative; display: flex; min-height: 355px; overflow: hidden; align-items: center; padding: 90px 0; border-bottom: 1px solid var(--border); background: #070a16; }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--page-hero-image); background-position: var(--page-hero-position); background-size: cover; filter: saturate(.82) contrast(1.08); transform: scale(1.015); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,17,.97) 0%, rgba(5,8,20,.88) 42%, rgba(5,8,20,.5) 72%, rgba(5,8,20,.72) 100%), linear-gradient(0deg, rgba(5,8,18,.72), rgba(8,11,26,.12) 65%), radial-gradient(circle at 72% 40%, rgba(63,73,220,.2), transparent 36%); }
.page-hero--faq { --page-hero-image: url("../images/Header Footer pages/support costumer.avif"); --page-hero-position: center 42%; }
.page-hero--privacy { --page-hero-image: url("../images/Header Footer pages/Privacy policy.avif"); --page-hero-position: center; }
.page-hero--refund { --page-hero-image: url("../images/Header Footer pages/Best iptv for Word Cup 2026.webp"); --page-hero-position: center 42%; }
.page-hero--reseller { --page-hero-image: url("../images/Header Footer pages/best iptv seller in 2026 -2027.jpg"); --page-hero-position: center 38%; }
.page-hero--setup { --page-hero-image: url("../images/Header Footer pages/buy iptv in usa.jpg"); --page-hero-position: center 45%; }
.page-hero--terms { --page-hero-image: url("../images/Header Footer pages/World Cup.png"); --page-hero-position: center 46%; }
.page-hero--troubleshooting { --page-hero-image: url("../images/Header Footer pages/Troubleshooting (1).avif"); --page-hero-position: center; }
.page-hero--cookies { --page-hero-image: url("../images/Header Footer pages/Word Cup 2026.png"); --page-hero-position: center 40%; }
.page-hero--contact { --page-hero-image: url("../images/Header Footer pages/2 women 1 man happy drinking watching tv in bar.webp"); --page-hero-position: center 38%; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .reveal { opacity: 1; transform: none; }
.page-hero-copy { min-width: 0; max-width: 780px; }
.page-hero h1 { margin: 10px 0 18px; overflow-wrap: anywhere; font-size: clamp(44px, 6vw, 72px); line-height: 1.02; letter-spacing: -3.5px; }
.page-hero p { max-width: 660px; margin: 0; color: #a8b2ca; font-size: 16px; }
.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.content-section { padding: 92px 0; }
.content-section.alt { border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(11,15,33,.58); }
.content-heading { max-width: 720px; margin-bottom: 38px; }
.content-heading h2 { margin: 8px 0 12px; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -2px; }
.content-heading p { margin: 0; color: var(--muted); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.info-grid.two { grid-template-columns: repeat(2, 1fr); }
.info-card { padding: 27px; border: 1px solid var(--border); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); transition: transform .25s, border-color .25s; }
.info-card:hover { transform: translateY(-5px); border-color: rgba(74,145,255,.42); }
.info-card h2, .info-card h3 { margin: 0 0 10px; font-size: 17px; }
.info-card p { margin: 0; color: #8f9ab4; font-size: 13px; }
.info-card .feature-icon { margin-bottom: 19px; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 35px; }
.stat-card { padding: 24px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.04); text-align: center; }
.stat-card strong, .stat-card span { display: block; }
.stat-card strong { color: #fff; font-size: 28px; }.stat-card span { color: #8290aa; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.page-cta { padding: 86px 0; text-align: center; background: radial-gradient(circle at 50% 50%, rgba(48,97,230,.2), transparent 42%); }
.page-cta h2 { margin: 0 0 12px; font-size: clamp(35px, 4vw, 52px); letter-spacing: -2px; }
.page-cta p { margin: 0 auto 25px; max-width: 600px; color: var(--muted); }
.channel-category { margin-top: 28px; }
.channel-category h2 { margin: 0 0 14px; font-size: 22px; }
.channel-list-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 11px; }
.channel-mini { min-width: 0; padding: 15px 10px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.035); text-align: center; }
.channel-mini img { width: 72px; height: 48px; margin: 0 auto 9px; object-fit: contain; }
.channel-mini strong { display: block; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 20px; }
.comparison-table { width: 100%; min-width: 720px; border-collapse: separate; border-spacing: 0; background: rgba(255,255,255,.025); }
.comparison-table th, .comparison-table td { padding: 17px; border-bottom: 1px solid var(--border); text-align: center; font-size: 12px; }
.comparison-table th:first-child, .comparison-table td:first-child { text-align: left; }
.comparison-table th { color: #fff; background: rgba(61,106,229,.09); }
.comparison-table td { color: #aeb7cb; }
.comparison-table .yes { color: #65dca0; font-weight: 850; }
.comparison-table th:nth-child(4), .comparison-table td:nth-child(4) { position: relative; border-right: 1px solid rgba(119, 158, 255, .3); border-left: 1px solid rgba(119, 158, 255, .3); background: linear-gradient(90deg, rgba(72, 115, 255, .1), rgba(130, 77, 239, .13)); box-shadow: inset 0 0 26px rgba(77, 125, 255, .06); }
.comparison-table th:nth-child(4) { padding-top: 44px; color: #fff; background: linear-gradient(145deg, rgba(66, 122, 255, .3), rgba(116, 67, 222, .26)); }
.comparison-table tbody tr:last-child td:nth-child(4) { border-bottom-color: rgba(119, 158, 255, .3); }
.comparison-best-value { position: absolute; top: 10px; left: 50%; display: inline-flex; padding: 5px 10px; border: 1px solid rgba(255, 215, 112, .4); border-radius: 99px; color: #ffe19a; background: rgba(171, 112, 21, .18); box-shadow: 0 0 20px rgba(255, 191, 74, .12); font-size: 8px; font-weight: 900; letter-spacing: .9px; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.comparison-table .yearly-benefit-row td:first-child { color: #d8e1f3; font-weight: 750; }
.comparison-table .yearly-benefit-row td:nth-child(2), .comparison-table .yearly-benefit-row td:nth-child(3) { color: #59647a; }
.comparison-table .yearly-benefit { color: #8ce7bb; font-weight: 850; }
.whatsapp-cta { color: #07130c; border-color: transparent; background: linear-gradient(120deg, #62ed9e, #2fd278); box-shadow: 0 15px 38px rgba(44, 209, 116, .2); }
.whatsapp-cta:hover { color: #07130c; box-shadow: 0 19px 48px rgba(44, 209, 116, .32); }
.guarantee-box { display: flex; align-items: center; gap: 24px; margin-top: 34px; padding: 28px; border: 1px solid rgba(53,214,132,.22); border-radius: 20px; background: rgba(30,170,100,.06); }
.guarantee-box strong { display: block; margin-bottom: 4px; }
.guarantee-seal { display: grid; flex: 0 0 62px; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(63,220,141,.35); border-radius: 50%; color: #63dc9a; font-size: 12px; font-weight: 900; }
.faq-page .accordion { max-width: 900px; margin: auto; }
.contact-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 30px; }
.contact-layout > * { min-width: 0; }
.contact-options { display: grid; gap: 14px; }
.contact-form { min-width: 0; padding: 30px; border: 1px solid var(--border); border-radius: 22px; background: rgba(255,255,255,.04); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #bfc7d9; font-size: 11px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--border); border-radius: 10px; color: #fff; background: #0b1021; font: inherit; font-size: 12px; outline: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #4d8cff; box-shadow: 0 0 0 3px rgba(52,112,244,.12); }
.whatsapp-contact-card { position: relative; max-width: 850px; overflow: hidden; margin: auto; padding: 55px; border: 1px solid rgba(67,225,127,.25); border-radius: 28px; background: radial-gradient(circle at 50% 0, rgba(52,225,124,.14), transparent 44%), linear-gradient(145deg, rgba(17,31,42,.98), rgba(7,12,27,.98)); box-shadow: 0 30px 80px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.08); text-align: center; }
.whatsapp-contact-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.05), transparent 34%); pointer-events: none; }
.whatsapp-contact-card > * { position: relative; }
.whatsapp-contact-icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 23px; border-radius: 24px; color: #07130c; background: linear-gradient(145deg, #61ed9d, #29cf70); box-shadow: 0 18px 45px rgba(43,214,119,.28); }
.whatsapp-contact-icon svg { width: 38px; fill: currentColor; }
.whatsapp-contact-card h2 { margin: 11px 0 14px; font-size: clamp(34px, 5vw, 54px); line-height: 1.05; letter-spacing: -2.5px; }
.whatsapp-contact-card > p { max-width: 620px; margin: 0 auto 28px; color: #9eabc1; font-size: 15px; }
.whatsapp-contact-button { width: min(100%, 390px); min-height: 60px; color: #07130c; background: linear-gradient(120deg, #62ed9e, #2fd278); border-color: transparent; box-shadow: 0 17px 45px rgba(44,209,116,.25); font-size: 14px; }
.whatsapp-contact-button:hover { color: #07130c; box-shadow: 0 21px 55px rgba(44,209,116,.36); }
.whatsapp-contact-number { display: block; width: max-content; margin: 18px auto 0; color: #7cebb0; font-size: 18px; font-weight: 850; letter-spacing: .3px; }
.whatsapp-contact-benefits { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 31px; }
.whatsapp-contact-benefits span { display: flex; align-items: center; gap: 7px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 99px; color: #c6d0df; background: rgba(255,255,255,.035); font-size: 10px; }
.whatsapp-contact-benefits i { color: #62e99f; font-style: normal; }
.whatsapp-contact-card small { display: block; margin-top: 25px; color: #68768e; font-size: 9px; }
.guide-list { display: grid; gap: 18px; }
.guide-card { padding: 28px; border: 1px solid var(--border); border-radius: 20px; background: rgba(255,255,255,.035); }
.guide-card h2 { margin: 0 0 16px; font-size: 20px; }
.steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; min-height: 30px; padding-left: 40px; color: #a5afc4; font-size: 12px; counter-increment: steps; }
.steps li::before { content: counter(steps); position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: #87c8ff; background: rgba(49,111,230,.15); font-size: 10px; font-weight: 850; }
.article-layout { display: grid; grid-template-columns: 250px 1fr; gap: 55px; align-items: start; }
.article-nav { position: sticky; top: 110px; padding: 20px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.035); }
.article-nav strong { display: block; margin-bottom: 10px; font-size: 12px; }
.article-nav a { display: block; padding: 7px 0; color: #8e99b2; font-size: 10px; }
.article-body { max-width: 820px; }
.article-body section { scroll-margin-top: 105px; margin-bottom: 42px; }
.article-body h2 { margin: 0 0 13px; font-size: 25px; letter-spacing: -.8px; }
.article-body h3 { margin: 22px 0 8px; font-size: 16px; }
.article-body p, .article-body li { color: #9ca7be; font-size: 13px; }
.article-body ul { display: grid; gap: 8px; padding-left: 20px; }
.notice { padding: 18px; border-left: 3px solid #4388ff; border-radius: 0 12px 12px 0; background: rgba(55,112,230,.08); color: #b4bfd4; font-size: 12px; }
.reseller-hero .page-hero-copy { max-width: 850px; }
.reseller-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 30px; }
.reseller-metrics div { padding: 18px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.035); }
.reseller-metrics strong, .reseller-metrics span { display: block; }
.reseller-metrics strong { font-size: 20px; }.reseller-metrics span { color: #7e8aa4; font-size: 9px; }
.footer-grid-five { grid-template-columns: 1.7fr repeat(4, 1fr); gap: 38px; }
.footer-grid-five .footer-brand h3 { margin-top: 24px; }

@media (max-width: 1000px) {
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .channel-list-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid-five { grid-template-columns: repeat(3, 1fr); }
  .footer-grid-five .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .inner-page { padding-top: 68px; }
  .page-hero { min-height: 320px; padding: 72px 0; }
  .contact-layout, .article-layout { grid-template-columns: 1fr; }
  .contact-layout .form-grid { grid-template-columns: 1fr; }
  .article-nav { position: static; }
  .stat-row, .reseller-metrics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .page-hero h1 { font-size: 43px; letter-spacing: -2.4px; }
  .content-section { padding: 72px 0; }
  .info-grid, .info-grid.two, .form-grid { grid-template-columns: 1fr; }
  .channel-list-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-row, .reseller-metrics { grid-template-columns: 1fr 1fr; }
  .guarantee-box { align-items: flex-start; }
  .footer-grid-five { grid-template-columns: 1fr 1fr; }
  .footer-grid-five .footer-brand { grid-column: 1 / -1; }
  .whatsapp-contact-card { padding: 40px 20px; border-radius: 22px; }
  .whatsapp-contact-icon { width: 66px; height: 66px; border-radius: 20px; }
  .whatsapp-contact-card h2 { font-size: 38px; letter-spacing: -2px; }
  .whatsapp-contact-card > p { font-size: 13px; }
  .whatsapp-contact-button { min-height: 56px; font-size: 12px; }
  .whatsapp-contact-benefits { align-items: stretch; flex-direction: column; }
  .whatsapp-contact-benefits span { justify-content: center; border-radius: 12px; }
}

/* Checkout pages */
.checkout-page { min-height: 100vh; padding-top: 78px; background: #050712; }
.checkout-hero { position: relative; overflow: hidden; padding: 82px 0 40px; text-align: center; }
.checkout-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0, rgba(55, 105, 255, .24), transparent 45%), radial-gradient(circle at 85% 30%, rgba(125, 65, 225, .14), transparent 30%); pointer-events: none; }
.checkout-hero .container { position: relative; z-index: 1; }
.checkout-urgency { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid rgba(71, 224, 148, .28); border-radius: 99px; color: #80e9b3; background: rgba(36, 180, 108, .08); font-size: 10px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.checkout-urgency::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #4ce393; box-shadow: 0 0 12px rgba(76, 227, 147, .8); }
.checkout-hero h1 { margin: 19px auto 13px; max-width: 850px; font-size: clamp(44px, 6vw, 76px); line-height: 1; letter-spacing: -4px; }
.checkout-hero h1 span { color: #83b9ff; }
.checkout-hero p { max-width: 650px; margin: 0 auto; color: #a3aec6; font-size: 16px; }
.checkout-price { display: flex; justify-content: center; align-items: flex-start; margin: 24px 0 10px; }
.checkout-price span { margin-top: 9px; color: #a9b4ca; font-size: 22px; }
.checkout-price strong { font-size: 58px; line-height: 1; letter-spacing: -3px; }
.checkout-price small { align-self: flex-end; margin: 0 0 7px 9px; color: #8490aa; font-size: 11px; }
.checkout-trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 770px; margin: 31px auto 0; }
.checkout-trust-item { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; color: #dce5f8; background: rgba(255,255,255,.035); font-size: 11px; font-weight: 750; backdrop-filter: blur(12px); }
.checkout-trust-item b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #8ec3ff; background: rgba(67, 126, 255, .14); font-size: 12px; }
.checkout-section { padding: 42px 0 100px; }
.checkout-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 26px; align-items: start; max-width: 1100px; margin: auto; }
.checkout-summary, .checkout-form-box, .checkout-testimonial, .checkout-guarantee, .checkout-faq details { border: 1px solid rgba(255,255,255,.11); background: linear-gradient(150deg, rgba(18, 27, 54, .95), rgba(7, 11, 27, .98)); box-shadow: 0 24px 65px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.055); }
.checkout-summary { position: sticky; top: 105px; overflow: hidden; padding: 28px; border-radius: 24px; }
.checkout-summary::before { content: ""; position: absolute; top: -90px; right: -80px; width: 210px; height: 210px; border-radius: 50%; background: rgba(61, 111, 255, .12); filter: blur(8px); }
.checkout-summary > * { position: relative; }
.checkout-summary-label { color: #7dbaff; font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
.checkout-summary-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin: 9px 0 22px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.checkout-summary h2 { margin: 0; font-size: 25px; }
.checkout-summary-price { color: #fff; font-size: 25px; font-weight: 900; }
.checkout-feature-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.checkout-feature-list li { position: relative; padding-left: 28px; color: #bac5da; font-size: 12px; line-height: 1.45; }
.checkout-feature-list li::before { content: "\2713"; position: absolute; left: 0; top: -1px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #6be4a5; background: rgba(49, 201, 126, .12); font-size: 10px; font-weight: 900; }
.checkout-summary-note { display: flex; gap: 10px; margin-top: 24px; padding: 14px; border: 1px solid rgba(88, 145, 255, .16); border-radius: 13px; color: #96a5bf; background: rgba(49, 104, 222, .07); font-size: 10px; line-height: 1.5; }
.checkout-summary-note strong { color: #dbe7fb; }
.checkout-main-column { display: grid; gap: 18px; min-width: 0; }
.checkout-form-box { scroll-margin-top: 100px; min-width: 0; padding: 34px; border-color: rgba(91, 143, 255, .25); border-radius: 26px; }
.checkout-form-box h2 { margin: 0 0 8px; font-size: 31px; letter-spacing: -1.2px; }
.checkout-form-box > p { margin: 0 0 26px; color: #94a1ba; font-size: 13px; }
.forminator-shortcode-placeholder { display: grid; place-items: center; min-height: 230px; padding: 30px; border: 1px dashed rgba(112, 158, 255, .35); border-radius: 17px; color: #8fbfff; background: rgba(28, 62, 141, .08); font-family: monospace; text-align: center; overflow-wrap: anywhere; }
.checkout-form-box .forminator-ui { margin: 0 !important; }
.checkout-form-box .forminator-ui input, .checkout-form-box .forminator-ui select, .checkout-form-box .forminator-ui textarea { border-radius: 10px !important; }
.checkout-testimonial { padding: 24px 27px; border-radius: 20px; }
.checkout-stars { color: #ffc65c; font-size: 14px; letter-spacing: 2px; }
.checkout-testimonial blockquote { margin: 11px 0 13px; color: #dce4f3; font-size: 13px; line-height: 1.65; }
.checkout-testimonial cite { color: #8290aa; font-size: 10px; font-style: normal; }
.checkout-guarantee { display: flex; align-items: center; gap: 20px; padding: 25px 27px; border-color: rgba(63, 220, 141, .23); border-radius: 20px; background: linear-gradient(145deg, rgba(31, 116, 81, .18), rgba(7, 20, 24, .96)); }
.checkout-guarantee-mark { display: grid; flex: 0 0 62px; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(77, 226, 151, .4); border-radius: 50%; color: #69e6a7; font-size: 11px; font-weight: 900; }
.checkout-guarantee h3 { margin: 0 0 5px; font-size: 16px; }
.checkout-guarantee p { margin: 0; color: #91a9a1; font-size: 11px; line-height: 1.55; }
.checkout-faq { max-width: 1100px; margin: 70px auto 0; }
.checkout-faq-heading { margin-bottom: 22px; text-align: center; }
.checkout-faq-heading h2 { margin: 7px 0 0; font-size: clamp(30px, 4vw, 43px); letter-spacing: -1.8px; }
.checkout-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checkout-faq details { padding: 0 20px; border-radius: 15px; }
.checkout-faq summary { padding: 18px 25px 18px 0; color: #dce4f3; font-size: 12px; font-weight: 800; cursor: pointer; }
.checkout-faq details p { margin: -3px 0 18px; color: #8e9ab3; font-size: 11px; line-height: 1.6; }
.checkout-mobile-cta { display: none; }

/* Yearly checkout emphasis */
.checkout-page-yearly .checkout-hero::before { background: radial-gradient(circle at 50% 0, rgba(75, 128, 255, .32), transparent 44%), radial-gradient(circle at 84% 34%, rgba(156, 82, 235, .2), transparent 30%); }
.checkout-yearly-badge { display: inline-flex; align-items: center; margin-bottom: 2px; padding: 7px 13px; border: 1px solid rgba(255, 214, 110, .38); border-radius: 99px; color: #ffe198; background: rgba(174, 116, 24, .14); box-shadow: 0 0 28px rgba(255, 191, 73, .13); font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.checkout-page-yearly .checkout-price { margin-top: 15px; }
.checkout-yearly-value { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 820px; margin: 25px auto 0; }
.checkout-yearly-value div { padding: 15px 13px; border: 1px solid rgba(119, 160, 255, .17); border-radius: 14px; background: rgba(38, 65, 132, .1); }
.checkout-yearly-value strong, .checkout-yearly-value span { display: block; }
.checkout-yearly-value strong { color: #e7efff; font-size: 11px; }
.checkout-yearly-value span { margin-top: 4px; color: #8595b2; font-size: 9px; line-height: 1.45; }
.checkout-page-yearly .checkout-summary { border-color: rgba(105, 151, 255, .35); box-shadow: 0 26px 75px rgba(0,0,0,.34), 0 0 42px rgba(72, 119, 255, .1), inset 0 1px rgba(255,255,255,.07); }
.checkout-page-yearly .checkout-summary::before { background: rgba(101, 81, 235, .18); }
.checkout-summary-best-value { display: inline-flex; margin-bottom: 8px; padding: 6px 10px; border-radius: 99px; color: #07130c; background: linear-gradient(120deg, #ffe28e, #ffb84a); font-size: 8px; font-weight: 950; letter-spacing: .8px; text-transform: uppercase; }
.checkout-savings-box { margin: 0 0 20px; padding: 17px; border: 1px solid rgba(93, 226, 157, .24); border-radius: 15px; background: linear-gradient(145deg, rgba(36, 164, 101, .12), rgba(31, 87, 84, .08)); }
.checkout-savings-box strong, .checkout-savings-box span { display: block; }
.checkout-savings-box strong { color: #77e6ad; font-size: 12px; }
.checkout-savings-box span { margin-top: 5px; color: #94aaab; font-size: 10px; line-height: 1.5; }
.checkout-yearly-reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.checkout-yearly-reason { padding: 19px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: linear-gradient(145deg, rgba(17, 27, 55, .92), rgba(8, 13, 29, .96)); box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.checkout-yearly-reason strong, .checkout-yearly-reason span { display: block; }
.checkout-yearly-reason strong { color: #dce8ff; font-size: 12px; }
.checkout-yearly-reason span { margin-top: 6px; color: #8492ad; font-size: 10px; line-height: 1.5; }

@media (max-width: 820px) {
  .checkout-page { padding-top: 68px; }
  .checkout-hero { padding: 65px 0 32px; }
  .checkout-hero h1 { letter-spacing: -3px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { position: static; }
  .checkout-faq-grid { grid-template-columns: 1fr; }
  .checkout-yearly-reasons { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body:has(.checkout-page) { padding-bottom: 78px; }
  .checkout-hero { padding: 55px 0 25px; }
  .checkout-hero h1 { font-size: 43px; letter-spacing: -2.5px; }
  .checkout-hero p { font-size: 13px; }
  .checkout-price strong { font-size: 49px; }
  .checkout-yearly-value { grid-template-columns: 1fr; }
  .checkout-trust-row { grid-template-columns: 1fr; gap: 8px; }
  .checkout-trust-item { min-height: 46px; }
  .checkout-section { padding: 30px 0 70px; }
  .checkout-summary, .checkout-form-box { padding: 24px 20px; border-radius: 20px; }
  .checkout-form-box h2 { font-size: 27px; }
  .checkout-guarantee { align-items: flex-start; padding: 22px 19px; }
  .checkout-guarantee-mark { flex-basis: 52px; width: 52px; height: 52px; }
  .checkout-faq { margin-top: 52px; }
  .checkout-mobile-cta { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px max(16px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); border-top: 1px solid rgba(126, 164, 255, .25); background: rgba(5, 8, 20, .96); box-shadow: 0 -15px 40px rgba(0,0,0,.45); backdrop-filter: blur(16px); }
  .checkout-mobile-cta span { color: #9da9bf; font-size: 9px; }
  .checkout-mobile-cta strong { display: block; color: #fff; font-size: 16px; }
  .checkout-mobile-cta .button { min-height: 45px; padding: 0 18px; font-size: 10px; }
  body:has(.checkout-page) .whatsapp-float { bottom: 92px; }
}

/* Thank-you page */
.thank-you-page { min-height: 100vh; padding-top: 78px; background: #050712; }
.thank-you-hero { position: relative; min-height: calc(100vh - 78px); overflow: hidden; padding: 92px 0 105px; background: radial-gradient(circle at 50% 12%, rgba(38, 190, 116, .13), transparent 32%), linear-gradient(180deg, #07101a 0%, #050712 62%, #080a18 100%); }
.thank-you-hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 78%); pointer-events: none; }
.thank-you-orb { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; animation: thank-you-float 8s ease-in-out infinite; }
.thank-you-orb-one { top: 8%; left: -110px; width: 320px; height: 320px; background: rgba(39, 112, 244, .12); }
.thank-you-orb-two { right: -90px; bottom: 12%; width: 280px; height: 280px; background: rgba(91, 51, 206, .11); animation-delay: -3s; }
.thank-you-container { position: relative; z-index: 1; }
.thank-you-success { max-width: 850px; margin: auto; text-align: center; }
.thank-you-check { position: relative; display: grid; place-items: center; width: 112px; height: 112px; margin: 0 auto 25px; border: 1px solid rgba(92, 235, 161, .35); border-radius: 34px; color: #68eca9; background: linear-gradient(145deg, rgba(45, 194, 119, .18), rgba(14, 57, 48, .32)); box-shadow: 0 24px 65px rgba(30, 205, 117, .18), inset 0 1px rgba(255,255,255,.1); animation: thank-you-check-in .7s cubic-bezier(.2,.9,.25,1.25) both; }
.thank-you-check::before { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(91, 235, 161, .1); border-radius: 42px; animation: thank-you-pulse 2.8s ease-out infinite; }
.thank-you-check svg { width: 66px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.thank-you-check svg circle { opacity: .35; }
.thank-you-kicker { display: inline-flex; padding: 8px 14px; border: 1px solid rgba(93, 232, 160, .22); border-radius: 99px; color: #77e7ad; background: rgba(37, 169, 102, .08); font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
.thank-you-success h1 { max-width: 820px; margin: 19px auto 18px; font-size: clamp(48px, 7vw, 82px); line-height: .98; letter-spacing: -4.5px; }
.thank-you-success > p { max-width: 740px; margin: auto; color: #a6b2c8; font-size: 16px; line-height: 1.75; }
.thank-you-actions { display: flex; align-items: center; flex-direction: column; margin-top: 31px; }
.thank-you-whatsapp { min-width: min(100%, 350px); min-height: 60px; gap: 11px; color: #06130b; border-color: transparent; background: linear-gradient(120deg, #67efa1, #2bd174); box-shadow: 0 18px 50px rgba(38, 211, 114, .24); font-size: 13px; }
.thank-you-whatsapp:hover { color: #06130b; box-shadow: 0 22px 58px rgba(38, 211, 114, .34); }
.thank-you-whatsapp svg { width: 23px; fill: currentColor; }
.thank-you-number { margin-top: 14px; color: #79e8ae; font-size: 15px; font-weight: 850; letter-spacing: .4px; }
.thank-you-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 72px; }
.thank-you-info-card { min-width: 0; padding: 25px 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 21px; background: linear-gradient(145deg, rgba(18, 29, 53, .9), rgba(7, 12, 28, .96)); box-shadow: 0 22px 55px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.055); transition: transform .3s, border-color .3s, box-shadow .3s; }
.thank-you-info-card:hover { transform: translateY(-6px); border-color: rgba(86, 220, 153, .3); box-shadow: 0 27px 65px rgba(0,0,0,.31), 0 0 30px rgba(42, 190, 116, .06); }
.thank-you-info-card:nth-child(2) { transition-delay: .06s; }
.thank-you-info-card:nth-child(3) { transition-delay: .12s; }
.thank-you-info-card:nth-child(4) { transition-delay: .18s; }
.thank-you-card-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 18px; border: 1px solid rgba(88, 224, 154, .24); border-radius: 13px; color: #72e8ab; background: rgba(42, 184, 111, .1); font-size: 11px; font-weight: 900; }
.thank-you-info-card h2 { margin: 0 0 8px; font-size: 15px; letter-spacing: -.3px; }
.thank-you-info-card p { margin: 0; color: #8492aa; font-size: 11px; line-height: 1.65; }
.thank-you-note { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 720px; margin: 30px auto 0; padding: 16px 20px; border: 1px solid rgba(93, 143, 255, .14); border-radius: 14px; background: rgba(34, 65, 128, .07); text-align: center; }
.thank-you-note p { margin: 0; color: #8492aa; font-size: 10px; line-height: 1.55; }
@keyframes thank-you-check-in { from { opacity: 0; transform: scale(.65) rotate(-8deg); } to { opacity: 1; transform: none; } }
@keyframes thank-you-pulse { 0% { opacity: .8; transform: scale(.88); } 75%, 100% { opacity: 0; transform: scale(1.18); } }
@keyframes thank-you-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }

@media (max-width: 900px) {
  .thank-you-info-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .thank-you-page { padding-top: 68px; }
  .thank-you-hero { min-height: calc(100vh - 68px); padding: 76px 0 88px; }
}
@media (max-width: 600px) {
  .thank-you-hero { padding: 61px 0 72px; }
  .thank-you-check { width: 91px; height: 91px; border-radius: 28px; }
  .thank-you-check svg { width: 54px; }
  .thank-you-success h1 { font-size: 44px; letter-spacing: -2.8px; }
  html[lang="de"] .thank-you-success h1 { font-size: 39px; letter-spacing: -2.2px; }
  .thank-you-success > p { font-size: 13px; line-height: 1.7; }
  .thank-you-whatsapp { width: 100%; min-width: 0; min-height: 57px; }
  .thank-you-info-grid { grid-template-columns: 1fr; gap: 11px; margin-top: 54px; }
  .thank-you-info-card { padding: 22px 20px; }
  .thank-you-note { align-items: flex-start; text-align: left; }
  .thank-you-note .live-dot { flex: 0 0 auto; margin-top: 4px; }
}
