/* ============================================================
   Summer with Riphah — Main Stylesheet
   ============================================================ */

/* ── CSS Variables ──────────────────────────────────────────── */
:root {
  --blue:       #0d4f78;
  --blue-dark:  #083c5d;
  --blue-mid:   #1261a0;
  --blue-light: #1d7abf;
  --gold:       #f7a72b;
  --gold-dark:  #d9880f;
  --gold-light: #ffc95a;
  --dark:       #071929;
  --text:       #182535;
  --muted:      #607080;
  --soft:       #f2f8fd;
  --border:     #dce9f4;
  --white:      #ffffff;
  --sh-sm:      0 4px 18px rgba(13, 79, 120, 0.09);
  --sh:         0 16px 48px rgba(13, 79, 120, 0.14);
  --sh-lg:      0 28px 80px rgba(13, 79, 120, 0.20);
}

/* ── Reset ──────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
  overflow-x: hidden;
}

a   { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* FIX: container with consistent horizontal padding */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── Topbar ─────────────────────────────────────────────────── */
.topbar {
  background: var(--blue-dark);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  font-weight: 500;
  padding: 9px 0;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tb-left {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.tb-left a {
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}

.tb-left a:hover { color: var(--gold-light); }

.tb-socials { display: flex; gap: 8px; }

.tb-socials a {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.11);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-weight: 800;
  transition: 0.2s;
}

.tb-socials a:hover {
  background: var(--gold);
  color: #172331;
}

/* ── Navigation ─────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(13, 79, 120, 0.07);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.05);
}

.nav-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 900;
  color: var(--blue-dark);
  font-size: 18px;
  letter-spacing: -0.3px;
}

.brand img {
  height: 52px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(13, 79, 120, 0.18));
}

.brand-txt span {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 14px;
}

.nav-links a {
  padding: 8px 15px;
  border-radius: 999px;
  color: var(--text);
  transition: 0.2s;
}

.nav-links a:hover {
  background: var(--soft);
  color: var(--blue);
}

.nav-links .nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #19282f;
  padding: 10px 22px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(247, 167, 43, 0.35);
  border-radius: 999px;
  transition: 0.25s;
}

.nav-links .nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(247, 167, 43, 0.45);
}

/* ── Hero ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      150deg,
      rgba(7,  25,  41,  0.94) 0%,
      rgba(13, 79,  120, 0.82) 55%,
      rgba(29, 122, 191, 0.68) 100%
    ),
    url('https://summer.riphahsahiwal.edu.pk/assets/c4.jpeg')
      center / cover no-repeat;
  z-index: -2;
}

.hero-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse at 72% 46%, rgba(247, 167, 43, 0.16) 0%, transparent 58%);
}

.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(247, 167, 43, 0.14);
  animation: pulse-ring 5s ease-in-out infinite;
}

.hero-ring:nth-child(1) { width: 420px; height: 420px; right: 6%;   top: 10%;  animation-delay: 0s;   }
.hero-ring:nth-child(2) { width: 640px; height: 640px; right: -4%;  top: -6%;  animation-delay: 1.5s; }
.hero-ring:nth-child(3) { width: 860px; height: 860px; right: -14%; top: -22%; animation-delay: 3s;   }

@keyframes pulse-ring {
  0%, 100% { opacity: 0.6; transform: scale(1);     }
  50%       { opacity: 1;   transform: scale(1.025); }
}

.particles { position: absolute; inset: 0; z-index: -1; }

.pt {
  position: absolute;
  border-radius: 50%;
  background: rgba(247, 167, 43, 0.55);
  animation: pt-float linear infinite;
}

@keyframes pt-float {
  0%   { transform: translateY(0)     rotate(0deg);   opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { transform: translateY(-80vh) rotate(360deg); opacity: 0; }
}

.hero-wrap {
  position: relative;
  z-index: 1;
  width: 98%;
  padding-top: 130px;
  padding-bottom: 100px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(247, 167, 43, 0.18);
  border: 1px solid rgba(247, 167, 43, 0.45);
  backdrop-filter: blur(8px);
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 22px;
  animation: fadeUp 0.5s ease both;
}

.hero-pill .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: blink 1.4s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1;   }
  50%       { opacity: 0.3; }
}

.hero-title {
  color: white;
  line-height: 1;
  animation: fadeUp 0.6s 0.08s ease both;
}

.hero-title .intro {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 4px;
}

.hero-title .script {
  font-family: 'Dancing Script', cursive;
  font-size: clamp(70px, 9vw, 120px);
  color: var(--gold);
  display: block;
  line-height: 0.95;
  filter: drop-shadow(0 4px 16px rgba(247, 167, 43, 0.45));
}

.hero-title .riphah {
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: -2px;
  display: block;
}

.hero-sub {
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  animation: fadeUp 0.6s 0.14s ease both;
}

.hero-desc {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
  margin: 24px 0 38px;
  line-height: 1.8;
  animation: fadeUp 0.6s 0.2s ease both;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp 0.6s 0.26s ease both;
}

/* ── Buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  transition: all 0.28s;
  border: none;
  cursor: pointer;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #19282f;
  box-shadow: 0 12px 40px rgba(247, 167, 43, 0.42);
}
.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 52px rgba(247, 167, 43, 0.56);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1.5px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(8px);
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.btn-wa {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: white;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
}
.btn-wa:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.5);
}

/* ── Hero Card ──────────────────────────────────────────────── */
.hero-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 36px;
  padding: 32px;
  box-shadow: var(--sh-lg);
  border: 1px solid rgba(255, 255, 255, 0.7);
  animation: fadeRight 0.8s 0.3s ease both;
  text-align: center;
}

.hero-card img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  filter: drop-shadow(0 6px 20px rgba(13, 79, 120, 0.15));
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.h-stat {
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 6px;
  text-align: center;
}

.h-stat strong {
  display: block;
  font-size: 26px;
  font-weight: 900;
  color: var(--blue-dark);
  line-height: 1;
  margin-bottom: 3px;
}

.h-stat span {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── Scroll Cue ─────────────────────────────────────────────── */
.scroll-cue {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 1;
  animation: sc-bounce 2.4s ease-in-out infinite;
}

.scroll-cue::after {
  content: '';
  width: 1.5px;
  height: 36px;
  background: linear-gradient(var(--gold), transparent);
}

@keyframes sc-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0);   }
  50%       { transform: translateX(-50%) translateY(10px); }
}

/* ── Stats Strip ────────────────────────────────────────────── */
.strip { background: var(--blue-dark); }

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.strip-stat {
  padding: 34px 20px;
  text-align: center;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  transition: background 0.2s;
}

.strip-stat:last-child { border-right: none; }
.strip-stat:hover      { background: rgba(255, 255, 255, 0.04); }

.strip-num {
  font-size: 46px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 5px;
}

.strip-lbl {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ── Shared Section Styles ──────────────────────────────────── */
section { padding: 100px 0; }

.tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #192028;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.sec-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

h2 {
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--blue-dark);
  font-weight: 900;
}

.sec-head p {
  color: var(--muted);
  font-size: 17px;
  margin-top: 14px;
  line-height: 1.75;
}

/* ── About ──────────────────────────────────────────────────── */
.about { background: linear-gradient(180deg, var(--soft), #fff); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-imgs { position: relative; }

.img-main {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--sh-lg);
}

.img-float {
  position: absolute;
  width: 190px;
  height: 155px;
  object-fit: cover;
  border-radius: 22px;
  border: 4px solid white;
  box-shadow: var(--sh);
  bottom: -26px;
  right: -26px;
}

.free-badge {
  position: absolute;
  top: 22px;
  left: -22px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #192028;
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: var(--sh);
  text-align: center;
  min-width: 110px;
}

.free-badge strong {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.free-badge span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-text h2  { text-align: left; margin-bottom: 14px; }
.about-text > p { color: var(--muted); font-size: 17px; line-height: 1.8; margin-bottom: 30px; }

.feats { display: grid; gap: 12px; }

.feat {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--sh-sm);
  transition: 0.25s;
}

.feat:hover {
  transform: translateX(6px);
  box-shadow: var(--sh);
  border-color: rgba(13, 79, 120, 0.2);
}

.feat-ico {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  display: grid;
  place-items: center;
  font-size: 19px;
}

.feat-txt strong { display: block; font-size: 14.5px; color: var(--blue-dark); margin-bottom: 2px; }
.feat-txt span   { font-size: 13.5px; color: var(--muted); }

/* ── Fields / Tracks ────────────────────────────────────────── */
.tracks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.track {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--sh);
  border: 1px solid var(--border);
  transition: 0.35s ease;
  background: white;
}

.track:hover {
  transform: translateY(-10px);
  box-shadow: var(--sh-lg);
}

.track-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.track-body { padding: 26px 28px 30px; }

.t-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: -48px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.t-icon.dig { background: linear-gradient(135deg, #1d4ed8, #60a5fa); }
.t-icon.hlt { background: linear-gradient(135deg, #047857, #34d399); }
.t-icon.biz { background: linear-gradient(135deg, var(--blue-dark), var(--blue-mid)); }

.track-body h3 { font-size: 21px; color: var(--blue-dark); margin-bottom: 9px; letter-spacing: -0.4px; }
.track-body p  { color: var(--muted); font-size: 14.5px; line-height: 1.7; margin-bottom: 16px; }

.t-pill {
  display: inline-block;
  background: var(--soft);
  color: var(--blue-dark);
  font-size: 11.5px;
  font-weight: 800;
  padding: 5px 13px;
  border-radius: 999px;
  border: 1px solid var(--border);
}

/* ── Gallery ────────────────────────────────────────────────── */
.gallery-sec { background: var(--soft); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 240px 240px;
  gap: 14px;
}

.g-item {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.g-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }

.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.g-item:hover img { transform: scale(1.07); }

.g-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(7, 25, 41, 0.6));
  opacity: 0;
  transition: 0.3s;
}

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

/* ── Schedule ───────────────────────────────────────────────── */
.sched-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.week {
  background: white;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 36px;
  box-shadow: var(--sh-sm);
  position: relative;
  overflow: hidden;
  transition: 0.25s;
}

.week:hover { box-shadow: var(--sh); transform: translateY(-4px); }

.week::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}

.week:nth-child(1)::before { background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.week:nth-child(2)::before { background: linear-gradient(90deg, var(--blue), var(--blue-light)); }

.week-num-bg {
  position: absolute;
  top: 10px; right: 22px;
  font-size: 90px;
  font-weight: 900;
  color: rgba(13, 79, 120, 0.05);
  line-height: 1;
  user-select: none;
}

.wk-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--soft);
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.week h3 { font-size: 24px; color: var(--blue-dark); margin-bottom: 10px; }
.week p  { color: var(--muted); font-size: 14.5px; line-height: 1.7; margin-bottom: 20px; }

.wk-list { display: grid; gap: 8px; }

.wk-li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
}

.wk-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* ── Why Join ───────────────────────────────────────────────── */
.why-sec {
  background: linear-gradient(145deg, var(--blue-dark), var(--blue));
  color: white;
}

.why-sec .sec-head h2 { color: white; }
.why-sec .sec-head p  { color: rgba(255, 255, 255, 0.7); }
.why-sec .tag {
  background: rgba(247, 167, 43, 0.2);
  color: var(--gold-light);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.why-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  padding: 30px;
  backdrop-filter: blur(8px);
  transition: 0.25s;
  text-align: center;
}

.why-card:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-6px);
}

.why-ico     { font-size: 38px; margin-bottom: 14px; }
.why-card h3 { font-size: 18px; color: white; margin-bottom: 8px; }
.why-card p  { color: rgba(255, 255, 255, 0.68); font-size: 14px; line-height: 1.7; }

/* ── Contact / Apply ────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

.contact-left h2  { text-align: left; margin-bottom: 14px; }
.contact-left > p { color: var(--muted); font-size: 17px; line-height: 1.8; margin-bottom: 28px; }

.c-items { display: grid; gap: 14px; margin-bottom: 28px; }

.c-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.c-ico {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  display: grid;
  place-items: center;
  color: white;
  font-size: 18px;
}

.c-item strong { display: block; font-size: 13px; color: var(--blue-dark); margin-bottom: 1px; }
.c-item span   { font-size: 13.5px; color: var(--muted); }

.socials-row { display: flex; gap: 10px; flex-wrap: wrap; }

.soc-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--soft);
  border: 1px solid var(--border);
  color: var(--blue);
  font-weight: 700;
  font-size: 13px;
  transition: 0.2s;
}

.soc-btn:hover {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}

/* ── Apply Panel ────────────────────────────────────────────── */
.apply-panel {
  background: linear-gradient(145deg, var(--blue-dark), var(--blue-mid));
  border-radius: 34px;
  padding: 44px 38px;
  text-align: center;
  color: white;
  box-shadow: var(--sh-lg);
}

.ap-logo {
  width: 130px;
  height: 130px;
  border-radius: 24px;
  overflow: hidden;
  background: white;
  margin: 0 auto 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.ap-logo img { width: 100%; height: auto; object-fit: contain; }

.apply-panel h3  { font-size: 26px; color: white; margin-bottom: 10px; }
.apply-panel > p { color: rgba(255, 255, 255, 0.72); font-size: 15px; line-height: 1.7; margin-bottom: 24px; }

.ap-rows { display: grid; gap: 8px; margin-bottom: 26px; }

.ap-row {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 11px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.ap-row strong { color: white; font-weight: 700; }

.ap-btns { display: flex; flex-direction: column; gap: 11px; }
.ap-btns .btn  { justify-content: center; font-size: 15px; padding: 15px 28px; }

/* ── Footer ─────────────────────────────────────────────────── */
footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.6);
  padding: 52px 0 28px;
}

.ft-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}

.ft-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ft-brand-row img {
  height: 44px;
  width: auto;
  background: white;
  border-radius: 10px;
  padding: 4px;
  object-fit: contain;
}

.ft-brand-row span { font-weight: 900; font-size: 17px; color: white; }
.ft-brand p        { font-size: 13.5px; line-height: 1.75; margin-bottom: 18px; }

.ft-socials { display: flex; gap: 8px; }

.ft-socials a {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  transition: 0.2s;
}

.ft-socials a:hover {
  background: var(--gold);
  color: #192028;
  border-color: var(--gold);
}

.ft-col h4 {
  color: white;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.ft-col ul { list-style: none; display: grid; gap: 9px; }

.ft-col ul li a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13.5px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ft-col ul li a:hover { color: var(--gold); }

.ft-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12.5px;
}

.ft-bottom a { color: rgba(255, 255, 255, 0.55); transition: 0.2s; }
.ft-bottom a:hover { color: var(--gold); }

/* ── Animations ─────────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}

@keyframes fadeRight {
  from { opacity: 0; transform: translateX(28px); }
  to   { opacity: 1; transform: none; }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1280px) {
  .container { padding: 0 32px; }
}

@media (max-width: 1024px) {
  .container { padding: 0 24px; }
  .tracks-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .g-item:nth-child(1) { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 860px) {
  .container { padding: 0 20px; }
  section { padding: 72px 0; }
  .hero-grid    { grid-template-columns: 1fr; }
  .hero-card    { display: none; }
  .about-grid   { grid-template-columns: 1fr; }
  .img-float, .free-badge { display: none; }
  .tracks-grid  { grid-template-columns: 1fr; }
  .sched-grid   { grid-template-columns: 1fr; }
  .why-grid     { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .ft-grid      { grid-template-columns: 1fr; gap: 28px; }
  .strip-grid   { grid-template-columns: repeat(2, 1fr); }
  .nav-links a:not(.nav-cta) { display: none; }
}

@media (max-width: 540px) {
  .container { padding: 0 16px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .g-item:nth-child(1) { grid-column: span 1; }
  .why-grid   { grid-template-columns: 1fr; }
  .hero-btns  { flex-direction: column; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
}
