/* Site footer — shared across pages */
.site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 3.25rem 0 0;
  margin-top: 0;
}

.site-footer .container {
  max-width: 1200px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  padding-bottom: 2.5rem;
}

.footer-brand {
  flex: 1;
  min-width: 0;
}

.footer-logo {
  display: inline-block;
  font-family: var(--font-display, 'Space Grotesk', sans-serif);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #f8fafc;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 1.75rem;
  transition: opacity 0.2s;
}

.footer-logo:hover {
  opacity: 0.92;
}

.footer-logo span {
  color: #b8e04a;
}

.footer-contact {
  text-align: left;
}

.footer-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.65rem;
}

.footer-address {
  font-size: 0.9375rem;
  color: #cbd5e1;
  line-height: 1.75;
  white-space: pre-line;
  margin-bottom: 0.65rem;
  max-width: 22rem;
}

.footer-email {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #f1f5f9;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-email:hover {
  color: #b8e04a;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  padding-top: 0.35rem;
}

.footer-social {
  font-size: 0.875rem;
  font-weight: 500;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-social:hover {
  color: #f8fafc;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.social-icons--footer {
  margin-top: 0.85rem;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s, border-color 0.2s, background 0.2s;
}

.social-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.social-icon--youtube {
  background: #fee2e2;
  color: #dc2626;
  cursor: default;
}

.social-icon--kick {
  background: #dcfce7;
  color: #16a34a;
  cursor: default;
}

.social-icon--skool {
  background: #ffedd5;
  color: #ea580c;
  cursor: default;
}

.social-icon--linkedin {
  background: rgba(10, 102, 194, 0.15);
  color: #93c5fd;
}

.social-icon--linkedin:hover {
  background: rgba(10, 102, 194, 0.28);
  color: #dbeafe;
  transform: translateY(-1px);
}

.social-icon--muted {
  width: 2rem;
  height: 2rem;
  opacity: 0.72;
}

.social-icon--muted svg {
  width: 1rem;
  height: 1rem;
}

.social-icons--contact .social-icon--youtube,
.social-icons--contact .social-icon--kick,
.social-icons--contact .social-icon--skool {
  width: 2.5rem;
  height: 2.5rem;
}

.social-icons--contact .social-icon--youtube svg,
.social-icons--contact .social-icon--kick svg,
.social-icons--contact .social-icon--skool svg {
  width: 1.2rem;
  height: 1.2rem;
}

.site-footer .social-icon--youtube {
  background: rgba(220, 38, 38, 0.18);
  color: #fca5a5;
}

.site-footer .social-icon--kick {
  background: rgba(22, 163, 74, 0.18);
  color: #86efac;
}

.site-footer .social-icon--skool {
  background: rgba(234, 88, 12, 0.18);
  color: #fdba74;
}

.site-footer .social-icon--linkedin {
  background: rgba(10, 102, 194, 0.12);
  color: #93c5fd;
}

.site-footer .social-icon--linkedin:hover {
  background: rgba(10, 102, 194, 0.22);
  color: #dbeafe;
}

.footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 1.15rem 0 1.5rem;
}

.footer-bottom p {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .site-footer {
    padding-top: 2.75rem;
  }

  .footer-grid {
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 2rem;
  }

  .footer-logo {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .footer-nav {
    align-items: flex-start;
    padding-top: 0;
  }
}

/* Newsletter CTA — before booking CTA / footer */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.newsletter-cta {
  padding: 4rem 1.5rem;
  background: linear-gradient(135deg, rgba(184, 224, 74, 0.14) 0%, #f8fafc 48%, #ffffff 100%);
  border-top: 1px solid #e2e8f0;
}

.newsletter-cta-inner {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.25rem;
  align-items: center;
}

.newsletter-cta-copy h2 {
  font-family: var(--font-display, 'Space Grotesk', sans-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 0.65rem;
}

.newsletter-cta-copy p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
}

.newsletter-cta-note {
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 0.85rem;
}

.newsletter-cta-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.newsletter-cta-form input[type="email"] {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-family: var(--font, 'Inter', sans-serif);
  font-size: 0.95rem;
  background: #fff;
  color: #0f172a;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.newsletter-cta-form input[type="email"]:focus {
  outline: none;
  border-color: #9cc832;
  box-shadow: 0 0 0 3px rgba(184, 224, 74, 0.2);
}

.newsletter-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  align-self: flex-start;
  background: #b8e04a;
  color: #0f172a;
  border: none;
  border-radius: 10px;
  padding: 0.85rem 1.35rem;
  font-family: var(--font, 'Inter', sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.newsletter-cta-btn:hover {
  background: #9cc832;
  transform: translateY(-1px);
}

.newsletter-cta-btn svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.newsletter-cta-success {
  font-size: 0.9rem;
  font-weight: 600;
  color: #9cc832;
  margin-top: 0.35rem;
}

@media (max-width: 768px) {
  .newsletter-cta {
    padding: 3rem 1.25rem;
  }

  .newsletter-cta-inner {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .newsletter-cta-btn {
    width: 100%;
  }
}
