/* 
 * PORT CLINTON SPONSOR - FOOTERS & FINAL CTA
 */

body.pc-portal .pc-sponsor-sections .section-cta-final {
  /* Significantly reduced top and bottom padding to pull sections together */
  padding-top: clamp(1rem, 3vw, 2.5rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

body.pc-portal .pc-sponsor-sections .cta-red-box {
  background: var(--pc-red);
  border-radius: 48px;
  padding: clamp(3rem, 8vw, 6rem) clamp(2rem, 5vw, 4rem);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 150px rgba(239, 68, 68, 0.3);
  border: 1px solid rgba(255,255,255,0.1);
}

body.pc-portal .pc-sponsor-sections .cta-red-box::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.2), transparent 60%);
}

body.pc-portal .pc-sponsor-sections .cta-inner { position: relative; z-index: 2; }

body.pc-portal .pc-sponsor-sections .cta-title { 
  font-size: clamp(2.5rem, 6vw, 4rem); 
  font-weight: 950; 
  letter-spacing: -0.06em; 
  margin-bottom: 1.25rem; 
  line-height: 0.95;
}

body.pc-portal .pc-sponsor-sections .cta-subtitle { 
  font-size: 1.25rem; 
  opacity: 0.9; 
  margin-bottom: 3rem; 
  font-weight: 600; 
}

body.pc-portal .pc-sponsor-sections .cta-actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

@media (max-width: 600px) {
  body.pc-portal .pc-sponsor-sections .cta-actions { flex-direction: column; }
}

body.pc-portal .pc-sponsor-sections .btn-final-primary {
  background: #fff;
  color: var(--pc-red) !important;
  padding: 1.4rem 4rem;
  border-radius: 18px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: var(--transition-premium);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: inline-block;
}

body.pc-portal .pc-sponsor-sections .btn-final-primary:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

body.pc-portal .pc-sponsor-sections .btn-final-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
  padding: 1.4rem 4rem;
  border-radius: 18px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: var(--transition-premium);
  text-decoration: none;
  display: inline-block;
}

body.pc-portal .pc-sponsor-sections .btn-final-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  transform: translateY(-4px);
}

/* --- FOOTER --- */
body.pc-portal .pc-sponsor-sections .pc-site-footer-v2 {
  /* Reduced top padding to sit closer to the CTA box */
  padding: clamp(2rem, 6vw, 4rem) 0 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Unified 4-column grid for desktop */
body.pc-portal .pc-sponsor-sections .footer-main-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

/* Tablet Optimization (iPad/Tablets: 768px to 1024px) */
@media (max-width: 1024px) {
  body.pc-portal .pc-sponsor-sections .footer-main-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
    text-align: left;
  }
}

/* Mobile Stacking (< 640px) */
@media (max-width: 640px) {
  body.pc-portal .pc-sponsor-sections .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  body.pc-portal .pc-sponsor-sections .brand-lockup {
    justify-content: center;
  }
  
  body.pc-portal .pc-sponsor-sections .footer-social-simple {
    justify-content: center;
    display: flex;
  }

  body.pc-portal .pc-sponsor-sections .contact-link {
    justify-content: center;
  }
}

body.pc-portal .pc-sponsor-sections .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.pc-portal .pc-sponsor-sections .brand-lockup { display: flex; align-items: center; gap: 12px; }

body.pc-portal .pc-sponsor-sections .brand-lockup .mark {
  background: #fff; color: var(--pc-red); font-weight: 950; border-radius: 8px;
  width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;
}

body.pc-portal .pc-sponsor-sections .brand-lockup h3 { font-size: 0.9rem; font-weight: 950; letter-spacing: 0.05em; }
body.pc-portal .pc-sponsor-sections .footer-motto { font-size: 0.8rem; color: var(--text-muted); font-weight: 600; }

body.pc-portal .pc-sponsor-sections .nav-col h4 {
  font-size: 0.7rem; font-weight: 950; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--text-muted); margin-bottom: 1.5rem;
}

body.pc-portal .pc-sponsor-sections .nav-col a {
  display: block; font-size: 0.8rem; font-weight: 700; color: var(--text-muted);
  margin-bottom: 0.75rem; transition: color 0.2s ease;
  text-decoration: none;
}

body.pc-portal .pc-sponsor-sections .nav-col a:hover { color: #fff; }

/* Prevent overflow on long contact strings */
body.pc-portal .pc-sponsor-sections .contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  word-break: break-all;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

body.pc-portal .pc-sponsor-sections .contact-note {
  font-size: 0.7rem;
  color: #475569;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.pc-portal .pc-sponsor-sections .copy-line {
  display: block; font-size: 0.65rem; font-weight: 900; color: rgba(255,255,255,0.2);
  margin-top: 2rem;
}