/*
 * GamePC.cz — rychlejší krok Doprava & platba
 * Scope: pouze /objednavka/krok-1/ (body.in-krok-1)
 */

body.in-krok-1.gpc-fast-checkout {
  --gpc-purple: #260260;
  --gpc-purple-bright: #4400aa;
  --gpc-green: #25aa00;
  --gpc-green-dark: #187700;
  --gpc-green-soft: #f0faec;
  --gpc-border: #e5e1eb;
}

/* Krátký, konkrétní benefit místo velkého obecného brandového bloku. */
body.in-krok-1.gpc-fast-checkout .gpc-checkout-proof {
  margin-bottom: 24px;
}

body.in-krok-1.gpc-fast-checkout .gpc-checkout-proof__inner {
  padding: 18px 24px;
  text-align: left;
}

body.in-krok-1.gpc-fast-checkout .gpc-checkout-proof__eyebrow,
body.in-krok-1.gpc-fast-checkout .gpc-checkout-proof__text,
body.in-krok-1.gpc-fast-checkout .gpc-checkout-proof__tags {
  display: none;
}

body.in-krok-1.gpc-fast-checkout .gpc-checkout-proof__title {
  font-size: 18px;
  line-height: 1.35;
}

body.in-krok-1.gpc-fast-checkout .gpc-checkout-proof__title::before {
  content: "✓";
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--gpc-green);
}

/* Zvýraznění preferovaného doručení. */
body.in-krok-1.gpc-fast-checkout #shipping-256 {
  position: relative;
  border: 2px solid #8ed77a;
  background: var(--gpc-green-soft);
  box-shadow: 0 8px 24px rgba(37, 170, 0, 0.08);
}

body.in-krok-1.gpc-fast-checkout #shipping-256::before {
  content: "NEJRYCHLEJŠÍ A NEJVÝHODNĚJŠÍ";
  position: absolute;
  top: -11px;
  left: 20px;
  z-index: 2;
  padding: 3px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--gpc-green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

body.in-krok-1.gpc-fast-checkout #shipping-256 .new-widget-choose a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 8px;
  padding: 7px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--gpc-purple-bright);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: none;
}

body.in-krok-1.gpc-fast-checkout #shipping-256 .new-widget-choose a:hover {
  color: #fff;
  background: var(--gpc-purple);
}

/* QR není „mínusová položka“, ale srozumitelná úspora. */
body.in-krok-1.gpc-fast-checkout #order-billing-methods [data-id="billing-318"] {
  position: relative;
  border: 2px solid #8ed77a;
  background: var(--gpc-green-soft);
}

body.in-krok-1.gpc-fast-checkout .gpc-qr-benefit {
  display: block;
  margin-top: 4px;
  color: #3d4852;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

body.in-krok-1.gpc-fast-checkout #order-billing-methods [data-id="billing-318"] .payment-shipping-price {
  color: var(--gpc-green-dark);
}

body.in-krok-1.gpc-fast-checkout #order-billing-methods [data-id="billing-318"] .payment-shipping-price::before {
  content: "UŠETŘÍTE ";
  font-size: 10px;
  font-weight: 900;
}

/* Neaktivní kombinace zákazník nepotřebuje číst. */
body.in-krok-1.gpc-fast-checkout #order-billing-methods .radio-wrapper:has(input:disabled) {
  display: none !important;
}

/* CTA říká přesně, co se po kliknutí stane. */
body.in-krok-1.gpc-fast-checkout #orderFormButton .order-button-text {
  white-space: nowrap;
}

body.in-krok-1.gpc-fast-checkout .gpc-fastpay-note {
  margin: 0 0 10px;
  color: var(--gpc-green-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 767px) {
  /* Na mobilu musí být volba dopravy na první obrazovce. */
  body.in-krok-1.gpc-fast-checkout .gpc-checkout-proof {
    display: none;
  }

  body.in-krok-1.gpc-fast-checkout .co-basic-information {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body.in-krok-1.gpc-fast-checkout .co-basic-information h4 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  body.in-krok-1.gpc-fast-checkout .co-delivery-method,
  body.in-krok-1.gpc-fast-checkout .co-payment-method {
    margin-bottom: 18px;
  }

  body.in-krok-1.gpc-fast-checkout .co-delivery-method h4,
  body.in-krok-1.gpc-fast-checkout .co-payment-method h4 {
    margin-bottom: 14px;
  }

  body.in-krok-1.gpc-fast-checkout #order-shipping-methods .radio-wrapper,
  body.in-krok-1.gpc-fast-checkout #order-billing-methods .radio-wrapper {
    min-height: 70px;
    margin-bottom: 8px;
  }

  body.in-krok-1.gpc-fast-checkout #shipping-256 {
    padding-top: 8px;
  }

  /* Pevné CTA; obsah má rezervu, aby tlačítko nic nepřekrývalo. */
  body.in-krok-1.gpc-fast-checkout #content {
    padding-bottom: 112px;
  }

  body.in-krok-1.gpc-fast-checkout .next-step--step-1 {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--gpc-border);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -8px 28px rgba(38, 2, 96, 0.14);
    backdrop-filter: blur(8px);
  }

  body.in-krok-1.gpc-fast-checkout .next-step--step-1 .next-step-back {
    display: none;
  }

  body.in-krok-1.gpc-fast-checkout .next-step--step-1 #orderFormButton {
    width: 100%;
    min-height: 52px;
    margin: 0;
    font-size: 16px;
  }

  body.in-krok-1.gpc-fast-checkout .gpc-fastpay-note {
    margin-bottom: 7px;
  }
}

