
/* =============================================================
   ANGLE FOR THE COMMUNITY — Custom Theme Styles
   Brand palette derived from the sky-blue logo
   ============================================================= */

:root {
  --aftc-sky:        #4ec9e1;
  --aftc-sky-deep:   #1a8ba3;
  --aftc-sky-glow:   rgba(78,201,225,0.18);
  --aftc-dark:       #0d2535;
  --aftc-forest:     #1a4a2e;
  --aftc-moss:       #3a7a4a;
  --aftc-leaf:       #5aaa6a;
  --aftc-sun:        #c87c20;
  --aftc-sun-light:  #e8b860;
  --aftc-earth:      #7a5530;
  --aftc-cream:      #f4f9f6;
  --aftc-mist:       #e6f4f8;
  --aftc-text:       #1c2e24;
  --aftc-text-light: #4a6a54;

  --font-heading: 'Montserrat', 'Segoe UI', sans-serif;
  --font-body:    'Nunito', 'Segoe UI', sans-serif;

  --space-xs:  8px;
  --space-sm:  16px;
  --space-md:  24px;
  --space-lg:  32px;
  --space-xl:  48px;
  --space-2xl: 64px;
  --space-3xl: 96px;
}

/* Base */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--font-body);
  color: var(--aftc-text);
  background: var(--aftc-cream);
  line-height: 1.7;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
}

/* ===================== NAVBAR ===================== */
nav.site-navbar,
.g-header .site-navbar {
  background: linear-gradient(90deg, #08192a 0%, #0f2d1e 100%);
  padding: 0 32px;
  min-height: 70px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 24px rgba(0,0,0,0.35);
}

nav.site-navbar .jl-navbar-nav > li > a,
.g-header .site-navbar .jl-navbar-nav > li > a {
  color: rgba(255,255,255,0.8);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0 10px;
  transition: color 0.2s ease;
}

nav.site-navbar .jl-navbar-nav > li > a:hover,
nav.site-navbar .jl-navbar-nav > li.jl-active > a,
.g-header .site-navbar .jl-navbar-nav > li > a:hover,
.g-header .site-navbar .jl-navbar-nav > li.jl-active > a {
  color: var(--aftc-sky);
}

.site-btn-cta {
  background: var(--aftc-sky);
  color: var(--aftc-dark);
  border-radius: 24px;
  padding: 8px 20px;
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-left: 8px;
  transition: background 0.2s ease, transform 0.15s ease;
  border: none;
  display: inline-block;
  cursor: pointer;
}

.site-btn-cta:hover {
  background: #fff;
  color: var(--aftc-dark);
  transform: translateY(-1px);
}

.jl-navbar-toggle {
  color: rgba(255,255,255,0.8);
}

/* ===================== OFF-CANVAS ===================== */
.site-offcanvas .jl-offcanvas-bar {
  background: var(--aftc-dark);
}

.site-offcanvas .jl-nav > li > a {
  color: rgba(255,255,255,0.8);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.05rem;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.15s ease;
}

.site-offcanvas .jl-nav > li > a:hover {
  color: var(--aftc-sky);
}

/* ===================== HERO (HOMEPAGE) ===================== */
.site-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(160deg, #08192a 0%, #0f2d1e 40%, #0a2218 100%);
}

.site-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  mix-blend-mode: luminosity;
  pointer-events: none;
}

.site-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(78,201,225,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 20% 100%, rgba(58,122,74,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 80% 80%, rgba(26,74,46,0.1) 0%, transparent 50%);
  pointer-events: none;
}

.site-hero-ripple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0.12;
}

.site-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: var(--space-xl) var(--space-md);
  max-width: 800px;
}

.site-hero-eyebrow {
  font-family: var(--font-body);
  color: var(--aftc-sky);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.site-hero-eyebrow::before,
.site-hero-eyebrow::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--aftc-sky);
  opacity: 0.6;
}

.site-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}

.site-hero-title em {
  color: var(--aftc-sky);
  font-style: normal;
}

.site-hero-subtitle {
  color: rgba(255,255,255,0.72);
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 44px;
}

.site-hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background: var(--aftc-sky);
  color: var(--aftc-dark);
  border: 2px solid var(--aftc-sky);
  border-radius: 4px;
  padding: 16px 36px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 24px rgba(78,201,225,0.35);
}

.btn-hero-primary:hover {
  background: #fff;
  border-color: #fff;
  color: var(--aftc-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(78,201,225,0.45);
}

.btn-hero-primary:focus-visible {
  outline: 3px solid var(--aftc-sky);
  outline-offset: 3px;
}

.btn-hero-secondary {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 4px;
  padding: 14px 34px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.btn-hero-secondary:hover {
  border-color: rgba(255,255,255,0.7);
  color: #fff;
}

.btn-hero-secondary:focus-visible {
  outline: 3px solid rgba(255,255,255,0.5);
  outline-offset: 3px;
}

.site-hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.4);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: hero-scroll-bounce 2s ease-in-out infinite;
}

@keyframes hero-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.4; }
  50% { transform: translateX(-50%) translateY(8px); opacity: 0.6; }
}

/* ===================== STATS BAR ===================== */
.stats-bar {
  background: var(--aftc-sky);
  padding: 20px 0;
}

.stat-item {
  text-align: center;
  padding: 4px 20px;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--aftc-dark);
  display: block;
  line-height: 1.1;
}

.stat-label {
  font-size: 0.75rem;
  color: rgba(13,37,53,0.65);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}

/* ===================== SECTION SHARED ===================== */
.section-eyebrow {
  font-family: var(--font-body);
  color: var(--aftc-sky-deep);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.section-eyebrow-light {
  font-family: var(--font-body);
  color: var(--aftc-sky);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  color: var(--aftc-forest);
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-title-light {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-subtitle {
  color: var(--aftc-text-light);
  font-size: 1.05rem;
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: var(--space-2xl);
}

.section-subtitle-light {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem;
  max-width: 560px;
  line-height: 1.75;
}

.aftc-divider {
  width: 44px;
  height: 3px;
  background: linear-gradient(90deg, var(--aftc-sky), var(--aftc-moss));
  border-radius: 2px;
  margin-bottom: var(--space-md);
}

/* ===================== BENEFITS SECTION ===================== */
.section-benefits {
  padding: var(--space-3xl) 0;
  background: var(--aftc-cream);
}

.benefit-card {
  background: #fff;
  border-radius: 8px;
  padding: var(--space-lg) var(--space-md);
  height: 100%;
  box-shadow: 0 1px 4px rgba(26,74,46,0.04), 0 4px 20px rgba(26,74,46,0.06);
  border-top: 3px solid var(--aftc-sky);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(26,74,46,0.11), 0 24px 48px rgba(26,74,46,0.05);
}

.benefit-card:focus-within {
  outline: 2px solid var(--aftc-sky);
  outline-offset: 2px;
}

.benefit-card-bg-num {
  font-family: var(--font-heading);
  font-size: 5rem;
  font-weight: 700;
  color: rgba(78,201,225,0.09);
  position: absolute;
  top: 8px;
  right: 16px;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

.benefit-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--aftc-forest), var(--aftc-moss));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-sm);
  font-size: 1.4rem;
}

.benefit-card h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--aftc-forest);
  line-height: 1.3;
}

.benefit-card p {
  font-size: 0.88rem;
  color: var(--aftc-text-light);
  line-height: 1.7;
  margin: 0;
}

/* ===================== ABOUT STRIP ===================== */
.section-about-strip {
  background: linear-gradient(135deg, #08192a 0%, #0f2d1e 60%, #0a2218 100%);
  padding: var(--space-3xl) 0;
  position: relative;
  overflow: hidden;
}

.section-about-strip::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(78,201,225,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.section-about-strip::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(58,122,74,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.about-strip-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.about-strip-stat-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: rgba(78,201,225,0.12);
  border: 1px solid rgba(78,201,225,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.about-strip-stat p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  margin: 0;
}

.about-strip-stat strong {
  color: #fff;
  display: block;
  font-size: 0.95rem;
}

.about-image-wrap {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow:
    0 4px 16px rgba(0,0,0,0.3),
    0 24px 64px rgba(0,0,0,0.2),
    0 0 0 1px rgba(78,201,225,0.15);
}

.about-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.about-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(13,37,53,0.5) 100%);
  pointer-events: none;
}

/* ===================== SPONSORS STRIP ===================== */
.section-sponsors {
  background: #fff;
  padding: var(--space-xl) 0;
  border-top: 1px solid rgba(26,74,46,0.08);
  border-bottom: 1px solid rgba(26,74,46,0.08);
}

.sponsor-logo {
  display: block;
  max-height: 65px;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(60%) opacity(0.65);
  transition: filter 0.25s ease, opacity 0.25s ease;
  margin: 0 auto;
}

.sponsor-logo:hover {
  filter: grayscale(0%) opacity(1);
}

.section-sponsors .sponsor-logo {
  max-height: 130px;
  max-width: 300px;
}

/* ===================== PAGE HERO ===================== */
.site-page-hero {
  background: linear-gradient(135deg, #08192a 0%, #0f2d1e 100%);
  padding: 80px 24px 56px;
  position: relative;
  overflow: hidden;
}

.site-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(78,201,225,0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(58,122,74,0.1) 0%, transparent 50%);
  pointer-events: none;
}

.site-page-hero .jl-container { position: relative; z-index: 1; }

.site-page-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.page-hero-subtitle {
  color: rgba(255,255,255,0.65);
  font-size: 1.1rem;
  max-width: 580px;
  margin-top: 12px;
}

.breadcrumb-nav {
  margin-bottom: 24px;
  font-size: 0.82rem;
}

.breadcrumb-nav a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.15s ease;
}

.breadcrumb-nav a:hover { color: var(--aftc-sky); }
.breadcrumb-nav span { color: rgba(255,255,255,0.25); margin: 0 8px; }
.breadcrumb-nav strong { color: rgba(255,255,255,0.6); }

/* ===================== TEAM CARDS ===================== */
.team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(26,74,46,0.08), 0 16px 48px rgba(26,74,46,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(26,74,46,0.14), 0 24px 64px rgba(26,74,46,0.07);
}

.team-card-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.team-card-body {
  padding: var(--space-md) var(--space-lg);
}

.team-card-name {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--aftc-forest);
  margin-bottom: 4px;
}

.team-card-role {
  color: var(--aftc-sky-deep);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-sm);
  display: block;
}

.team-card-body p {
  color: var(--aftc-text-light);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
}

/* ===================== EVENT CARDS ===================== */
.event-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(26,74,46,0.05), 0 8px 28px rgba(26,74,46,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-left: 4px solid var(--aftc-sky);
  display: flex;
  flex-direction: column;
}

.event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(26,74,46,0.1);
}

.event-card-body { padding: var(--space-md) var(--space-lg); flex: 1; }

.event-card-date {
  font-size: 0.75rem;
  color: var(--aftc-sky-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.event-card h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--aftc-forest);
  margin-bottom: 12px;
  line-height: 1.3;
}

.event-card p {
  color: var(--aftc-text-light);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

/* ===================== NEWS / GALLERY ===================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gallery-item {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-decoration: none;
  background: #1a3028;
}

.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.gallery-item:hover img { transform: scale(1.05); }

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,37,53,0.85) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.25s ease;
  display: flex;
  align-items: flex-end;
  padding: 14px;
}

.gallery-item:hover .gallery-item-overlay { opacity: 1; }

.gallery-item-overlay span {
  color: rgba(255,255,255,0.95);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

/* ===================== SPONSOR CARDS ===================== */
.sponsor-card {
  background: #fff;
  border-radius: 12px;
  padding: var(--space-xl) var(--space-lg);
  box-shadow: 0 2px 12px rgba(26,74,46,0.06);
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border-top: 3px solid var(--aftc-sky);
}

.sponsor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(26,74,46,0.12);
}

.sponsor-card-logo {
  max-height: 80px;
  max-width: 220px;
  object-fit: contain;
  margin-bottom: var(--space-md);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-card h3 {
  font-family: var(--font-heading);
  color: var(--aftc-forest);
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.sponsor-card p {
  color: var(--aftc-text-light);
  font-size: 0.9rem;
  line-height: 1.7;
}

.sponsor-badge {
  display: inline-block;
  background: var(--aftc-mist);
  color: var(--aftc-sky-deep);
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 12px;
}

/* ===================== ABOUT ARTICLE ===================== */
.article-lead {
  font-size: 1.15rem;
  color: var(--aftc-forest);
  font-weight: 400;
  line-height: 1.85;
  border-left: 4px solid var(--aftc-sky);
  padding-left: 24px;
  margin-bottom: var(--space-xl);
}

.article-body h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--aftc-forest);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-sm);
}

.article-body p {
  color: var(--aftc-text-light);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: var(--space-md);
}

.benefit-list-item {
  display: flex;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
  align-items: flex-start;
}

.benefit-list-num {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--aftc-forest), var(--aftc-sky-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(26,74,46,0.2);
}

.benefit-list-content h4 {
  font-family: var(--font-heading);
  color: var(--aftc-forest);
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.benefit-list-content p {
  color: var(--aftc-text-light);
  line-height: 1.7;
  margin: 0;
  font-size: 0.92rem;
}

/* ===================== MIND MAP SECTION ===================== */
.mindmap-section {
  background: linear-gradient(160deg, #06141e 0%, #081e12 50%, #071a0d 100%);
  padding: var(--space-3xl) 0;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.mindmap-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(78,201,225,0.04) 0%, transparent 60%),
    radial-gradient(ellipse at 10% 20%, rgba(58,122,74,0.06) 0%, transparent 40%);
  pointer-events: none;
}

.mindmap-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mindmap-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

/* ===================== FOOTER ===================== */
.site-footer {
  background: linear-gradient(135deg, #06121c 0%, #081c10 100%);
  padding: var(--space-3xl) 0 var(--space-lg);
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(58,122,74,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.site-footer h5 {
  font-family: var(--font-heading);
  color: var(--aftc-sky);
  font-size: 0.9rem;
  margin-bottom: var(--space-md);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-footer-tagline {
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
  line-height: 1.7;
}

.footer-nav-link {
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
  display: block;
  padding: 5px 0;
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-nav-link:hover { color: var(--aftc-sky); }

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.15s ease;
}

.footer-social-link:hover { color: var(--aftc-sky); }

.site-footer-copyright {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: var(--space-md);
  margin-top: var(--space-xl);
  color: rgba(255,255,255,0.28);
  font-size: 0.8rem;
  text-align: center;
}

.site-footer-copyright a {
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.15s ease;
}

.site-footer-copyright a:hover { color: var(--aftc-sky); }

/* ===================== CALLOUT / CTA SECTION ===================== */
.section-cta {
  background: var(--aftc-sky);
  padding: var(--space-3xl) 0;
  position: relative;
  overflow: hidden;
}

.section-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 0% 100%, rgba(255,255,255,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 0%, rgba(255,255,255,0.08) 0%, transparent 50%);
  pointer-events: none;
}

.section-cta h2 {
  font-family: var(--font-heading);
  color: var(--aftc-dark);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.section-cta p {
  color: rgba(13,37,53,0.7);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: var(--space-lg);
}

.btn-cta-dark {
  background: var(--aftc-dark);
  color: var(--aftc-sky);
  border: 2px solid var(--aftc-dark);
  border-radius: 4px;
  padding: 14px 32px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.btn-cta-dark:hover {
  background: #fff;
  border-color: #fff;
  color: var(--aftc-dark);
  transform: translateY(-2px);
}

.btn-cta-dark:focus-visible {
  outline: 3px solid var(--aftc-dark);
  outline-offset: 3px;
}

/* ===================== MUTED SECTION ===================== */
.section-muted { background: var(--aftc-mist); }

/* ===================== UTILITIES ===================== */
.jl-text-sky   { color: var(--aftc-sky); }
.jl-text-forest { color: var(--aftc-forest); }
.jl-bg-cream   { background: var(--aftc-cream); }
.jl-bg-mist    { background: var(--aftc-mist); }

.uk-icon { color: inherit; }

/* Ensure scrollspy targets start visible so content is never invisible before animation fires */
[uk-scrollspy] { opacity: 1; }
.uk-scrollspy-inview { opacity: 1 !important; }
