/* ============================================================
   ALTIN KUĞU ANAOKULU — ana sayfa stilleri
   Palet: turkuaz / sarı / turuncu — çocuksu, canlı, sıcak
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,700&display=swap');

:root{
  /* renkler */
  --teal-900:#0B5E63;
  --teal-800:#0E767C;
  --teal-700:#12898F;
  --teal-500:#1BB3B8;
  --teal-300:#7FDADD;
  --teal-100:#E3F7F7;

  --yellow-500:#FFC93C;
  --yellow-400:#FFD35E;
  --yellow-200:#FFEFC2;

  --orange-600:#F0532B;
  --orange-500:#FF6B45;
  --orange-300:#FFB199;

  --cream:#FFF9EC;
  --cream-2:#FFF3DC;
  --white:#FFFFFF;

  --ink-900:#1E3238;
  --ink-700:#3E5459;
  --ink-500:#6B8085;

  --shadow-soft:0 18px 40px -18px rgba(14,80,84,.35);
  --shadow-pop:0 10px 24px -10px rgba(240,83,43,.45);

  --radius-lg:32px;
  --radius-md:22px;
  --radius-sm:14px;

  --font-display:'Baloo 2', system-ui, sans-serif;
  --font-body:'Nunito', system-ui, sans-serif;

  --header-h:84px;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink-900);
  background:var(--cream);
  overflow-x:hidden;
  padding-bottom:0;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;}
h1,h2,h3,h4{font-family:var(--font-display);margin:0;line-height:1.15;}
p{margin:0;}
section{position:relative;}
.container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

/* anchor offset so sticky header doesn't cover section titles */
section[id]{scroll-margin-top:calc(var(--header-h) + 18px);}

::selection{background:var(--yellow-400);color:var(--ink-900);}

/* focus visibility */
a:focus-visible, button:focus-visible{
  outline:3px solid var(--teal-700);
  outline-offset:3px;
  border-radius:8px;
}

/* ---------- eyebrow / etiket ---------- */
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-display);
  font-weight:600;
  font-size:.82rem;
  letter-spacing:.04em;
  color:var(--orange-600);
  background:var(--orange-300);
  background:rgba(255,107,69,.12);
  padding:7px 16px 7px 12px;
  border-radius:999px;
  margin-bottom:14px;
}
.eyebrow svg{width:16px;height:16px;flex:none;}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:500;
  height:var(--header-h);
  display:flex;
  align-items:center;
  background:rgba(255,249,236,.82);
  backdrop-filter:blur(10px) saturate(1.4);
  -webkit-backdrop-filter:blur(10px) saturate(1.4);
  border-bottom:1px solid rgba(14,118,124,.08);
  transition:height .28s ease, box-shadow .28s ease, background .28s ease;
}
.site-header.is-scrolled{
  height:68px;
  background:rgba(255,249,236,.96);
  box-shadow:0 10px 30px -18px rgba(14,80,84,.5);
}
.header-inner{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  flex:none;
}
.brand-mark{
  width:52px;height:52px;flex:none;
  transition:width .25s ease,height .25s ease;
}
.site-header.is-scrolled .brand-mark{width:42px;height:42px;}
.brand-word{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.brand-word b{
  font-family:var(--font-display);
  font-weight:800;
  font-size:1.28rem;
  color:var(--teal-900);
}
.brand-word b span{color:var(--orange-600);}
.brand-word small{
  font-size:.66rem;
  font-weight:700;
  letter-spacing:.16em;
  color:var(--yellow-500);
  -webkit-text-stroke:.3px var(--teal-900);
  color:var(--teal-700);
  opacity:.75;
}

.main-nav{flex:1;display:flex;justify-content:center;}
.main-nav ul{display:flex;align-items:center;gap:0;}
.main-nav a{
  font-family:var(--font-display);
  font-weight:600;
  font-size:.92rem;
  color:var(--ink-700);
  padding:10px 12px;
  border-radius:999px;
  position:relative;
  transition:color .2s ease, background .2s ease;
  white-space:nowrap;
}
.main-nav a:hover{color:var(--teal-900);background:var(--teal-100);}

.header-actions{display:flex;align-items:center;gap:12px;flex:none;}
.header-phone{
  display:flex;
  align-items:center;
  gap:9px;
  font-family:var(--font-display);
  font-weight:700;
  color:var(--teal-900);
}
.header-phone .ico{
  width:38px;height:38px;border-radius:50%;
  background:var(--teal-100);
  display:flex;align-items:center;justify-content:center;
  color:var(--teal-800);
  flex:none;
}
.header-phone .ico svg{width:19px;height:19px;}
.header-phone .txt{display:flex;flex-direction:column;line-height:1.1;}
.header-phone .txt small{font-size:.68rem;font-weight:700;color:var(--ink-500);text-transform:uppercase;letter-spacing:.04em;}
.header-phone .txt strong{font-size:.98rem;}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-family:var(--font-display);
  font-weight:700;
  font-size:.98rem;
  padding:14px 26px;
  border-radius:999px;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
  white-space:nowrap;
}
.btn svg{width:18px;height:18px;flex:none;}
.btn-primary{
  background:var(--orange-500);
  color:#fff;
  box-shadow:var(--shadow-pop);
}
.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 30px -12px rgba(240,83,43,.55);}
.btn-secondary{
  background:#fff;
  color:var(--teal-900);
  box-shadow:0 8px 20px -10px rgba(14,80,84,.35);
  border:2px solid var(--teal-700);
}
.btn-secondary:hover{background:var(--teal-100);transform:translateY(-3px);}
.btn-ghost{
  background:var(--teal-800);
  color:#fff;
}
.btn-ghost:hover{background:var(--teal-900);transform:translateY(-3px);}
.btn-sm{padding:10px 18px;font-size:.88rem;}

.hamburger{
  display:none;
  width:46px;height:46px;
  border-radius:14px;
  background:var(--teal-800);
  color:#fff;
  align-items:center;justify-content:center;
  flex:none;
  position:relative;
}
.hamburger svg{width:22px;height:22px;}

/* mobile call pill in header */
.header-call-mobile{display:none;}

/* ============================================================
   MOBILE DRAWER MENU
   ============================================================ */
.drawer-backdrop{
  position:fixed;inset:0;
  background:rgba(15,45,49,.55);
  z-index:600;
  opacity:0;pointer-events:none;
  transition:opacity .3s ease;
}
.drawer-backdrop.open{opacity:1;pointer-events:auto;}

.drawer{
  position:fixed;
  top:0;right:0;
  height:100%;
  width:min(84vw,360px);
  background:var(--cream);
  z-index:700;
  transform:translateX(100%);
  transition:transform .35s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;
  box-shadow:-20px 0 50px -20px rgba(0,0,0,.35);
}
.drawer.open{transform:translateX(0);}
.drawer-top{
  display:flex;align-items:center;justify-content:space-between;
  padding:20px 22px;
  border-bottom:1px solid rgba(14,118,124,.12);
}
.drawer-close{
  width:42px;height:42px;border-radius:12px;
  background:var(--teal-100);color:var(--teal-900);
  display:flex;align-items:center;justify-content:center;
}
.drawer-close svg{width:20px;height:20px;}
.drawer-nav{padding:14px 12px;overflow-y:auto;flex:1;}
.drawer-nav a{
  display:flex;align-items:center;gap:12px;
  font-family:var(--font-display);
  font-weight:700;
  font-size:1.12rem;
  color:var(--ink-900);
  padding:15px 14px;
  border-radius:16px;
  margin-bottom:4px;
}
.drawer-nav a:hover, .drawer-nav a:active{background:var(--teal-100);color:var(--teal-900);}
.drawer-nav a .dot{width:9px;height:9px;border-radius:50%;background:var(--orange-500);flex:none;}
.drawer-foot{
  padding:20px 22px 28px;
  border-top:1px solid rgba(14,118,124,.12);
  display:flex;flex-direction:column;gap:12px;
}
.drawer-social{display:flex;gap:10px;}
.drawer-social a{
  width:44px;height:44px;border-radius:14px;
  background:var(--teal-800);color:#fff;
  display:flex;align-items:center;justify-content:center;
}
.drawer-social a svg{width:20px;height:20px;}

/* ============================================================
   FIXED SIDE DOCK (desktop) / BOTTOM BAR (mobile)
   ============================================================ */
.side-dock{
  position:fixed;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  z-index:400;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.side-dock a{
  width:56px;height:56px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  box-shadow:0 10px 22px -8px rgba(20,40,45,.4);
  position:relative;
  transition:transform .25s ease, box-shadow .25s ease;
}
.side-dock a:hover{transform:scale(1.12) translateX(-2px);}
.side-dock a.dock-phone{background:var(--teal-700);}
.side-dock a.dock-whatsapp{background:#33C463;}
.side-dock a.dock-instagram{background:radial-gradient(circle at 30% 110%, #ffdb73 0%, #fd8d32 22%, #f9502f 42%, #d6265f 65%, #8a3ab9 85%);}
.side-dock a svg{width:26px;height:26px;}
.side-dock .dock-label{
  position:absolute;
  right:68px;
  top:50%;transform:translateY(-50%) translateX(6px);
  background:var(--ink-900);
  color:#fff;
  font-family:var(--font-display);
  font-weight:600;
  font-size:.82rem;
  padding:7px 12px;
  border-radius:9px;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
}
.side-dock a:hover .dock-label{opacity:1;transform:translateY(-50%) translateX(0);}

.bottom-bar{
  display:none;
}

/* ============================================================
   DECORATIVE WAVE DIVIDERS
   ============================================================ */
.wave{
  position:absolute;
  left:0;right:0;
  width:100%;
  line-height:0;
  overflow:hidden;
  z-index:2;
}
.wave svg{width:100%;height:auto;display:block;}
.wave-top{top:-1px;}
.wave-bottom{bottom:-1px;}

/* floating decorative shapes */
.deco{position:absolute;pointer-events:none;z-index:1;opacity:.9;}
.deco-cloud{animation:float-y 7s ease-in-out infinite;}
.deco-star{animation:spin-slow 14s linear infinite;}
@keyframes float-y{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}
@keyframes spin-slow{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@media (prefers-reduced-motion: reduce){
  .deco-cloud,.deco-star{animation:none;}
  html{scroll-behavior:auto;}
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;
  padding:calc(var(--header-h) + 56px) 0 150px;
  background:
    radial-gradient(ellipse 900px 500px at 88% 8%, rgba(255,201,60,.35), transparent 60%),
    radial-gradient(ellipse 700px 500px at 6% 90%, rgba(27,179,184,.25), transparent 60%),
    linear-gradient(180deg,#FFFDF6 0%, var(--cream) 55%, var(--teal-100) 100%);
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:56px;
  align-items:center;
}
.hero-copy h1{
  font-size:clamp(2.3rem,4.4vw,3.6rem);
  font-weight:800;
  color:var(--teal-900);
  letter-spacing:-.01em;
}
.hero-copy h1 .hl{
  color:var(--orange-600);
  position:relative;
  white-space:nowrap;
}
.hero-copy h1 .hl svg{
  position:absolute;left:0;bottom:-10px;width:100%;height:14px;
}
.hero-copy p.lead{
  margin-top:22px;
  font-size:1.15rem;
  color:var(--ink-700);
  max-width:520px;
  line-height:1.65;
}
.hero-cta{
  margin-top:34px;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
.hero-trust{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
}
.hero-trust span{
  display:flex;align-items:center;gap:8px;
  font-family:var(--font-display);
  font-weight:600;
  font-size:.9rem;
  color:var(--teal-800);
}
.hero-trust svg{width:18px;height:18px;color:var(--orange-500);flex:none;}

.hero-visual{position:relative;}
.hero-photo-wrap{
  position:relative;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  aspect-ratio:4/4.6;
  border:8px solid #fff;
}
.hero-photo-wrap img{width:100%;height:100%;object-fit:cover;}

.hero-badge{
  position:absolute;
  left:-38px;
  bottom:34px;
  width:150px;height:150px;
  border-radius:50%;
  background:#fff;
  padding:8px;
  box-shadow:0 16px 34px -14px rgba(14,80,84,.5);
  animation:float-y 6s ease-in-out infinite;
}
.hero-badge img{width:100%;height:100%;border-radius:50%;object-fit:cover;}

.hero-pill{
  position:absolute;
  right:-18px;
  top:26px;
  background:#fff;
  border-radius:20px;
  padding:14px 18px;
  box-shadow:0 14px 30px -14px rgba(14,80,84,.4);
  display:flex;align-items:center;gap:10px;
  max-width:220px;
  animation:float-y 5.5s ease-in-out infinite .3s;
}
.hero-pill .ico{
  width:40px;height:40px;border-radius:50%;
  background:var(--yellow-200);
  display:flex;align-items:center;justify-content:center;
  flex:none;color:var(--orange-600);
}
.hero-pill .ico svg{width:20px;height:20px;}
.hero-pill strong{display:block;font-family:var(--font-display);font-size:.86rem;color:var(--teal-900);}
.hero-pill span{font-size:.78rem;color:var(--ink-500);}

.scroll-cue{
  position:absolute;
  bottom:30px;left:50%;
  transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:6px;
  color:var(--teal-700);
  z-index:3;
}
.scroll-cue span{font-family:var(--font-display);font-size:.76rem;font-weight:700;letter-spacing:.05em;}
.scroll-cue svg{width:20px;height:20px;animation:bob 1.8s ease-in-out infinite;}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}

/* ============================================================
   TRUST / INFO STRIP
   ============================================================ */
.trust-strip{
  position:relative;
  background:linear-gradient(120deg, var(--teal-900), var(--teal-700) 60%, var(--teal-800));
  padding:52px 0 46px;
  z-index:3;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.trust-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:6px 8px;
}
.trust-item .ico{
  width:54px;height:54px;border-radius:16px;
  background:rgba(255,255,255,.14);
  display:flex;align-items:center;justify-content:center;
  color:var(--yellow-400);
  flex:none;
}
.trust-item .ico svg{width:26px;height:26px;}
.trust-item strong{
  display:block;font-family:var(--font-display);
  color:#fff;font-size:1rem;font-weight:700;
}
.trust-item span{color:rgba(255,255,255,.72);font-size:.86rem;}

/* ============================================================
   SECTION HEADS
   ============================================================ */
.section-head{
  max-width:680px;
  margin:0 auto 52px;
  text-align:center;
}
.section-head h2{
  font-size:clamp(1.7rem,3.2vw,2.5rem);
  color:var(--teal-900);
  font-weight:800;
}
.section-head p{
  margin-top:14px;
  color:var(--ink-700);
  font-size:1.05rem;
  line-height:1.6;
}
.section-pad{padding:104px 0;}

/* ============================================================
   PROGRAMS
   ============================================================ */
.programs{background:var(--cream);}
.program-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
.program-card{
  background:#fff;
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:0 14px 30px -20px rgba(14,80,84,.35);
  transition:transform .3s ease, box-shadow .3s ease;
  display:flex;flex-direction:column;
}
.program-card:hover{transform:translateY(-8px);box-shadow:0 22px 40px -18px rgba(14,80,84,.4);}
.program-media{
  position:relative;
  aspect-ratio:16/11;
  overflow:hidden;
}
.program-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.program-card:hover .program-media img{transform:scale(1.08);}
.program-tag{
  position:absolute;top:14px;left:14px;
  width:50px;height:50px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 18px -8px rgba(0,0,0,.35);
}
.program-tag svg{width:24px;height:24px;color:#fff;}
.program-body{padding:22px 22px 26px;}
.program-body h3{font-size:1.18rem;color:var(--teal-900);margin-bottom:8px;}
.program-body p{color:var(--ink-700);font-size:.94rem;line-height:1.55;}

/* renk çeşitliliği program etiketleri */
.tag-teal{background:var(--teal-700);}
.tag-orange{background:var(--orange-500);}
.tag-yellow{background:var(--yellow-500);}

/* ============================================================
   ABOUT
   ============================================================ */
.about{
  background:linear-gradient(180deg, var(--cream) 0%, var(--teal-100) 100%);
  overflow:hidden;
}
.about-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:64px;
  align-items:center;
}
.about-visual{position:relative;}
.about-photo{
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  border:8px solid #fff;
}
.about-photo img{width:100%;display:block;aspect-ratio:5/5.5;object-fit:cover;}
.about-ring{
  position:absolute;
  width:118px;height:118px;
  border:3px dashed var(--orange-400,#FFB199);
  border-radius:50%;
  top:-30px;right:-30px;
  animation:spin-slow 22s linear infinite;
}
.about-note{
  position:absolute;
  bottom:-26px;left:-26px;
  background:#fff;
  border-radius:20px;
  padding:16px 20px;
  box-shadow:0 16px 32px -16px rgba(14,80,84,.4);
  display:flex;align-items:center;gap:12px;
}
.about-note .ico{
  width:44px;height:44px;border-radius:50%;
  background:var(--orange-500);color:#fff;
  display:flex;align-items:center;justify-content:center;flex:none;
}
.about-note .ico svg{width:22px;height:22px;}
.about-note strong{display:block;font-family:var(--font-display);color:var(--teal-900);font-size:.95rem;}
.about-note span{font-size:.78rem;color:var(--ink-500);}

.about-copy h2{font-size:clamp(1.7rem,3.2vw,2.4rem);color:var(--teal-900);font-weight:800;}
.about-copy p{margin-top:18px;color:var(--ink-700);font-size:1.03rem;line-height:1.75;}
.about-copy p + p{margin-top:14px;}
.about-values{
  margin-top:28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.about-values li{
  display:flex;align-items:center;gap:10px;
  font-family:var(--font-display);
  font-weight:600;
  font-size:.92rem;
  color:var(--teal-900);
  background:#fff;
  padding:12px 14px;
  border-radius:14px;
  box-shadow:0 8px 18px -14px rgba(14,80,84,.4);
}
.about-values svg{width:20px;height:20px;color:var(--orange-500);flex:none;}
.about-copy .btn{margin-top:30px;}

/* ============================================================
   FEATURES / NEDEN BİZ
   ============================================================ */
.features{background:var(--teal-100);}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.feature-card{
  background:#fff;
  border-radius:var(--radius-md);
  padding:30px 26px;
  box-shadow:0 14px 28px -20px rgba(14,80,84,.3);
  transition:transform .3s ease;
}
.feature-card:hover{transform:translateY(-6px);}
.feature-card .ico{
  width:58px;height:58px;border-radius:18px;
  background:var(--cream-2);
  display:flex;align-items:center;justify-content:center;
  color:var(--orange-600);
  margin-bottom:18px;
}
.feature-card .ico svg{width:28px;height:28px;}
.feature-card h3{font-size:1.08rem;color:var(--teal-900);margin-bottom:8px;}
.feature-card p{font-size:.92rem;color:var(--ink-700);line-height:1.55;}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery{background:var(--cream);}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:150px;
  gap:16px;
}
.gallery-grid figure{
  position:relative;
  margin:0;
  border-radius:var(--radius-sm);
  overflow:hidden;
  box-shadow:0 10px 22px -16px rgba(14,80,84,.4);
}
.gallery-grid img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s ease;
}
.gallery-grid figure:hover img{transform:scale(1.1);}
.gallery-grid figcaption{
  position:absolute;left:0;right:0;bottom:0;
  padding:14px 14px 12px;
  background:linear-gradient(0deg, rgba(11,94,99,.85), transparent);
  color:#fff;
  font-family:var(--font-display);
  font-weight:600;
  font-size:.85rem;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .3s ease, transform .3s ease;
}
.gallery-grid figure:hover figcaption{opacity:1;transform:translateY(0);}
.g-big{grid-column:span 2;grid-row:span 2;}
.g-tall{grid-row:span 2;}
.g-wide{grid-column:span 2;}

/* ============================================================
   VIDEO
   ============================================================ */
.video-section{
  background:linear-gradient(180deg, var(--cream), var(--teal-100));
}
.video-wrap{
  position:relative;
  max-width:920px;
  margin:0 auto;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  border:8px solid #fff;
  aspect-ratio:16/9;
  background:#0B5E63;
}
.video-wrap video{width:100%;height:100%;object-fit:cover;display:block;}
.video-play{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  background:rgba(11,94,99,.28);
  transition:opacity .3s ease;
  cursor:pointer;
}
.video-play .play-btn{
  width:88px;height:88px;border-radius:50%;
  background:var(--orange-500);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 16px 34px -10px rgba(240,83,43,.7);
  transition:transform .25s ease;
}
.video-play:hover .play-btn{transform:scale(1.08);}
.video-play svg{width:34px;height:34px;color:#fff;margin-left:4px;}
.video-wrap.is-playing .video-play{opacity:0;pointer-events:none;}
.video-caption{
  text-align:center;
  margin-top:20px;
  font-family:var(--font-display);
  font-weight:600;
  color:var(--teal-800);
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials{background:var(--teal-900);position:relative;overflow:hidden;}
.testimonials .section-head h2{color:#fff;}
.testimonials .section-head p{color:rgba(255,255,255,.75);}
.testi-track{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.testi-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius-md);
  padding:30px 26px;
  color:#fff;
}
.testi-stars{display:flex;gap:4px;margin-bottom:16px;color:var(--yellow-400);}
.testi-stars svg{width:18px;height:18px;}
.testi-card p{font-size:.98rem;line-height:1.65;color:rgba(255,255,255,.9);font-style:italic;}
.testi-who{display:flex;align-items:center;gap:12px;margin-top:20px;}
.testi-avatar{
  width:44px;height:44px;border-radius:50%;
  background:var(--orange-500);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-display);font-weight:700;color:#fff;
  flex:none;
}
.testi-who strong{display:block;font-family:var(--font-display);font-size:.92rem;}
.testi-who span{font-size:.8rem;color:rgba(255,255,255,.6);}
.testi-note{
  text-align:center;margin-top:30px;
  font-size:.82rem;color:rgba(255,255,255,.45);
}

/* ============================================================
   CTA BANNER (video arka plan)
   ============================================================ */
.cta-banner{
  position:relative;
  padding:100px 0;
  overflow:hidden;
  isolation:isolate;
}
.cta-banner video{
  position:absolute;inset:0;
  width:100%;height:100%;object-fit:cover;
  z-index:-2;
}
.cta-banner::before{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(120deg, rgba(11,94,99,.92), rgba(18,137,143,.86) 55%, rgba(255,107,69,.55));
  z-index:-1;
}
.cta-inner{
  text-align:center;
  max-width:640px;
  margin:0 auto;
  color:#fff;
}
.cta-inner h2{font-size:clamp(1.8rem,3.6vw,2.6rem);font-weight:800;}
.cta-inner p{margin-top:16px;font-size:1.08rem;color:rgba(255,255,255,.9);line-height:1.6;}
.cta-actions{margin-top:32px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{
  background:var(--ink-900);
  color:rgba(255,255,255,.78);
  padding:76px 0 0;
  position:relative;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1.1fr;
  gap:40px;
  padding-bottom:52px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.footer-brand .brand-mark{width:50px;height:50px;}
.footer-brand .brand{margin-bottom:16px;}
.footer-brand .brand-word b{color:#fff;}
.footer-brand p{font-size:.92rem;line-height:1.65;color:rgba(255,255,255,.6);max-width:280px;}
.footer-social{display:flex;gap:10px;margin-top:20px;}
.footer-social a{
  width:42px;height:42px;border-radius:12px;
  background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center;
  transition:background .2s ease, transform .2s ease;
}
.footer-social a:hover{background:var(--orange-500);transform:translateY(-3px);}
.footer-social svg{width:19px;height:19px;color:#fff;}

.footer-col h4{
  font-family:var(--font-display);
  color:#fff;
  font-size:1rem;
  margin-bottom:20px;
}
.footer-col ul li{margin-bottom:12px;}
.footer-col a{font-size:.92rem;color:rgba(255,255,255,.65);transition:color .2s ease;}
.footer-col a:hover{color:var(--yellow-400);}
.footer-contact li{
  display:flex;align-items:flex-start;gap:10px;
  font-size:.92rem;color:rgba(255,255,255,.72);
  margin-bottom:16px;line-height:1.5;
}
.footer-contact svg{width:18px;height:18px;color:var(--yellow-400);flex:none;margin-top:2px;}

.footer-bottom{
  padding:24px 0 30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  font-size:.82rem;
  color:rgba(255,255,255,.45);
}
.footer-bottom a{color:rgba(255,255,255,.6);}
.footer-bottom a:hover{color:var(--yellow-400);}

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease, transform .7s ease;}
.reveal.in-view{opacity:1;transform:translateY(0);}
.reveal-delay-1{transition-delay:.08s;}
.reveal-delay-2{transition-delay:.16s;}
.reveal-delay-3{transition-delay:.24s;}
.reveal-delay-4{transition-delay:.32s;}
.reveal-delay-5{transition-delay:.4s;}
.reveal-delay-6{transition-delay:.48s;}
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1;transform:none;transition:none;}
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1080px){
  .program-grid{grid-template-columns:repeat(2,1fr);}
  .feature-grid{grid-template-columns:repeat(2,1fr);}
  .trust-grid{grid-template-columns:repeat(2,1fr);row-gap:26px;}
  .testi-track{grid-template-columns:1fr;max-width:520px;margin:0 auto;}
  .gallery-grid{grid-template-columns:repeat(3,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;row-gap:40px;}
}

@media (max-width:1180px){
  .main-nav{display:none;}
  .header-phone{display:none;}
  .btn-secondary.header-cta-desktop{display:none;}
  .header-call-mobile{
    display:flex;
    align-items:center;justify-content:center;
    gap:8px;
    width:44px;height:44px;
    border-radius:50%;
    background:var(--teal-700);
    color:#fff;
  }
  .header-call-mobile svg{width:20px;height:20px;}
  .hamburger{display:flex;}
}

@media (max-width:900px){
  .hero{padding-top:calc(var(--header-h) + 30px);padding-bottom:110px;}
  .hero-grid{grid-template-columns:1fr;gap:44px;}
  .hero-visual{order:-1;max-width:420px;margin:0 auto;}
  .hero-copy{text-align:left;}
  .hero-copy p.lead{max-width:100%;}
  .hero-badge{width:110px;height:110px;left:-14px;bottom:-20px;}
  .hero-pill{right:-8px;top:-16px;max-width:180px;padding:10px 14px;}

  .about-grid{grid-template-columns:1fr;gap:74px;}
  .about-visual{max-width:420px;margin:0 auto;}

  .side-dock{display:none;}
  .bottom-bar{
    display:flex;
    position:fixed;
    left:0;right:0;bottom:0;
    z-index:450;
    background:#fff;
    box-shadow:0 -10px 26px -14px rgba(14,80,84,.4);
    padding:8px 10px calc(8px + env(safe-area-inset-bottom));
    gap:8px;
  }
  .bottom-bar a{
    flex:1;
    display:flex;flex-direction:column;align-items:center;gap:4px;
    padding:8px 4px 6px;
    border-radius:14px;
    font-family:var(--font-display);
    font-weight:700;
    font-size:.68rem;
    color:var(--ink-700);
  }
  .bottom-bar a .ico{
    width:38px;height:38px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    color:#fff;
  }
  .bottom-bar a .ico svg{width:19px;height:19px;}
  .bottom-bar a.bb-phone .ico{background:var(--teal-700);}
  .bottom-bar a.bb-whatsapp .ico{background:#33C463;}
  .bottom-bar a.bb-instagram .ico{background:radial-gradient(circle at 30% 110%, #ffdb73 0%, #fd8d32 22%, #f9502f 42%, #d6265f 65%, #8a3ab9 85%);}
  .bottom-bar a.bb-primary .ico{background:var(--orange-500);}

  body{padding-bottom:78px;}
}

@media (max-width:720px){
  .program-grid{grid-template-columns:1fr;}
  .feature-grid{grid-template-columns:1fr;}
  .trust-grid{grid-template-columns:1fr;}
  .trust-item{justify-content:flex-start;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:130px;}
  .g-big{grid-column:span 2;grid-row:span 2;}
  .footer-grid{grid-template-columns:1fr;}
  .about-values{grid-template-columns:1fr;}
  .section-pad{padding:74px 0;}
  .cta-actions{flex-direction:column;align-items:stretch;}
  .cta-actions .btn{width:100%;}
}

@media (max-width:420px){
  .hero-copy h1{font-size:2rem;}
  .brand-word b{font-size:1.08rem;}
  .brand-mark{width:44px;height:44px;}
}
