/*
Theme Name: Akademi Yüzme Okulu
Theme URI: https://akademiyuzmeokulu.com
Author: Akademi Yüzme Okulu
Author URI: https://akademiyuzmeokulu.com
Description: Akademi Yüzme Okulu için animasyonlu, tek sayfa WordPress teması. Tüm içerik alanları (metinler, görseller, fiyatlar, havuzlar, SSS) Görünüm → Özelleştir panelinden yönetilir.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akademi-yuzme
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito', sans-serif; color: #1e3347; background: #fff; overflow-x: hidden; }

/* ── POOL MINI CARDS ── */
.pool-card-mini {
  background: rgba(0,204,255,0.06);
  border: 1px solid rgba(0,204,255,0.18);
  border-radius: 14px;
  padding: 14px 14px 10px;
  cursor: crosshair;
  transition: border-color 0.25s, background 0.25s;
  position: relative;
  overflow: hidden;
}
.pool-card-mini:hover {
  background: rgba(0,204,255,0.11);
  border-color: rgba(0,204,255,0.38);
}
.pcm-label {
  font-family: 'Oswald', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #00ccff; margin-bottom: 2px;
}
.pcm-sub {
  font-size: 10px; color: rgba(255,255,255,0.35);
  letter-spacing: 0.04em; margin-bottom: 8px;
}
.pool-canvas {
  width: 100%; height: 70px;
  border-radius: 8px;
  display: block;
}
.pcm-tag {
  margin-top: 7px;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

/* ── HERO PHOTOS ── */
.hp {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.hp.active { opacity: 1; }

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.22,1,.36,1), transform 0.7s cubic-bezier(.22,1,.36,1);
}
.reveal.revealed { opacity: 1; transform: none; }
.reveal-left { opacity: 0; transform: translateX(-50px); transition: opacity 0.7s cubic-bezier(.22,1,.36,1), transform 0.7s cubic-bezier(.22,1,.36,1); }
.reveal-left.revealed { opacity: 1; transform: none; }
.reveal-right { opacity: 0; transform: translateX(50px); transition: opacity 0.7s cubic-bezier(.22,1,.36,1), transform 0.7s cubic-bezier(.22,1,.36,1); }
.reveal-right.revealed { opacity: 1; transform: none; }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  height: 68px; display: flex; align-items: center;
  transition: background 0.4s, box-shadow 0.4s;
}
nav.scrolled {
  background: rgba(0, 20, 40, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(0,204,255,0.12);
}
.nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 40px;
  width: 100%; display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 700;
  color: #fff; text-decoration: none; letter-spacing: 0.05em; line-height: 1.15;
}
.nav-logo span { color: #00ccff; }
.nav-logo img { height: 44px; width: auto; mix-blend-mode: screen; opacity: 0.95; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); text-decoration: none;
  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: #00ccff; transition: width 0.25s cubic-bezier(.22,1,.36,1);
}
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  background: #00ccff; color: #003366;
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: none; border-radius: 4px; padding: 10px 24px; cursor: pointer;
  transition: all 0.2s; text-decoration: none;
  box-shadow: 0 0 0 0 rgba(0,204,255,0.4);
}
.nav-cta:hover {
  background: #33d4ff; transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(0,204,255,0.5);
}

/* ── HERO ── */
.hero {
  min-height: 100vh; position: relative; overflow: hidden;
  display: flex; align-items: center;
  background: #000e1a;
  padding-top: 68px;
}
.hero-gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 60% 40%, rgba(0,100,160,0.6) 0%, transparent 65%),
    radial-gradient(ellipse 60% 80% at 5% 90%, rgba(0,60,100,0.5) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 95% 10%, rgba(0,204,255,0.08) 0%, transparent 50%),
    linear-gradient(160deg, #000e1a 0%, #001a35 50%, #002244 100%);
  animation: bgPulse 8s ease-in-out infinite alternate;
}
@keyframes bgPulse {
  from { opacity: 1; }
  to { opacity: 0.85; filter: brightness(1.15); }
}
.particles { position: absolute; inset: 0; pointer-events: none; }
.particle {
  position: absolute; border-radius: 50%;
  background: rgba(0,204,255,0.6);
  animation: floatUp linear infinite;
}
@keyframes floatUp {
  0%   { transform: translateY(0) scale(1); opacity: 0.7; }
  50%  { opacity: 0.4; }
  100% { transform: translateY(-120vh) scale(0.3); opacity: 0; }
}
.hero-wave {
  position: absolute; bottom: -2px; left: 0; right: 0;
  height: 120px; overflow: hidden;
}
.hero-wave svg { width: 100%; height: 100%; }
.hero-inner {
  max-width: 1240px; margin: 0 auto; padding: 60px 40px 80px;
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  width: 100%;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: #00ccff; margin-bottom: 20px;
}
.hero-eyebrow::before {
  content: ''; display: block; width: 28px; height: 2px; background: #00ccff;
}
.hero-title {
  font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.12; letter-spacing: 0.01em; text-transform: uppercase;
  color: #fff; margin-bottom: 28px;
  text-shadow: 0 2px 40px rgba(0,0,0,0.5);
}
.hero-title .accent {
  color: transparent;
  background: linear-gradient(90deg, #00ccff, #4ddfff, #00a8d4);
  -webkit-background-clip: text; background-clip: text;
  animation: gradientShift 4s ease-in-out infinite alternate;
}
@keyframes gradientShift {
  from { filter: brightness(1); }
  to   { filter: brightness(1.3); }
}
.hero-sub {
  font-size: 18px; line-height: 1.7; color: rgba(255,255,255,0.65);
  margin-bottom: 44px; max-width: 500px;
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-wave {
  background: #00ccff; color: #003366;
  font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: none; border-radius: 4px; padding: 16px 40px;
  cursor: pointer; text-decoration: none; display: inline-block;
  position: relative; overflow: hidden;
  box-shadow: 0 4px 32px rgba(0,204,255,0.45);
  transition: all 0.25s;
}
.btn-wave::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.35) 0%, transparent 70%);
  transform: scale(0); opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  border-radius: inherit;
}
.btn-wave:hover { transform: translateY(-3px); box-shadow: 0 8px 40px rgba(0,204,255,0.6); }
.btn-wave:active::after { transform: scale(2.5); opacity: 1; transition: 0s; }
.btn-outline {
  background: transparent; color: rgba(255,255,255,0.85);
  font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: 1.5px solid rgba(255,255,255,0.25); border-radius: 4px; padding: 15px 38px;
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: all 0.25s;
}
.btn-outline:hover {
  border-color: #00ccff; color: #00ccff;
  box-shadow: inset 0 0 0 1px #00ccff;
}
.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.08);
  border-radius: 14px; overflow: hidden; margin-top: 52px;
}
.stat {
  background: rgba(0,15,30,0.7);
  padding: 22px 18px;
  transition: background 0.2s;
}
.stat:hover { background: rgba(0,204,255,0.08); }
.stat-num {
  font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 700;
  color: #00ccff; line-height: 1;
  transition: transform 0.3s;
}
.stat:hover .stat-num { transform: scale(1.06); }
.stat-label { font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 5px; text-transform: uppercase; letter-spacing: 0.07em; }
.hero-right { display: flex; flex-direction: column; gap: 16px; }
.contact-pill {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 20px 24px;
  display: flex; gap: 16px; align-items: center;
  transition: all 0.25s; cursor: pointer;
}
.contact-pill:hover {
  background: rgba(0,204,255,0.08);
  border-color: rgba(0,204,255,0.25);
  transform: translateX(4px);
}
.cp-icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, #00ccff, #0082a8);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
  box-shadow: 0 0 20px rgba(0,204,255,0.4);
}
.cp-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); }
.cp-value { font-size: 18px; font-weight: 800; color: #fff; margin-top: 2px; }
.cp-sub { font-size: 12px; color: rgba(255,255,255,0.35); }

/* ── MARQUEE BAND ── */
.marquee-band {
  background: #00ccff; overflow: hidden; padding: 14px 0;
  position: relative; z-index: 1;
}
.marquee-track {
  display: flex; gap: 0; white-space: nowrap;
  animation: marquee 22s linear infinite;
  width: max-content;
}
.marquee-track span {
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; color: #003366;
  padding: 0 40px;
}
.marquee-track span.dot { padding: 0; color: rgba(0,50,100,0.4); font-size: 8px; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── SECTION BASE ── */
.section { padding: 110px 0; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase; color: #00a8d4; margin-bottom: 14px;
}
.eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: #00a8d4; }
.section-title {
  font-family: 'Oswald', sans-serif; font-size: clamp(34px, 3.5vw, 48px); font-weight: 700;
  line-height: 1.1; letter-spacing: 0.02em; text-transform: uppercase;
  color: #0d1d2b; margin-bottom: 16px;
}
.section-body { font-size: 17px; line-height: 1.7; color: #4d6780; max-width: 600px; }

/* ── ABOUT ── */
.about-bg { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-ring {
  position: absolute; top: -30px; right: -30px;
  width: 200px; height: 200px; border-radius: 50%;
  border: 2px solid rgba(0,204,255,0.15);
  animation: spin 20s linear infinite;
}
.about-ring::after {
  content: ''; position: absolute; top: 10px; left: 50%;
  width: 8px; height: 8px; border-radius: 50%;
  background: #00ccff; margin-left: -4px;
  box-shadow: 0 0 12px #00ccff;
}
@keyframes spin { to { transform: rotate(360deg); } }
.feat-list { display: flex; flex-direction: column; gap: 22px; margin-top: 36px; }
.feat {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 18px 20px; border-radius: 14px;
  border: 1px solid transparent;
  transition: all 0.25s; cursor: default;
}
.feat:hover {
  background: #f0fcff; border-color: #b3f0ff;
  transform: translateX(6px);
}
.feat-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, #e0f9ff, #b3f0ff);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; flex-shrink: 0;
  transition: transform 0.3s;
}
.feat:hover .feat-icon { transform: scale(1.1) rotate(-5deg); }
.feat h4 {
  font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 700;
  color: #0d1d2b; letter-spacing: 0.04em; margin-bottom: 4px;
}
.feat p { font-size: 14px; color: #6f8ba3; line-height: 1.6; }

/* ── SERVICES ── */
.services-bg { background: #f0f8ff; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.svc-card {
  border-radius: 20px; padding: 36px 30px;
  border: 1px solid #dde6ef; background: #fff;
  position: relative; overflow: hidden;
  transition: all 0.3s cubic-bezier(.22,1,.36,1);
  cursor: default;
}
.svc-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,204,255,0.04) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.3s;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,100,160,0.12); border-color: #b3f0ff; }
.svc-card:hover::before { opacity: 1; }
.svc-card.featured {
  background: #003366; border-color: #00ccff;
  box-shadow: 0 8px 40px rgba(0,204,255,0.3);
}
.svc-card.featured:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(0,204,255,0.45);
}
.svc-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.svc-emoji { font-size: 40px; line-height: 1; }
.svc-badge {
  background: #e0f9ff; color: #005f7d;
  font-family: 'Oswald', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 999px; padding: 4px 12px;
}
.svc-card.featured .svc-badge { background: rgba(0,204,255,0.2); color: #4dd9ff; }
.svc-title {
  font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: #0d1d2b; margin-bottom: 10px;
}
.svc-card.featured .svc-title { color: #fff; }
.svc-desc { font-size: 14px; line-height: 1.7; color: #4d6780; }
.svc-card.featured .svc-desc { color: rgba(255,255,255,0.62); }
.svc-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 20px; font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  color: #00a8d4; transition: gap 0.2s;
}
.svc-link:hover { gap: 10px; }
.svc-card.featured .svc-link { color: #4dd9ff; }
.svc-link::after { content: '→'; }

/* ── PRICING ── */
.pricing-bg { background: #fff; }
.price-section-heading { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #9aafc2; margin-bottom: 16px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.price-card {
  border-radius: 20px; padding: 40px 32px;
  border: 1px solid #dde6ef;
  display: flex; flex-direction: column; gap: 24px;
  position: relative; overflow: hidden;
  transition: all 0.35s cubic-bezier(.22,1,.36,1);
}
.price-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,40,80,0.1); }
.price-card.featured {
  background: #002244; border-color: #00ccff;
  box-shadow: 0 8px 48px rgba(0,204,255,0.28);
}
.price-card.featured:hover { box-shadow: 0 20px 64px rgba(0,204,255,0.4); }
.price-glow {
  position: absolute; top: -60px; right: -60px;
  width: 180px; height: 180px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,204,255,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.price-label {
  font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: #00a8d4;
}
.price-card.featured .price-label { color: #4dd9ff; }
.price-num {
  font-family: 'Oswald', sans-serif; font-size: 58px; font-weight: 700;
  line-height: 1; color: #0d1d2b;
  transition: transform 0.3s;
}
.price-card:hover .price-num { transform: scale(1.04); }
.price-card.featured .price-num { color: #fff; }
.price-unit { font-size: 13px; color: #9aafc2; margin-top: 3px; }
.price-card.featured .price-unit { color: rgba(255,255,255,0.4); }
.price-feats { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.price-feats li {
  display: flex; gap: 10px; font-size: 14px; color: #4d6780; align-items: center;
  padding-bottom: 11px; border-bottom: 1px solid #eef2f6;
}
.price-feats li:last-child { border-bottom: none; padding-bottom: 0; }
.price-card.featured .price-feats li { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.06); }
.price-feats li::before { content: '✓'; color: #00ccff; font-weight: 800; flex-shrink: 0; }
.price-btn {
  margin-top: auto; background: #003366; color: #fff;
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: none; border-radius: 8px; padding: 15px; cursor: pointer;
  transition: all 0.2s; position: relative; overflow: hidden;
  text-decoration: none; display: block; text-align: center;
}
.price-btn::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.08), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s;
}
.price-btn:hover::after { transform: translateX(100%); }
.price-btn:hover { opacity: 0.88; transform: translateY(-1px); }
.price-card.featured .price-btn {
  background: #00ccff; color: #003366;
  box-shadow: 0 4px 24px rgba(0,204,255,0.5);
}
.req-box { margin-top: 56px; background: #f0f8ff; border-radius: 20px; padding: 36px 40px; border: 1px solid #dde6ef; }
.req-heading { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #00a8d4; margin-bottom: 24px; }
.req-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.req-item { display: flex; gap: 14px; align-items: flex-start; }
.req-icon { width: 42px; height: 42px; background: #e0f9ff; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.req-title { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700; color: #0d1d2b; letter-spacing: 0.04em; margin-bottom: 4px; }
.req-text { font-size: 13px; color: #4d6780; line-height: 1.6; }

/* ── POOLS ── */
.pools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
.pool-detail { background: #f0f8ff; border-radius: 16px; padding: 28px 30px; border: 1px solid #dde6ef; }
.pool-detail-label { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #00a8d4; margin-bottom: 8px; }
.pool-detail-loc { font-size: 15px; font-weight: 700; color: #0d1d2b; margin-bottom: 8px; }
.pool-detail-desc { font-size: 13px; color: #4d6780; line-height: 1.7; }
.pool-tags { margin-top: 12px; display: flex; gap: 8px; flex-wrap: wrap; }
.pool-tags span { background: #e0f9ff; color: #005f7d; border-radius: 99px; padding: 3px 10px; font-size: 11px; font-weight: 700; }

/* ── COUNTER SECTION ── */
.counter-section { background: linear-gradient(135deg, #001a2e, #003060, #001a2e); padding: 80px 0; }
.counter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.counter-card {
  padding: 40px 32px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s;
}
.counter-card:last-child { border-right: none; }
.counter-card:hover { background: rgba(0,204,255,0.05); }
.counter-num {
  font-family: 'Oswald', sans-serif; font-size: 56px; font-weight: 700;
  color: #00ccff; line-height: 1;
  text-shadow: 0 0 40px rgba(0,204,255,0.4);
}
.counter-label { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 8px; text-transform: uppercase; letter-spacing: 0.1em; }

/* ── FAQ ── */
.faq-bg { background: #f0f8ff; }
.faq-list { margin-top: 52px; display: flex; flex-direction: column; gap: 12px; max-width: 800px; }
.faq-item {
  background: #fff; border-radius: 14px;
  border: 1px solid #dde6ef; overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item.open { border-color: #b3f0ff; box-shadow: 0 4px 20px rgba(0,204,255,0.1); }
.faq-q {
  padding: 22px 28px; font-size: 16px; font-weight: 700;
  color: #1e3347; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  background: none; border: none; width: 100%; text-align: left;
  transition: color 0.2s; font-family: 'Nunito', sans-serif;
}
.faq-item.open .faq-q { color: #00a8d4; }
.faq-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: #eef2f6; display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: #6f8ba3; flex-shrink: 0;
  transition: all 0.3s; font-style: normal;
}
.faq-item.open .faq-icon { background: #e0f9ff; color: #00a8d4; transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s cubic-bezier(.22,1,.36,1), padding 0.3s;
  font-size: 15px; line-height: 1.75; color: #4d6780; padding: 0 28px;
}
.faq-item.open .faq-a { max-height: 320px; padding: 0 28px 22px; }

/* ── CONTACT ── */
.contact-bg { background: #002244; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.form-input {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px; padding: 13px 18px; color: #fff;
  font-family: 'Nunito', sans-serif; font-size: 15px;
  outline: none; transition: all 0.2s;
}
.form-input:focus { border-color: #00ccff; background: rgba(0,204,255,0.06); box-shadow: 0 0 0 3px rgba(0,204,255,0.1); }
.form-input::placeholder { color: rgba(255,255,255,0.25); }
textarea.form-input { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.info-block { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 28px; }
.info-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(0,204,255,0.12); border: 1px solid rgba(0,204,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
  transition: all 0.25s;
}
.info-block:hover .info-icon { background: rgba(0,204,255,0.22); transform: scale(1.08); }
.info-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.35); margin-bottom: 3px; }
.info-val { font-size: 17px; font-weight: 800; color: #fff; }
.info-sub { font-size: 13px; color: rgba(255,255,255,0.35); margin-top: 1px; }

/* ── FOOTER ── */
footer { background: #00101e; padding: 52px 0; border-top: 1px solid rgba(255,255,255,0.04); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-logo { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; color: rgba(255,255,255,0.45); }
.footer-logo span { color: #00ccff; }
.footer-logo img { height: 34px; width: auto; mix-blend-mode: screen; opacity: 0.5; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.25); }
.socials { display: flex; gap: 10px; }
.social {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.4); text-decoration: none; font-size: 13px; font-weight: 700;
  transition: all 0.2s;
}
.social:hover { background: rgba(0,204,255,0.15); border-color: rgba(0,204,255,0.3); color: #00ccff; transform: translateY(-3px); }

/* ── MOBILE ── */
@media (max-width: 768px) {
  .nav-inner { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-cta { font-size: 11px; padding: 8px 16px; }
  .nav-logo img { height: 32px; }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; padding: 80px 20px 60px; }
  .hero-title { font-size: clamp(36px, 10vw, 54px); }
  .hero-sub { font-size: 15px; }
  .hero-btns { flex-direction: column; }
  .btn-wave, .btn-outline { text-align: center; padding: 14px 24px; }
  .hero-stats { grid-template-columns: repeat(3,1fr); }
  .stat-num { font-size: 28px; }
  .hero-right { display: none; }
  .marquee-track span { font-size: 11px; padding: 0 24px; }
  .section { padding: 60px 0; }
  .container { padding: 0 20px; }
  .section-title { font-size: clamp(28px, 7vw, 38px); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 16px; }
  .price-num { font-size: 44px; }
  .counter-grid { grid-template-columns: 1fr 1fr; }
  .counter-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); padding: 28px 20px; }
  .counter-num { font-size: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .pools-grid { grid-template-columns: 1fr; }
  .req-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-stats { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .stat:last-child { border-bottom: none; }
  .counter-grid { grid-template-columns: 1fr; }
  .services-grid, .pricing-grid { grid-template-columns: 1fr; }
}
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: rgba(255,255,255,0.8); border-radius: 2px; transition: all 0.25s; }
@media (max-width: 768px) { .nav-hamburger { display: flex; } }
.nav-mobile {
  display: none; position: fixed; top: 68px; left: 0; right: 0;
  background: rgba(0,10,22,0.98); backdrop-filter: blur(16px);
  padding: 24px 20px; flex-direction: column; gap: 8px; z-index: 499;
  border-top: 1px solid rgba(0,204,255,0.12);
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.75); text-decoration: none;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.2s;
}
.nav-mobile a:hover { color: #00ccff; }
.nav-mobile .nav-cta-mob {
  margin-top: 8px; background: #00ccff; color: #003366;
  border-radius: 4px; padding: 14px; text-align: center; font-size: 14px; border: none;
}
