:root {
  --teal: #129C8E;
  --teal-dark: #0B6F65;
  --gold: #E3B54C;
  --navy: #0A1628;
  --navy-mid: #112244;
  --white: #FFFFFF;
  --off-white: #F8F6F1;
  --gray: #6B7280;
  --light: #EEF2F7;
  --shadow: rgba(10,22,40,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
}

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

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%;
  height: 72px;
  background: rgba(10,22,40,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(18,156,142,0.25);
}

.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }

.nav-logo-badge {
  width: 44px; height: 44px;
  background: var(--teal);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  color: var(--white);
  letter-spacing: 0.5px;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(18,156,142,0.3);
}

.nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo-text span:first-child { font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: var(--gold); letter-spacing: 2px; }
.nav-logo-text span:last-child { font-size: 11px; color: rgba(255,255,255,0.6); letter-spacing: 1.5px; text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: 0.5px; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }

.nav-cta {
  background: var(--teal); color: var(--white) !important; padding: 10px 22px;
  border-radius: 6px; font-weight: 600 !important; transition: background 0.2s, transform 0.15s !important;
}
.nav-cta:hover { background: var(--teal-dark) !important; color: var(--white) !important; transform: translateY(-1px); }

.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute; top: 42px; left: 50%; transform: translateX(-50%);
  background: var(--navy-mid); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px; padding: 10px; min-width: 230px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
  opacity: 0; visibility: hidden; transform: translate(-50%, 6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-dropdown-menu a { display: block; padding: 9px 12px; border-radius: 6px; font-size: 13.5px; }
.nav-dropdown-menu a:hover { background: rgba(255,255,255,0.06); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; z-index: 310; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: 0.25s; }

/* ── PAGE HERO (interior pages) ── */
.page-hero {
  min-height: 46vh; display: flex; align-items: center; position: relative; overflow: hidden;
  padding: 120px 5% 60px;
  background:
    linear-gradient(135deg, rgba(10,22,40,0.97) 0%, rgba(17,34,68,0.9) 55%, rgba(10,22,40,0.82) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 800'%3E%3Cdefs%3E%3ClinearGradient id='g1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%230A1628'/%3E%3Cstop offset='50%25' stop-color='%23112244'/%3E%3Cstop offset='100%25' stop-color='%230D2040'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23g1)' width='1440' height='800'/%3E%3Cellipse cx='200' cy='400' rx='600' ry='300' fill='%23129C8E' opacity='0.10'/%3E%3Cellipse cx='1200' cy='300' rx='500' ry='250' fill='%23129C8E' opacity='0.07'/%3E%3C/svg%3E") center/cover;
}
.page-hero-inner { position: relative; z-index: 2; max-width: 780px; }
.breadcrumb { font-size: 12.5px; color: rgba(255,255,255,0.45); margin-bottom: 18px; letter-spacing: 0.3px; }
.breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }

/* ── HOME HERO ── */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 0 5%; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,22,40,0.97) 0%, rgba(17,34,68,0.85) 55%, rgba(10,22,40,0.75) 100%); z-index: 1; }
.hero-water {
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 800'%3E%3Cdefs%3E%3ClinearGradient id='g1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%230A1628'/%3E%3Cstop offset='50%25' stop-color='%23112244'/%3E%3Cstop offset='100%25' stop-color='%230D2040'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23g1)' width='1440' height='800'/%3E%3Cellipse cx='200' cy='400' rx='600' ry='300' fill='%23129C8E' opacity='0.10'/%3E%3Cellipse cx='1200' cy='300' rx='500' ry='250' fill='%2318C4B4' opacity='0.07'/%3E%3Cellipse cx='800' cy='600' rx='700' ry='200' fill='%230B6F65' opacity='0.09'/%3E%3C/svg%3E") center/cover;
}
.wave-overlay { position: absolute; bottom: 0; left: 0; right: 0; height: 120px; z-index: 2; }
.hero-content { position: relative; z-index: 3; max-width: 780px; animation: heroIn 1s ease both; }
@keyframes heroIn { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }

.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(18,156,142,0.15); border: 1px solid rgba(18,156,142,0.4); color: var(--gold);
  padding: 6px 16px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; margin-bottom: 24px; animation: heroIn 1s 0.1s ease both;
}
.hero-tag::before { content: ''; width: 7px; height: 7px; background: var(--teal); border-radius: 50%; }

h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(46px, 7vw, 100px); line-height: 0.95; letter-spacing: 2px; margin-bottom: 12px; animation: heroIn 1s 0.2s ease both; }
h1 .accent { color: var(--teal); }
h1 .gold { color: var(--gold); }

.hero-sub { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(18px, 2.5vw, 26px); color: rgba(255,255,255,0.75); margin-bottom: 28px; animation: heroIn 1s 0.3s ease both; }
.hero-desc { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 560px; margin-bottom: 40px; animation: heroIn 1s 0.4s ease both; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; animation: heroIn 1s 0.5s ease both; }

.btn-primary {
  background: var(--teal); color: var(--white); text-decoration: none; padding: 16px 36px; border-radius: 8px;
  font-size: 15px; font-weight: 700; letter-spacing: 0.5px; transition: all 0.2s; box-shadow: 0 4px 24px rgba(18,156,142,0.4);
  display: inline-block; border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--teal-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(18,156,142,0.5); }

.btn-secondary {
  background: transparent; color: var(--white); text-decoration: none; padding: 15px 32px; border-radius: 8px;
  font-size: 15px; font-weight: 600; border: 1.5px solid rgba(255,255,255,0.3); transition: all 0.2s; display: inline-block;
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

.hero-stats { position: absolute; right: 5%; bottom: 15%; z-index: 3; display: flex; flex-direction: column; gap: 20px; animation: heroIn 1s 0.6s ease both; }
.stat-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(10px); border-radius: 12px; padding: 18px 24px; text-align: center; min-width: 130px; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 40px; color: var(--gold); line-height: 1; }
.stat-label { font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; }

/* ── SECTIONS COMMON ── */
section { padding: 96px 5%; }
.section-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(34px, 5vw, 58px); letter-spacing: 1px; line-height: 1.02; margin-bottom: 20px; }
h3 { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.5px; }

/* ── PROGRAM / CONTENT CARDS ── */
.programs { background: var(--off-white); color: var(--navy); }
.programs .section-label { color: var(--teal-dark); }
.programs h2 { color: var(--navy); }
.programs-intro { color: var(--gray); font-size: 16px; line-height: 1.7; max-width: 620px; margin-bottom: 56px; }
.programs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }

.prog-card { background: var(--white); border-radius: 16px; overflow: hidden; box-shadow: 0 2px 20px rgba(10,22,40,0.07); transition: all 0.3s; position: relative; text-decoration: none; color: inherit; display: block; }
.prog-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(10,22,40,0.14); }
.prog-card-top { height: 130px; display: flex; align-items: center; justify-content: center; font-size: 52px; position: relative; overflow: hidden; }
.prog-card-top.teal  { background: linear-gradient(135deg, #129C8E, #0B6F65); }
.prog-card-top.navy  { background: linear-gradient(135deg, #0A1628, #1a3a6b); }
.prog-card-top.gold  { background: linear-gradient(135deg, #b3862f, #E3B54C); }
.prog-card-top.deep  { background: linear-gradient(135deg, #0f5f70, #1a9db5); }
.prog-card-body { padding: 26px; }
.prog-card h3 { font-size: 22px; letter-spacing: 1px; color: var(--navy); margin-bottom: 8px; }
.prog-card p { font-size: 14px; color: var(--gray); line-height: 1.6; margin-bottom: 16px; }
.prog-badge { display: inline-block; background: var(--light); color: var(--navy-mid); font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 100px; margin-right: 6px; margin-bottom: 6px; }
.prog-link { font-size: 13px; font-weight: 700; color: var(--teal-dark); }

/* ── WHY US ── */
.why { background: var(--navy); }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.feat { display: flex; align-items: flex-start; gap: 14px; }
.feat-icon { width: 44px; height: 44px; background: rgba(18,156,142,0.14); border: 1px solid rgba(18,156,142,0.35); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.feat-text h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; font-family: 'Outfit', sans-serif; }
.feat-text p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.5; }
.why-visual-inner { background: linear-gradient(135deg, var(--navy-mid), #1a3a6b); border-radius: 20px; padding: 48px; border: 1px solid rgba(255,255,255,0.08); text-align: center; }
.why-visual-inner .big-num { font-family: 'Bebas Neue', sans-serif; font-size: 110px; color: var(--teal); line-height: 1; opacity: 0.95; }
.why-visual-inner p { font-size: 16px; color: rgba(255,255,255,0.6); margin-top: -6px; }
.quote-block { margin-top: 32px; background: rgba(227,181,76,0.08); border-left: 3px solid var(--gold); padding: 20px 24px; border-radius: 0 10px 10px 0; }
.quote-block p { font-family: 'Playfair Display', serif; font-style: italic; font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.7; }

/* ── ROUTE STRIP ── */
.route { background: var(--off-white); color: var(--navy); }
.route-track { display: flex; justify-content: space-between; position: relative; margin-top: 50px; flex-wrap: wrap; gap: 24px 0; }
.route-track::before { content: ""; position: absolute; top: 15px; left: 20px; right: 20px; height: 2px; background: repeating-linear-gradient(90deg, var(--gold) 0 10px, transparent 10px 18px); opacity: 0.7; }
.route-stop { display: flex; flex-direction: column; align-items: flex-start; width: 18%; min-width: 130px; }
.route-dot { width: 30px; height: 30px; border-radius: 50%; background: var(--navy); border: 2.5px solid var(--teal); color: var(--teal); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 14px; margin-bottom: 14px; position: relative; z-index: 2; }
.route-stop:nth-child(even) .route-dot { border-color: var(--gold); color: var(--gold); }
.route-stop-label { font-weight: 700; font-size: 14.5px; margin-bottom: 3px; color: var(--navy); }
.route-stop-age { font-size: 12px; color: var(--gray); }

/* ── BÖLGELER ── */
.bolgeler { background: var(--navy); }
.bolge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.bolge-card { background: var(--navy-mid); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 30px 26px; }
.bolge-card.merkez { background: linear-gradient(155deg, var(--teal-dark), var(--navy-mid)); }
.bolge-badge { display: inline-block; font-size: 11px; padding: 4px 12px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.3); margin-bottom: 14px; color: rgba(255,255,255,0.7); }
.bolge-card h3 { font-size: 24px; color: var(--gold); margin-bottom: 8px; }
.bolge-card p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.65; }

/* ── SEO CONTENT ── */
.seo-content { background: var(--off-white); color: var(--navy); }
.seo-content h2 { color: var(--navy); }
.seo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; margin-top: 48px; }
.seo-block h3 { font-size: 21px; color: var(--teal-dark); letter-spacing: 1px; margin-bottom: 12px; }
.seo-block p { font-size: 15px; color: var(--gray); line-height: 1.75; }

/* ── FAQ ── */
.faq { background: var(--off-white); color: var(--navy); }
.faq-item { border-bottom: 1px solid rgba(10,22,40,0.1); padding: 22px 0; }
.faq-item h3 { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 16.5px; margin-bottom: 8px; color: var(--navy); }
.faq-item p { font-size: 14.5px; color: var(--gray); line-height: 1.7; }

/* ── TEAM / VALUES (about page) ── */
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.value-card { background: var(--navy-mid); border-radius: 16px; padding: 30px 26px; border: 1px solid rgba(255,255,255,0.07); }
.value-card .feat-icon { margin-bottom: 16px; }
.value-card h4 { font-size: 17px; margin-bottom: 8px; font-family: 'Outfit', sans-serif; }
.value-card p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.65; }

/* ── CONTACT ── */
.contact { background: linear-gradient(135deg, var(--navy) 0%, #1a2a5e 100%); }
.contact-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; }
.contact h2 { margin-bottom: 8px; }
.contact-desc { color: rgba(255,255,255,0.6); font-size: 15px; line-height: 1.7; margin-bottom: 36px; }
.contact-items { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-item-icon { width: 48px; height: 48px; background: rgba(18,156,142,0.14); border: 1px solid rgba(18,156,142,0.35); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-item-body label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 4px; }
.contact-item-body a, .contact-item-body span { color: var(--white); text-decoration: none; font-size: 16px; font-weight: 600; transition: color 0.2s; }
.contact-item-body a:hover { color: var(--gold); }

.quick-form { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 30px; }
.quick-form h3 { font-family: 'Outfit', sans-serif; font-size: 17px; margin-bottom: 6px; }
.quick-form > p { font-size: 13.5px; color: rgba(255,255,255,0.55); margin-bottom: 22px; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 6px; letter-spacing: 0.5px; text-transform: uppercase; }
.form-row input, .form-row select {
  width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04); color: #fff; font-family: 'Outfit', sans-serif; font-size: 14.5px;
}
.form-row input::placeholder { color: rgba(255,255,255,0.35); }
.form-row select option { background: var(--navy-mid); color: #fff; }
.quick-form .btn-primary { width: 100%; text-align: center; margin-top: 6px; }
.map-embed { border-radius: 14px; overflow: hidden; margin-top: 20px; border: 1px solid rgba(255,255,255,0.1); }
.map-embed iframe { width: 100%; height: 260px; border: 0; display: block; }

/* ── FOOTER ── */
footer { background: #060e1a; padding: 44px 5% 34px; border-top: 1px solid rgba(255,255,255,0.07); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; margin-bottom: 30px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand span { font-family: 'Bebas Neue', sans-serif; font-size: 19px; color: var(--gold); letter-spacing: 1.5px; }
footer h5 { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
footer ul a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 13.5px; }
footer ul a:hover { color: var(--gold); }
footer p { color: rgba(255,255,255,0.35); font-size: 13px; line-height: 1.8; }
footer a.inline { color: var(--gold); text-decoration: none; }
footer a.inline:hover { text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 22px; }

/* ── WHATSAPP FLOAT ── */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 60px; height: 60px; background: #25D366;
  border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px;
  box-shadow: 0 4px 24px rgba(37,211,102,0.45); text-decoration: none; transition: all 0.2s; animation: pulse 2.5s infinite;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,0.6); }
@keyframes pulse { 0%, 100% { box-shadow: 0 4px 24px rgba(37,211,102,0.45); } 50% { box-shadow: 0 4px 36px rgba(37,211,102,0.7); } }

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
  .why-inner { grid-template-columns: 1fr; gap: 40px; }
  .why-features { grid-template-columns: 1fr; }
  .bolge-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .route-stop { width: 30%; }
}
@media (max-width: 760px) {
  .nav-links {
    position: fixed; top: 0; right: 0; height: 100vh; width: 78%; max-width: 320px;
    background: var(--navy-mid); flex-direction: column; justify-content: center; align-items: flex-start;
    padding: 40px; gap: 24px; transform: translateX(100%); transition: transform 0.35s ease; z-index: 305;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-toggle { display: block; }
  .nav-dropdown-menu { position: static; transform: none; opacity: 1; visibility: visible; display: none; background: transparent; border: none; box-shadow: none; padding: 8px 0 0 12px; }
  .nav-dropdown.open .nav-dropdown-menu { display: block; }
  .hero-stats { display: none; }
  section { padding: 64px 4%; }
  nav { padding: 0 4%; }
  h1 { font-size: 50px; }
  .footer-grid { grid-template-columns: 1fr; }
  .route-stop { width: 44%; }
}

.fade-in { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
