/* 
 * PORT CLINTON SPONSOR - PRICING TIERS REFINEMENT
 * Focus: Tightened Vertical Rhythm & High-End Card Polish
 */

body.pc-portal .pc-sponsor-sections .section-tiers {
  padding-top: clamp(8px, 2vw, 24px); 
  padding-bottom: clamp(20px, 4vw, 32px);
  text-align: center;
  position: relative;
  z-index: 5;
}

body.pc-portal .pc-sponsor-sections .section-tiers .portal-container {
  max-width: 1200px;
  margin-inline: auto;
}

body.pc-portal .pc-sponsor-sections .tiers-header {
  margin-top: 0;
  margin-bottom: clamp(12px, 2vw, 20px);
}

body.pc-portal .pc-sponsor-sections .section-tiers .title-accent {
  margin-bottom: 0.5rem;
}

body.pc-portal .pc-sponsor-sections .section-tiers .subtitle-accent {
  margin-inline: auto;
  text-align: center;
  max-width: 600px;
  line-height: 1.5;
}

body.pc-portal .pc-sponsor-sections .tiers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 22px);
  margin-top: 1.5rem;
  position: relative;
  padding: 0.5rem 0;
}

body.pc-portal .pc-sponsor-sections .tier-card {
  position: relative;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(24px, 3vw, 30px);
  border-radius: 32px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  z-index: 2;
  text-align: center;
  height: 100%;
}

body.pc-portal .pc-sponsor-sections .tier-card.popular {
  border-color: var(--pc-red);
  background: rgba(15, 23, 42, 0.6);
  z-index: 10;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), 0 0 30px rgba(239, 68, 68, 0.1);
}

body.pc-portal .pc-sponsor-sections .popular-ribbon {
  position: absolute;
  top: 1rem; 
  left: 50%;
  transform: translateX(-50%);
  background: var(--pc-red);
  font-size: 0.55rem;
  font-weight: 950;
  padding: 4px 12px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  box-shadow: 0 0 15px var(--pc-red-glow);
  white-space: nowrap;
}

body.pc-portal .pc-sponsor-sections .tier-label {
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--pc-red);
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

body.pc-portal .pc-sponsor-sections .tier-price-group {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.pc-portal .pc-sponsor-sections .tier-price {
  font-size: 3rem;
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.9;
  color: #fff;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

body.pc-portal .pc-sponsor-sections .per-mo {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 800;
  margin-left: 2px;
  opacity: 0.8;
}

body.pc-portal .pc-sponsor-sections .tier-standard {
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.4;
  margin-top: 8px;
  line-height: 1;
  white-space: nowrap;
}

body.pc-portal .pc-sponsor-sections .tier-outcome {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 1.75rem;
  min-height: 3.5rem;
  line-height: 1.5;
  font-weight: 500;
}

body.pc-portal .pc-sponsor-sections .tier-perks {
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-align: left;
}

body.pc-portal .pc-sponsor-sections .tier-perks li {
  font-size: 0.8rem;
  padding-left: 1.25rem;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  line-height: 1.3;
}

body.pc-portal .pc-sponsor-sections .tier-perks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--pc-red);
  font-weight: 900;
  font-size: 0.85rem;
}

body.pc-portal .pc-sponsor-sections .btn-tier-action,
body.pc-portal .pc-sponsor-sections .btn-tier-action-highlight {
  margin-top: auto;
  padding: 1rem;
  border-radius: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.7rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  display: block;
}

body.pc-portal .pc-sponsor-sections .btn-tier-action {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

body.pc-portal .pc-sponsor-sections .btn-tier-action-highlight {
  background: var(--pc-red);
  color: #fff;
  box-shadow: 0 10px 30px rgba(239, 68, 68, 0.3);
  border: 1px solid rgba(255,255,255,0.15);
}

body.pc-portal .pc-sponsor-sections .pricing-disclaimer-premium {
  margin-top: 3rem;
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.pc-portal .pc-sponsor-sections .disclaimer-title {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.pc-portal .pc-sponsor-sections .disclaimer-sub {
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.6);
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 1100px) {
  body.pc-portal .pc-sponsor-sections .tiers-grid { 
    grid-template-columns: repeat(2, 1fr); 
    padding-inline: 1rem;
  }
}

@media (max-width: 640px) {
  body.pc-portal .pc-sponsor-sections .tiers-grid { 
    grid-template-columns: 1fr; 
    gap: 1.25rem;
  }
  body.pc-portal .pc-sponsor-sections .tier-card {
    padding: 2.25rem 1.75rem;
  }
  body.pc-portal .pc-sponsor-sections .tier-card.popular {
    transform: none;
  }
  body.pc-portal .pc-sponsor-sections .tier-standard {
    white-space: normal;
  }
}