:root {
  --bg: #06110c;
  --bg-2: #0a1a12;
  --surface: #122218;
  --surface-2: #183024;
  --line: rgba(0, 166, 81, 0.18);
  --gold: #00a651;
  --gold-2: #3dcc7a;
  --ink: #f4f7f4;
  --muted: #9aada4;
  --blue: #cd212a;
  --italia-green: #008C45;
  --italia-white: #F4F5F0;
  --italia-red: #CD212A;
  --premium: #e8c36a;
  --premium-2: #f3d48a;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --font: "Outfit", system-ui, sans-serif;
  --display: "Playfair Display", "Outfit", serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
[hidden] { display: none !important; }

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 420px at 8% -10%, rgba(0, 140, 69, 0.22), transparent 55%),
    radial-gradient(700px 380px at 100% 8%, rgba(205, 33, 42, 0.14), transparent 50%),
    linear-gradient(180deg, #0a1a12 0%, #06110c 40%, #06110c 100%);
}

.italia-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--italia-green) 0 33.33%, var(--italia-white) 33.33% 66.66%, var(--italia-red) 66.66%);
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(6, 17, 12, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header .header-bar {
  position: relative;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand span {
  max-width: 11.5rem;
  line-height: 1.15;
  font-size: 0.98rem;
}

.brand img { width: 40px; height: 40px; }

.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
}

.nav a:hover,
.nav a.is-active { color: var(--ink); }

.nav a.nav-premium {
  color: var(--premium);
}
.nav a.nav-premium:hover,
.nav a.nav-premium.is-active { color: var(--premium-2); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mail-link {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn:hover { transform: translateY(-1px); }
.btn-block { width: 100%; }

.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #06210f;
}

.btn-premium {
  background: linear-gradient(180deg, var(--premium-2), var(--premium));
  color: #1a1406;
}

.btn-outline {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.hero {
  padding: 20px 0 8px;
  box-sizing: border-box;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
}

.hero-stage {
  position: relative;
  margin: 0;
  padding: 3px;
  border-radius: 28px;
  background: linear-gradient(90deg, var(--italia-green), var(--italia-white), var(--italia-red));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(0, 140, 69, 0.2),
    0 0 80px rgba(205, 33, 42, 0.14);
}

.hero-stage img {
  border-radius: 25px;
}

.hero-copy {
  text-align: center;
  max-width: 760px;
  margin: 28px auto 8px;
}

.hero-copy .lead {
  margin-inline: auto;
  max-width: 68ch;
}

.eyebrow {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  margin: 0 0 10px;
}

.hero h1,
.section-head h2,
.panel-intro h3,
.lifetime-copy h3,
.step h3,
.review-card h3 {
  font-family: var(--display);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.hero h1 {
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  margin: 0 0 12px;
}

.hero h1 em {
  font-style: normal;
  color: var(--gold);
}

.lead {
  color: var(--muted);
  font-size: 1rem;
  max-width: 58ch;
  margin: 0;
}

.hero-cta {
  display: flex;
  gap: 12px;
  margin: 22px 0 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.stats {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.88rem;
}

.stats div {
  min-width: 140px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.stats strong {
  display: block;
  color: var(--ink);
  font-size: 1.2rem;
}

.hero-visual {
  position: relative;
}

.hero-visual img,
.hero-stage img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-chip {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(7, 9, 16, 0.82);
  border: 1px solid var(--line);
  padding: 12px 16px;
  border-radius: 16px;
  font-weight: 700;
}

.plan-grid,
.device-grid,
.lifetime-copy {
  display: grid;
  gap: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 10px auto 40px;
}

.card,
.plan-card,
.review-card,
.step,
.lifetime-copy article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card {
  padding: 36px 30px;
  text-align: left;
}

.card h3,
.panel-intro h3,
.lifetime-copy h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.card h3 {
  font-size: 1.42rem;
}

.card p,
.lifetime-copy p,
.panel-intro p,
.section-head p {
  color: var(--muted);
  margin: 0;
}

.card p {
  font-size: 1.05rem;
  line-height: 1.65;
}

.section { padding: 72px 0; scroll-margin-top: 90px; }

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

.section-head h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin: 0 0 10px;
}

.rail {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.rail-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee 32s linear infinite;
}

.rail-track.reverse { animation-duration: 38s; animation-direction: reverse; }

.logo-tile,
.device-tile {
  background: #fff;
  border-radius: 16px;
  min-width: 150px;
  height: 84px;
  display: grid;
  place-items: center;
  padding: 12px 16px;
}

.logo-tile img,
.device-tile img {
  max-height: 52px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.poster-track { animation-duration: 40s; }

.poster {
  width: 260px;
  height: 380px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.sport-shots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 22px;
  overflow: hidden;
}

.sport-shots img {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  height: 380px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.pricing-switch {
  display: flex;
  width: fit-content;
  margin: 0 auto 32px;
  padding: 6px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  gap: 6px;
}

.switch-btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.switch-btn.is-active {
  background: var(--gold);
  color: #06210f;
}

.panel-intro {
  margin: 8px 0 22px;
}

.multi-intro { margin-top: 48px; }

.plan-grid {
  grid-template-columns: repeat(4, 1fr);
}

.plan-card {
  position: relative;
  padding: 28px 22px 22px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.plan-card.is-popular {
  border-color: rgba(0, 166, 81, 0.5);
  background: linear-gradient(180deg, rgba(0, 166, 81, 0.14), rgba(18, 48, 36, 0.92));
  transform: translateY(-6px);
}

.plan-card.is-premium {
  border-color: rgba(232, 195, 106, 0.5);
  background: linear-gradient(180deg, rgba(232, 195, 106, 0.16), rgba(20, 18, 10, 0.92));
}

.plan-card.is-premium.is-popular {
  border-color: rgba(232, 195, 106, 0.7);
  background: linear-gradient(180deg, rgba(232, 195, 106, 0.2), rgba(20, 18, 10, 0.94));
}

.plan-card.is-premium .plan-badge {
  background: linear-gradient(180deg, var(--premium-2), var(--premium));
  color: #1a1406;
}

.plan-card.is-premium h3,
.plan-card.is-premium .plan-price span,
.plan-card.is-premium .plan-kicker {
  color: var(--premium-2);
}

.plan-card.is-premium .plan-bonus {
  background: rgba(232, 195, 106, 0.18);
  color: var(--premium-2);
}

.premium-section .eyebrow,
.premium-section h2 em {
  color: var(--premium);
  font-style: normal;
}

.plan-badge {
  position: absolute;
  top: -12px;
  right: 16px;
  background: var(--gold);
  color: #06210f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}

.plan-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.35rem;
}

.plan-meta,
.plan-note,
.plan-help {
  color: var(--muted);
  font-size: 0.92rem;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 8px 0 4px;
}

.plan-price span {
  font-family: var(--display);
  font-size: 2.6rem;
  letter-spacing: -0.05em;
}

.plan-price small { color: var(--muted); }

.plan-bonus {
  display: inline-block;
  margin: 6px 0 4px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 166, 81, 0.2);
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.plan-features {
  list-style: none;
  padding: 16px 0 20px;
  margin: 12px 0 0;
  border-top: 1px solid var(--line);
  flex: 1;
}

.plan-features li {
  position: relative;
  padding: 7px 0 7px 26px;
  color: #d7deea;
  font-size: 0.92rem;
}

.plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:
    linear-gradient(var(--gold), var(--gold)) center/8px 8px no-repeat,
    rgba(0, 166, 81, 0.18);
}

.lifetime { background: linear-gradient(180deg, transparent, rgba(0, 166, 81, 0.05), transparent); }
.premium-section { background: linear-gradient(180deg, rgba(232, 195, 106, 0.1), transparent 70%); }
.lifetime-copy { grid-template-columns: 1fr 1fr; }
.lifetime-copy article { padding: 24px; }
.lifetime-grid {
  grid-template-columns: 1fr 1fr;
  max-width: 860px;
  margin: 48px auto 0;
}
.plan-kicker { color: var(--gold); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.step {
  flex: 1 1 280px;
  max-width: 340px;
  padding: 28px;
  text-align: center;
}
.step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: #06210f;
  font-weight: 800;
  margin: 0 auto 16px;
}

.reviews-wrap {
  display: block;
}

.stars { width: 140px; margin: 10px auto; }
.rating-note { color: var(--muted); margin: 0 0 12px; }

.review-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 16px;
}

.review-card {
  flex: 0 1 320px;
  width: 320px;
  max-width: 100%;
  padding: 28px 22px;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-card img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 12px;
}
.review-card .stars {
  width: 120px;
  height: auto;
  border-radius: 0;
  margin: 0 auto 12px;
}
.review-card p { color: var(--muted); margin: 0; text-align: center; }
.review-card h3 { margin: 14px 0 0; font-size: 1rem; text-align: center; }
.review-card small { color: var(--muted); display: block; text-align: center; }

.device-grid { grid-template-columns: repeat(6, 1fr); }

.cta-box {
  text-align: center;
  padding: 48px 24px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(205, 33, 42, 0.14), rgba(0, 166, 81, 0.12));
}

.cta-box h2 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin: 0 0 18px;
}

.seo-copy {
  max-width: 820px;
  margin: 0 auto 32px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.seo-copy p { margin: 0 0 14px; }
.seo-long { max-width: 820px; margin: 0 auto 0; }
.seo-article h1 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: -0.04em;
  max-width: 820px;
  margin: 0 auto 24px;
}
.seo-article .eyebrow { max-width: 820px; margin: 0 auto 12px; }
.seo-article .eyebrow a { color: var(--gold); }

.guide-index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 10px 18px;
}
.guide-index a {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}
.guide-index a:hover { border-color: var(--gold); color: var(--gold); }

.guide-related {
  max-width: 820px;
  margin: 32px auto 0;
}
.guide-related ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.guide-related a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
}
.guide-related a:hover { color: var(--gold); border-color: var(--gold); }
.seo-copy p:last-child { margin-bottom: 0; }
.seo-copy strong { color: var(--ink); }

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 4px 20px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  padding: 16px 0;
  list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-weight: 800;
}

.faq-item[open] summary::after { content: "–"; }

.faq-item p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.65;
}

.site-footer {
  padding: 48px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 28px;
}

.footer-grid p,
.footer-grid a { color: var(--muted); }
.footer-grid h3 { margin-top: 0; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: 8px 0; }

.pay-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.pay-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 6px 10px;
  background: #fff;
  color: #06210f;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
}

.pay-chip img,
.pay-row img {
  height: 18px;
  width: auto;
  background: none;
  padding: 0;
  border-radius: 0;
}

.pay-cards {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pay-cards img {
  height: 16px;
}

.footer-copy {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
  color: var(--muted);
  font-size: 0.9rem;
}

.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
  z-index: 50;
}

.legal {
  padding: 48px 0 80px;
  max-width: 820px;
}

.legal h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}

.legal h2 { margin-top: 32px; }
.legal p { color: var(--muted); }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    display: block;
    padding: 14px 0 12px;
  }
  .hero-grid,
  .lifetime-copy,
  .lifetime-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    gap: 20px;
  }
  .hero-stage {
    border-radius: 20px;
  }
  .hero-copy {
    margin-top: 22px;
  }
  .hero-visual {
    order: -1;
  }
  .hero-visual img {
    width: auto;
    max-width: 100%;
    max-height: 260px;
    margin-inline: auto;
    border-radius: 20px;
  }
  .hero h1 {
    font-size: clamp(1.7rem, 7vw, 2.3rem);
  }
  .hero-chip {
    left: 10px;
    bottom: 10px;
    right: 10px;
    width: fit-content;
    max-width: calc(100% - 20px);
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.78rem;
    line-height: 1.3;
  }
  .stats {
    gap: 10px;
    font-size: 0.82rem;
  }
  .stats div {
    min-width: 0;
    flex: 1 1 28%;
  }
  .stats strong {
    font-size: 1.05rem;
  }

  .plan-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 8px auto 28px;
  }
  .card {
    padding: 22px 20px;
  }
  .card h3 {
    font-size: 1.18rem;
  }
  .card p {
    font-size: 0.95rem;
  }
  .device-grid { grid-template-columns: repeat(3, 1fr); }
  .sport-shots { justify-content: center; }
  .plan-card.is-popular { transform: none; }
  .nav { display: none; }
  .nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    background: #0e2218;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
  }
  .nav-toggle { display: flex; }
  .mail-link { display: none; }
  .header-bar { position: relative; }
  .footer-grid,
  .footer-copy { grid-template-columns: 1fr; }

  .review-slider {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-inline: -16px;
    padding: 4px 16px 18px;
    scrollbar-width: none;
  }
  .review-slider::-webkit-scrollbar { display: none; }
  .review-card {
    flex: 0 0 min(84vw, 340px);
    width: min(84vw, 340px);
    padding: 22px 18px;
    scroll-snap-align: center;
    border-radius: 18px;
  }
  .review-card p {
    font-size: 0.92rem;
    line-height: 1.5;
  }
  .review-card img {
    width: 56px;
    height: 56px;
  }
  .review-card .stars {
    width: 100px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .plan-grid,
  .device-grid { grid-template-columns: 1fr; }
  .hero {
    padding: 10px 0 8px;
  }
  .hero-stage {
    border-radius: 16px;
  }
  .hero-visual img {
    max-height: 200px;
    border-radius: 16px;
  }
  .hero-cta {
    margin: 16px 0 12px;
  }
  .hero-cta .btn { width: 100%; }
  .stats {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stats div {
    flex: 1 1 100%;
    min-width: 0;
  }
  .card {
    padding: 20px 18px;
    border-radius: 18px;
  }
  .card h3 {
    font-size: 1.12rem;
    margin-bottom: 6px;
  }
  .card p {
    font-size: 0.92rem;
    line-height: 1.55;
  }
  .review-card {
    flex-basis: min(88vw, 340px);
    width: min(88vw, 340px);
    padding: 20px 16px;
  }
  .review-card p {
    font-size: 0.88rem;
  }
  .stars { width: 110px; }
}

.hidden { display: none !important; }

.checkout-page {
  padding: 36px 0 80px;
}

.checkout-intro {
  max-width: 720px;
  margin-bottom: 32px;
}

.checkout-intro h1 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: -0.04em;
  margin: 0 0 10px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) 1.15fr;
  gap: 22px;
  align-items: start;
}

.checkout-summary,
.checkout-form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.checkout-summary {
  padding: 28px 24px;
  position: sticky;
  top: 96px;
}

.checkout-kicker {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.checkout-summary h2 {
  font-family: var(--display);
  font-size: 1.35rem;
  margin: 0 0 8px;
  letter-spacing: -0.03em;
}

.checkout-summary .plan-price {
  margin-top: 16px;
}

.checkout-form {
  padding: 28px 24px;
  display: grid;
  gap: 16px;
}

.checkout-form label span,
.checkout-form legend {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="tel"],
.checkout-form select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  font-family: inherit;
  font-size: 1rem;
}

.checkout-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.device-picks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.device-pick {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-weight: 600;
}

.device-pick span { margin: 0; font-weight: 600; }
.device-pick input { width: 18px; height: 18px; accent-color: var(--gold); }

.renewal-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.renewal-check span { margin: 0; }

.checkout-error {
  color: #f3b4b4;
  background: rgba(180, 40, 40, 0.18);
  border: 1px solid rgba(243, 180, 180, 0.25);
  border-radius: 12px;
  padding: 10px 12px;
  margin: 0;
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .checkout-grid {
    grid-template-columns: 1fr;
  }
  .checkout-summary {
    position: static;
  }
  .device-picks {
    grid-template-columns: 1fr;
  }
}
