.preorder-page {
  background: #f4f4ef;
}

.preorder-hero {
  min-height: 710px;
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 78% 28%, rgba(251, 204, 39, .24), transparent 28%),
    radial-gradient(circle at 68% 70%, rgba(20, 128, 92, .26), transparent 34%),
    linear-gradient(112deg, #0f100e 0%, #171916 48%, #26301f 100%);
}

.preorder-hero-layout {
  min-height: 710px;
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 56px;
}

.preorder-copy {
  position: relative;
  z-index: 2;
  padding: 70px 0;
}

.preorder-copy h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(48px, 5.8vw, 78px);
  line-height: .98;
  letter-spacing: -.065em;
}

.preorder-copy p {
  max-width: 560px;
  margin-bottom: 32px;
  color: #c8cbc2;
  font-size: 16px;
  line-height: 1.75;
}

.subheadline-highlight {
  display: inline;
  color: #fbcc27;
  font-weight: 800;
}

.preorder-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

.preorder-main-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.preorder-main-visual img {
  width: min(100%, 500px);
  max-height: 580px;
  display: block;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 70px rgba(0,0,0,.5);
}

.price-badge {
  position: absolute;
  right: 8px;
  bottom: 56px;
  width: 136px;
  height: 136px;
  display: grid;
  place-items: center;
  color: #10110f;
  background: #fbcc27;
  border: 8px solid rgba(255,255,255,.13);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 22px 45px rgba(0,0,0,.28);
}

.price-badge span,
.package-card span,
.jersey-gallery span,
.schedule-list span {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 800;
}

.price-badge strong {
  display: block;
  margin-top: -34px;
  font-size: 30px;
  letter-spacing: -.05em;
}

.preorder-strip {
  color: white;
  background: #11120f;
}

.preorder-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255,255,255,.1);
}

.preorder-strip-grid div {
  min-height: 104px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-right: 1px solid rgba(255,255,255,.1);
}

.preorder-strip-grid strong {
  font-size: 14px;
}

.preorder-strip-grid span {
  color: #fbcc27;
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}

.product-section {
  background: #f4f4ef;
}

.preorder-packages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.package-card {
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #e9eae4;
  border: 1px solid #d9dad3;
}

.package-card span {
  color: #74776f;
}

.package-card h3 {
  margin: auto 0 10px;
  font-size: 28px;
  letter-spacing: -.05em;
}

.package-card strong {
  margin-bottom: 20px;
  color: #11120f;
  font-size: 40px;
  letter-spacing: -.06em;
}

.package-card p {
  margin: 0;
  color: #686b64;
  font-size: 13px;
  line-height: 1.7;
}

.featured-package {
  color: white;
  background: #191b17;
  border-color: #191b17;
}

.featured-package span,
.featured-package strong {
  color: #fbcc27;
}

.featured-package p {
  color: #a5a89f;
}

.preorder-note {
  margin-top: 18px;
  padding: 24px 28px;
  display: flex;
  gap: 18px;
  color: white;
  background: #191b17;
}

.preorder-note strong {
  color: #fbcc27;
  white-space: nowrap;
}

.preorder-note span {
  color: #b7bab2;
  font-size: 13px;
  line-height: 1.7;
}

.gallery-section {
  background: #e7e8e1;
}

.jersey-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jersey-gallery article {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #090d12;
  border: 1px solid #d4d6cd;
}

.jersey-gallery img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: contain;
}

.jersey-gallery span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 12px;
  color: #11120f;
  background: #fbcc27;
}

.simple-size-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #cfd1c8;
  border-left: 1px solid #cfd1c8;
}

.simple-size-grid .size-card {
  border-right: 1px solid #cfd1c8;
}

.schedule-section {
  color: white;
  background: #12130f;
}

.schedule-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
  gap: 70px;
}

.schedule-layout h2 {
  margin: 12px 0 20px;
  font-size: clamp(38px, 4vw, 57px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.schedule-layout p {
  max-width: 410px;
  color: #969990;
  font-size: 14px;
  line-height: 1.75;
}

.schedule-countdown {
  display: inline;
  color: #fbcc27;
  font-weight: 800;
}

.countdown-timer {
  width: min(100%, 460px);
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #343630;
  background: #171916;
  box-shadow: 0 24px 46px rgba(0,0,0,.18);
}

.countdown-timer div {
  min-height: 96px;
  padding: 18px 10px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #343630;
}

.countdown-timer div:last-child {
  border-right: 0;
}

.countdown-timer strong {
  color: #fbcc27;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1;
  letter-spacing: -.055em;
}

.countdown-timer span {
  margin-top: 9px;
  color: #a9aca3;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 800;
}

.schedule-list {
  border-top: 1px solid #343630;
}

.schedule-list div {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #343630;
}

.schedule-list span {
  color: #8f928a;
}

.schedule-list strong {
  color: #fbcc27;
  font-size: 22px;
  letter-spacing: -.04em;
  text-align: right;
}

.extras-section {
  padding: 80px 0;
  background: #f4f4ef;
}

.extras-urgency {
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: white;
  background: #191b17;
  border: 1px solid #191b17;
}

.extras-urgency > div {
  max-width: 650px;
}

.extras-urgency span {
  display: block;
  margin-bottom: 10px;
  color: #fbcc27;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 800;
}

.extras-urgency h3 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -.055em;
}

.extras-urgency p {
  margin: 0;
  color: #a9aca3;
  font-size: 14px;
  line-height: 1.7;
}

.extras-urgency .button {
  width: 264px;
  flex: 0 0 auto;
  text-align: center;
}

.extras-urgency .urgency-button {
  gap: 0;
  padding-inline: 18px;
  text-align: center;
}

.extras-urgency-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.extras-urgency-actions .whatsapp-number {
  margin-top: 0;
  width: 264px;
  text-align: center;
}

.preorder-page .faq-section details p a {
  color: #11120f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-policy-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.footer-policy-links a {
  color: #c4c6be;
  font-size: 11px;
  font-weight: 700;
  transition: color .2s ease;
}

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

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

  .preorder-copy {
    padding-bottom: 0;
  }

  .preorder-main-visual {
    min-height: 460px;
  }

  .preorder-strip-grid,
  .preorder-packages {
    grid-template-columns: repeat(2, 1fr);
  }

  .simple-size-grid {
    grid-template-columns: 1fr;
  }

  .extras-urgency {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .preorder-hero,
  .preorder-hero-layout {
    min-height: auto;
  }

  .preorder-copy {
    padding: 60px 0 0;
  }

  .preorder-copy h1 {
    font-size: 46px;
  }

  .preorder-actions,
  .preorder-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .preorder-main-visual {
    min-height: 380px;
    padding-bottom: 32px;
  }

  .price-badge {
    right: 0;
    bottom: 42px;
    width: 116px;
    height: 116px;
  }

  .price-badge strong {
    font-size: 25px;
  }

  .preorder-strip-grid,
  .preorder-packages,
  .jersey-gallery {
    grid-template-columns: 1fr;
  }

  .preorder-strip-grid div {
    min-height: 76px;
    padding: 18px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .package-card {
    min-height: 230px;
    padding: 25px;
  }

  .preorder-note strong {
    white-space: normal;
  }

  .jersey-gallery article,
  .jersey-gallery img {
    min-height: 280px;
  }

  .schedule-list div {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .schedule-list strong {
    text-align: left;
  }

  .countdown-timer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .countdown-timer div {
    border-bottom: 1px solid #343630;
  }

  .countdown-timer div:nth-child(2n) {
    border-right: 0;
  }

  .countdown-timer div:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
