/**
 * Checkout Saver — /promo-codes + /promo-codes/save20 (scoped).
 */
.cs-pc {
  --cs-pc-teal: #0fb8c9;
  --cs-pc-teal-deep: #0a9eac;
  --cs-pc-teal-soft: rgba(15, 184, 201, 0.12);
  --cs-pc-orange: #fa8c34;
  --cs-pc-orange-hot: #ffc950;
  --cs-pc-ink: #1a2b2e;
  --cs-pc-muted: #5b6b6e;
  --cs-pc-line: rgba(26, 43, 46, 0.12);
  --cs-pc-surface: #f7fbfc;
  --cs-pc-white: #ffffff;
  --cs-pc-radius: 16px;
  --cs-pc-radius-sm: 12px;
  --cs-pc-max: 1120px;
  --cs-pc-font: Montserrat, "Segoe UI", sans-serif;
  --cs-pc-header-offset: 128px;
  color: var(--cs-pc-ink);
  font-family: var(--cs-pc-font);
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .cs-pc { --cs-pc-header-offset: 96px; }
}

@media (max-width: 575px) {
  .cs-pc { --cs-pc-header-offset: 88px; }
}

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

.cs-pc__wrap {
  width: 100%;
  max-width: var(--cs-pc-max);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cs-pc-hero {
  position: relative;
  padding: calc(var(--cs-pc-header-offset) + 28px) 0 48px;
  background:
    radial-gradient(800px 380px at 90% 10%, rgba(255, 201, 80, 0.2), transparent 55%),
    linear-gradient(165deg, #12c4d6 0%, #0fb8c9 40%, #0a9eac 100%);
  color: #fff;
  overflow: hidden;
}

.cs-pc-hero--save20 {
  background:
    radial-gradient(700px 360px at 12% 80%, rgba(255, 255, 255, 0.12), transparent 50%),
    radial-gradient(900px 420px at 88% 0%, rgba(250, 140, 52, 0.28), transparent 55%),
    linear-gradient(155deg, #0fb8c9 0%, #0a9eac 45%, #0a7f8a 100%);
}

.cs-pc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.3;
  pointer-events: none;
}

.cs-pc-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.cs-pc-hero__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cs-pc-hero__title {
  margin: 0 0 14px;
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 20, 40, 0.25);
}

.cs-pc-hero__lead {
  margin: 0 0 22px;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
  max-width: 38em;
}

.cs-pc-code-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px dashed rgba(255, 255, 255, 0.55);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
}

.cs-pc-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  align-items: center;
}

.cs-pc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 26px;
  border-radius: 33px;
  border: 0;
  background: linear-gradient(90deg, var(--cs-pc-orange) 0%, var(--cs-pc-orange-hot) 100%);
  color: #1a1a1a !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.cs-pc-cta:hover,
.cs-pc-cta:focus {
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: #1a1a1a !important;
  outline: none;
}

.cs-pc-cta--secondary {
  background: #fff;
  border: 2px solid transparent;
  color: var(--cs-pc-teal-deep) !important;
}

.cs-pc-cta--ghost {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #fff !important;
}

.cs-pc-cta--ghost:hover,
.cs-pc-cta--ghost:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  filter: none;
}

.cs-pc-section {
  padding: 52px 0;
}

.cs-pc-section--soft {
  background: var(--cs-pc-surface);
}

.cs-pc-section--ink {
  background: linear-gradient(160deg, #123338 0%, #1a2b2e 100%);
  color: #fff;
}

.cs-pc-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cs-pc-teal-deep);
}

.cs-pc-section--ink .cs-pc-kicker {
  color: var(--cs-pc-orange-hot);
}

.cs-pc-title {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.2;
  font-weight: 800;
  color: var(--cs-pc-ink);
  letter-spacing: -0.015em;
}

.cs-pc-section--ink .cs-pc-title {
  color: #fff;
}

.cs-pc-sub {
  margin: 0 0 28px;
  max-width: 42em;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--cs-pc-muted);
}

.cs-pc-section--ink .cs-pc-sub {
  color: rgba(255, 255, 255, 0.84);
}

.cs-pc-prose {
  max-width: 46em;
}

.cs-pc-prose p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--cs-pc-muted);
}

.cs-pc-prose p:last-child {
  margin-bottom: 0;
}

.cs-pc-prose strong {
  color: var(--cs-pc-ink);
  font-weight: 700;
}

.cs-pc-prose a {
  color: var(--cs-pc-teal-deep);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cs-pc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.cs-pc-card {
  display: block;
  padding: 20px 18px;
  border-radius: var(--cs-pc-radius-sm);
  background: #fff;
  border: 1px solid var(--cs-pc-line);
  text-decoration: none !important;
  color: inherit;
  min-height: 100%;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a.cs-pc-card:hover,
a.cs-pc-card:focus {
  border-color: var(--cs-pc-teal);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 184, 201, 0.12);
  outline: none;
  color: inherit;
}

.cs-pc-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  color: var(--cs-pc-ink);
}

.cs-pc-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--cs-pc-muted);
}

.cs-pc-card__meta {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cs-pc-teal-deep);
}

.cs-pc-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.cs-pc-stat {
  padding: 18px 16px;
  border-radius: var(--cs-pc-radius-sm);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.cs-pc-stat__num {
  display: block;
  margin: 0 0 4px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.cs-pc-stat__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.35;
}

.cs-pc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--cs-pc-radius-sm);
  border: 1px solid var(--cs-pc-line);
  background: #fff;
}

.cs-pc-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}

.cs-pc-table th,
.cs-pc-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--cs-pc-line);
  vertical-align: top;
}

.cs-pc-table th {
  background: var(--cs-pc-surface);
  font-weight: 800;
  color: var(--cs-pc-ink);
  white-space: nowrap;
}

.cs-pc-table td {
  font-weight: 500;
  color: var(--cs-pc-muted);
}

.cs-pc-table tr:last-child td {
  border-bottom: 0;
}

.cs-pc-table code {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  background: var(--cs-pc-teal-soft);
  color: var(--cs-pc-teal-deep);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.cs-pc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-pc-list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--cs-pc-muted);
}

.cs-pc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cs-pc-teal);
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px var(--cs-pc-teal);
}

.cs-pc-stores {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cs-pc-store {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px;
  border-radius: var(--cs-pc-radius-sm);
  background: #fff;
  border: 1px solid var(--cs-pc-line);
  text-decoration: none !important;
}

.cs-pc-store img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.cs-pc-store span {
  font-size: 14px;
  font-weight: 700;
  color: var(--cs-pc-ink);
  text-align: center;
}

.cs-pc-faq {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.cs-pc-faq details {
  border-radius: var(--cs-pc-radius-sm);
  border: 1px solid var(--cs-pc-line);
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.cs-pc-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 800;
  color: var(--cs-pc-ink);
}

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

.cs-pc-faq details[open] summary {
  border-bottom: 1px solid var(--cs-pc-line);
}

.cs-pc-faq details p {
  margin: 0;
  padding: 14px 18px 16px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--cs-pc-muted);
}

.cs-pc-final {
  padding: 56px 0;
  text-align: center;
  background: linear-gradient(165deg, #12c4d6 0%, #0a9eac 100%);
  color: #fff;
}

.cs-pc-final .cs-pc-title {
  color: #fff;
}

.cs-pc-final .cs-pc-sub {
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.92);
}

.cs-pc-note {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--cs-pc-muted);
}

.cs-pc-breadcrumb {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.cs-pc-breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cs-pc-live {
  margin-top: 20px;
}

.cs-pc-live__item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--cs-pc-line);
}

.cs-pc-live__item:last-child {
  border-bottom: 0;
}

.cs-pc-live__name {
  font-weight: 800;
  color: var(--cs-pc-ink);
  text-decoration: none;
}

.cs-pc-live__name:hover {
  color: var(--cs-pc-teal-deep);
}

.cs-pc-live__code {
  font-family: ui-monospace, Consolas, monospace;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--cs-pc-teal-deep);
}

@media (max-width: 991px) {
  .cs-pc-grid,
  .cs-pc-grid--2,
  .cs-pc-stat-row {
    grid-template-columns: 1fr 1fr;
  }

  .cs-pc-stores {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cs-pc-hero {
    padding: calc(var(--cs-pc-header-offset) + 16px) 0 36px;
  }

  .cs-pc-section,
  .cs-pc-final {
    padding: 40px 0;
  }

  .cs-pc-grid,
  .cs-pc-grid--2,
  .cs-pc-stat-row {
    grid-template-columns: 1fr;
  }

  .cs-pc-stores {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-pc-cta {
    width: 100%;
    max-width: 360px;
  }

  .cs-pc-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .cs-pc-cta-row .cs-pc-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-pc-cta,
  a.cs-pc-card {
    transition: none !important;
  }
}
