/* Checkout Page Specific Styles - Dark Premium Hybrid */
:root {
  --checkout-bg: #F3F4F6;
  --card-bg: #FFFFFF;
  --card-light: #F9FAFB;
  --text-main: #111827;
  --text-muted: #374151;
  --navy: #0F172A;
  --gold-primary: #D4AF37;
  --gold-light: #FDE047;
  --gold-gradient: linear-gradient(135deg, #FDE047 0%, #D4AF37 50%, #A16207 100%);
  --magenta: #E6005C;
  --magenta-gradient: linear-gradient(135deg, #6c1a4e 0%, #991f63 50%, #4f1036 100%);
  --green: #22C55E;
  --light-green: rgba(34, 197, 94, 0.15);
  --border-light: rgba(0, 0, 0, 0.08);
  --border-gold: rgba(212, 175, 55, 0.3);
  --shadow-dark: 0 10px 25px rgba(0, 0, 0, 0.05);
  --shadow-gold: 0 8px 30px rgba(212, 175, 55, 0.15);
}

body {
  font-family: 'Be Vietnam Pro', 'Inter', 'Arial', sans-serif;
  color: var(--text-main);
  margin: 0;
}



html {
  scroll-behavior: smooth;
}

.checkout-body {
  background-color: var(--checkout-bg);
  min-height: 100vh;
  overflow-x: hidden;
}

/* PHẦN 1 — Top urgency bar */
.checkout-top-bar {
  background: var(--gold-gradient);
  color: #0A0F1A;
  text-align: center;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 16px;
  font-size: 0.95rem;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
  z-index: 50;
  position: relative;
  letter-spacing: 0.5px;
}
.checkout-top-bar p { margin: 0; }

/* PHẦN 2 — Header thương hiệu */
.checkout-brand-header {
  background-color: rgba(17, 24, 39, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-light);
  height: 72px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 40;
}
.brand-container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-avatar {
  width: 40px;
  height: 40px;
  background: var(--gold-gradient);
  color: #0A0F1A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
}
.brand-name {
  font-weight: 800;
  color: var(--text-main);
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.brand-right {
  display: flex;
  align-items: center;
}
.security-badge {
  background-color: rgba(34, 197, 94, 0.1);
  color: var(--green);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.checkout-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 48px 20px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 30px;
  transition: color 0.2s;
  font-size: 0.95rem;
}
.back-link:hover {
  color: var(--magenta-solid);
}

/* Standalone Cards Style */
.checkout-hero-card,
.checkout-summary-card, 
.payment-section, 
.checkout-deliverables-card, 
.checkout-bonus-card, 
.checkout-risk-free-card, 
.checkout-faq-card, 
.checkout-testimonial-card, 
.checkout-accordion-card,
.checkout-urgency-card {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 48px;
  box-shadow: var(--shadow-dark);
  border: 1px solid var(--border-light);
  margin-bottom: 32px;
}

/* Hero Card */
.checkout-hero-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.checkout-hero-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gold-gradient);
}

.hero-badge {
  background: rgba(212, 175, 55, 0.1);
  color: var(--magenta-solid);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 24px;
  border: 1px solid var(--border-gold);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-heading {
  font-size: 2.5rem;
  color: var(--text-main);
  margin-bottom: 16px;
  line-height: 1.3;
}
.hero-highlight {
  color: var(--magenta-solid);
}
.hero-subtitle {
  color: rgba(255,255,255,0.9);
  color: var(--text-muted);
  font-size: 1.15rem;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Countdown Box in Hero */
.checkout-countdown-box {
  background: var(--checkout-bg);
  border-radius: 16px;
  padding: 32px;
  margin-top: 32px;
  width: 100%;
  max-width: 500px;
  box-shadow: inset 0 2px 10px rgba(0,0,0,0.5);
  border: 1px solid var(--border-light);
}
.ccb-title {
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ccb-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.ccb-block {
  background: var(--card-light);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  min-width: 80px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.ccb-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--magenta-solid);
  line-height: 1;
  margin-bottom: 5px;
}
.ccb-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.ccb-sep {
  color: var(--text-muted);
  font-size: 2rem;
  font-weight: 800;
  opacity: 0.5;
}
.ccb-warning {
  color: var(--magenta-solid);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
}

/* Benefit Grid */
.hero-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  max-width: 680px;
  margin-top: 40px;
  margin-bottom: 32px;
}
.h-benefit-item {
  background: var(--card-light);
  color: var(--text-main);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  border: 1px solid var(--border-light);
}

/* Main CTA */
.hero-main-cta, .btn-submit {
  display: block;
  width: 100%;
  max-width: 680px;
  background: var(--gold-gradient);
  color: #0A0F1A;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 20px;
  border-radius: 12px;
  box-shadow: var(--shadow-gold);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  text-align: center;
}
.hero-main-cta:hover, .btn-submit:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.1);
}
.hero-cta-sub {
  color: rgba(255,255,255,0.8);
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-top: 15px;
  font-weight: 600;
}
.strikethrough {
  text-decoration: line-through;
  opacity: 0.6;
}

/* Section Titles */
.summary-card-title, .payment-title, .bonus-header .bonus-subtitle, .ps-heading, .ppb-heading {
  font-size: 1.5rem;
  color: var(--text-main);
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 15px;
  font-weight: 800;
}

/* Order Summary */
.summary-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--checkout-bg);
  padding: 20px 24px;
  border-radius: 16px;
  margin-bottom: 24px;
  border: 1px solid var(--border-light);
}
.sp-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sp-icon {
  font-size: 2rem;
  background: var(--card-light);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--border-light);
}
.sp-details h4 {
  font-size: 1.2rem;
  margin: 0 0 5px 0;
  color: var(--text-main);
}
.sp-details p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.sp-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sp-price {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--magenta-solid);
}
.sp-original {
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

.summary-bonuses {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.sb-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed var(--border-light);
}
.sb-item:last-child {
  border-bottom: none;
}
.sb-left {
  font-weight: 600;
  color: var(--text-muted);
}
.sb-right {
  font-weight: 800;
  color: var(--green);
  background: var(--light-green);
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.summary-price-box {
  background: var(--checkout-bg);
  border: 1px solid var(--border-gold);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.summary-price-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gold-gradient);
}
.spb-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-muted);
}
.spb-final {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
  align-items: center;
}
.spb-label-final {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-main);
}
.spb-value-final {
  font-size: 2.2rem;
  font-weight: 900;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  color: transparent;
}
.spb-saving {
  background: rgba(212, 175, 55, 0.1);
  color: var(--magenta-solid);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid var(--border-gold);
}
.spb-progress {
  width: 100%;
  height: 6px;
  background: var(--card-light);
  border-radius: 50px;
  overflow: hidden;
}
.spb-bar {
  width: 90%;
  height: 100%;
  background: var(--gold-gradient);
  border-radius: 50px;
}

/* Deliverables Section */
.deliverables-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dl-item {
  display: flex;
  align-items: center;
  background: var(--checkout-bg);
  padding: 20px 24px;
  border-radius: 12px;
  gap: 20px;
  border: 1px solid var(--border-light);
}
.dl-icon {
  font-size: 2rem;
  width: 48px;
  text-align: center;
  flex-shrink: 0;
}
.dl-content { flex: 1; }
.dl-content h4 {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
  color: var(--text-main);
}
.dl-content p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.dl-check {
  font-size: 1.5rem;
  color: var(--magenta-solid);
  flex-shrink: 0;
}

/* Bonus Section */
.bonus-header {
  text-align: center;
  margin-bottom: 32px;
}
.bonus-badge {
  background: rgba(212, 175, 55, 0.1);
  color: var(--magenta-solid);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 8px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 12px;
  border: 1px solid var(--border-gold);
}
.bonus-subtitle {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.text-magenta-bold, .text-gold-bold {
  color: var(--magenta-solid);
  font-weight: 800;
}
.bonus-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bonus-item {
  display: flex;
  align-items: center;
  background: var(--card-light);
  border: 1px solid var(--border-gold);
  padding: 20px 24px;
  border-radius: 12px;
  gap: 20px;
}
.bi-icon {
  font-size: 2.2rem;
  width: 50px;
  text-align: center;
  flex-shrink: 0;
}
.bi-content { flex: 1; }
.bi-content h4 {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
  color: var(--text-main);
}
.bi-content p {
  margin: 0 0 8px 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.bi-value {
  font-size: 0.9rem !important;
  color: var(--text-muted) !important;
  font-weight: 600;
}
.bi-badge {
  background: var(--light-green);
  color: var(--green);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 8px;
  flex-shrink: 0;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

/* Urgency Section */
.text-center { text-align: center; }
.center-cta { margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.checkout-urgency-card {
  background: var(--checkout-bg);
  border: 1px solid var(--border-light);
  position: relative;
}
.urgency-subtitle {
  text-align: center;
  color: var(--text-muted);
  font-size: 1.15rem;
  margin-bottom: 32px;
}
.urgency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.urgency-item {
  background: var(--card-light);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid var(--border-light);
}
.ui-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}
.urgency-item h4 {
  color: var(--text-main);
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}
.urgency-item p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.5;
}

/* Payment Section */
.payment-section {
  border: 2px solid var(--gold-primary) !important;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-gold) !important;
  background: var(--checkout-bg);
}
.payment-secure-badge {
  background: var(--light-green);
  color: var(--green);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 8px 24px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 24px;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.payment-heading {
  font-size: 2.5rem;
  color: var(--text-main);
  margin-bottom: 10px;
  line-height: 1.2;
}
.payment-subtitle {
  color: var(--text-muted);
  font-size: 1.15rem;
  margin-bottom: 32px;
}
.payment-amount-box {
  background: rgba(212, 175, 55, 0.05);
  border: 1px solid var(--border-gold);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.pab-label {
  font-weight: 700;
  color: var(--text-muted);
  font-size: 1.1rem;
}
.pab-amount {
  font-size: 2.8rem;
  font-weight: 900;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
}
.pab-note {
  font-size: 0.95rem;
  color: var(--magenta-solid);
  font-weight: 600;
}

/* QR Box must be white for scanning */
.payment-qr-box {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  border: 4px solid var(--gold-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 440px;
  margin: 0 auto;
}
.pqb-instruction {
  font-weight: 800;
  color: #111827;
  margin-bottom: 24px;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.pqb-image-wrapper {
  background: white;
  padding: 16px;
  border-radius: 16px;
  border: 1px dashed #CBD5E1;
  margin-bottom: 24px;
}
.qr-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
}
.pqb-support {
  color: #64748B;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.pqb-brands {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.pqb-brands span {
  background: #F1F5F9;
  color: #0F172A;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
}

.payment-steps {
  margin-top: 48px;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.ps-heading {
  font-size: 1.3rem;
  color: var(--text-main);
  margin-bottom: 24px;
  text-align: center;
  border: none;
}
.ps-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.ps-list::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 17px;
  width: 2px;
  background: var(--border-light);
  z-index: 0;
}
.ps-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.ps-number {
  background: var(--checkout-bg);
  color: var(--magenta-solid);
  font-weight: 800;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid var(--gold-primary);
}
.ps-text {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.5;
  padding-top: 5px;
}
.ps-text strong {
  color: var(--text-main);
}

.post-payment-box {
  background: var(--card-light);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 24px;
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.ppb-heading {
  font-size: 1.15rem;
  color: var(--text-main);
  margin: 0 0 15px 0;
  border: none;
}
.ppb-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.ppb-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: var(--text-muted);
}
.contact-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cb-btn {
  background: var(--checkout-bg);
  color: var(--text-main);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid var(--border-light);
  transition: border-color 0.2s;
}
.cb-btn:hover {
  border-color: var(--magenta-solid);
  color: var(--magenta-solid);
}

/* Risk Free Card */
.checkout-risk-free-card {
  text-align: center;
}
.risk-heading {
  font-size: 1.5rem;
  color: var(--text-main);
  margin-bottom: 32px;
}
.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.risk-item {
  background: var(--card-light);
  padding: 30px 20px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
}
.ri-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.risk-item h4 {
  color: var(--text-main);
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}
.risk-item p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}

/* Objections Section */
.objection-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.objection-item {
  background: var(--checkout-bg);
  border-left: 4px solid var(--gold-primary);
  padding: 20px 24px;
  border-radius: 0 12px 12px 0;
  border-top: 1px solid var(--border-light);
  border-right: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}
.obj-q {
  font-weight: 700;
  color: var(--text-main);
  margin: 0 0 10px 0;
  font-size: 1.1rem;
  display: flex;
  gap: 10px;
}
.obj-a {
  color: var(--text-muted);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* FAQs */
.checkout-accordion-card .summary-card-title {
  text-align: center;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: var(--checkout-bg);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 20px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-main);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
}
.faq-icon {
  font-size: 1.2rem;
  color: var(--magenta-solid);
  transition: transform 0.3s;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.faq-a {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: var(--card-light);
}
.faq-item.active .faq-a {
  padding: 0 20px 20px;
  max-height: 500px;
}
.faq-a p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Final CTA Section */
.checkout-final-cta {
  background: var(--card-light);
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  margin-bottom: 40px;
  border: 1px solid var(--border-gold);
  position: relative;
  overflow: hidden;
}
.checkout-final-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gold-gradient);
}
.cfc-label {
  font-weight: 800;
  color: var(--magenta-solid);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.cfc-heading {
  font-size: 2.2rem;
  color: var(--text-main);
  margin-bottom: 30px;
}
.cfc-price {
  font-size: 3.5rem;
  font-weight: 900;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 30px;
  line-height: 1;
}

/* Footer */
.checkout-footer {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  padding: 20px 0 40px;
  line-height: 1.6;
}
.checkout-footer p {
  margin: 5px 0;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-heading { font-size: 2.2rem; }
  .urgency-grid { grid-template-columns: 1fr; }
  .risk-grid { grid-template-columns: 1fr; }
  .payment-heading { font-size: 2.2rem; }
}

@media (max-width: 768px) {
  .brand-container { padding: 0 16px; }
  .checkout-container { padding: 32px 16px; }
  
  .checkout-hero-card,
  .checkout-summary-card, 
  .payment-section, 
  .checkout-deliverables-card, 
  .checkout-bonus-card, 
  .checkout-risk-free-card, 
  .checkout-faq-card, 
  .checkout-testimonial-card, 
  .checkout-accordion-card,
  .checkout-urgency-card {
    padding: 32px 20px;
  }

  .hero-heading { font-size: 1.8rem; }
  .hero-benefits { grid-template-columns: 1fr; }
  .ccb-timer { gap: 10px; }
  .ccb-block { min-width: 70px; padding: 10px 15px; }
  .ccb-num { font-size: 1.8rem; }
  
  .summary-product { flex-direction: column; align-items: flex-start; gap: 15px; }
  .sp-right { align-items: flex-start; }
  
  .dl-item, .bonus-item { flex-direction: column; align-items: flex-start; gap: 12px; }
  
  .payment-heading { font-size: 1.8rem; }
  .pab-amount { font-size: 2.2rem; }
  
  .cfc-heading { font-size: 1.8rem; }
  .cfc-price { font-size: 2.5rem; }
}


/* ==================================================
   FIX CONTRAST FOR MAGENTA SECTIONS
   ================================================== */

.ccb-hero {
  color: #FFFFFF !important;
}

.ccb-hero h1, .ccb-hero h2, .ccb-hero .hero-title {
  color: #FFFFFF !important;
}

.ccb-hero .text-gradient-gold,
.ccb-hero .highlight {
  background: var(--gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.ccb-hero p, 
.ccb-hero .hero-subtitle,
.ccb-hero .hero-cta-sub {
  color: rgba(255,255,255,0.9) !important;
}

/* For checkout price card if it's on light bg */
.pab-card {
  color: var(--text-main) !important;
}
.pab-card .ob-original {
  color: var(--text-muted) !important;
}
.pab-card .ob-current {
  color: var(--magenta-solid) !important;
}
