/* RESET */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: url("../images/fondoxpeed.png") center / cover no-repeat fixed;
  color: #ffffff;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

/* HELPERS */

.hidden {
  display: none;
}

/* NAVBAR */

.navbar {
  width: 100%;
  padding: 18px 20px;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  background: rgba(10, 10, 15, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar .logo {
  display: inline-block;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.4px;
}

/* HERO */

.hero,
.service-hero {
  position: relative;
  padding: 100px 20px 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
}

.hero.hero-center .hero-content {
  text-align: center;
}

.hero.hero-center p {
  margin-left: auto;
  margin-right: auto;
}

.hero h1,
.service-hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin-bottom: 16px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.hero p,
.service-hero p {
  max-width: 820px;
  margin-bottom: 28px;
  color: #d0d0da;
  font-size: 1.05rem;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero.hero-center .hero-buttons {
  justify-content: center;
}

/* HERO BACKGROUNDS */

.hero-index {
  background: transparent;
}

.hero-spacemarine {
  background:
    linear-gradient(rgba(10, 10, 15, 0.45), rgba(10, 10, 15, 0.90)),
    url("../images/campaign.png") center / cover no-repeat;
}

.hero-builds {
  background:
    linear-gradient(rgba(10, 10, 15, 0.45), rgba(10, 10, 15, 0.90)),
    url("../images/emperors-champ-bund.png") center / cover no-repeat;
}

/* SHARED SERVICE HERO BACKGROUNDS */

.leveling-page .service-hero {
  background:
    linear-gradient(rgba(8, 8, 12, 0.72), rgba(8, 8, 12, 0.92)),
    url("../images/leveling.png") center / cover no-repeat;
}

.operations-page .service-hero {
  background:
    linear-gradient(rgba(8, 8, 12, 0.72), rgba(8, 8, 12, 0.92)),
    url("../images/operations.png") center / cover no-repeat;
}

.builds-page .service-hero {
  background:
    linear-gradient(rgba(8, 8, 12, 0.72), rgba(8, 8, 12, 0.92)),
    url("../images/emperors-champ-bund.png") center / cover no-repeat;
}

/* BUTTONS */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 700;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(180deg, #f1d57a 0%, #d4af37 55%, #b98d1d 100%);
  color: #0a0a0f;
  border-color: #d4af37;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.18);
}

.btn-primary:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #f6df90 0%, #e0bc4d 55%, #c99b25 100%);
  border-color: #e5c158;
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.btn-tab-active {
  background: linear-gradient(180deg, #f1d57a 0%, #d4af37 55%, #b98d1d 100%);
  color: #0a0a0f;
  border-color: #d4af37;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.18);
}

.btn-tab-active:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #f6df90 0%, #e0bc4d 55%, #c99b25 100%);
  border-color: #e5c158;
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.28);
}

.btn.full {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

.purchase-panel .btn.full:first-of-type {
  margin-top: 0;
}

/* SECTIONS */

.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.section h2 {
  margin-bottom: 16px;
  font-size: 2rem;
}

.section-subtitle {
  max-width: 820px;
  margin-bottom: 30px;
  color: #c7c7d4;
}

.section-center h2,
.section-center .section-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* GAME GRID */

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.game-card {
  position: relative;
  min-height: 320px;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  isolation: isolate;
}

.game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.18) 35%,
      rgba(0, 0, 0, 0.88) 100%
    );
  z-index: 1;
}

.game-card::after {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(212, 175, 55, 0.10) 48%,
    rgba(255, 255, 255, 0.04) 54%,
    rgba(255, 255, 255, 0) 65%
  );
  transform: translateX(-120%) rotate(8deg);
  transition: transform 0.7s ease;
  z-index: 2;
  pointer-events: none;
}

.game-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: #d4af37;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.game-card:hover::after {
  transform: translateX(120%) rotate(8deg);
}

.game-card:hover .game-bg {
  transform: scale(1.08);
}

.game-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.55s ease;
  z-index: 0;
}

.game-overlay {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 22px;
}

.game-overlay h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.game-overlay p {
  color: #d8d8e1;
  font-size: 0.95rem;
  margin-bottom: 16px;
  min-height: 48px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* SERVICE GRID */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.service-card {
  position: relative;
  min-height: 370px;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  isolation: isolate;
  background: #18181f;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.18) 35%,
      rgba(0, 0, 0, 0.90) 100%
    );
  z-index: 1;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(212, 175, 55, 0.10) 48%,
    rgba(255, 255, 255, 0.04) 54%,
    rgba(255, 255, 255, 0) 65%
  );
  transform: translateX(-120%) rotate(8deg);
  transition: transform 0.7s ease;
  z-index: 2;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: #d4af37;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.48);
}

.service-card:hover::after {
  transform: translateX(120%) rotate(8deg);
}

.service-card:hover .service-bg {
  transform: scale(1.08);
}

.service-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.55s ease;
  z-index: 0;
}

.service-overlay {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 22px;
}

.service-overlay h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.features-list {
  list-style: none;
  margin-bottom: 18px;
}

.features-list li {
  color: #d8d8e1;
  font-size: 0.95rem;
  margin-bottom: 7px;
  padding-left: 16px;
  position: relative;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.features-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4af37;
  font-weight: 700;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-top: 10px;
}

.price-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.old-price {
  color: #9f9fad;
  text-decoration: line-through;
  font-size: 0.92rem;
}

.price {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #f1d57a;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.price small {
  font-size: 0.95rem;
  vertical-align: top;
}

.discount-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  background: linear-gradient(180deg, #f1d57a 0%, #d4af37 55%, #b98d1d 100%);
  color: #0a0a0f;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 7px 11px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.22);
}

/* FEATURE CARDS */

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.feature-card {
  background: #18181f;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  transition: 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: #d4af37;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.feature-card p {
  color: #d1d1dc;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

/* SHARED PRODUCT PAGES */

.product-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 70px;
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 30px;
  align-items: start;
}

.product-left,
.product-right {
  min-width: 0;
}

.product-card {
  background: linear-gradient(180deg, #121212 0%, #0c0c0c 100%);
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  margin-bottom: 24px;
}

.product-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.product-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 20px 8px;
}

.product-highlights span {
  background: rgba(212, 175, 55, 0.09);
  color: #f2deb0;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.88rem;
  font-weight: 600;
}

.product-times {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 20px;
}

.product-times div {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 16px;
  text-align: left;
}

.product-times strong {
  display: block;
  color: #d4af37;
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.product-times p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  margin: 0;
}

.product-description {
  background: linear-gradient(180deg, #101010 0%, #0b0b0b 100%);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.product-description h2 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 1.5rem;
}

.product-description p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  margin-bottom: 14px;
}

.product-description ul {
  padding-left: 18px;
  margin: 0;
}

.product-description li {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 10px;
  line-height: 1.65;
}

.purchase-panel {
  position: sticky;
  top: 24px;
  background: linear-gradient(180deg, #121212 0%, #0b0b0b 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.purchase-panel h3 {
  font-size: 1.45rem;
  color: #ffffff;
  margin-bottom: 22px;
}

.option-group {
  margin-bottom: 24px;
}

.option-group p {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}

/* FORM ELEMENTS INSIDE PURCHASE PANEL */

.purchase-panel select,
.purchase-panel input[type="number"],
.purchase-panel input[type="text"],
.purchase-panel input[type="email"] {
  width: 100%;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #ffffff;
  padding: 14px 14px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.purchase-panel select:focus,
.purchase-panel input[type="number"]:focus,
.purchase-panel input[type="text"]:focus,
.purchase-panel input[type="email"]:focus {
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
}

/* DROPDOWN OPTIONS */

.purchase-panel select option {
  background: #151515;
  color: #ffffff;
}

.purchase-panel select option:checked {
  background: #2a2a2a;
  color: #ffffff;
}

/* LEVEL INPUTS */

.level-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.level-box label {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
}

/* RANGE */

.range-wrap {
  position: relative;
  height: 28px;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
}

.range-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  height: 4px;
  border-radius: 999px;
  background: #2a2a2a;
  z-index: 1;
}

.range-progress {
  position: absolute;
  top: 11px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d4af37 0%, #f1d57a 100%);
  z-index: 2;
  pointer-events: none;
}

.range-wrap input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
  margin: 0;
  height: 28px;
  z-index: 3;
}

.range-wrap input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
  border-radius: 999px;
}

.range-wrap input[type="range"]::-moz-range-track {
  height: 4px;
  background: transparent;
  border-radius: 999px;
}

.range-wrap input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d4af37;
  border: 2px solid #111111;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
  cursor: pointer;
  pointer-events: auto;
  margin-top: -8px;
}

.range-wrap input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d4af37;
  border: 2px solid #111111;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
  cursor: pointer;
  pointer-events: auto;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.82rem;
  padding: 0 1px;
}

/* RADIO AND CHECK OPTIONS */

.radio-option,
.check-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.92);
}

.radio-option:last-child,
.check-option:last-child {
  border-bottom: none;
}

.radio-left,
.check-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.radio-option input[type="radio"],
.check-option input[type="checkbox"] {
  accent-color: #d4af37;
  transform: scale(1.08);
  cursor: pointer;
}

.radio-option span,
.check-option span {
  font-size: 0.96rem;
  font-weight: 500;
}

.option-price {
  color: #bdbdbd;
  font-weight: 600;
  white-space: nowrap;
}

/* TOTAL BOX */

.total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #181818 0%, #131313 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 14px;
  padding: 16px 18px;
  margin: 26px 0 18px;
}

.total-box span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 600;
}

.total-box strong {
  color: #d4af37;
  font-size: 1.45rem;
  letter-spacing: 0.4px;
}

/* PRICE BREAKDOWN */

.price-breakdown {
  margin: -6px 0 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.breakdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
}

.breakdown-row + .breakdown-row {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* FOOTER */

.footer {
  text-align: center;
  padding: 30px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #a9a9b8;
  margin-top: 20px;
}

.footer-links {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #b9bfd0;
  transition: 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

/* MOBILE */

@media (max-width: 960px) {
  .product-layout {
    grid-template-columns: 1fr;
  }

  .purchase-panel {
    position: static;
  }
}

@media (max-width: 768px) {
  .hero,
  .service-hero {
    padding: 80px 20px 55px;
  }

  .hero h1,
  .service-hero h1 {
    font-size: 2.5rem;
  }

  .hero p,
  .service-hero p {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    max-width: 340px;
    margin: 0 auto;
  }

  .game-card {
    min-height: 280px;
  }

  .service-card {
    min-height: 330px;
  }

  .price-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-times {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .level-inputs {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 260px;
  }

  .purchase-panel,
  .product-card,
  .product-description {
    border-radius: 16px;
  }
}
 .choice-options {
  display: grid;
  gap: 12px;
}

.choice-options.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.priority-stack {
  grid-template-columns: 1fr;
}

.choice-card {
  position: relative;
  display: block;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: 0.2s ease;
}

.choice-card:hover {
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

.choice-card.active {
  border-color: #d4af37;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.25);
  background: rgba(212, 175, 55, 0.08);
}

.choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 22px;
}

.choice-main-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.choice-main-left::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #d4af37;
  background: transparent;
  flex-shrink: 0;
  box-sizing: border-box;
}

.choice-card.active .choice-main-left::before {
  background: radial-gradient(circle, #d4af37 0 45%, transparent 46% 100%);
}

.choice-main-right {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  flex-shrink: 0;
}

.choice-name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.choice-price {
  font-size: 15px;
  font-weight: 700;
  color: #d4af37;
  white-space: nowrap;
}

.included-text {
  color: rgba(255, 255, 255, 0.85);
}

.priority-badge {
  display: inline-block;
  margin-top: 10px;
  margin-left: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #d4af37;
  color: #111;
  font-size: 11px;
  font-weight: 700;
}

.info-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  cursor: help;
  flex-shrink: 0;
}

.info-tooltip {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  width: 220px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(15, 15, 22, 0.98);
  border: 1px solid rgba(212, 175, 55, 0.22);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.45;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  z-index: 50;
}

.info-icon:hover .info-tooltip,
.info-icon:focus .info-tooltip {
  opacity: 1;
  visibility: visible;
}

.promo-group {
  margin-top: 2px;
}

.promo-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.promo-row input {
  flex: 1;
}

.promo-btn {
  min-width: 110px;
}

.promo-message {
  margin-top: 8px;
  font-size: 13px;
}

.promo-message.success {
  color: #7cfc98;
}

.promo-message.error {
  color: #ff8a8a;
}

.discount-info {
  margin-top: 10px;
  font-size: 14px;
  color: #d4af37;
}

.runs-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.runs-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.08);
  color: #d4af37;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.runs-btn:hover {
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.14);
}

#runs {
  width: 100%;
  text-align: center;
}

@media (max-width: 640px) {
  .choice-options.two-col {
    grid-template-columns: 1fr;
  }

  .promo-row {
    flex-direction: column;
  }

  .promo-btn {
    width: 100%;
  }

  .info-tooltip {
    left: auto;
    right: 0;
    top: calc(100% + 10px);
    transform: none;
    width: 210px;
  }
}
  .btn-disabled {
  opacity: 0.55;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(0.15);
  box-shadow: none;
  transform: none;
  animation: none;
}

#buy-now-btn {
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

#buy-now-btn:not(.btn-disabled) {
  animation: buyNowPulse 2.2s ease-in-out infinite;
}

#buy-now-btn:not(.btn-disabled):hover {
  transform: translateY(-2px);
}

@keyframes buyNowPulse {
  0% {
    box-shadow:
      0 0 8px rgba(212, 175, 55, 0.22),
      0 0 16px rgba(212, 175, 55, 0.12),
      0 0 26px rgba(212, 175, 55, 0.06);
  }

  50% {
    box-shadow:
      0 0 18px rgba(212, 175, 55, 0.42),
      0 0 34px rgba(212, 175, 55, 0.22),
      0 0 52px rgba(212, 175, 55, 0.12);
  }

  100% {
    box-shadow:
      0 0 8px rgba(212, 175, 55, 0.22),
      0 0 16px rgba(212, 175, 55, 0.12),
      0 0 26px rgba(212, 175, 55, 0.06);
  }
}
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -4px 0 28px;
}

.hero-trust-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ddd7c4;
  font-size: 0.85rem;
  font-weight: 600;
}

.product-description + .product-description {
  margin-top: 22px;
}

.panel-intro {
  margin: -8px 0 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.6;
}

.panel-section-label {
  margin: 6px 0 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4af37;
}

.purchase-panel .panel-section-label:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.choice-card {
  position: relative;
  display: block;
  padding: 15px 16px 15px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  overflow: hidden;
}

.choice-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.22s ease, box-shadow 0.22s ease;
}

.choice-card:hover {
  border-color: rgba(212, 175, 55, 0.35);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.03) 100%);
  transform: translateY(-1px);
}

.choice-card.active {
  border-color: rgba(212, 175, 55, 0.48);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.10) 0%, rgba(212, 175, 55, 0.05) 100%);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.10);
}

.choice-card.active::before {
  background: linear-gradient(180deg, #f1d57a 0%, #d4af37 100%);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.30);
}

.choice-main-left::before {
  border-color: rgba(212, 175, 55, 0.9);
}

.choice-card.active .choice-main-left::before {
  background: radial-gradient(circle, #f0d779 0 42%, transparent 43% 100%);
}

.priority-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  margin-left: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.10);
  border: 1px solid rgba(212, 175, 55, 0.22);
  color: #f2deb0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 0 10px;
}

.total-box span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.93rem;
}

.total-box strong {
  color: #ffffff;
  font-size: 1.05rem;
}

.total-box:last-of-type {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.06) 100%);
  border-color: rgba(212, 175, 55, 0.24);
}

.total-box:last-of-type strong {
  color: #f6df90;
  font-size: 1.24rem;
}

.promo-discount-box strong {
  color: #8be19e;
}

.discount-info {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #d4af37;
}

.checkout-agreements {
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.agreement-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  line-height: 1.65;
}

.agreement-item input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #d4af37;
  transform: scale(1.08);
  cursor: pointer;
  flex-shrink: 0;
}

.agreement-item a {
  color: #f1d57a;
}

.agreement-item a:hover {
  color: #fff0b3;
}

.xpc-flow-box {
  margin-top: 22px;
}

.xpc-flow-list {
  margin: 0;
  padding-left: 20px;
}

.xpc-flow-list li {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 10px;
  line-height: 1.7;
}

.product-highlights span {
  background: rgba(212, 175, 55, 0.09);
  color: #f2deb0;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.product-times div {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 16px;
  text-align: left;
}

.purchase-panel {
  background: linear-gradient(180deg, #121212 0%, #0b0b0b 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.purchase-panel h3 {
  font-size: 1.45rem;
  color: #ffffff;
  margin-bottom: 22px;
}

@media (max-width: 640px) {
  .hero-trust-row {
    gap: 8px;
    margin-bottom: 22px;
  }

  .hero-trust-row span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .agreement-item {
    font-size: 0.88rem;
  }
}
 .choice-options,
.choice-main,
.choice-main-right,
.option-group,
.purchase-panel {
  overflow: visible;
}

.info-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #f1d57a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: help;
  flex-shrink: 0;
  z-index: 20;
}

.info-tooltip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  min-width: 220px;
  max-width: 280px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(10, 10, 15, 0.97);
  border: 1px solid rgba(212, 175, 55, 0.22);
  color: #f5f5f5;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  pointer-events: none;
  z-index: 999;
}

.info-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(212, 175, 55, 0.22) transparent transparent transparent;
}

.info-icon:hover .info-tooltip,
.info-icon:focus .info-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
