/* ======================================
PLANS.CSS — v3 White Cards, Bold Accents
Pricing Page Specific Styles
====================================== */

/* ======================================
BREADCRUMB
====================================== */

.breadcrumb {
  background: var(--color-light);
  border-bottom: 1px solid var(--color-border);
  padding: 10px 0;
  font-size: var(--text-sm);
}

.breadcrumb a {
  color: var(--color-muted);
  transition: color var(--transition-fast);
}

.breadcrumb a:hover {
  color: var(--color-accent);
  opacity: 1;
}

.breadcrumb li:last-child {
  color: var(--color-primary);
  font-weight: 500;
}

/* ======================================
PRICING SECTION
====================================== */

/* Tighten hero on this page only — saves ~40px vs global default */
.hero-strip {
  padding: 32px 20px 28px;
}

/* Tighten badge row gap slightly */
.feature-badges {
  margin-top: 16px;
  gap: 8px;
}

.badge {
  padding: 5px 13px;
  font-size: 12px;
}


.pricing-section {
  background: var(--color-light);
  padding: 24px 0 36px;
}

.pricing-title {
  text-align: center;
  font-size: var(--text-2xl);
  color: var(--color-primary);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.pricing-title::after {
  display: block;
  content: '';
  width: 52px;
  height: 3px;
  background: var(--gradient-accent);
  border-radius: 2px;
  margin: 12px auto 0;
}

.pricing-subtitle {
  text-align: center;
  color: var(--color-text-secondary);
  font-size: var(--text-base);
  margin-bottom: 28px;
}

/* ======================================
PRICING GRID
====================================== */

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  align-items: start;
}

/* ======================================
BASE CARD — White, colourful accents
====================================== */

.pricing-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px 24px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  overflow: visible;
  border-top: 5px solid transparent;
}

.pricing-card:hover {
  transform: translateY(-8px);
}

.pricing-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-top: 26px;
  margin-bottom: 0;
}

/* ======================================
NON-AC CARD — Royal Blue
====================================== */

.pricing-card.non-ac {
  border-top-color: #2563eb;
  box-shadow: 0 4px 6px rgba(37, 99, 235, .08),
              0 12px 32px rgba(37, 99, 235, .12);
}

.pricing-card.non-ac:hover {
  box-shadow: 0 8px 12px rgba(37, 99, 235, .12),
              0 24px 52px rgba(37, 99, 235, .2);
}

.pricing-card.non-ac h3 {
  color: #1d4ed8;
}

.pricing-card.non-ac .seat-ribbon {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}

.pricing-card.non-ac .price-table {
  border-top-color: #dbeafe;
}

.pricing-card.non-ac .price-row.highlight {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.pricing-card.non-ac .price-row.highlight span {
  color: #1d4ed8;
}

.pricing-card.non-ac .price-row.highlight strong {
  color: #1e40af;
}

.pricing-card.non-ac .pricing-btn {
  background: #2563eb;
  color: white;
}

.pricing-card.non-ac .pricing-btn:hover {
  background: #1d4ed8;
  box-shadow: 0 8px 24px rgba(37, 99, 235, .35);
}

/* ======================================
AC CARD — Indigo / Violet — FEATURED
====================================== */

.pricing-card.featured {
  border-top-color: #7c3aed;
  border-top-width: 5px;
  /* Subtle coloured border all around */
  border-left: 1px solid #ede9fe;
  border-right: 1px solid #ede9fe;
  border-bottom: 1px solid #ede9fe;
  box-shadow: 0 4px 6px rgba(124, 58, 237, .1),
              0 16px 40px rgba(124, 58, 237, .2),
              0 0 0 1px rgba(124, 58, 237, .06);
  /* Lift it slightly */
  transform: scale(1.03);
  z-index: 2;
}

.pricing-card.featured:hover {
  transform: scale(1.03) translateY(-8px);
  box-shadow: 0 8px 12px rgba(124, 58, 237, .15),
              0 28px 60px rgba(124, 58, 237, .28),
              0 0 0 1px rgba(124, 58, 237, .08);
}

.pricing-card.featured h3 {
  color: #6d28d9;
}

.pricing-card.featured .seat-ribbon {
  background: #f5f3ff;
  color: #6d28d9;
  border: 1px solid #ddd6fe;
}

.pricing-card.featured .price-table {
  border-top-color: #ede9fe;
}

.pricing-card.featured .price-row.highlight {
  background: #f5f3ff;
  border: 1px solid #ddd6fe;
}

.pricing-card.featured .price-row.highlight span {
  color: #6d28d9;
}

.pricing-card.featured .price-row.highlight strong {
  color: #5b21b6;
}

/* Gold gradient CTA — premium feel */
.pricing-card.featured .pricing-btn {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  color: white;
  box-shadow: 0 4px 16px rgba(109, 40, 217, .4);
}

.pricing-card.featured .pricing-btn:hover {
  box-shadow: 0 8px 28px rgba(109, 40, 217, .55);
  background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 100%);
}

/* ======================================
MOST PREFERRED BADGE — High visibility
====================================== */

.popular-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  /* Dark navy background + bright gold text = maximum contrast */
  background: #0f172a;
  color: #fbbf24;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 100px;
  white-space: nowrap;
  /* Visible border and shadow so it clearly floats above the card */
  border: 2px solid #fbbf24;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .4),
              0 0 0 4px #ffffff;
  z-index: 10;
}

/* ======================================
FEATURES COLUMN — Emerald Green
====================================== */

.pricing-features {
  background: #ffffff;
  border-top: 5px solid #059669;
  padding: 36px 28px;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(5, 150, 105, .08),
              0 12px 32px rgba(5, 150, 105, .12);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.pricing-features:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 12px rgba(5, 150, 105, .12),
              0 24px 52px rgba(5, 150, 105, .2);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.pricing-features h3 {
  color: #047857;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

.pricing-features h3::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: #10b981;
  border-radius: 2px;
  margin-top: 10px;
}

.pricing-features ul {
  margin-top: 20px;
}

.pricing-features ul li {
  margin-bottom: 12px;
  padding-left: 26px;
  position: relative;
  font-size: var(--text-sm);
  color: var(--color-text);
  line-height: 1.55;
  text-align: left;
}

.pricing-features ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: 800;
  font-size: 13px;
}

/* ======================================
SEAT RIBBON — pill
====================================== */

.seat-ribbon {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 100px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* ======================================
PRICE TABLE
====================================== */

.price-table {
  margin-top: 14px;
  margin-bottom: 16px;
  border-top: 1px solid #f1f5f9;
  flex: 1;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 4px;
  border-bottom: 1px solid #f1f5f9;
  font-size: var(--text-sm);
}

.price-row span {
  color: var(--color-muted);
  font-size: var(--text-sm);
}

.price-row strong {
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-primary);
}

.price-row.highlight {
  padding: 9px 12px;
  border-radius: 10px;
  font-weight: 600;
  border-bottom: none;
  margin: 4px 0;
}

.price-row.highlight strong {
  font-size: 1.3rem;
  font-weight: 800;
}

/* ======================================
CTA BUTTON
====================================== */

.pricing-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: var(--text-sm);
  letter-spacing: 0.03em;
  transition: all var(--transition-base);
  cursor: pointer;
  margin-top: auto;
  text-decoration: none;
}

/* ======================================
SEO LOCAL TEXT BLOCK
====================================== */

.seo-local-text {
  max-width: 760px;
  margin: 48px auto 0;
  padding: 36px 40px;
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.seo-local-text h2 {
  font-size: var(--text-2xl);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  color: var(--color-primary);
}

.seo-local-text h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: var(--gradient-accent);
  border-radius: 2px;
  margin: 10px auto 0;
}

.seo-local-text p {
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin-bottom: 12px;
}

.seo-local-text a {
  color: var(--color-accent);
  font-weight: 600;
}

/* ======================================
RESPONSIVE
====================================== */

@media (max-width: 960px) {
  .pricing-section {
    padding: 52px 0 44px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 420px;
    margin: 0 auto;
  }

  .pricing-card.featured {
    transform: scale(1);
    order: -1;
  }

  .pricing-card.featured:hover {
    transform: translateY(-8px);
  }

  .pricing-features {
    order: 3;
  }

  .seo-local-text {
    padding: 28px 24px;
  }
}

@media (max-width: 480px) {
  .pricing-grid {
    max-width: 100%;
  }

  .pricing-card,
  .pricing-features {
    padding: 32px 20px 28px;
    border-radius: 16px;
  }
}