/* ===== FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #FFF8F0; color: #1a1a1a; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ===== COLORS ===== */
:root {
  --saffron: #FF6B00;
  --saffron-dark: #e05500;
  --gold: #C9A227;
  --cream: #FFF8F0;
  --maroon: #1A0A00;
  --maroon-light: #3d1a00;
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: all 0.3s ease;
  padding: 1rem 0;
}
.navbar.scrolled {
  background: rgba(255,255,255,0.97);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  backdrop-filter: blur(10px);
}
.navbar.scrolled .nav-logo, .navbar.scrolled .nav-link { color: #1a0a00; }
.navbar.scrolled .nav-logo span { color: var(--saffron); }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: 'Cinzel', serif; font-size: 1.4rem; font-weight: 700; color: white; }
.nav-logo span { color: #C9A227; }
.nav-links { display: flex; gap: 1.8rem; align-items: center; }
.nav-link { font-size: 0.85rem; font-weight: 500; color: rgba(255,255,255,0.9); letter-spacing: 0.05em; transition: color 0.2s; }
.nav-link:hover { color: #C9A227; }
.nav-cta { background: var(--saffron); color: white !important; padding: 0.5rem 1.2rem; border-radius: 50px; font-size: 0.85rem; font-weight: 600; transition: background 0.2s; }
.nav-cta:hover { background: var(--saffron-dark); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 24px; height: 2px; background: white; border-radius: 2px; transition: all 0.3s; display: block; }
.navbar.scrolled .nav-toggle span { background: #1a0a00; }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: white; z-index: 999; padding: 5rem 2rem 2rem; flex-direction: column; gap: 1.5rem; }
.mobile-menu.open { display: flex; }
.mobile-menu .nav-link { font-size: 1.2rem; color: #1a0a00; border-bottom: 1px solid #f0e8dc; padding-bottom: 1rem; }
.mobile-close { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; font-size: 1.8rem; cursor: pointer; color: #1a0a00; }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #1A0A00 0%, #3d1500 40%, #FF6B00 100%);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding: 6rem 0 4rem;
}
.hero-mandala {
  position: absolute; inset: 0; opacity: 0.07;
  pointer-events: none;
}
.hero-mandala .ring {
  position: absolute; border-radius: 50%; border: 1.5px solid #C9A227;
}
.hero-inner { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.15); backdrop-filter: blur(10px); border: 1px solid rgba(201,162,39,0.4); padding: 0.5rem 1rem; border-radius: 50px; color: #C9A227; font-size: 0.8rem; font-weight: 600; margin-bottom: 1.5rem; }
.hero h1 { font-family: 'Cinzel', serif; font-size: clamp(3rem, 6vw, 5rem); font-weight: 900; line-height: 1.05; color: white; margin-bottom: 1rem; }
.hero h1 span { color: #C9A227; }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--saffron); color: white; padding: 0.85rem 2rem; border-radius: 50px; font-weight: 600; font-size: 0.95rem; transition: all 0.2s; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-primary:hover { background: var(--saffron-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,107,0,0.35); }
.btn-outline { border: 2px solid rgba(255,255,255,0.5); color: white; padding: 0.85rem 2rem; border-radius: 50px; font-weight: 600; font-size: 0.95rem; transition: all 0.2s; }
.btn-outline:hover { border-color: white; background: rgba(255,255,255,0.1); }
.hero-visual { display: flex; flex-direction: column; gap: 1rem; }
.hero-card { background: rgba(255,255,255,0.12); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.2); border-radius: 16px; padding: 1.25rem 1.5rem; }
.hero-card-big { background: linear-gradient(135deg, rgba(201,162,39,0.25), rgba(255,107,0,0.15)); border-color: rgba(201,162,39,0.4); text-align: center; padding: 2rem; }
.hero-num { font-family: 'Cinzel', serif; font-size: 2.5rem; font-weight: 900; color: #C9A227; }
.hero-label { color: rgba(255,255,255,0.8); font-size: 0.85rem; margin-top: 0.2rem; }
.hero-cards-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.hero-card-sm .hero-num { font-size: 1.6rem; }

/* ===== SECTION BASE ===== */
section { padding: 5rem 0; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.section-tag { display: inline-block; background: #fff0e0; color: var(--saffron); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.35rem 1rem; border-radius: 50px; margin-bottom: 1rem; }
.section-title { font-family: 'Cinzel', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: #1a0a00; margin-bottom: 1rem; line-height: 1.2; }
.section-sub { color: #666; font-size: 1.05rem; line-height: 1.7; max-width: 600px; }
.text-center { text-align: center; }
.text-center .section-sub { margin: 0 auto; }

/* ===== STATS SECTION ===== */
.stats { background: white; padding: 4rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat-item { text-align: center; }
.stat-icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--saffron), var(--gold)); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-size: 1.5rem; }
.stat-num { font-family: 'Cinzel', serif; font-size: 2.5rem; font-weight: 700; color: var(--saffron); }
.stat-label { color: #666; font-size: 0.9rem; margin-top: 0.25rem; }

/* ===== ABOUT ===== */
.about { background: #FFF8F0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-bg { width: 100%; aspect-ratio: 3/4; background: linear-gradient(135deg, var(--maroon), var(--saffron)); border-radius: 24px; display: flex; align-items: center; justify-content: center; font-size: 8rem; }
.about-badge { position: absolute; bottom: -1rem; right: -1rem; background: white; border-radius: 16px; padding: 1.2rem 1.5rem; box-shadow: 0 8px 32px rgba(0,0,0,0.12); text-align: center; }
.about-badge-num { font-family: 'Cinzel', serif; font-size: 1.8rem; font-weight: 700; color: var(--saffron); }
.about-badge-text { font-size: 0.75rem; color: #666; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.about-stat { background: white; border-radius: 12px; padding: 1rem; border-left: 3px solid var(--saffron); }
.about-stat-num { font-family: 'Cinzel', serif; font-size: 1.4rem; font-weight: 700; color: var(--saffron); }
.about-stat-label { font-size: 0.8rem; color: #666; }

/* ===== RECORDS ===== */
.records { background: linear-gradient(135deg, #1A0A00, #3d1500); }
.records .section-title { color: white; }
.records .section-sub { color: rgba(255,255,255,0.7); }
.records .section-tag { background: rgba(201,162,39,0.2); color: #C9A227; }
.records-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.record-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(201,162,39,0.25); border-radius: 20px; padding: 2rem; transition: all 0.3s; }
.record-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); }
.record-card.featured { background: linear-gradient(135deg, rgba(201,162,39,0.2), rgba(255,107,0,0.15)); border-color: rgba(201,162,39,0.5); grid-column: span 3; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.record-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.record-num { font-family: 'Cinzel', serif; font-size: 2.2rem; font-weight: 700; color: #C9A227; }
.record-title { font-size: 1.1rem; font-weight: 600; color: white; margin: 0.3rem 0; }
.record-org { font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.record-featured-text h3 { font-family: 'Cinzel', serif; font-size: 1.5rem; color: white; margin-bottom: 0.75rem; }
.record-featured-text p { color: rgba(255,255,255,0.75); line-height: 1.7; }
.record-verify { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(34,197,94,0.15); color: #4ade80; font-size: 0.75rem; font-weight: 600; padding: 0.3rem 0.8rem; border-radius: 50px; margin-top: 1rem; }

/* ===== BENEFITS ===== */
.benefits { background: white; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.benefit-card { background: #FFF8F0; border-radius: 16px; padding: 1.75rem; border: 1px solid #f0e8dc; transition: all 0.3s; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(255,107,0,0.1); border-color: rgba(255,107,0,0.2); }
.benefit-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.benefit-title { font-weight: 700; color: #1a0a00; margin-bottom: 0.5rem; font-size: 1rem; }
.benefit-desc { font-size: 0.88rem; color: #666; line-height: 1.6; }

/* ===== TRAINING ===== */
.training { background: #FFF8F0; }
.training-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.plan-card { background: white; border-radius: 20px; padding: 2rem; border: 2px solid #f0e8dc; position: relative; transition: all 0.3s; }
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }
.plan-card.popular { border-color: var(--saffron); }
.popular-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--saffron); color: white; font-size: 0.72rem; font-weight: 700; padding: 0.3rem 1rem; border-radius: 50px; white-space: nowrap; }
.plan-level { font-size: 0.75rem; font-weight: 600; color: var(--saffron); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.plan-name { font-family: 'Cinzel', serif; font-size: 1.4rem; font-weight: 700; color: #1a0a00; margin-bottom: 0.5rem; }
.plan-desc { font-size: 0.85rem; color: #666; margin-bottom: 1.5rem; }
.plan-price { font-family: 'Cinzel', serif; font-size: 2rem; font-weight: 700; color: var(--saffron); margin-bottom: 1.5rem; }
.plan-price span { font-size: 1rem; color: #999; font-family: 'Inter', sans-serif; font-weight: 400; }
.plan-features { list-style: none; margin-bottom: 1.75rem; display: flex; flex-direction: column; gap: 0.6rem; }
.plan-features li { font-size: 0.85rem; color: #444; display: flex; align-items: center; gap: 0.5rem; }
.plan-features li::before { content: '✓'; color: var(--saffron); font-weight: 700; flex-shrink: 0; }
.btn-wa { display: block; text-align: center; background: #25D366; color: white; padding: 0.8rem; border-radius: 12px; font-weight: 600; font-size: 0.9rem; transition: background 0.2s; }
.btn-wa:hover { background: #1da855; }
.btn-wa-outline { display: block; text-align: center; border: 2px solid #25D366; color: #25D366; padding: 0.8rem; border-radius: 12px; font-weight: 600; font-size: 0.9rem; transition: all 0.2s; }
.btn-wa-outline:hover { background: #25D366; color: white; }

/* ===== TESTIMONIALS ===== */
.testimonials { background: white; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.testi-card { background: #FFF8F0; border-radius: 20px; padding: 2rem; border: 1px solid #f0e8dc; }
.stars { color: #F59E0B; font-size: 1rem; margin-bottom: 1rem; letter-spacing: 2px; }
.testi-text { font-size: 0.93rem; color: #444; line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 0.75rem; }
.testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--saffron), var(--gold)); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 1rem; flex-shrink: 0; }
.testi-name { font-weight: 600; color: #1a0a00; font-size: 0.9rem; }
.testi-role { font-size: 0.78rem; color: #999; }

/* ===== JOURNEY TIMELINE ===== */
.journey { background: #FFF8F0; }
.timeline { position: relative; margin-top: 3rem; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--saffron), var(--gold)); transform: translateX(-50%); }
.timeline-item { display: grid; grid-template-columns: 1fr 40px 1fr; gap: 1.5rem; margin-bottom: 2.5rem; align-items: center; }
.timeline-item:nth-child(odd) .tl-content { text-align: right; }
.timeline-item:nth-child(odd) .tl-empty { order: -1; }
.tl-dot { width: 40px; height: 40px; background: linear-gradient(135deg, var(--saffron), var(--gold)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.75rem; font-weight: 700; flex-shrink: 0; border: 3px solid white; box-shadow: 0 0 0 3px rgba(255,107,0,0.2); z-index: 1; }
.tl-content { background: white; border-radius: 16px; padding: 1.25rem 1.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.tl-year { font-size: 0.75rem; font-weight: 700; color: var(--saffron); margin-bottom: 0.25rem; }
.tl-title { font-weight: 700; color: #1a0a00; margin-bottom: 0.25rem; }
.tl-desc { font-size: 0.83rem; color: #666; }

/* ===== ACHIEVEMENTS ===== */
.achievements { background: white; }
.ach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 3rem; }
.ach-card { background: #FFF8F0; border-radius: 16px; padding: 1.5rem; border: 1px solid #f0e8dc; text-align: center; transition: all 0.3s; }
.ach-card:hover { transform: translateY(-3px); border-color: rgba(255,107,0,0.2); box-shadow: 0 8px 32px rgba(255,107,0,0.08); }
.ach-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.ach-title { font-weight: 600; color: #1a0a00; font-size: 0.9rem; margin-bottom: 0.3rem; }
.ach-year { font-size: 0.75rem; color: var(--saffron); font-weight: 600; }

/* ===== GALLERY ===== */
.gallery { background: #FFF8F0; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.gallery-item { aspect-ratio: 1; border-radius: 12px; overflow: hidden; background: linear-gradient(135deg, var(--maroon), var(--saffron)); display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.gallery-item.span2 { grid-column: span 2; grid-row: span 2; font-size: 5rem; }

/* ===== MEDIA ===== */
.media { background: white; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.media-card { background: #FFF8F0; border-radius: 16px; padding: 1.5rem; border: 1px solid #f0e8dc; }
.media-type { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--saffron); margin-bottom: 0.5rem; }
.media-title { font-weight: 600; color: #1a0a00; margin-bottom: 0.25rem; font-size: 0.93rem; }
.media-pub { font-size: 0.8rem; color: #999; }
.media-icon { font-size: 1.8rem; margin-bottom: 0.75rem; }

/* ===== CONTACT ===== */
.contact { background: #FFF8F0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; margin-top: 3rem; }
.contact-info { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-card { background: white; border-radius: 16px; padding: 1.25rem 1.5rem; border: 1px solid #f0e8dc; display: flex; align-items: center; gap: 1rem; }
.contact-icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--saffron), var(--gold)); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-label { font-size: 0.75rem; color: #999; margin-bottom: 0.1rem; }
.contact-val { font-weight: 600; color: #1a0a00; font-size: 0.9rem; }
.contact-form { background: white; border-radius: 20px; padding: 2rem; border: 1px solid #f0e8dc; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.83rem; font-weight: 500; color: #444; margin-bottom: 0.4rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #e8ddd0; border-radius: 10px; font-size: 0.9rem; font-family: 'Inter', sans-serif; outline: none; transition: border 0.2s; background: #fefefe; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--saffron); }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit { width: 100%; background: var(--saffron); color: white; padding: 0.9rem; border: none; border-radius: 12px; font-size: 0.95rem; font-weight: 600; cursor: pointer; font-family: 'Inter', sans-serif; transition: background 0.2s; }
.btn-submit:hover { background: var(--saffron-dark); }
.form-success { display: none; text-align: center; padding: 2rem; color: #22c55e; }
.form-success.show { display: block; }

/* ===== CTA BANNER ===== */
.cta-banner { background: linear-gradient(135deg, #1A0A00, #3d1500, var(--saffron)); padding: 5rem 0; text-align: center; }
.cta-banner h2 { font-family: 'Cinzel', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); color: white; margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin-bottom: 2rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ===== FOOTER ===== */
footer { background: #0f0600; color: rgba(255,255,255,0.7); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { font-family: 'Cinzel', serif; font-size: 1.5rem; font-weight: 700; color: white; margin-bottom: 0.75rem; }
.footer-logo span { color: #C9A227; }
.footer-desc { font-size: 0.85rem; line-height: 1.7; color: rgba(255,255,255,0.5); }
.footer-heading { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #C9A227; margin-bottom: 1.25rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { font-size: 0.85rem; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-links a:hover { color: #C9A227; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(255,255,255,0.3); }
.social-links { display: flex; gap: 0.75rem; margin-top: 1.25rem; }
.social-link { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: background 0.2s; }
.social-link:hover { background: var(--saffron); }

/* ===== WHATSAPP FLOAT ===== */
.wa-float { position: fixed; bottom: 1.5rem; right: 1.5rem; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 999; transition: transform 0.2s; cursor: pointer; }
.wa-float:hover { transform: scale(1.1); }

/* ===== PAGE HERO ===== */
.page-hero { background: linear-gradient(135deg, #1A0A00, #3d1500); padding: 8rem 0 4rem; text-align: center; }
.page-hero h1 { font-family: 'Cinzel', serif; font-size: clamp(2rem, 5vw, 3.5rem); color: white; margin-bottom: 1rem; }
.page-hero p { color: rgba(255,255,255,0.75); font-size: 1.05rem; max-width: 600px; margin: 0 auto; }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.fade-in { opacity: 0; animation: fadeInUp 0.7s ease forwards; }
.fade-in-delay-1 { animation-delay: 0.1s; }
.fade-in-delay-2 { animation-delay: 0.2s; }
.fade-in-delay-3 { animation-delay: 0.3s; }
.spin-slow { animation: spin-slow 20s linear infinite; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .records-grid { grid-template-columns: 1fr 1fr; }
  .record-card.featured { grid-column: span 2; grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .training-grid { grid-template-columns: 1fr 1fr; }
  .ach-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .records-grid { grid-template-columns: 1fr; }
  .record-card.featured { grid-column: span 1; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .training-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .ach-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.span2 { grid-column: span 1; grid-row: span 1; font-size: 3rem; }
  .media-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .timeline::before { left: 20px; }
  .timeline-item { grid-template-columns: 40px 1fr; }
  .tl-empty { display: none; }
  .timeline-item:nth-child(odd) .tl-content { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.75rem; text-align: center; }
}
