/*
Theme Name: Shobdochitra - Green Alpona Theme
Theme URI: https://shobdochitra.online/
Description: A vibrant green and colorful WordPress theme for Shobdochitra Recitation School
Version: 5.2.0
Author: Mohammad Sheikh Shahinur Rahman
Author URI: https://www.linkedin.com/in/mohammad-sheikh-shahinur-rahman
License: GPL v2 or later
Text Domain: shobdochitra
*/

/* ============================================
   SHOBDOCHITRA - GREEN ALPONA THEME v5.2
   স্বর যেখানে ছবি আঁকে
============================================ */

:root {
  --primary-green: #1a4d2e;
  --light-green: #2d7a4a;
  --dark-green: #0d2818;
  --accent-green: #3d9a5f;
  --text-yellow: #f4d03f;
  --text-red: #e74c3c;
  --text-dark: #1a1a1a;
  --text-light: #ffffff;
  --text-gray: #cccccc;
  --text-muted: rgba(255, 255, 255, 0.75);
  --bg-primary: #1a4d2e;
  --bg-dark: #0d2818;
  --bg-card: rgba(13, 40, 24, 0.85);
  --bg-white: #ffffff;
  --bg-light: #f5f5f5;
  --border-color: #3d9a5f;
  --shadow-sm: 0 4px 10px rgba(0,0,0,0.2);
  --shadow-md: 0 10px 30px rgba(0,0,0,0.3);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.4);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 60px;
  --space-2xl: 80px;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-hero: clamp(36px, 8vw, 72px);
  --text-section: clamp(28px, 5vw, 48px);
  --radius-sm: 8px;
  --radius-md: 15px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --container-max: 1200px;
  --container-padding: clamp(16px, 4vw, 40px);
}

/* ============================================
   RESET & BASE
============================================ */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Segoe UI', 'Noto Sans Bengali', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-light);
  background-color: var(--bg-primary);
  background-image: url('https://d2xsxph8kpxj0f.cloudfront.net/310519663615937518/aMGnZs7TjoY5faGQig9gDV/green-alpona-background-JdCeECf3YGfpEkfqVGJq47.webp');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url('https://d2xsxph8kpxj0f.cloudfront.net/310519663615937518/aMGnZs7TjoY5faGQig9gDV/green-alpona-background-JdCeECf3YGfpEkfqVGJq47.webp');
  background-size: 400px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ============================================
   CONTAINER
============================================ */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  width: 100%;
}

/* ============================================
   HEADER & NAVIGATION
============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(135deg, var(--dark-green) 0%, var(--primary-green) 60%, var(--light-green) 100%);
  border-bottom: 3px solid var(--text-yellow);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: var(--transition);
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  gap: var(--space-sm);
}

/* Logo */
.site-logo a,
.premium-logo-link {
  color: var(--text-yellow) !important;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  white-space: nowrap;
  transition: var(--transition);
}

.site-logo a:hover,
.premium-logo-link:hover {
  color: var(--text-light) !important;
  transform: scale(1.02);
}

.logo-sh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--text-yellow), #f39c12);
  color: var(--dark-green);
  font-weight: 900;
  font-size: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  flex-shrink: 0;
}

.logo-txt {
  color: var(--text-yellow);
}

/* Desktop Navigation */
.main-navigation {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}

.main-navigation ul {
  display: flex;
  gap: clamp(14px, 2.5vw, 28px);
  flex-wrap: nowrap;
  align-items: center;
}

.main-navigation > ul > li > a,
.main-navigation ul a {
  color: var(--text-light);
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 600;
  position: relative;
  padding-bottom: 4px;
  transition: var(--transition);
  white-space: nowrap;
}

.main-navigation ul a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--text-yellow);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.main-navigation ul a:hover {
  color: var(--text-yellow);
}

.main-navigation ul a:hover::after {
  width: 100%;
}

/* ============================================
   MOBILE HAMBURGER — matches HTML id="mobile-toggle"
   class="mobile-menu-toggle"
============================================ */
.navigation-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  padding: 8px;
  border: none;
  background: transparent;
  z-index: 1100;
  position: relative;
  flex-shrink: 0;
}

.navigation-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--text-yellow);
  border-radius: 2px;
  transition: var(--transition);
  transform-origin: center;
}

/* X animation when active */
.navigation-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.navigation-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.navigation-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ============================================
   BUTTONS
============================================ */
.btn-primary,
.btn-premium,
.btn-neon,
.btn-enroll,
.btn-green,
.btn-yellow,
.btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: clamp(10px, 2vw, 14px) clamp(20px, 4vw, 32px);
  border-radius: var(--radius-full);
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  transition: var(--transition);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.btn-red, .btn-premium, .btn-neon {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(231,76,60,0.4);
}

.btn-green {
  background: linear-gradient(135deg, #27ae60 0%, #1e8449 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(39,174,96,0.4);
}

.btn-yellow {
  background: linear-gradient(135deg, #f1c40f 0%, #f39c12 100%);
  color: #1a4d2e;
  box-shadow: 0 4px 15px rgba(241,196,15,0.4);
}

.btn-red:hover, .btn-premium:hover, .btn-neon:hover,
.btn-green:hover, .btn-yellow:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
  filter: brightness(1.12);
}

.btn-red:active, .btn-premium:active, .btn-neon:active,
.btn-green:active, .btn-yellow:active {
  transform: translateY(-1px);
}

/* ============================================
   HERO SECTION
============================================ */
.hero-section {
  min-height: 100svh;
  background: linear-gradient(
      135deg,
      rgba(13,40,24,0.97) 0%,
      rgba(26,77,46,0.92) 60%,
      rgba(45,122,74,0.88) 100%
    ),
    url('https://d2xsxph8kpxj0f.cloudfront.net/310519663615937518/aMGnZs7TjoY5faGQig9gDV/green-alpona-background-JdCeECf3YGfpEkfqVGJq47.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 10vh, 100px) var(--container-padding);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: min(800px, 100%);
  margin: 0 auto;
  animation: fadeInUp 0.9s ease-out both;
}
.hero-label {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid var(--text-yellow);
  border-radius: var(--radius-full);
  color: var(--text-yellow);
  font-size: clamp(11px, 1.2vw, 14px); /* 🔥 responsive */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: var(--space-lg);
  background: rgba(244,208,63,0.12);
  backdrop-filter: blur(6px);
}

.hero-title {
  font-size: clamp(48px, 7.5vw, 104px); /* 🔥 বড় + cinematic */
  font-weight: 900;
  color: var(--text-yellow) !important;
  margin-bottom: var(--space-sm);
  line-height: 1.05;
  text-shadow: 4px 4px 12px rgba(0,0,0,0.6);
  letter-spacing: 1px;
}

.hero-title .highlight {
  color: var(--text-red);
  display: block;
  margin-top: 12px;
  font-size: 1.08em;
}

.hero-subtitle {
  font-size: clamp(18px, 3vw, 28px); /* 🔥 বড় করা হয়েছে */
  color: rgba(255,255,255,0.95);
  margin-bottom: var(--space-xl);
  font-style: italic;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.35);
  line-height: 1.6;
  max-width: 750px;
}

.hero-buttons {
  display: flex;
  gap: clamp(12px, 2vw, 20px);
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: var(--space-xl);
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================
   SECTIONS
============================================ */
section {
  padding: clamp(50px, 8vw, 80px) var(--container-padding);
  position: relative;
}

section:nth-child(even) { background-color: rgba(13,40,24,0.45); }
section:nth-child(odd)  { background-color: transparent; }

.section-header {
  text-align: center;
  margin-bottom: clamp(36px, 6vw, 60px);
  position: relative;
  z-index: 1;
}

.section-label {
  display: inline-block;
  color: var(--text-red);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 14px;
}

.section-header h2 {
  font-size: var(--text-section);
  font-weight: 900;
  color: var(--text-yellow);
  margin-bottom: 14px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
  line-height: 1.15;
}

.section-header p {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================
   ABOUT
============================================ */
#about {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 60px);
  align-items: center;
  position: relative;
  z-index: 2;
}

.about-text h3 {
  font-size: clamp(20px, 3vw, 28px);
  color: var(--text-red);
  margin-top: var(--space-md);
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.about-text p {
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 14px;
  font-size: clamp(14px, 1.8vw, 16px);
}

.voice-artist-image {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg), 0 0 0 4px rgba(26,77,46,0.5);
  border: 4px solid var(--primary-green);
  transition: var(--transition-slow);
}

.voice-artist-image:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}

/* ============================================
   ADMISSIONS
============================================ */
#admissions {
  background:
    linear-gradient(135deg, rgba(26,77,46,0.92) 0%, rgba(45,122,74,0.92) 100%),
    url('https://d2xsxph8kpxj0f.cloudfront.net/310519663615937518/aMGnZs7TjoY5faGQig9gDV/green-alpona-background-JdCeECf3YGfpEkfqVGJq47.webp');
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

#admissions .section-header h2 { color: var(--text-yellow); }
#admissions .section-header p  { color: rgba(255,255,255,0.9); }

.admission-form {
  max-width: min(700px, 100%);
  margin: 0 auto;
  background: var(--bg-white);
  padding: clamp(24px, 5vw, 50px);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
  border: 3px solid var(--text-yellow);
}

.form-group { margin-bottom: var(--space-md); }

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-dark);
  font-weight: 700;
  font-size: clamp(13px, 1.5vw, 15px);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: clamp(13px, 1.5vw, 14px);
  transition: var(--transition);
  background-color: #f9f9f9;
  color: var(--text-dark);
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a4d2e' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--text-red);
  background-color: var(--bg-white);
  box-shadow: 0 0 0 4px rgba(231,76,60,0.12);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--text-red) 0%, #c0392b 100%);
  color: var(--text-light);
  border: none;
  border-radius: var(--radius-sm);
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 8px 20px rgba(231,76,60,0.3);
  touch-action: manipulation;
  font-family: inherit;
}

.form-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(231,76,60,0.4); }
.form-submit:active { transform: translateY(0); }

.form-message {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  text-align: center;
  font-weight: 600;
  font-size: clamp(13px, 1.5vw, 15px);
}

.form-message.success { background: rgba(46,204,113,0.1); color: #27ae60; border: 2px solid #27ae60; }
.form-message.error   { background: rgba(231,76,60,0.1);  color: var(--text-red); border: 2px solid var(--text-red); }

/* ============================================
   TRAINERS
============================================ */
#trainers { background-color: transparent; position: relative; z-index: 1; }

.trainers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: clamp(20px, 4vw, 40px);
  position: relative;
  z-index: 2;
}

.trainer-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(244,208,63,0.35);
  backdrop-filter: blur(8px);
}

.trainer-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(231,76,60,0.6);
}

.trainer-image-wrapper {
  position: relative;
  overflow: hidden;
  height: clamp(280px, 40vw, 400px);
  background: linear-gradient(135deg, rgba(26,77,46,0.2) 0%, rgba(61,154,95,0.2) 100%);
}

.trainer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  transition: transform 0.5s ease;
}

.trainer-card:hover .trainer-image { transform: scale(1.06); }

.trainer-info {
  padding: clamp(18px, 3vw, 26px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.trainer-role {
  color: var(--text-red);
  font-weight: 700;
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  display: block;
}

.trainer-info h3 {
  font-size: clamp(18px, 2.5vw, 22px);
  color: var(--text-yellow);
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.trainer-info p {
  color: rgba(255,255,255,0.85);
  font-size: clamp(13px, 1.5vw, 14px);
  line-height: 1.65;
}

/* ============================================
   TESTIMONIALS
============================================ */
#testimonials {
  background:
    linear-gradient(135deg, rgba(26,77,46,0.92) 0%, rgba(45,122,74,0.92) 100%),
    url('https://d2xsxph8kpxj0f.cloudfront.net/310519663615937518/aMGnZs7TjoY5faGQig9gDV/green-alpona-background-JdCeECf3YGfpEkfqVGJq47.webp');
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(16px, 3vw, 30px);
  position: relative;
  z-index: 2;
}

.testimonial-card {
  background: var(--bg-card);
  padding: clamp(20px, 3vw, 30px);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--text-yellow);
  transition: var(--transition);
  backdrop-filter: blur(8px);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  border-left-color: var(--text-red);
}

.testimonial-text {
  color: rgba(255,255,255,0.88);
  font-size: clamp(13px, 1.8vw, 15px);
  line-height: 1.85;
  margin-bottom: 16px;
  font-style: italic;
}

.testimonial-author {
  font-weight: 700;
  color: var(--text-yellow);
  font-size: clamp(13px, 1.5vw, 14px);
}

/* ============================================
   CATEGORIES
============================================ */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: clamp(16px, 3vw, 30px);
}

.category-card {
  background: var(--bg-card);
  padding: clamp(24px, 4vw, 40px);
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,0.1);
  border-bottom: 4px solid var(--text-yellow);
  backdrop-filter: blur(6px);
}

.category-card:hover {
  transform: translateY(-10px);
  border-bottom-color: var(--text-red);
  box-shadow: var(--shadow-lg);
  border-color: rgba(244,208,63,0.5);
}

.category-number {
  font-size: clamp(36px, 6vw, 50px);
  font-weight: 900;
  color: rgba(244,208,63,0.18);
  margin-bottom: -24px;
}

.category-card h3 {
  color: var(--text-yellow);
  margin-bottom: 12px;
  font-weight: 800;
  font-size: clamp(16px, 2.5vw, 20px);
}

.category-card p {
  color: rgba(255,255,255,0.85);
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.65;
}

/* ============================================
   FOOTER
============================================ */
.site-footer {
  background: linear-gradient(135deg, var(--dark-green) 0%, var(--primary-green) 60%, var(--light-green) 100%);
  color: var(--text-light);
  padding: clamp(36px, 6vw, 56px) var(--container-padding) clamp(16px, 3vw, 22px);
  position: relative;
  z-index: 1;
  border-top: 3px solid var(--text-yellow);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: clamp(24px, 4vw, 40px);
  margin-bottom: clamp(28px, 4vw, 40px);
  position: relative;
  z-index: 2;
}

.footer-section h3 {
  color: var(--text-yellow);
  margin-bottom: 14px;
  font-weight: 800;
  font-size: clamp(15px, 2vw, 18px);
}

.footer-section p,
.footer-section a {
  color: rgba(255,255,255,0.85);
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.8;
}

.footer-section a:hover {
  color: var(--text-yellow);
  transition: var(--transition);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 18px;
  text-align: center;
  color: rgba(255,255,255,0.7);
  font-size: clamp(12px, 1.5vw, 14px);
  position: relative;
  z-index: 2;
}

/* ============================================
   RESPONSIVE — TABLET (max 900px)
============================================ */
@media (max-width: 900px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }

  .about-image-wrapper { order: -1; }

  .voice-artist-image {
    max-height: 380px;
    object-fit: cover;
  }
}

/* ============================================
   RESPONSIVE — MOBILE (max 768px)
============================================ */
@media (max-width: 768px) {
  /* Show hamburger */
  .mobile-menu-toggle {
    display: flex;
  }

  /* Full-screen slide-in menu */
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(13, 40, 24, 0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
    padding: var(--space-2xl) var(--space-lg);
    pointer-events: none;
  }

  .main-navigation.open {
    transform: translateX(0);
    pointer-events: all;
  }

  .main-navigation ul {
    flex-direction: column;
    align-items: center;
    gap: var(--space-lg);
    margin-bottom: var(--space-xl);
  }

  .main-navigation ul a {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-light);
    padding: 4px 0;
  }

  .main-navigation ul a:hover {
    color: var(--text-yellow);
  }

  /* btn-premium inside nav on mobile */
  .main-navigation .btn-premium {
    margin-top: 10px;
    font-size: 16px;
    padding: 14px 36px;
  }

  /* Hero */
  .hero-section { background-attachment: scroll; }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons > * {
    width: 100%;
    max-width: 300px;
  }

  /* Others */
  #admissions    { background-attachment: scroll; }
  #testimonials  { background-attachment: scroll; }
}

/* ============================================
   RESPONSIVE — SMALL MOBILE (max 480px)
============================================ */
@media (max-width: 480px) {
  :root { --container-padding: 16px; }

  .hero-label {
    font-size: 10px;
    letter-spacing: 1.5px;
    padding: 8px 18px;
  }

  .admission-form {
    border-radius: var(--radius-md);
    border-width: 2px;
  }

  .trainer-image-wrapper { height: 260px; }

  .trainers-grid,
  .testimonials-grid,
  .categories-grid,
  .footer-content {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   RESPONSIVE — VERY SMALL (max 360px)
============================================ */
@media (max-width: 360px) {
  .site-logo a,
  .premium-logo-link { font-size: 18px; }

  .logo-sh { width: 34px; height: 34px; font-size: 17px; }
}

/* ============================================
   LARGE SCREENS (min 1400px)
============================================ */
@media (min-width: 1400px) {
  :root { --container-max: 1320px; }

  .hero-title    { font-size: 80px; }
  .section-header h2 { font-size: 54px; }
}

/* ============================================
   REDUCED MOTION
============================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

/* ============================================
   PRINT
============================================ */
@media print {
  body { background: white; color: black; }

  .site-header, .hero-section, .site-footer,
  .mobile-menu-toggle { display: none; }

  section { background: white !important; padding: 20px 0; }

  .section-header h2,
  .trainer-info h3,
  .category-card h3 { color: black !important; text-shadow: none; }
}