/* ==========================================================================
   Özel Dönüşüm Anaokulu — Ana Sayfa Stilleri
   ========================================================================== */

:root {
  /* Logo renkleri — mavi & turuncu */
  --brand-blue: #2B5FBE;
  --brand-blue-dark: #1E4A96;
  --brand-blue-light: #E8EEF9;
  --brand-orange: #F28C28;
  --brand-orange-dark: #D97418;
  --brand-orange-light: #FFF4E8;

  /* Uyumlu yüzeyler */
  --cream: #F7F9FC;
  --vanilla: #EEF3FB;
  --coral: var(--brand-orange);
  --orange: var(--brand-orange);
  --sage: var(--brand-blue-light);
  --sky: #C5D8F5;
  --wood: var(--brand-orange-dark);
  --brown: var(--brand-blue-dark);
  --dark: #1A2B4A;
  --muted: #5A6B85;
  --white: #FFFFFF;
  --gold: var(--brand-orange);
  --gold-light: #FFD9A8;
  --gold-deep: var(--brand-orange-dark);
  --shadow-soft: 0 16px 48px rgba(43, 95, 190, 0.12);
  --shadow-card: 0 8px 28px rgba(43, 95, 190, 0.08);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-hero: "Baloo 2", "Outfit", system-ui, sans-serif;
  --header-h: 100px;
  --header-h-scrolled: 84px;
  --container: min(1120px, calc(100% - 2.5rem));
  --hero-pad-x: clamp(1.75rem, 5vw, 3.25rem);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-fast: 0.25s var(--ease-out);
  --transition-med: 0.45s var(--ease-out);
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  -webkit-font-smoothing: antialiased;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--dark);
  background: var(--cream);
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

em {
  font-style: italic;
  color: var(--brand-orange);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/* Minimal — grain kapalı */
body::before {
  display: none;
}

/* --- Typography --- */
.section__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin-bottom: 0.65rem;
}

.section__title {
  font-family: var(--font-hero);
  font-size: clamp(1.95rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--brand-blue-dark);
  text-wrap: balance;
}

.section__title em {
  color: var(--brand-orange);
  font-style: normal;
  font-weight: 800;
}

.section__lead {
  margin-top: 1rem;
  color: var(--muted);
  max-width: 42ch;
}

.section__header {
  margin-bottom: 2.25rem;
}

.section__header--center {
  text-align: center;
}

.section__header--center .section__lead {
  margin-inline: auto;
}

.section__eyebrow--pill {
  background: rgba(242, 140, 40, 0.15);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

/* Fin eğitim modeli — split section içerik stili */
.fin-model__lead {
  max-width: 60ch;
}

.fin-model__list {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.5rem;
}

.fin-model__list li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--brand-blue-dark);
  font-weight: 500;
}

.fin-model__list i {
  color: var(--brand-orange);
}

.fin-model__actions {
  margin-top: 1.2rem;
}

.fin-model__text {
  color: var(--muted);
  line-height: 1.72;
  max-width: 62ch;
}

.fin-model__text--emphasis {
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--brand-orange);
  background: rgba(242, 140, 40, 0.08);
  border-radius: 0 12px 12px 0;
  color: var(--brand-blue-dark);
  font-weight: 500;
}

.fin-model__badge-note {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a5c38;
}

.fin-model__badge-note img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.fin-home-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.fin-home-pillar {
  padding: 1.1rem 1rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(43, 95, 190, 0.14);
  background: linear-gradient(160deg, #ffffff 0%, #f4f8ff 100%);
  box-shadow: 0 10px 24px rgba(43, 95, 190, 0.08);
}

.fin-home-pillar__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  margin-bottom: 0.65rem;
  color: var(--brand-blue-dark);
  background: rgba(197, 216, 245, 0.55);
  font-size: 1rem;
}

.fin-home-pillar h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-blue-dark);
  line-height: 1.25;
}

.fin-home-pillar p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.62;
  color: var(--muted);
}

/* Ana sayfa — Fin Pedagojisi (kompakt) */
.fin-ped-lead {
  margin: 0 0 1rem;
  max-width: 34ch;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.fin-ped-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
}

.fin-ped-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(43, 95, 190, 0.12);
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brand-blue-dark);
}

.fin-ped-chip i {
  font-size: 0.72rem;
  color: var(--brand-blue);
  opacity: 0.9;
}

.home-page #fin-pedagoji .section__header {
  margin-bottom: 0.75rem;
}

.home-page #fin-pedagoji .section-split__body {
  display: flex;
  align-items: center;
}

.home-page #fin-pedagoji .fin-model__actions {
  margin-top: 0;
}

/* Ana sayfa — Fin tam metin bölümleri */
.fin-prose-section {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.fin-prose-wrap {
  max-width: 780px;
  margin-inline: auto;
}

.fin-prose {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.fin-prose p {
  color: var(--muted);
  line-height: 1.78;
  font-size: 1.02rem;
}

.fin-prose--split {
  margin-top: 0.75rem;
  gap: 0.85rem;
}

.fin-prose--split p {
  font-size: 0.98rem;
  max-width: none;
}

.fin-prose-card {
  margin-top: 2rem;
  padding: 1.5rem 1.65rem;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(26, 77, 122, 0.1);
  box-shadow: 0 12px 40px rgba(26, 77, 122, 0.06);
}

.fin-prose-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: var(--brand-blue-dark);
  margin-bottom: 0.85rem;
}

.fin-prose-card p {
  color: var(--muted);
  line-height: 1.78;
}

.fin-prose-card p + p {
  margin-top: 0.85rem;
}

.fin-prose-actions {
  margin-top: 1.75rem;
  text-align: center;
}

@media (max-width: 767px) {
  .fin-home-pillars {
    grid-template-columns: 1fr;
  }
}

/* Fin modeli sonrası - Biz Kimiz vitrin */
.about-highlight__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

.about-highlight__visual {
  height: 80vh;
  max-height: 80vh;
  max-width: 100%;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(43, 95, 190, 0.18);
  position: relative;
}

.about-highlight__visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  object-fit: cover;
}

.about-highlight__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-highlight__title {
  font-family: var(--font-hero);
  font-size: clamp(1.95rem, 4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--brand-blue-dark);
  text-wrap: balance;
}

.about-highlight__title em {
  color: var(--brand-orange);
  font-style: normal;
  font-weight: 800;
}

.about-highlight__lead {
  color: var(--muted);
  line-height: 1.72;
}

.about-highlight__facts {
  display: grid;
  gap: 0.5rem;
}

.about-highlight__facts li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.95rem;
  color: var(--brand-blue-dark);
  font-weight: 500;
}

.about-highlight__facts i {
  color: var(--brand-orange);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.about-highlight__milestones {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 0.65rem;
}

@media (max-width: 900px) {
  .about-highlight__grid {
    grid-template-columns: 1fr;
  }

  .about-highlight__visual {
    height: auto;
    max-height: none;
    min-height: clamp(220px, 52vw, 340px);
    aspect-ratio: 16 / 10;
    max-width: 100%;
    margin-inline: auto;
  }

  .about-highlight__visual img {
    max-height: none;
    object-fit: cover;
  }
}

/* keep old wrap class for fallback */
.about-highlight__wrap {
  background: linear-gradient(145deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid rgba(43, 95, 190, 0.12);
  border-radius: 22px;
  padding: clamp(1.2rem, 3vw, 2rem);
  box-shadow: 0 14px 36px rgba(43, 95, 190, 0.1);
}

.about-highlight__text {
  color: var(--brand-blue-dark);
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 1.2rem;
}

.about-highlight__timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
}

.about-milestone {
  display: grid;
  gap: 0.28rem;
  padding: 0.9rem 0.95rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(43, 95, 190, 0.14);
  box-shadow: 0 8px 20px rgba(43, 95, 190, 0.08);
}

.about-milestone strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--brand-blue-dark);
}

.about-milestone span {
  font-size: 0.86rem;
  color: var(--muted);
  font-weight: 600;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}

.btn:focus-visible {
  outline: 2px solid var(--brand-orange);
  outline-offset: 3px;
}

.btn:active {
  transform: scale(0.98);
}

.btn--primary {
  background: var(--brand-orange);
  color: var(--white);
  box-shadow: 0 6px 24px rgba(242, 140, 40, 0.35);
}

.btn--primary:hover {
  transform: translateY(-2px);
  background: var(--brand-orange-dark);
  box-shadow: 0 10px 32px rgba(242, 140, 40, 0.4);
}

.btn--outline {
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
  transform: translateY(-2px);
}

.btn--secondary {
  background: var(--brand-blue);
  color: var(--white);
}

.btn--secondary:hover {
  background: var(--brand-blue-dark);
  transform: translateY(-2px);
}

.btn--whatsapp {
  background: #25d366;
  color: var(--white);
}

.btn--whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
}

.btn--lg {
  padding: 1rem 1.85rem;
  font-size: 1rem;
}

.btn--block {
  width: 100%;
}

/* --- HEI Schools floating badge --- */
.hei-float-badge {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 920;
  width: clamp(76px, 7.5vw, 110px);
  height: clamp(76px, 7.5vw, 110px);
  display: block;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 10px 32px rgba(14, 90, 50, 0.22),
    0 4px 12px rgba(38, 50, 56, 0.14);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.hei-float-badge:hover {
  transform: scale(1.06);
  box-shadow:
    0 14px 40px rgba(14, 90, 50, 0.28),
    0 6px 16px rgba(38, 50, 56, 0.16);
}

.hei-float-badge:focus-visible {
  outline: 3px solid var(--brand-blue);
  outline-offset: 4px;
}

.hei-float-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hei-float-badge {
    right: 0.85rem;
    bottom: 0.85rem;
    width: 72px;
    height: 72px;
  }
}

/* --- Loader --- */
.loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition: opacity 0.6s var(--ease-out), visibility 0.6s;
}

.loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader__inner {
  text-align: center;
  width: min(320px, 80vw);
}

.loader__logo {
  margin-bottom: 2rem;
}

.loader__logo-img {
  display: block;
  width: min(320px, 82vw);
  height: auto;
  margin: 0 auto 1.25rem;
  object-fit: contain;
  filter: drop-shadow(0 4px 18px rgba(43, 95, 190, 0.15));
}

.loader__counter-wrap {
  font-family: var(--font-display);
  font-size: 3.5rem;
  color: var(--brand-blue);
  line-height: 1;
  margin-bottom: 1rem;
}

.loader__percent {
  font-size: 1.5rem;
  opacity: 0.6;
}

.loader__bar {
  height: 4px;
  background: var(--vanilla);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.loader__bar-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange));
  border-radius: inherit;
  transition: width 0.15s linear;
}

.loader__hint {
  font-size: 0.875rem;
  color: var(--muted);
}

/* --- Custom Cursor --- */
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  mix-blend-mode: difference;
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  body.home-page .cursor {
    display: block;
  }

  body.home-page {
    cursor: none;
  }

  body.home-page a,
  body.home-page button {
    cursor: none;
  }
}

.cursor__dot {
  position: absolute;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: var(--white);
  border-radius: 50%;
}

.cursor__ring {
  position: absolute;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transition: width 0.35s var(--ease-spring), height 0.35s var(--ease-spring), margin 0.35s var(--ease-spring), opacity 0.25s;
}

.cursor.is-hover .cursor__ring {
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  opacity: 0.7;
}

/* --- Header --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  height: var(--header-h);
  transition: height var(--transition-med), background var(--transition-med), box-shadow var(--transition-med), backdrop-filter var(--transition-med);
}

.header.is-scrolled {
  height: var(--header-h-scrolled);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 24px rgba(43, 95, 190, 0.1);
}

/* Ana sayfa hero üstünde menü kontrastı */
.home-page .header:not(.is-scrolled) {
  background: linear-gradient(
    180deg,
    rgba(6, 16, 42, 0.78) 0%,
    rgba(6, 16, 42, 0.42) 58%,
    transparent 100%
  );
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-inline: var(--hero-pad-x);
}

.header__logo {
  display: flex;
  align-items: center;
  z-index: 2;
  flex-shrink: 0;
}

.header__logo-img {
  display: block;
  height: 92px;
  width: auto;
  max-width: min(340px, 55vw);
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.96)!important;
  padding: 0.35rem 0.65rem;
  box-shadow: 0 4px 20px rgba(11, 22, 32, 0.15);
  transition: height var(--transition-med), filter var(--transition-fast), box-shadow var(--transition-fast);
}

.header.is-scrolled .header__logo-img {
  height: 76px;
  filter: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.header:not(.is-scrolled) .header__logo-img {
  filter: none;
  background: transparent;
  box-shadow: none;
  padding: 0.35rem 0.65rem;
}

.header__nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 1200px) {
  .header__nav {
    display: flex;
  }

  .header__toggle,
  .header__burger {
    display: none;
  }
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  z-index: 2;
  margin-left: auto;
}

.header__menu {
  display: flex;
  gap: clamp(0.45rem, 0.85vw, 1rem);
  align-items: center;
}

.header__menu>li {
  position: relative;
}

.header__menu>li>a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  white-space: nowrap;
  line-height: 1.3;
}

.header__menu a {
  font-family: var(--font-body);
  font-size: clamp(0.94rem, 1.05vw, 1.03rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--brand-blue-dark);
  position: relative;
  padding: 0.35rem 0.15rem;
  transition: color var(--transition-fast);
}

.header:not(.is-scrolled) .header__menu > li > a {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 2px 10px rgba(0, 0, 0, 0.25);
}

.header:not(.is-scrolled) .header__menu a:hover {
  color: #ffe8cc;
}

.header.is-scrolled .header__menu a {
  color: var(--brand-blue-dark);
}

.header.is-scrolled .header__menu a:hover {
  color: var(--brand-orange-dark);
}

.header:not(.is-scrolled) .header__toggle span,
.header:not(.is-scrolled) .header__burger span {
  background: var(--white);
}

.inner-page .header__toggle span,
.inner-page .header__burger span {
  background: var(--brand-blue-dark);
}

.header__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--brand-orange);
  transition: width var(--transition-fast);
}

.header__menu a:hover::after {
  width: 100%;
}

.header__cta {
  flex-shrink: 0;
}

/* ===== MEGA MENÜ ===== */
.header__menu-item.has-submenu>a {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}

/* hover köprüsü — dropdown'ın üstünde boşluk */
.header__menu-item.has-submenu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 16px;
}

.header__menu-item.has-submenu>a i {
  font-size: 0.72rem;
  opacity: 0.9;
  transition: transform var(--transition-fast);
}

.header__menu-item.has-submenu:hover>a i,
.header__menu-item.has-submenu:focus-within>a i {
  transform: rotate(180deg);
}

/* Mega menü panel */
.header__megamenu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 260px;
  padding: 1.1rem 1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(43, 95, 190, 0.14);
  box-shadow: 0 22px 52px rgba(17, 36, 78, 0.18), 0 2px 8px rgba(17, 36, 78, 0.08);
  display: flex;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  pointer-events: none;
  z-index: 900;
}

.header__megamenu--wide {
  min-width: 480px;
  left: 0;
  transform: translateY(6px);
}

.header__menu-item.has-submenu:hover .header__megamenu,
.header__menu-item.has-submenu:focus-within .header__megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.header__menu-item.has-submenu:hover .header__megamenu--wide,
.header__menu-item.has-submenu:focus-within .header__megamenu--wide {
  transform: translateY(0);
}

/* Sütun içindeki liste */
.header__megamenu-col {
  flex: 1;
  min-width: 180px;
  padding: 0 0.6rem;
  border-right: 1px solid rgba(43, 95, 190, 0.08);
}

.header__megamenu-col:last-child {
  border-right: none;
}

.header__megamenu-col__title {
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-orange-dark);
  padding: 0.35rem 0.7rem 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  opacity: 1;
}

.header__megamenu-col__title i {
  font-size: 0.82rem;
  color: var(--brand-orange);
}

.header__megamenu-col li a {
  display: flex !important;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.94rem !important;
  font-weight: 600 !important;
  color: #1a3568 !important;
  text-shadow: none !important;
  padding: 0.55rem 0.7rem !important;
  border-radius: 9px;
  line-height: 1.35;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}

.header__megamenu-col li a i {
  font-size: 0.82rem;
  color: var(--brand-orange);
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

.header__megamenu-col li a::after {
  display: none !important;
}

.header__megamenu-col li a:hover {
  background: rgba(43, 95, 190, 0.07) !important;
  color: var(--brand-orange-dark) !important;
}

/* Ana menü linklerinde underline disable */
.header__menu>li.has-submenu>a::after {
  display: none;
}

.header__toggle,
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  z-index: 1001;
  flex-shrink: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 1199px) {
  .header__toggle,
  .header__burger {
    display: flex;
  }

  .header__cta {
    display: none;
  }
}

.header__toggle span,
.header__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--brown);
  border-radius: 2px;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.header__toggle.is-active span:nth-child(1),
.header__burger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header__toggle.is-active span:nth-child(2),
.header__burger.is-active span:nth-child(2) {
  opacity: 0;
}

.header__toggle.is-active span:nth-child(3),
.header__burger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* --- Mobile Menu --- */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  visibility: hidden;
}

.mobile-menu.is-open {
  pointer-events: auto;
  visibility: visible;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 50, 56, 0.4);
  opacity: 0;
  transition: opacity var(--transition-med);
}

.mobile-menu.is-open .mobile-menu__backdrop {
  opacity: 1;
}

.mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(380px, 92vw);
  height: 100%;
  height: 100dvh;
  background: #fff;
  padding: calc(var(--header-h) + 0.75rem) max(1.25rem, env(safe-area-inset-right)) max(1.25rem, env(safe-area-inset-bottom)) 1.35rem;
  transform: translateX(100%);
  transition: transform 0.5s var(--ease-out);
  box-shadow: -20px 0 60px rgba(38, 50, 56, 0.16);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  overflow: hidden;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__close {
  position: absolute;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  width: 44px;
  height: 44px;
  font-size: 1.25rem;
  color: var(--brown);
  z-index: 2;
  border: none;
  background: rgba(43, 95, 190, 0.06);
  border-radius: 50%;
  cursor: pointer;
}

.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  flex: 1;
  padding-bottom: 1rem;
}

.mobile-menu__link {
  display: block;
  font-family: var(--font-body);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--brand-blue-dark);
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(43, 95, 190, 0.12);
}

.mobile-menu__cta {
  padding-top: 1rem;
  border-top: 1px solid rgba(43, 95, 190, 0.12);
}

/* Akordeon öğeler */
.mobile-menu__accordion {
  border-bottom: 1px solid rgba(43, 95, 190, 0.1);
}

.mobile-menu__accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.95rem 0;
  font-family: var(--font-body);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--brand-blue-dark);
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: none;
}

.mobile-menu__accordion-btn i {
  font-size: 0.72rem;
  transition: transform 0.28s ease;
  flex-shrink: 0;
  color: var(--brand-orange);
}

.mobile-menu__accordion.is-open .mobile-menu__accordion-btn i {
  transform: rotate(180deg);
}

.mobile-menu__submenu {
  display: grid;
  gap: 0;
  padding: 0 0 0.75rem 0.85rem;
  border-left: 2px solid var(--brand-orange);
  margin-left: 0.1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.mobile-menu__accordion.is-open .mobile-menu__submenu {
  max-height: 2400px;
}

.mobile-menu__submenu li a {
  display: block;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: #1a3568;
  padding: 0.52rem 0.65rem;
  border-radius: 8px;
  line-height: 1.4;
  transition: color 0.15s, background 0.15s;
}

.mobile-menu__submenu li a:hover {
  color: var(--brand-orange-dark);
  background: rgba(43, 95, 190, 0.06);
}

/* Eski has-submenu backward compat */
.mobile-menu__has-submenu {
  display: grid;
  gap: 0.8rem;
}

.mobile-menu__group-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--brand-blue-dark);
}

/* Header — tablet & mobil */
@media (max-width: 1199px) {
  .header__inner {
    gap: 0.75rem;
  }

  .header__nav .header__social,
  .header__nav .header__cta {
    display: none;
  }
}

@media (max-width: 767px) {
  :root {
    --header-h: 76px;
    --header-h-scrolled: 68px;
  }

  .header__logo-img {
    height: 56px;
    max-width: min(210px, 48vw);
    padding: 0.2rem 0.45rem;
  }

  .header.is-scrolled .header__logo-img {
    height: 50px;
  }

  .header__inner {
    padding-inline: clamp(0.85rem, 3vw, 1.25rem);
  }

  .header__toggle,
  .header__burger {
    width: 40px;
    height: 40px;
  }

  .mobile-menu__panel {
    width: min(340px, 100vw);
  }

  .mobile-menu__link,
  .mobile-menu__accordion-btn {
    font-size: 1rem;
    padding: 0.85rem 0;
  }
}

@media (max-width: 380px) {
  .header__logo-img {
    height: 50px;
    max-width: min(180px, 44vw);
  }
}

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: calc(var(--header-h) + 1.5rem) 0 3rem;
  overflow: hidden;
  --hero-form-w: clamp(300px, 32vw, 420px);
}

.hero__canvas {
  display: none;
}

.hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero__slider .swiper-wrapper,
.hero__slider .swiper-slide {
  height: 100%;
}

.hero__slider:not(.swiper) .hero__slide {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero__slide {
  position: relative;
  height: 100%;
}

.hero__media {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--vanilla) 0%, var(--sage) 50%, var(--sky) 100%);
}

.hero__img,
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
      rgba(10, 30, 80, 0.72) 0%,
      rgba(20, 55, 130, 0.50) 38%,
      rgba(20, 55, 130, 0.22) 62%,
      rgba(242, 140, 40, 0.10) 100%);
  z-index: 1;
}

.hero__overlay--promo {
  background: linear-gradient(105deg,
      rgba(10, 30, 80, 0.78) 0%,
      rgba(20, 55, 130, 0.55) 42%,
      rgba(242, 140, 40, 0.20) 100%);
}

.hero__overlay--fin {
  background: linear-gradient(110deg,
      rgba(5, 38, 22, 0.76) 0%,
      rgba(10, 72, 42, 0.54) 42%,
      rgba(14, 90, 50, 0.22) 70%,
      rgba(242, 140, 40, 0.10) 100%);
}

/* Fin badge */
.hero__badge--fin {
  background: rgba(34, 197, 94, 0.25);
  border-color: rgba(34, 197, 94, 0.45);
  color: #d1fae5;
}

/* Fin başlık */
.hero__title--fin {
  font-size: clamp(2rem, 5.5vw, 3.65rem);
  margin-bottom: 0.85rem;
}

.hero__subtitle--fin {
  font-size: clamp(0.88rem, 1.6vw, 1rem);
  margin-bottom: 1.2rem;
  max-width: 46ch;
}

.hero__content {
  transition: opacity 0.45s var(--ease-out), transform 0.45s var(--ease-out);
}

.hero__content:not(.is-active),
.hero__content[hidden] {
  display: none !important;
  pointer-events: none;
}

.hero__content.is-active {
  display: block;
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.hero__hei-badge {
  margin-bottom: 1rem;
}

.hero__hei-badge img {
  display: block;
  width: clamp(72px, 8vw, 88px);
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
}

.hero__ribbon {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  padding: 0.42rem 0.9rem;
  font-family: var(--font-hero);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(242, 140, 40, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(242, 140, 40, 0.28);
}

.hero__ribbon i {
  font-size: 0.85rem;
}

.hero__badge--accent {
  background: rgba(242, 140, 40, 0.25);
  border-color: rgba(255, 212, 160, 0.55);
}

.hero__badge--accent i {
  color: var(--brand-orange-light);
}

.hero__layout {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  min-height: 0;
  padding-inline: var(--hero-pad-x);
  padding-right: var(--hero-pad-x);
  box-sizing: border-box;
  transition: padding-right 0.42s var(--ease-out);
  pointer-events: none;
}

.hero__layout .hero__copy,
.hero__layout .hero__site-title {
  pointer-events: auto;
}

.hero:has(.hero__form-panel.is-open) .hero__layout {
  padding-right: calc(var(--hero-form-w) + var(--hero-pad-x));
}

.hero__copy {
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-height: 240px;
  width: 100%;
  max-width: none;
  font-family: var(--font-hero);
  text-align: left;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hero__site-title {
  font-family: var(--font-hero);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 1rem;
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(6, 16, 40, 0.55);
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  font-family: var(--font-hero);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: var(--white);
  text-shadow: 0 1px 2px rgba(26, 43, 74, 0.25);
}

.hero__badge i {
  color: var(--brand-orange-light);
}

.hero__title {
  font-family: var(--font-hero);
  font-size: clamp(2.15rem, 5.8vw, 3.85rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: var(--white);
  margin-bottom: 0.9rem;
  padding-right: 0;
  text-wrap: balance;
  text-shadow:
    0 2px 4px rgba(6, 16, 40, 0.78),
    0 10px 32px rgba(6, 16, 40, 0.62),
    0 0 48px rgba(6, 16, 40, 0.35);
}

.hero__title em {
  color: #ffdcb8;
  font-style: normal;
  font-weight: 800;
}

.hero__subtitle {
  font-family: var(--font-hero);
  font-size: clamp(0.85rem, 1.5vw, 0.97rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 1.85rem;
  max-width: 64ch;
  margin-left: 0;
  margin-right: auto;
  line-height: 1.65;
  padding-right: 0.25rem;
  text-shadow: 0 2px 14px rgba(6, 16, 40, 0.60);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.hero__actions a {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
}

/* Hero — ön kayıt formu */
.hero__form-panel {
  position: relative;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  pointer-events: auto;
}

.hero__form-panel.is-open {
  pointer-events: auto;
}

.hero__form-backdrop {
  display: none;
}

.hero__form-toggle {
  display: none;
}

.hero__form-drawer {
  width: 100%;
  max-width: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: visible;
}

.hero__form-panel.is-open .hero__form-drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-form {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 18px;
  padding: 1.15rem 1.15rem 1.1rem;
  box-shadow: 0 16px 48px rgba(8, 20, 50, 0.22);
  backdrop-filter: blur(16px);
  max-height: min(480px, calc(100vh - var(--header-h) - 5rem));
  overflow-y: auto;
}

.hero-form__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.hero-form__head-text {
  min-width: 0;
}

.hero-form__close {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(43, 95, 190, 0.08);
  color: var(--brand-blue-dark);
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

.hero-form__close:hover {
  background: rgba(43, 95, 190, 0.14);
  color: var(--brand-orange-dark);
}

.hero-form__lead {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--muted);
}

.hero-form__eyebrow {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin-bottom: 0.2rem;
}

.hero-form__title {
  font-family: var(--font-hero);
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--brand-blue-dark);
  margin: 0;
  line-height: 1.08;
}

.hero-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.65rem;
}

.hero-form__field span {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--brand-blue-dark);
}

.hero-form__field input,
.hero-form__field select {
  width: 100%;
  padding: 0.62rem 0.8rem;
  font: inherit;
  font-size: 0.88rem;
  color: var(--dark);
  background: var(--cream);
  border: 1px solid rgba(43, 95, 190, 0.14);
  border-radius: 10px;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.hero-form__field input:focus,
.hero-form__field select:focus {
  outline: none;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 3px rgba(43, 95, 190, 0.12);
}

.hero-form__submit {
  margin-top: 0.15rem;
  padding-block: 0.72rem;
  font-size: 0.9rem;
}

.hero__badge--hide-sm {
  display: inline-flex;
}

.hero-form__field input::placeholder {
  color: #9aa8bc;
}

.hero-form__field input:focus,
.hero-form__field select:focus {
  outline: none;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 3px rgba(43, 95, 190, 0.15);
}

.hero-form__field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235A6B85' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2rem;
}

.hero-form__note {
  min-height: 1.25rem;
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: var(--brand-blue-dark);
  text-align: center;
}

.hero-form__note.is-success {
  color: #1a7a4a;
}

.hero-form__note.is-error {
  color: #c0392b;
}

.hero-form.is-sent .hero-form__submit {
  opacity: 0.85;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .hero__form-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--hero-form-w);
    max-width: 420px;
    z-index: 12;
    pointer-events: none;
  }

  .hero__form-panel.is-open {
    pointer-events: auto;
  }

  .hero__form-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 13;
    transform: translateY(-50%);
    padding: 0.85rem 0.7rem 0.85rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-right: none;
    border-radius: 14px 0 0 14px;
    background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-dark));
    color: var(--white);
    font-family: var(--font-hero);
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: -8px 8px 28px rgba(242, 140, 40, 0.38);
    cursor: pointer;
    pointer-events: auto;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), opacity var(--transition-fast);
  }

  .hero__form-toggle-label {
    letter-spacing: 0.04em;
  }

  .hero__form-toggle-icon {
    writing-mode: horizontal-tb;
    transform: rotate(-90deg);
    font-size: 0.9rem;
  }

  .hero__form-panel.is-open .hero__form-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%) translateX(8px);
  }

  .hero__form-drawer {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateX(100%);
    transition: transform 0.42s var(--ease-out);
    pointer-events: none;
  }

  .hero__form-panel.is-open .hero__form-drawer {
    transform: translateX(0);
    pointer-events: auto;
  }

  .hero-form {
    height: 100%;
    max-height: none;
    border-radius: 0;
    border: none;
    border-left: 1px solid rgba(43, 95, 190, 0.14);
    box-shadow: -16px 0 48px rgba(8, 20, 50, 0.14);
    padding: calc(var(--header-h) + 1.5rem) clamp(1.2rem, 2vw, 1.75rem) 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
  }
}

@media (max-width: 1024px) {
  .hero {
    --hero-form-w: 0px;
  }

  .hero__layout {
    padding-right: var(--hero-pad-x);
    min-height: auto;
    align-items: flex-end;
    padding-bottom: 0.35rem;
  }

  .hero__form-panel {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 900;
    width: auto;
    pointer-events: none;
  }

  .hero__form-panel.is-open {
    pointer-events: auto;
  }

  .hero__form-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(8, 18, 48, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s var(--ease-out), visibility 0.3s;
    pointer-events: none;
  }

  .hero__form-panel.is-open .hero__form-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .hero__form-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
    z-index: 901;
    width: auto;
    height: auto;
    padding: 0.72rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-orange), var(--brand-orange-dark));
    color: var(--white);
    font-family: var(--font-hero);
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(242, 140, 40, 0.42);
    cursor: pointer;
    pointer-events: auto;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  }

  .hero__form-panel.is-open .hero__form-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
  }

  .hero__form-toggle-icon {
    font-size: 0.85rem;
  }

  .hero__form-drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 902;
    width: 100%;
    max-width: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(105%);
    transition: transform 0.38s var(--ease-out), opacity 0.28s, visibility 0.38s;
  }

  .hero__form-panel.is-open .hero__form-drawer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero-form {
    border-radius: 1.15rem 1.15rem 0 0;
    max-height: min(78vh, 560px);
    padding: 1.15rem 1.15rem calc(1.15rem + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -12px 40px rgba(8, 20, 50, 0.22);
  }

  .hero__badge--hide-sm {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero {
    align-items: flex-end;
    padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
    --hero-pad-x: clamp(1.15rem, 5vw, 2rem);
  }

  .hero__copy {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .hero-form {
    padding: 1.15rem 1rem;
  }
}

/* Hero alt şerit — oklar · sayaç · dots */
.hero__nav-bar {
  position: absolute;
  bottom: 0;
  left: var(--hero-pad-x);
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  pointer-events: auto;
}

/* Pagination — artık nav-bar içinde, absolute konumunu sıfırla */
.hero__pagination {
  position: static !important;
  width: auto !important;
  display: flex !important;
  align-items: center;
  gap: 0.35rem;
  padding: 0 !important;
  text-align: left;
}

.hero__pagination .swiper-pagination-bullet {
  background: var(--white);
  opacity: 0.4;
  width: 10px;
  height: 10px;
  margin: 0 !important;
  flex-shrink: 0;
}

.hero__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--brand-orange);
  width: 24px;
  border-radius: 999px;
}

.hero__nav-counter {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  min-width: 3.2rem;
}

.hero__nav-current {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.hero__nav-sep {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1rem;
}

.hero__nav-total {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
}

.hero__nav-arrows {
  display: flex;
  gap: 0.4rem;
}

.hero__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.hero__nav:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.65);
  transform: scale(1.08);
}

.hero__nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.hero__scroll {
  display: none;
}

/* --- Özellik şeridi (eski marquee yerine) --- */
.essentials {
  padding: 1rem 0;
  background: var(--white);
  border-bottom: 1px solid var(--brand-blue-light);
}

.essentials__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.65rem;
}

.essentials__list li {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--brand-blue-dark);
  padding: 0.4rem 0.85rem;
  background: var(--brand-blue-light);
  border-radius: 999px;
}

.essentials__list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--brand-orange);
  border-radius: 50%;
  margin-right: 0.4rem;
  vertical-align: middle;
}

/* --- Sections --- */
.section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  position: relative;
}

.section--cream {
  background: var(--white);
}

.section--vanilla {
  background: var(--cream);
}

.section--blue {
  background: var(--brand-blue-light);
}

/* --- Zigzag bölümler (metin + görsel tam %50, kenara bitişik) --- */
.section.section-split {
  padding: 0;
  width: 100%;
  overflow: visible;
}

.section.section-split.section-split--has-wide {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.section-split__layout {
  --split-min-h: clamp(480px, 62vh, 880px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(var(--split-min-h), auto);
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: var(--split-min-h);
}

.section-split--text-right .section-split__visual {
  order: -1;
}

.section-split__body,
.section-split__visual {
  width: 100%;
  min-width: 0;
  min-height: var(--split-min-h);
  box-sizing: border-box;
}

.section-split__body {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: clamp(2.75rem, 5vw, 4.5rem) clamp(1.75rem, 4.5vw, 3.5rem);
  background: inherit;
}

.section-split--text-left .section-split__body {
  padding-left: clamp(1.75rem, 5vw, 4rem);
}

.section-split--text-right .section-split__body {
  padding-right: clamp(1.75rem, 5vw, 4rem);
}

.section-split__body-inner {
  width: 100%;
  max-width: none;
}

.section-split__body-inner--wide {
  max-width: none;
}

.section-split__body .why-grid,
.section-split__body .edu-features,
.section-split__body .day-flow,
.section-split__body .atolye-showcase {
  width: 100%;
}

.section--cream.section-split .section-split__body {
  background-color: var(--white);
}

.section--blue.section-split .section-split__body {
  background-color: var(--brand-blue-light);
}

.section--vanilla.section-split .section-split__body {
  background-color: var(--cream);
}

#okulda-bir-gun.section-split .section-split__body {
  background-color: var(--white);
}

.section-split__body .section__header {
  text-align: left;
  margin-bottom: 1.1rem;
}

.section-split__body .section__title {
  font-size: clamp(1.75rem, 3.6vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
}

.section-split__body .section__header--center {
  text-align: left;
}

.section-split__body .section__lead {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.section-split__visual {
  position: relative;
  display: block;
  align-self: stretch;
  overflow: hidden;
}

.section-split__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: unset;
  border-radius: 0;
  background: var(--brand-blue-light);
  box-shadow: none;
}

.section-split__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(43, 95, 190, 0.08) 0%,
      transparent 35%);
  pointer-events: none;
}

.section-split--text-right .section-split__media::after {
  background: linear-gradient(270deg,
      rgba(43, 95, 190, 0.08) 0%,
      transparent 35%);
}

.section-split__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Sertifika/poster türü görseller için: arka planı koru, görseli kırpma */
.section-split__media--certificate {
  background: #0a3a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2.5vw, 2rem);
}

.section-split__media--certificate::after {
  display: none;
}

.section-split__media--certificate img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.section-split__wide {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

.section-split__body .edu-features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-split__body .edu-all-features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-split__body .atolye-showcase__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-split__body .day-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .section-split__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    --split-min-h: clamp(220px, 45vw, 320px);
    min-height: 0;
  }

  .section-split--text-right .section-split__visual {
    order: -1;
  }

  .section-split__body,
  .section-split__visual {
    min-height: 0;
  }

  .section-split__body {
    padding: clamp(2.5rem, 6vw, 3.5rem) max(1.25rem, calc((100% - var(--container)) / 2 + 1.25rem));
  }

  .section-split__visual {
    min-height: var(--split-min-h);
    width: 100%;
  }

  .section-split__media {
    position: absolute;
    inset: 0;
    min-height: 100%;
  }

  .section-split__body .edu-features,
  .section-split__body .day-flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .section-split__body .day-flow {
    grid-template-columns: 1fr;
  }
}

/* --- Grid --- */
.grid {
  display: grid;
  gap: 1.5rem;
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {

  .grid--4,
  .grid--3,
  .grid--2 {
    grid-template-columns: 1fr;
  }
}

/* --- Cards --- */
.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.card--why {
  padding: 1.5rem 1.25rem;
  border: 1px solid var(--brand-blue-light);
  background: var(--white);
  box-shadow: none;
}

.card--why:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: rgba(43, 95, 190, 0.25);
}

.card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  background: var(--brand-blue-light);
  color: var(--brand-blue);
  font-size: 1.1rem;
  margin-bottom: 1rem;
  transition: background var(--transition-fast), color var(--transition-fast);
}

.card--why:hover .card__icon {
  background: var(--brand-orange);
  color: var(--white);
}

.card__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--brand-blue-dark);
  margin-bottom: 0.4rem;
}

.card__text {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

/* Atölye cards */
.card--atolye {
  overflow: hidden;
  padding: 0;
}

.card--atolye__link {
  display: block;
  color: inherit;
}

.card--atolye .card__media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: linear-gradient(145deg, var(--vanilla), var(--sky));
}

.card--atolye .card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.card--atolye:hover .card__media img {
  transform: scale(1.06);
}

.card--atolye .card__body {
  padding: 1.5rem;
}

.card--atolye h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--brand-blue-dark);
  margin-bottom: 0.35rem;
}

.card--atolye p {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.75rem;
  line-height: 1.55;
}

.card__link-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: gap var(--transition-fast), color var(--transition-fast);
}

.card--atolye:hover .card__link-text {
  gap: 0.5rem;
  color: var(--brand-orange);
}

/* Atölyeler — yuvarlak görsel + başlık */
.atolyeler-section .section__header {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.atolye-scroll {
  display: flex;
  gap: clamp(1.25rem, 2.4vw, 2rem);
  align-items: stretch;
  justify-content: flex-start;
  padding: 0.5rem max(1.25rem, calc((100% - var(--container)) / 2 + 1.25rem)) 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.atolye-scroll::-webkit-scrollbar {
  display: none;
}

.atolye-round {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: clamp(170px, 18vw, 220px);
  height: auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.atolye-round__media {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 0.85rem;
  border: 7px solid var(--white);
  box-shadow: 0 14px 36px rgba(43, 95, 190, 0.18);
  background: var(--white);
  transition: box-shadow 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}

.atolye-round:hover .atolye-round__media {
  box-shadow: 0 18px 44px rgba(43, 95, 190, 0.26);
  transform: translateY(-4px) scale(1.03);
}

.atolye-round__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s var(--ease-out);
}

.atolye-round:hover .atolye-round__media img {
  transform: scale(1.08);
}

.atolye-round--1 .atolye-round__media {
  border-color: #B8D4FF;
}

.atolye-round--2 .atolye-round__media {
  border-color: #FFE4A8;
}

.atolye-round--3 .atolye-round__media {
  border-color: #B8F0E0;
}

.atolye-round--4 .atolye-round__media {
  border-color: #FFC4D6;
}

.atolye-round--5 .atolye-round__media {
  border-color: #D4C4FF;
}

.atolye-round--6 .atolye-round__media {
  border-color: #C4F0A8;
}

.atolye-round--7 .atolye-round__media {
  border-color: #FFD4B8;
}

.atolye-round--8 .atolye-round__media {
  border-color: #B8E8FF;
}

.atolye-round--9 .atolye-round__media {
  border-color: #F0C4FF;
}

.atolye-round--10 .atolye-round__media {
  border-color: #FFE8B8;
}

.atolye-round--11 .atolye-round__media {
  border-color: #C4D4FF;
}

.atolye-round--12 .atolye-round__media {
  border-color: #FFB8E8;
}

.atolye-round__title {
  --atolye-title-line: 1.15;
  --atolye-title-lines: 2;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.25vw, 1.12rem);
  font-weight: 700;
  color: var(--brand-blue-dark);
  margin: auto 0 0;
  line-height: var(--atolye-title-line);
  width: 100%;
  min-height: calc(var(--atolye-title-lines) * var(--atolye-title-line) * 1em + 0.7rem);
  max-height: calc(var(--atolye-title-lines) * var(--atolye-title-line) * 1em + 0.7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(43, 95, 190, 0.14);
  text-align: center;
  white-space: normal;
  letter-spacing: -0.005em;
  box-sizing: border-box;
  flex-shrink: 0;
}

/* Atölye vitrin — modern kart ızgarası */
.atolye-showcase {
  margin-top: 0.25rem;
}

.atolye-showcase__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.15rem;
  padding: 0;
  list-style: none;
}

.atolye-showcase__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--brand-blue-dark);
  padding: 0.45rem 0.85rem;
  background: var(--white);
  border: 1px solid rgba(43, 95, 190, 0.14);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(43, 95, 190, 0.06);
}

.atolye-showcase__meta li i {
  color: var(--brand-orange);
  font-size: 0.7rem;
}

.atolye-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.atolye-card {
  position: relative;
  padding: 1rem 1rem 0.95rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(43, 95, 190, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    transform 0.35s var(--ease-out),
    border-color 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out);
}

.atolye-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange));
  opacity: 0;
  transition: opacity 0.35s var(--ease-out);
}

.atolye-card:hover,
.atolye-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(242, 140, 40, 0.35);
  box-shadow: 0 14px 36px rgba(43, 95, 190, 0.12);
}

.atolye-card:hover::before,
.atolye-card:focus-within::before {
  opacity: 1;
}

.atolye-card__index {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(43, 95, 190, 0.22);
}

.atolye-card__icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.65rem;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, var(--brand-blue-light) 0%, #fff 100%);
  color: var(--brand-blue);
  font-size: 1rem;
  transition: transform 0.35s var(--ease-spring), background 0.35s var(--ease-out);
}

.atolye-card:nth-child(even) .atolye-card__icon {
  background: linear-gradient(145deg, var(--brand-orange-light) 0%, #fff 100%);
  color: var(--brand-orange-dark);
}

.atolye-card:hover .atolye-card__icon {
  transform: scale(1.08);
}

.atolye-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--brand-blue-dark);
  margin: 0 0 0.25rem;
  line-height: 1.2;
}

.atolye-card__text {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--muted);
}

.section-split--atolyeler .section__lead {
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .atolye-showcase__grid {
    grid-template-columns: 1fr;
  }

  .atolye-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.85rem;
    align-items: start;
    padding: 1rem 1.1rem;
  }

  .atolye-card__icon {
    grid-row: 1 / span 2;
    margin-bottom: 0;
    align-self: center;
  }

  .atolye-card__title,
  .atolye-card__text {
    grid-column: 2;
  }

  .atolye-card__index {
    top: 0.65rem;
  }
}

/* Eğitim öz — kompakt grid */
.edu-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.edu-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
}

/* Birleşik 5 kart — 2+3 ızgara */
.edu-all-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

/* 5. eleman çift kolondan tam satır */
.edu-all-features .edu-feature:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 50%;
}

@media (max-width: 768px) {

  .edu-highlights,
  .edu-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-highlight__timeline {
    grid-template-columns: 1fr;
  }

  .edu-all-features {
    grid-template-columns: 1fr 1fr;
  }

  .edu-all-features .edu-feature:last-child:nth-child(odd) {
    max-width: 100%;
  }
}

.edu-feature {
  padding: 0.85rem 0.95rem 0.9rem;
  background: var(--white);
  border: 1px solid var(--brand-blue-light);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--brand-orange);
}

.edu-feature--highlight {
  border-left-color: var(--brand-blue);
  background: linear-gradient(150deg, #fff 0%, #f4f8ff 100%);
}

.edu-feature__meta {
  margin: 0 0 0.28rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand-orange-dark);
}

.edu-feature h3 {
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--brand-blue-dark);
  margin-bottom: 0.28rem;
  line-height: 1.25;
}

.edu-feature p {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
}

.edu-feature__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--brand-blue-dark);
}

.edu-feature__link i {
  font-size: 0.68rem;
}

.edu-feature__link:hover {
  color: var(--brand-orange-dark);
}

@media (max-width: 560px) {

  .edu-highlights,
  .edu-features,
  .edu-all-features {
    grid-template-columns: 1fr;
  }

  .edu-all-features .edu-feature:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: 100%;
  }
}

/* Gün akışı — kompakt */
.day-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.75rem;
  list-style: none;
}

@media (max-width: 768px) {
  .day-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

.day-flow__item {
  padding: 1rem;
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid var(--brand-blue-light);
}

.day-flow__item time {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--brand-orange);
  margin-bottom: 0.35rem;
}

.day-flow__item h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-blue-dark);
  margin-bottom: 0.2rem;
}

.day-flow__item p {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

/* Galeri şerit */
/* ===== GALERİ — BENTO GRID ===== */
.gallery-section {
  overflow: hidden;
}

/* Filtre sekmeler */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.gallery-filter__btn {
  padding: 0.52rem 1.25rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  background: var(--white);
  border: 1.5px solid rgba(43, 95, 190, 0.14);
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.gallery-filter__btn.is-active,
.gallery-filter__btn:hover {
  background: var(--brand-blue-dark);
  color: var(--white);
  border-color: var(--brand-blue-dark);
  box-shadow: 0 4px 14px rgba(43, 95, 190, 0.28);
}

/* Bento grid — 4 kolon */
.gallery-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  gap: 0.75rem;
}

.gallery-bento__item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--brand-blue-light);
  display: block;
  cursor: pointer;
}

.gallery-bento__item.is-hidden {
  display: none;
}

.gallery-bento__item--wide {
  grid-column: span 2;
}

.gallery-bento__item--tall {
  grid-row: span 2;
}

.gallery-bento__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--ease-out);
  display: block;
}

.gallery-bento__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: linear-gradient(180deg, rgba(29, 67, 137, 0.06) 0%, rgba(29, 67, 137, 0.72) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-bento__overlay i {
  font-size: 1.6rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  transform: scale(0.8);
  transition: transform 0.3s var(--ease-out);
}

.gallery-bento__overlay span {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transform: translateY(6px);
  transition: transform 0.3s var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .gallery-bento__item:hover img {
    transform: scale(1.06);
  }

  .gallery-bento__item:hover .gallery-bento__overlay {
    opacity: 1;
  }

  .gallery-bento__item:hover .gallery-bento__overlay i {
    transform: scale(1);
  }

  .gallery-bento__item:hover .gallery-bento__overlay span {
    transform: translateY(0);
  }
}

/* CTA altında */
.gallery-cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.btn--outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid var(--brand-blue-dark);
  color: var(--brand-blue-dark);
  transition: background var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

.btn--outline-dark:hover {
  background: var(--brand-blue-dark);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(43, 95, 190, 0.28);
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(8, 18, 40, 0.94);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox__inner {
  position: relative;
  max-width: min(90vw, 1100px);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.gallery-lightbox__inner img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  display: block;
}

.gallery-lightbox__caption {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.03em;
}

.gallery-lightbox__close {
  position: fixed;
  top: 1.2rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--transition-fast);
}

.gallery-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.24);
}

.gallery-lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--transition-fast);
}

.gallery-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.22);
}

.gallery-lightbox__nav--prev {
  left: 1.25rem;
}

.gallery-lightbox__nav--next {
  right: 1.25rem;
}

/* Responsive */
@media (max-width: 900px) {
  .gallery-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 180px;
  }

  .gallery-bento__item--tall {
    grid-row: span 1;
  }
}

@media (max-width: 560px) {
  .gallery-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 140px;
    gap: 0.5rem;
  }

  .gallery-bento__item--wide {
    grid-column: span 2;
  }

  .gallery-lightbox__nav {
    width: 38px;
    height: 38px;
  }
}

/* İç sayfa galeri bölümü */
.inner-gallery-section {
  padding-top: 0;
}

.inner-gallery-section .gallery-bento {
  margin-top: 0.5rem;
}

.inner-gallery-section .gallery-filters {
  margin-bottom: 1.5rem;
}

.gallery-empty {
  text-align: center;
  color: var(--muted);
  padding: 2rem 1rem;
}

.gallery-count {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0 0 1.25rem;
}

.video-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.video-gallery-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(43, 95, 190, 0.1);
  box-shadow: 0 8px 24px rgba(29, 67, 137, 0.06);
}

.video-gallery-card__media {
  aspect-ratio: 16 / 9;
  background: #0f172a;
}

.video-gallery-card__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}

.video-gallery-card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.85rem 1rem 1rem;
  margin: 0;
  color: var(--brand-blue-dark);
}

@media (max-width: 768px) {
  .video-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Eski gallery strip — backward compat */
.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.gallery-strip__item {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--brand-blue-light);
}

.gallery-strip__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.gallery-strip__item:hover img {
  transform: scale(1.04);
}

/* --- Education --- */
.education {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 900px) {
  .education {
    grid-template-columns: 1fr;
  }
}

.education__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.education__tab {
  padding: 0.6rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
  background: var(--vanilla);
  transition: background var(--transition-fast), color var(--transition-fast);
}

.education__tab:hover {
  color: var(--brown);
}

.education__tab.is-active {
  background: var(--brand-blue);
  color: var(--white);
}

.content-card {
  padding: 2rem;
  min-height: 200px;
}

.content-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--brown);
  margin-bottom: 0.75rem;
}

.content-card p {
  color: var(--muted);
}

/* --- Timeline --- */
.timeline {
  position: relative;
  max-width: 640px;
  margin-inline: auto;
  padding-left: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--sage), var(--coral));
  border-radius: 2px;
}

.timeline__item {
  position: relative;
  padding: 0 0 2rem 2rem;
}

.timeline__item::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.35rem;
  width: 12px;
  height: 12px;
  margin-left: -5px;
  background: var(--white);
  border: 3px solid var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--cream);
}

.timeline__item time {
  display: inline-block;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--wood);
  margin-bottom: 0.25rem;
}

.timeline__item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--brown);
}

.timeline__item p {
  font-size: 0.9rem;
  color: var(--muted);
}

/* --- Facilities --- */
.facilities__layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: start;
}

@media (max-width: 900px) {
  .facilities__layout {
    grid-template-columns: 1fr;
  }
}

.facilities__visual {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--sage), var(--vanilla));
}

.facilities__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facilities__blob {
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(242, 140, 107, 0.25), transparent 70%);
  pointer-events: none;
}

.card--facility {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
}

.card--facility i {
  font-size: 1.1rem;
  color: var(--wood);
  width: 36px;
  text-align: center;
}

.card--facility h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--brown);
}

/* --- Stats --- */
.stats-section {
  padding: 1.25rem 0 2.6rem;
}

.stats-shell {
  background: transparent;
  padding: clamp(1.15rem, 3vw, 1.8rem);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
  text-align: center;
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat {
  background: #fff;
  border: 1px solid rgba(43, 95, 190, 0.11);
  border-radius: 16px;
  padding: 1rem 0.75rem;
  box-shadow: 0 8px 20px rgba(43, 95, 190, 0.08);
}

.stat__number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--brand-blue-dark);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat__label {
  font-size: 0.86rem;
  color: var(--muted);
}

/* --- Nutrition --- */
.nutrition {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 900px) {
  .nutrition {
    grid-template-columns: 1fr;
  }
}

.nutrition__list {
  margin: 1.5rem 0 2rem;
}

.nutrition__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--muted);
}

.nutrition__list i {
  color: var(--sage);
  margin-top: 0.2rem;
}

.nutrition__visual {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, var(--orange), var(--vanilla));
  box-shadow: var(--shadow-soft);
}

.nutrition__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Gallery --- */
.gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.gallery-tabs__btn {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--muted);
  background: var(--white);
  transition: background var(--transition-fast), color var(--transition-fast);
}

.gallery-tabs__btn.is-active,
.gallery-tabs__btn:hover {
  background: var(--brown);
  color: var(--cream);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 768px) {
  .gallery-grid {
    display: none;
  }

  .gallery-swiper {
    display: block !important;
  }
}

.gallery-swiper {
  display: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.gallery-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: var(--vanilla);
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--vanilla);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.gallery-item__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(38, 50, 56, 0.55);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.gallery-item__overlay span {
  color: var(--white);
  font-weight: 600;
  font-size: 1rem;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item:hover .gallery-item__overlay {
  opacity: 1;
}

.gallery-item.is-hidden {
  display: none;
}

/* --- Testimonials --- */
.card--testimonial {
  padding: 2rem;
  border: 1px solid rgba(216, 168, 93, 0.25);
}

.card--testimonial__stars {
  color: var(--gold);
  font-size: 0.85rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.15rem;
}

.card--testimonial p {
  font-size: 0.95rem;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 1rem;
}

.card--testimonial cite {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  color: var(--wood);
}

/* --- Blog --- */
.card--blog {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.card--blog__meta {
  font-size: 0.8rem;
  color: var(--muted);
}

.card--blog__cat {
  color: var(--wood);
  font-weight: 600;
}

.card--blog h3 a {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--brown);
  transition: color var(--transition-fast);
}

.card--blog h3 a:hover {
  color: var(--coral);
}

.card--blog p {
  font-size: 0.9rem;
  color: var(--muted);
  flex: 1;
}

/* ===== İLETİŞİM CTA — TAM GENİŞLİK FORM ===== */
.cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}

/* Sol — Görsel */
.cta__visual {
  position: relative;
  overflow: hidden;
}

.cta__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg,
      rgba(29, 67, 137, 0.55) 0%,
      rgba(8, 18, 48, 0.78) 100%);
}

.cta__quote {
  position: absolute;
  bottom: 3rem;
  left: 2.5rem;
  right: 2.5rem;
  margin: 0;
  color: #fff;
}

.cta__quote-mark {
  display: block;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 0.7;
  color: var(--brand-orange);
  margin-bottom: 0.4rem;
}

.cta__quote figcaption {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-style: italic;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.cta__contact-cards {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.cta__contact-card {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background var(--transition-fast);
}

.cta__contact-card:hover {
  background: rgba(255, 255, 255, 0.22);
}

.cta__contact-card--wa {
  background: rgba(37, 211, 102, 0.22);
  border-color: rgba(37, 211, 102, 0.4);
}

.cta__contact-card--wa:hover {
  background: rgba(37, 211, 102, 0.35);
}

/* Sağ — Form Paneli */
.cta__panel {
  background: var(--brand-blue-dark);
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
  overflow-y: auto;
}

.cta__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--brand-orange);
  background: rgba(242, 140, 40, 0.14);
  border-radius: 999px;
  padding: 0.3rem 0.9rem;
  width: fit-content;
}

.cta__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

.cta__title em {
  color: var(--brand-orange);
  font-style: normal;
}

.cta__lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.97rem;
  line-height: 1.65;
  margin: 0;
}

.cta__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
}

.cta__badge i {
  color: var(--brand-orange);
}

/* Form */
.form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form__row {
  display: grid;
  gap: 0.75rem;
}

.form__row--split {
  grid-template-columns: 1fr 1fr;
}

.form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.form__label {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.03em;
}

.form__req {
  color: var(--brand-orange);
}

.form__input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.92rem;
  transition: border-color 0.2s, background 0.2s;
  appearance: none;
}

.form__input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.form__input:focus {
  outline: none;
  border-color: var(--brand-orange);
  background: rgba(255, 255, 255, 0.12);
}

.form__input:focus::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.form__select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff60' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.2rem;
}

.form__select option {
  background: var(--brand-blue-dark);
  color: #fff;
}

.form__textarea {
  resize: vertical;
  min-height: 90px;
}

.btn--full {
  width: 100%;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  margin-top: 0.25rem;
}

.form__hint {
  text-align: center;
  font-size: 0.85rem;
  min-height: 1.4em;
  color: rgba(255, 255, 255, 0.65);
}

.form__hint--success {
  color: #6ee7b7;
}

.form__hint--error {
  color: #fca5a5;
}

.form__input--error {
  border-color: #fca5a5 !important;
}

/* İletişim alt satır */
.cta__contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cta__contact-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.62);
  transition: color var(--transition-fast);
}

.cta__contact-item i {
  color: var(--brand-orange);
  margin-top: 0.18rem;
  flex-shrink: 0;
}

a.cta__contact-item:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* Responsive */
@media (max-width: 900px) {
  .cta {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cta__visual {
    min-height: 340px;
  }

  .cta__panel {
    padding: 2.5rem 1.5rem 3rem;
  }

  .cta__quote {
    bottom: 1.75rem;
    left: 1.5rem;
    right: 1.5rem;
  }

  .cta__contact-cards {
    top: 1.5rem;
    left: 1.5rem;
  }
}

@media (max-width: 520px) {
  .form__row--split {
    grid-template-columns: 1fr;
  }
}

/* --- CTA --- */
.cta-section {
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.cta-box {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  min-height: 420px;
  display: grid;
  align-items: center;
}

.cta-box__bg {
  position: absolute;
  inset: 0;
}

.cta-box__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-box__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(157, 191, 158, 0.5), transparent),
    linear-gradient(105deg, rgba(92, 64, 51, 0.92) 0%, rgba(38, 50, 56, 0.75) 100%);
}

.cta-box__content {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 6vw, 4rem);
  max-width: 620px;
  color: var(--white);
}

.cta-box__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.cta-box__text {
  opacity: 0.9;
  margin-bottom: 2rem;
}

.cta-box__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Organic blob decor */
.cta-box::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -15%;
  width: 50%;
  height: 80%;
  background: radial-gradient(circle, rgba(242, 140, 107, 0.2), transparent 65%);
  z-index: 1;
  pointer-events: none;
}

/* --- Footer --- */
/* ===== FOOTER ===== */
.footer {
  background: #0b1f4a;
  color: rgba(255, 255, 255, 0.82);
}

/* Grid */
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 960px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 540px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
}

/* Brand */
.footer__logo {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.footer__logo-img {
  display: block;
  height: 80px;
  width: auto;
  max-width: min(280px, 88vw);
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 0.4rem 0.6rem;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

.footer__brand>p {
  font-size: 0.88rem;
  line-height: 1.75;
  opacity: 0.75;
  margin-bottom: 1rem;
}

.footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
}

.footer__badge i {
  color: var(--sage);
  font-size: 0.65rem;
}

/* Kolonlar */
.footer__col h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.1rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid var(--brand-orange);
  display: inline-block;
}

.footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__col ul li {
  margin-bottom: 0.55rem;
}

.footer__col ul li a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  opacity: 0.75;
  transition: opacity var(--transition-fast), color var(--transition-fast), gap var(--transition-fast);
}

.footer__col ul li a i {
  font-size: 0.65rem;
  color: var(--brand-orange);
  transition: transform 0.2s;
}

.footer__col ul li a:hover {
  opacity: 1;
  color: var(--brand-orange-light);
  gap: 0.65rem;
}

.footer__col ul li a:hover i {
  transform: translateX(2px);
}

/* İletişim */
.footer__contact address {
  font-style: normal;
}

.footer__contact p {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
  line-height: 1.6;
}

.footer__contact p i {
  color: var(--sage);
  margin-top: 0.22rem;
  flex-shrink: 0;
  width: 1rem;
  text-align: center;
}

.footer__contact p a {
  color: inherit;
  opacity: 0.8;
  transition: color var(--transition-fast);
}

.footer__contact p a:hover {
  color: var(--brand-orange-light);
  opacity: 1;
}

.footer__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.88rem;
  padding: 0.6rem 1.2rem;
}

/* Sosyal ikonlar */
.footer__social {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.footer__social-link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
}

.footer__social-link:hover {
  transform: translateY(-3px);
}

.footer__social-link--ig:hover {
  background: #e1306c;
  border-color: #e1306c;
}

.footer__social-link--wa:hover {
  background: #25d366;
  border-color: #25d366;
}

.footer__social-link--fb:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.footer__social-link--yt:hover {
  background: #ff0000;
  border-color: #ff0000;
}

/* Alt bant */
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
}

.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer__bottom-inner p {
  font-size: 0.78rem;
  opacity: 0.5;
}

.footer__social--bottom .footer__social-link {
  width: 32px;
  height: 32px;
  font-size: 0.85rem;
}

/* ===== HEADER SOSYAL ===== */
.header__social {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  margin-right: 0.25rem;
}

.header__social-link {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.9rem;
  color: var(--brand-blue-dark);
  background: rgba(29, 67, 137, 0.07);
  border: 1px solid rgba(29, 67, 137, 0.14);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.header.is-scrolled .header__social-link,
.inner-page .header__social-link {
  color: var(--brand-blue-dark);
}

.home-page .header:not(.is-scrolled) .header__social-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

.header__social-link:hover {
  transform: translateY(-2px);
}

.header__social-link:hover i.fa-instagram {
  color: #e1306c;
}

.header__social-link:hover i.fa-whatsapp {
  color: #25d366;
}

@media (max-width: 1199px) {
  .header__social {
    display: none;
  }
}

/* --- Inner page utilities --- */
.inner-hero {
  padding: calc(var(--header-h) + 3rem) 0 3rem;
  background: var(--vanilla);
}

.inner-section {
  padding: 4rem 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.breadcrumb a:hover {
  color: var(--wood);
}

.page-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--brown);
}

/* --- Animation initial states (GSAP fallback) --- */
.no-js .reveal-up,
.no-js .reveal-left,
.no-js .reveal-right,
.no-js .reveal-scale,
.no-js .stagger-item,
.no-js .fade-in,
.gsap-fallback .reveal-up,
.gsap-fallback .reveal-left,
.gsap-fallback .reveal-right,
.gsap-fallback .reveal-scale,
.gsap-fallback .stagger-item,
.gsap-fallback .fade-in {
  opacity: 1 !important;
  transform: none !important;
}

.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale,
.stagger-item,
.fade-in {
  will-change: transform, opacity;
}

/* GSAP animasyonları inline yönetilir — CSS ile gizleme yok (Lenis uyumu) */

/* Image placeholder fallback */
.img-fallback {
  object-fit: cover;
  background: linear-gradient(145deg, var(--vanilla), var(--sage));
}

.main-content {
  opacity: 1;
}

@media (max-width: 900px) {
  .atolye-round {
    width: clamp(165px, 32vw, 200px);
  }
}

@media (max-width: 640px) {
  .atolye-round {
    width: clamp(160px, 52vw, 200px);
  }
  .atolye-round__title {
    font-size: 0.92rem;
    padding: 0.45rem 0.9rem;
  }
}

/* Galeri filtre animasyonu */
@keyframes galItemIn {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(10px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-up,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .stagger-item {
    opacity: 1 !important;
    transform: none !important;
  }
}