/*
Theme Name: Gen Z Voices Uganda
Theme URI: https://genzvoicesuganda.org
Author: Gen Z Voices Uganda
Author URI: https://genzvoicesuganda.org
Description: Official website theme for Gen Z Voices Uganda — Speaking Change, Voicing Rights
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: genzvoices
*/

:root {
  --navy: #1a237e;
  --blue: #2d3eb3;
  --orange: #f5a623;
  --orange-light: #ffcc70;
  --white: #ffffff;
  --off-white: #f8f8f4;
  --light: #f0f0ec;
  --dark: #0d0d0d;
  --text: #222222;
  --muted: #666666;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
h1, h2, h3, h4, h5 { font-family: 'Syne', sans-serif; }
img { display: block; width: 100%; }

/* LOADER */
.loader { position: fixed; inset: 0; z-index: 9999; background: var(--navy); display: flex; align-items: center; justify-content: center; transition: opacity 0.6s ease, visibility 0.6s ease; }
.loader.hidden { opacity: 0; visibility: hidden; }
.loader-inner { text-align: center; }
.loader-logo { width: 60px; height: 60px; border-radius: 16px; background: var(--orange); display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 22px; color: var(--navy); margin: 0 auto 20px; animation: loaderPulse 1.2s ease infinite; overflow: hidden; }
.loader-logo img { width: 100%; height: 100%; object-fit: contain; }
.loader-bar-wrap { width: 160px; height: 3px; background: rgba(255,255,255,0.12); border-radius: 2px; overflow: hidden; }
.loader-bar { height: 100%; background: var(--orange); border-radius: 2px; animation: loaderFill 1.2s ease forwards; }
@keyframes loaderPulse { 0%,100%{transform:scale(1);}50%{transform:scale(1.08);} }
@keyframes loaderFill { from{width:0;}to{width:100%;} }

/* NAV */
nav { position: fixed; top: 0; width: 100%; z-index: 1000; background: rgba(13,13,42,0.96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 70px; transition: all 0.3s; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-icon { width: 42px; height: 42px; border-radius: 10px; overflow: hidden; background: white; display: flex; align-items: center; justify-content: center; padding: 2px; }
.nav-logo-icon img { width: 100%; height: 100%; object-fit: contain; }
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-name { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 14px; color: #fff; line-height: 1.1; }
.nav-logo-tag { font-size: 10px; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; position: relative; padding-bottom: 4px; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--orange); transition: width 0.3s ease; border-radius: 2px; }
.nav-links a:hover { color: var(--orange); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { background: var(--orange); color: var(--navy) !important; padding: 10px 22px; border-radius: 6px; font-weight: 700 !important; transition: all 0.2s !important; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--orange-light) !important; transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: all 0.3s; }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; top: 70px; left: 0; right: 0; background: rgba(13,13,42,0.99); padding: 12px 5% 24px; z-index: 999; border-bottom: 1px solid rgba(255,255,255,0.08); transform: translateY(-10px); opacity: 0; transition: transform 0.3s ease, opacity 0.3s ease; }
.mobile-menu.open { display: block; }
.mobile-menu.visible { transform: translateY(0); opacity: 1; }
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; }
.mobile-menu ul li a { display: block; padding: 14px 0; color: rgba(255,255,255,0.8); text-decoration: none; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.2s; font-weight: 500; }
.mobile-menu ul li:last-child a { border-bottom: none; }
.mobile-menu ul li a:hover { color: var(--orange); padding-left: 8px; }

/* HERO */
.hero { min-height: 100vh; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; transform: scale(1.04); transition: transform 8s ease; }
.hero-bg.loaded { transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,12,50,0.97) 0%, rgba(10,12,50,0.75) 40%, rgba(10,12,50,0.3) 70%, transparent 100%); }
.hero-content { position: relative; z-index: 1; padding: 0 5% 80px; max-width: 780px; animation: fadeUp 1s ease both; animation-delay: 0.3s; opacity: 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(245,166,35,0.18); border: 1px solid rgba(245,166,35,0.5); color: var(--orange); padding: 8px 16px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 24px; }
.hero-logo-img { margin-bottom: 20px; }
.hero-logo-img img { width: 90px; height: auto; filter: drop-shadow(0 4px 16px rgba(0,0,0,0.4)); }
.hero h1 { font-size: clamp(40px, 7vw, 88px); font-weight: 800; color: var(--white); line-height: 1.0; letter-spacing: -2px; margin-bottom: 20px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero p { font-size: 18px; color: rgba(255,255,255,0.7); line-height: 1.75; max-width: 540px; font-weight: 300; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--orange); color: var(--navy); padding: 16px 32px; border-radius: 8px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; text-decoration: none; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 6px 24px rgba(245,166,35,0.4); }
.btn-primary:hover { background: var(--orange-light); transform: translateY(-2px); box-shadow: 0 10px 36px rgba(245,166,35,0.5); color: var(--navy); }
.btn-ghost { background: transparent; color: var(--white); padding: 16px 32px; border-radius: 8px; font-family: 'Syne', sans-serif; font-weight: 600; font-size: 15px; text-decoration: none; border: 1.5px solid rgba(255,255,255,0.3); transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
.hero-scroll { position: absolute; bottom: 30px; right: 5%; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.4); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; animation: bounce 2s infinite; }
.hero-scroll-line { width: 1px; height: 50px; background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent); }

/* IMPACT TICKER */
.impact-bar { background: var(--orange); padding: 20px 5%; overflow: hidden; }
.impact-track { display: flex; gap: 60px; animation: ticker 20s linear infinite; white-space: nowrap; }
.impact-item { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.impact-num { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; color: var(--navy); }
.impact-label { font-size: 13px; color: var(--navy); font-weight: 500; opacity: 0.8; }
.impact-sep { color: var(--navy); opacity: 0.3; font-size: 24px; }

/* SECTION BASE */
.section { padding: 100px 5%; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
.section-title { font-size: clamp(30px, 4vw, 56px); font-weight: 800; color: var(--navy); line-height: 1.1; letter-spacing: -1px; margin-bottom: 18px; }
.section-sub { font-size: 17px; color: var(--muted); line-height: 1.75; max-width: 540px; font-weight: 300; }

/* ABOUT */
.about { background: var(--off-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-main { width: 100%; height: 520px; object-fit: cover; border-radius: 24px; box-shadow: 0 24px 80px rgba(0,0,0,0.18); }
.about-img-float { position: absolute; bottom: -28px; right: -28px; width: 200px; height: 200px; border-radius: 20px; overflow: hidden; border: 6px solid var(--white); box-shadow: 0 16px 48px rgba(0,0,0,0.2); }
.about-img-float img { width: 100%; height: 100%; object-fit: cover; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 36px 0; }
.stat-box { background: var(--white); border-radius: 14px; padding: 20px; border-left: 4px solid var(--orange); transition: transform 0.3s, box-shadow 0.3s; }
.stat-box:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.stat-box-num { font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 800; color: var(--navy); }
.stat-box-label { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* PROGRAMS */
.programs { background: var(--white); }
.programs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.prog-card { border-radius: 20px; overflow: hidden; border: 1px solid rgba(0,0,0,0.06); transition: transform 0.4s, box-shadow 0.4s; background: var(--off-white); }
.prog-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(0,0,0,0.12); }
.prog-img { height: 220px; overflow: hidden; position: relative; }
.prog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.prog-card:hover .prog-img img { transform: scale(1.06); }
.prog-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,35,126,0.7), transparent); }
.prog-img-tag { position: absolute; bottom: 14px; left: 14px; background: var(--orange); color: var(--navy); padding: 4px 12px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.prog-body { padding: 24px; }
.prog-body h3 { font-size: 19px; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.3; }
.prog-body p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* GALLERY */
.gallery { background: var(--dark); padding: 100px 5%; }
.gallery-header { max-width: 1200px; margin: 0 auto 48px; }
.gallery-header .section-title { color: var(--white); }
.gallery-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 240px); gap: 12px; }
.gallery-item { border-radius: 12px; overflow: hidden; position: relative; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.5), transparent); opacity: 0; transition: opacity 0.3s; }
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* MISSION VISION */
.mv { background: var(--navy); padding: 100px 5%; }
.mv-inner { max-width: 1200px; margin: 0 auto; }
.mv-top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.mv-card { border-radius: 20px; padding: 48px; position: relative; overflow: hidden; }
.mv-card.mission { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); }
.mv-card.vision { background: var(--orange); }
.mv-icon { font-size: 36px; margin-bottom: 16px; }
.mv-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 14px; }
.mv-card.mission .mv-label { color: var(--orange); }
.mv-card.vision .mv-label { color: var(--navy); }
.mv-card h3 { font-size: 26px; font-weight: 800; line-height: 1.25; margin-bottom: 16px; }
.mv-card.mission h3 { color: var(--white); }
.mv-card.vision h3 { color: var(--navy); }
.mv-card p { font-size: 15px; line-height: 1.8; font-weight: 300; }
.mv-card.mission p { color: rgba(255,255,255,0.72); }
.mv-card.vision p { color: rgba(26,35,126,0.82); }
.mv-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-pill { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 24px; transition: background 0.3s, transform 0.3s; }
.value-pill:hover { background: rgba(245,166,35,0.12); border-color: rgba(245,166,35,0.3); transform: translateY(-4px); }
.value-pill-icon { font-size: 28px; margin-bottom: 12px; }
.value-pill h4 { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.value-pill p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; }

/* ACHIEVEMENTS */
.achievements { background: var(--light); padding: 100px 5%; }
.ach-inner { max-width: 1200px; margin: 0 auto; }
.ach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 60px; }
.ach-img-wrap { position: relative; }
.ach-img { width: 100%; height: 480px; object-fit: cover; border-radius: 20px; }
.ach-img-badge { position: absolute; top: -20px; right: -20px; width: 120px; height: 120px; border-radius: 50%; background: var(--orange); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 8px 32px rgba(245,166,35,0.4); }
.ach-img-badge-num { font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 800; color: var(--navy); line-height: 1; }
.ach-img-badge-text { font-size: 10px; color: var(--navy); font-weight: 700; text-align: center; }
.ach-list { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }
.ach-item { display: flex; align-items: flex-start; gap: 16px; background: var(--white); border-radius: 14px; padding: 20px; border-left: 4px solid var(--orange); transition: transform 0.3s, box-shadow 0.3s; }
.ach-item:hover { transform: translateX(6px); box-shadow: 0 8px 24px rgba(0,0,0,0.07); }
.ach-item-icon { font-size: 28px; flex-shrink: 0; }
.ach-item h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.ach-item p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* TEAM */
.team { background: var(--white); padding: 100px 5%; }
.team-inner { max-width: 1200px; margin: 0 auto; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }
.team-card { border-radius: 20px; overflow: hidden; background: var(--off-white); transition: transform 0.4s, box-shadow 0.4s; border: 1px solid rgba(0,0,0,0.05); }
.team-card:hover { transform: translateY(-10px); box-shadow: 0 28px 64px rgba(0,0,0,0.12); }
.team-img { width: 100%; height: 280px; overflow: hidden; position: relative; }
.team-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.team-card:hover .team-img img { transform: scale(1.06); }
.team-img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,35,126,0.6), transparent 60%); opacity: 0; transition: opacity 0.4s; }
.team-card:hover .team-img-overlay { opacity: 1; }
.team-socials { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; opacity: 0; transition: opacity 0.4s; white-space: nowrap; }
.team-card:hover .team-socials { opacity: 1; }
.team-social-btn { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4); display: flex; align-items: center; justify-content: center; font-size: 14px; color: white; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.team-social-btn:hover { background: var(--orange); transform: scale(1.15); color: var(--navy); }
.team-body { padding: 20px; }
.team-body h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.team-body .role { font-size: 12px; font-weight: 700; color: var(--orange); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; }
.team-body p { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* NEWS */
.news { background: var(--off-white); padding: 100px 5%; }
.news-inner { max-width: 1200px; margin: 0 auto; }
.news-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; margin-top: 60px; }
.news-card { border-radius: 20px; overflow: hidden; background: var(--white); border: 1px solid rgba(0,0,0,0.06); transition: transform 0.4s, box-shadow 0.4s; display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(0,0,0,0.1); }
.news-img { position: relative; overflow: hidden; }
.news-img img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.6s; }
.news-card.featured .news-img img { height: 300px; }
.news-card:hover .news-img img { transform: scale(1.06); }
.news-category { position: absolute; top: 14px; left: 14px; background: var(--navy); color: white; padding: 5px 12px; border-radius: 4px; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.news-category.orange { background: var(--orange); color: var(--navy); }
.news-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.news-date { font-size: 12px; color: var(--muted); margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.news-date::before { content: ''; display: inline-block; width: 16px; height: 2px; background: var(--orange); border-radius: 1px; }
.news-body h3 { font-size: 18px; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: 12px; }
.news-card.featured .news-body h3 { font-size: 22px; }
.news-body p { font-size: 14px; color: var(--muted); line-height: 1.7; flex: 1; }
.news-read { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-weight: 700; font-size: 13px; text-decoration: none; margin-top: 16px; transition: gap 0.2s; }
.news-read:hover { gap: 10px; }

/* PARTNERS */
.partners { background: var(--off-white); padding: 72px 5%; }
.partners-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.partners-grid { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; margin-top: 48px; }
.partner-card { background: white; border-radius: 20px; padding: 32px 40px; box-shadow: 0 4px 24px rgba(0,0,0,0.07); border: 1px solid rgba(0,0,0,0.06); transition: transform 0.3s, box-shadow 0.3s; min-width: 220px; }
.partner-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.12); }
.partner-logo { height: 70px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.partner-logo img { max-height: 70px; width: auto; object-fit: contain; }
.partner-card h4 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; color: var(--navy); margin-bottom: 6px; }
.partner-card p { font-size: 12px; color: var(--muted); line-height: 1.5; }
.partner-card a { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 700; color: var(--orange); text-decoration: none; }

/* GET INVOLVED */
.involved { background: var(--white); padding: 100px 5%; }
.inv-inner { max-width: 1200px; margin: 0 auto; }
.inv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.inv-card { border-radius: 20px; padding: 36px; border: 1.5px solid var(--light); transition: all 0.3s; }
.inv-card:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
.inv-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 20px; transition: transform 0.3s; }
.inv-card:hover .inv-icon { transform: scale(1.1) rotate(-4deg); background: var(--orange); }
.inv-card h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.inv-card p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.inv-link { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-weight: 700; font-size: 14px; text-decoration: none; transition: gap 0.2s; }
.inv-link:hover { gap: 10px; }

/* APP SECTION */
.app-section { background: var(--navy); padding: 100px 5%; }
.app-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.app-features { display: flex; flex-direction: column; gap: 18px; margin: 32px 0; }
.app-feat { display: flex; align-items: flex-start; gap: 14px; }
.app-feat-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(245,166,35,0.2); border: 1px solid rgba(245,166,35,0.3); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; transition: background 0.3s; }
.app-feat:hover .app-feat-icon { background: rgba(245,166,35,0.4); }
.app-feat-text h4 { font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 3px; }
.app-feat-text p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; }
.app-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.app-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--white); color: var(--navy); padding: 14px 24px; border-radius: 10px; text-decoration: none; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; transition: all 0.3s; }
.app-btn:hover { background: var(--orange); transform: translateY(-2px); color: var(--navy); }
.app-btn.secondary { background: var(--orange); color: var(--navy); }
.app-btn.secondary:hover { background: var(--orange-light); }
.phone-wrap { display: flex; justify-content: center; position: relative; }
.phone { width: 260px; height: 520px; background: linear-gradient(145deg, #1a237e 0%, #2d3eb3 100%); border-radius: 40px; border: 8px solid #0d0d0d; overflow: hidden; position: relative; box-shadow: 0 40px 100px rgba(0,0,0,0.5), 0 0 0 2px rgba(255,255,255,0.08); animation: phoneFloat 4s ease-in-out infinite; }
@keyframes phoneFloat { 0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);} }
.phone-notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 80px; height: 6px; background: #0d0d0d; border-radius: 3px; z-index: 2; }
.phone-screen { padding: 32px 16px 16px; display: flex; flex-direction: column; align-items: center; height: 100%; }
.phone-logo { font-size: 40px; margin-bottom: 8px; }
.phone-app-name { font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; color: white; margin-bottom: 4px; text-align: center; }
.phone-tagline { font-size: 10px; color: rgba(255,255,255,0.5); margin-bottom: 20px; text-align: center; }
.phone-items { display: flex; flex-direction: column; gap: 6px; width: 100%; }
.phone-item { background: rgba(255,255,255,0.08); border-radius: 8px; padding: 8px 12px; display: flex; align-items: center; gap: 10px; }
.phone-item span { font-size: 14px; }
.phone-item p { font-size: 10px; color: rgba(255,255,255,0.75); font-weight: 500; }
.phone-float { position: absolute; right: -16px; top: 80px; background: var(--orange); border-radius: 12px; padding: 12px 16px; box-shadow: 0 8px 24px rgba(245,166,35,0.35); }
.phone-float-main { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 800; color: var(--navy); }
.phone-float-sub { font-size: 10px; color: rgba(26,35,126,0.7); }

/* CONTACT */
.contact { background: var(--off-white); padding: 100px 5%; }
.contact-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; }
.contact-info { display: flex; flex-direction: column; gap: 20px; margin-top: 36px; }
.contact-row { display: flex; align-items: center; gap: 16px; transition: transform 0.2s; }
.contact-row:hover { transform: translateX(4px); }
.contact-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-data h4 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.contact-data a, .contact-data p { font-size: 15px; color: var(--muted); text-decoration: none; }
.contact-data a:hover { color: var(--orange); }
.socials { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; }
.social-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1.5px solid rgba(0,0,0,0.08); color: var(--navy); padding: 10px 18px; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 600; transition: all 0.2s; }
.social-btn:hover { background: var(--navy); color: var(--white); border-color: var(--navy); transform: translateY(-2px); }
.contact-form-wrap { background: var(--white); border-radius: 20px; padding: 40px; box-shadow: 0 4px 30px rgba(0,0,0,0.07); }
.contact-form-wrap h3 { font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 28px; }

/* CF7 form styling */
.wpcf7 .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wpcf7 p { margin-bottom: 18px; }
.wpcf7 label { display: block; font-size: 12px; font-weight: 700; color: var(--navy); margin-bottom: 8px; letter-spacing: 0.5px; text-transform: uppercase; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select { width: 100%; padding: 13px 16px; border: 1.5px solid rgba(0,0,0,0.1); border-radius: 10px; font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--text); background: var(--off-white); outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus { border-color: var(--navy); background: white; box-shadow: 0 0 0 4px rgba(26,35,126,0.08); }
.wpcf7 textarea { height: 110px; resize: vertical; }
.wpcf7 input[type="submit"] { width: 100%; padding: 16px; background: var(--navy); color: white; border: none; border-radius: 10px; font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.3s; }
.wpcf7 input[type="submit"]:hover { background: var(--blue); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,35,126,0.3); }

/* FOOTER */
footer { background: var(--dark); color: rgba(255,255,255,0.6); padding: 72px 5% 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; max-width: 1200px; margin: 0 auto 48px; }
.footer-brand p { font-size: 14px; line-height: 1.8; margin-top: 16px; max-width: 280px; font-weight: 300; }
.footer-tagline { color: var(--orange); font-style: italic; font-size: 13px; margin-top: 12px; }
.footer-col h4 { font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; color: white; margin-bottom: 16px; letter-spacing: 0.5px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 14px; transition: color 0.2s, padding-left 0.2s; }
.footer-col ul li a:hover { color: var(--orange); padding-left: 4px; }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 13px; }
.footer-bottom span { color: var(--orange); }
.footer-logo-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.footer-logo-wrap img { width: 38px; height: 38px; border-radius: 8px; object-fit: contain; background: white; padding: 2px; }
.footer-logo-name { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 15px; color: white; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.stagger-children > *:nth-child(1) { transition-delay: 0s; }
.stagger-children > *:nth-child(2) { transition-delay: 0.1s; }
.stagger-children > *:nth-child(3) { transition-delay: 0.2s; }
.stagger-children > *:nth-child(4) { transition-delay: 0.3s; }
.stagger-children > *:nth-child(5) { transition-delay: 0.4s; }
.stagger-children > *:nth-child(6) { transition-delay: 0.5s; }

/* BACK TO TOP */
.back-to-top { position: fixed; bottom: 28px; right: 28px; z-index: 500; width: 48px; height: 48px; border-radius: 12px; background: var(--navy); color: white; border: none; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(16px); transition: all 0.3s; box-shadow: 0 8px 24px rgba(26,35,126,0.3); }
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--orange); color: var(--navy); transform: translateY(-2px); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .about-grid, .ach-grid, .app-inner, .contact-inner { grid-template-columns: 1fr; }
  .programs-grid, .inv-grid { grid-template-columns: repeat(2, 1fr); }
  .mv-top { grid-template-columns: 1fr; }
  .mv-values { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 200px); }
  .gallery-item.tall { grid-row: span 1; }
  .gallery-item.wide { grid-column: span 1; }
  .about-img-float { display: none; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .programs-grid, .inv-grid { grid-template-columns: 1fr; }
  .mv-values { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .gallery-item { height: 180px; }
  .gallery-item.tall, .gallery-item.wide { grid-row: span 1; grid-column: span 1; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .news-card.featured { grid-column: span 1; }
  .section { padding: 72px 5%; }
  .wpcf7 .form-row { grid-template-columns: 1fr; }
  .hero-scroll { display: none; }
  .nav-logo-tag { display: none; }
}
@media (max-width: 540px) {
  .hero h1 { font-size: 36px; letter-spacing: -1px; }
  .hero p { font-size: 16px; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .mv-values { grid-template-columns: 1fr; }
  .mv-card { padding: 32px 24px; }
  .contact-form-wrap { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
