/* =========================================================
   SARAÇ AKADEMİ — Ana Sayfa Tasarımı
   Yalnızca index.php içinde, .sh- ön ekiyle ad alanı ayrılmış
   (sitenin geri kalanındaki .section/.eyebrow vb. sınıflarla
   çakışmaz).

   RENK PALETİ: logoya uygun olarak lacivert + mavi ağırlıklı;
   turuncu yalnızca çok nadir, küçük vurgu noktalarında kullanılır
   (ör. tek bir rozet, tek bir nokta) — asla büyük bir alanın
   ana rengi olarak kullanılmaz.
   ========================================================= */

.sh, .sh-class-menu {
  --sh-navy: #071f38;
  --sh-navy-2: #0c2d4a;
  --sh-blue: #1D8FA3;
  --sh-blue-light: #3BB0C4;
  --sh-blue-soft: #DFF3F5;
  --sh-orange: #F5A623;
  --sh-ink: #10283f;
  --sh-muted: #64798c;
  --sh-line: #dfe6ee;
  --sh-paper: #f6f8fb;
}

.sh{ overflow:hidden; }
.sh *{ box-sizing:border-box; }
.sh img{ max-width:100%; display:block; }
.sh .sh-eyebrow{ display:inline-flex; align-items:center; gap:8px; font-family:var(--f-mono); font-size:12.5px; font-weight:600; letter-spacing:.08em; color:var(--sh-blue); text-transform:uppercase; }
.sh .sh-section{ padding:88px 5vw; max-width:1280px; margin:0 auto; }
.sh .sh-center-title{ max-width:640px; margin:0 auto 44px; text-align:center; }
.sh .sh-center-title h2{ margin-top:12px; font-size:clamp(26px,3.4vw,38px); color:var(--sh-navy); }
.sh .sh-center-title p{ margin-top:14px; color:var(--sh-muted); font-size:16px; }
.sh .sh-light-title .sh-eyebrow{ color:var(--sh-blue-light); }
.sh .sh-light-title h2, .sh .sh-light-title p{ color:#fff; }
.sh .sh-button, .sh .sh-info-btn, .sh .sh-register-btn{
  display:inline-flex; align-items:center; gap:8px; border-radius:8px; font-weight:700; font-size:14.5px;
  padding:13px 24px; text-decoration:none; cursor:pointer; border:none; transition:transform .18s ease, box-shadow .18s ease;
}
.sh .sh-button, .sh .sh-register-btn{
  color:#fff; background:var(--sh-blue);
  box-shadow:0 14px 30px -12px rgba(29,143,168,.45);
}
.sh .sh-register-btn{
  background:linear-gradient(100deg, var(--sh-navy), var(--sh-blue));
}
.sh .sh-button:hover{ transform:translateY(-2px); background:var(--sh-navy); }
.sh .sh-register-btn:hover{ transform:translateY(-2px); background:linear-gradient(100deg, var(--sh-blue), var(--sh-navy)); }
.sh .sh-info-btn{ background:var(--sh-blue-soft); color:var(--sh-navy); border:none; }
.sh .sh-info-btn:hover{ background:#d7e2fa; }

/* ---------- SINIF MENÜSÜ (class-menu) ---------- */
.sh-class-menu{
  height:54px; display:flex; align-items:center; justify-content:center; gap:8px; padding:0 20px;
  border-top:1px solid var(--sh-line, #dfe6ee); border-bottom:1px solid var(--sh-line, #dfe6ee);
  background:#f7f9fc; position:relative; z-index:10; flex-wrap:wrap;
}
.sh-class-menu a{
  padding:9px 20px; border-radius:22px; background:#fff; border:1px solid var(--sh-line, #dfe6ee);
  color:var(--sh-navy, #071f38); font:700 12.5px var(--f-body); transition:.25s;
}
.sh-class-menu a:hover{ background:var(--sh-blue, #1D8FA3); border-color:var(--sh-blue, #1D8FA3); color:#fff; transform:translateY(-2px); box-shadow:0 8px 20px rgba(29,143,168,.2); }
.sh-class-menu a.sh-class-menu-all{ background:var(--sh-navy, #071f38); border-color:var(--sh-navy, #071f38); color:#fff; }
.sh-class-menu a.sh-class-menu-all span{ margin-left:8px; }

/* ---------- HERO / SLIDER ---------- */
.sh-showcase{ display:grid; grid-template-columns:2.1fr 1fr; gap:22px; padding:22px 5vw 0; max-width:1560px; margin:0 auto; }
.sh-slider{ position:relative; border-radius:28px; overflow:hidden; min-height:660px; background:var(--sh-navy); box-shadow:0 30px 70px -30px rgba(7,31,56,.45); }
/* Not: Eskiden opacity/fade ile geçiş yapan, JS'in .active sınıfını
   toggle'ladığı bir sistemdi (ok butonları + noktalar). Artık paketler
   bölümüyle aynı mantıkta, native yatay kaydırmalı (scroll-snap) bir yapı —
   ok yok, dokunmatikte parmakla, masaüstünde tıkla-sürükle kaydırılıyor. */
.sh-slider-track{ display:flex; height:100%; min-height:660px; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; scrollbar-width:none; -ms-overflow-style:none; cursor:grab; }
.sh-slider-track::-webkit-scrollbar{ display:none; }
.sh-slider-track.sh-dragging{ cursor:grabbing; scroll-snap-type:none; scroll-behavior:auto; user-select:none; }
.sh-slide{ position:relative; flex:0 0 100%; scroll-snap-align:start; min-height:660px; }
.sh-slide img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; -webkit-user-drag:none; user-select:none; }
.sh-slide-shade{ position:absolute; inset:0; background:linear-gradient(90deg,rgba(7,31,56,.95) 0%,rgba(12,45,74,.76) 48%,rgba(12,45,74,.12) 100%); }
.sh-slide-copy{ position:relative; z-index:2; max-width:640px; padding:64px 56px; color:#fff; min-height:660px; display:flex; flex-direction:column; justify-content:center; gap:20px; }
.sh-slide-badge{ align-self:flex-start; background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.3); padding:8px 18px; border-radius:999px; font-family:var(--f-mono); font-size:12.5px; letter-spacing:.07em; box-shadow:0 8px 20px -8px rgba(0,0,0,.35); }
.sh-slide-copy h1{ font-size:clamp(30px,4.1vw,50px); line-height:1.08; margin:0; color:#fff; letter-spacing:-.01em; }
.sh-slide-copy h1 em{ font-style:normal; color:var(--sh-blue-light); }
.sh-slide-copy p{ color:rgba(255,255,255,.85); font-size:17px; line-height:1.55; margin:0; max-width:480px; }
.sh-reference-slide{ display:flex; }
.sh-reference-slide img{ position:absolute; }
.sh-reference-cta{ position:absolute; right:40px; bottom:40px; z-index:2; background:#fff; color:var(--sh-navy); font-weight:700; font-size:14.5px; padding:14px 26px; border-radius:999px; text-decoration:none; box-shadow:0 14px 32px -10px rgba(0,0,0,.4); transition:transform .25s ease; }
.sh-reference-cta:hover{ transform:translateY(-3px); }

.sh-fixed-banner{ position:relative; border-radius:28px; overflow:hidden; min-height:660px; display:flex; flex-direction:column; justify-content:flex-end; padding:34px; color:#fff; box-shadow:0 30px 70px -30px rgba(7,31,56,.45); }
.sh-fixed-banner img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.sh-fixed-overlay{ position:absolute; inset:0; background:linear-gradient(0deg,rgba(7,31,56,.96) 8%,rgba(7,31,56,.35) 78%); }
.sh-mini-label{ position:relative; z-index:2; font-family:var(--f-mono); font-size:11.5px; letter-spacing:.1em; background:rgba(255,255,255,.16); align-self:flex-start; padding:5px 12px; border-radius:999px; margin-bottom:14px; }
.sh-fixed-banner h2{ position:relative; z-index:2; color:#fff; font-size:24px; margin:0 0 10px; }
.sh-fixed-banner h2 em{ font-style:normal; color:var(--sh-blue-light); }
.sh-fixed-banner p{ position:relative; z-index:2; margin:0 0 18px; color:rgba(255,255,255,.85); font-size:14.5px; }
.sh-fixed-banner > a{ position:relative; z-index:2; color:#fff; font-weight:700; font-size:14.5px; text-decoration:none; }
.sh-color-bubbles{ position:relative; z-index:2; display:flex; gap:6px; margin-top:18px; }
.sh-color-bubbles i{ width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.5); display:block; }
.sh-color-bubbles i:nth-child(2){ background:var(--sh-blue-light); }
.sh-color-bubbles i:nth-child(3){ background:var(--sh-orange); } /* tek turuncu nokta — nadir vurgu */

/* ---------- FEATURE STRIP ---------- */
.sh-feature-strip{ display:flex; flex-wrap:wrap; justify-content:center; gap:14px 34px; padding:32px 5vw; max-width:1200px; margin:0 auto; border-bottom:1px solid var(--sh-line); }
.sh-feature-strip span{ font-weight:700; font-size:12.5px; color:var(--sh-muted); letter-spacing:.02em; }

/* ---------- PACKAGES CAROUSEL ---------- */
/* ---------- Genel bölüm kapsayıcısı (.sh-section) ----------
   NOT: Bu kural daha önce eksikti — Paketler, Popüler Paketler, Öğretmenler,
   Başarı Hikayesi ve SSS bölümlerinin hepsi bu sınıfı kullanıyordu ama hiç
   genişlik/dolgu tanımı yoktu. Bu yüzden o bölümler tarayıcı genişliğine göre
   kontrolsüz yayılıyor, kart/ok gibi öğeler birbirinden kopup garip
   boşluklarda "kaymış" gibi duruyordu (örn. paket karuselindeki ok butonu). */
.sh-section{ max-width:1200px; margin:0 auto; padding:80px 5vw; }
.sh-promo-showcase{ max-width:1560px; margin:0 auto; padding:0 5vw 60px; }
.sh-promo-link{ display:block; }
.sh-promo-img{ width:100%; height:auto; border-radius:24px; display:block; box-shadow:0 24px 60px -24px rgba(7,31,56,.35); transition:transform .3s ease, box-shadow .3s ease; }
.sh-promo-link:hover .sh-promo-img{ transform:translateY(-4px); box-shadow:0 30px 70px -24px rgba(7,31,56,.45); }

.sh-carousel-shell{ position:relative; display:flex; align-items:center; gap:14px; width:100%; }
.sh-cards{ display:flex; gap:18px; overflow-x:auto; overflow-y:hidden; flex:1; scroll-snap-type:x mandatory; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; scrollbar-width:none; -ms-overflow-style:none; cursor:grab; }
.sh-cards.sh-dragging{ cursor:grabbing; scroll-snap-type:none; scroll-behavior:auto; user-select:none; }
.sh-cards::-webkit-scrollbar{ display:none; }
.sh-program{ flex:0 0 calc((100% - 54px)/4); scroll-snap-align:start; border-radius:16px; overflow:hidden; background:#fff; border:1px solid var(--sh-line); box-shadow:0 14px 40px rgba(7,31,56,.06); transition:transform .4s, box-shadow .4s; }
.sh-program:hover{ transform:translateY(-12px) rotate(.4deg); box-shadow:0 24px 55px rgba(7,31,56,.16); }
.sh-program img{ height:200px; width:100%; object-fit:cover; }
.sh-program > div{ padding:22px; }
.sh-program span{ font-family:var(--f-mono); font-size:11px; font-weight:700; color:var(--sh-blue); background:var(--sh-blue-soft); padding:6px 10px; border-radius:20px; }
.sh-program h3{ margin:14px 0 6px; font-size:19px; color:var(--sh-navy); }
.sh-program p{ margin:0; color:var(--sh-muted); font-size:14px; line-height:1.5; min-height:44px; }
.sh-card-actions,.sh-mini-actions,.sh-popular-actions{ display:flex; gap:10px; margin-top:16px; flex-wrap:wrap; }
.sh-card-actions .sh-info-btn,.sh-card-actions .sh-register-btn{ padding:10px 16px; font-size:13.5px; }
.sh-carousel-arrow{ flex:none; width:42px; height:42px; border-radius:50%; border:none; background:#fff; color:var(--sh-navy); font-size:20px; cursor:pointer; box-shadow:0 8px 28px rgba(7,31,56,.14); transition:.25s; }
.sh-carousel-arrow:hover{ background:var(--sh-blue); color:#fff; }
.sh-carousel-arrow:disabled{ opacity:.35; cursor:not-allowed; box-shadow:none; }
.sh-carousel-arrow:disabled:hover{ background:#fff; color:var(--sh-navy); }
/* NOT: Burada önce "touch-action:pan-y" vardı (yatay kaydırmayı tamamen
   engelliyordu), sonra "pan-x" yapıldı (bu kez bazı mobil tarayıcılarda
   sayfanın dikey kaydırmasını donduruyordu). Doğrusu: hiç touch-action
   belirtmemek. overflow-x:auto + overflow-y:hidden zaten tarayıcıya bu
   elemanın SADECE yatayda kaydırılabilir olduğunu söylüyor; tarayıcı dikey
   parmak hareketini otomatik olarak sayfanın kendisine bırakıyor. */

/* ---------- FEATURED COURSES ---------- */
.sh-featured{ background:linear-gradient(135deg,var(--sh-navy),var(--sh-navy-2)); padding:88px 5vw; }
.sh-course-carousel{ max-width:1280px; margin:0 auto; display:flex; align-items:center; gap:16px; }
.sh-course-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; flex:1; transition:transform .28s ease, opacity .28s; }
.sh-course-grid.sh-moving-left{ transform:translateX(-35px); opacity:.4; }
.sh-course-grid.sh-moving-right{ transform:translateX(35px); opacity:.4; }
.sh-course-grid article{ background:#fff; border-radius:18px; overflow:hidden; transform:scale(.94); opacity:.8; transition:transform .4s, opacity .4s, box-shadow .4s; }
.sh-course-grid article:hover{ transform:scale(1.04) translateY(-7px); opacity:1; }
.sh-course-grid article.sh-featured-center:hover{ transform:scale(1.1) translateY(-7px); }
.sh-course-grid article.sh-featured-center{ transform:scale(1.05); opacity:1; box-shadow:0 28px 65px rgba(2,14,24,.4); z-index:2; }
.sh-course-img{ position:relative; height:190px; }
.sh-course-img img{ width:100%; height:100%; object-fit:cover; }
.sh-course-img span{ position:absolute; top:12px; left:12px; background:var(--sh-navy); color:#fff; font-size:10.5px; padding:5px 10px; border-radius:16px; font-family:var(--f-mono); font-weight:700; }
.sh-course-img i{ position:absolute; right:14px; bottom:14px; width:40px; height:40px; border-radius:50%; background:var(--sh-blue); display:flex; align-items:center; justify-content:center; color:#fff; font-size:13px; font-style:normal; }
.sh-course-grid > article > div:last-child{ padding:20px; }
.sh-course-grid small{ font-family:var(--f-mono); font-size:11px; color:var(--sh-blue); font-weight:700; letter-spacing:.05em; }
.sh-course-grid h3{ color:var(--sh-navy); font-size:18px; margin:8px 0 6px; }
.sh-course-grid p{ color:var(--sh-muted); font-size:14px; margin:0; min-height:38px; }
.sh-course-grid footer{ display:flex; justify-content:space-between; align-items:center; margin-top:16px; padding-top:14px; border-top:1px solid var(--sh-line); }
.sh-course-grid footer b{ color:var(--sh-navy); font-size:13.5px; font-weight:700; }
.sh-course-grid footer a{ color:var(--sh-blue); font-size:13.5px; font-weight:700; text-decoration:none; }
.sh-course-arrow{ flex:none; width:40px; height:40px; border-radius:50%; border:1px solid rgba(255,255,255,.3); background:transparent; color:#fff; font-size:18px; cursor:pointer; }
.sh-course-arrow:hover{ background:#fff; color:var(--sh-navy); }

/* ---------- POPULAR PACKAGES ---------- */
.sh-popular-head{ display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:32px; gap:16px; flex-wrap:wrap; }
.sh-popular-head h2{ margin-top:10px; font-size:clamp(24px,3vw,32px); color:var(--sh-navy); }
.sh-popular-head > a{ color:var(--sh-blue); font-weight:700; font-size:14.5px; text-decoration:none; }
.sh-popular-grid{ display:grid; grid-template-columns:1.4fr 1fr; gap:22px; }
.sh-popular-main{ position:relative; border-radius:20px; overflow:hidden; min-height:420px; color:#fff; border:3px solid var(--sh-orange); box-shadow:0 20px 45px -18px rgba(242,136,75,.5); }
.sh-popular-main img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .8s cubic-bezier(.2,.8,.2,1), filter .5s; }
.sh-popular-main:hover img{ transform:scale(1.09); filter:saturate(1.15); }
.sh-popular-shade{ position:absolute; inset:0; background:linear-gradient(0deg,rgba(7,31,56,.95),rgba(7,31,56,.1) 65%); }
.sh-popular-main > span{ position:relative; z-index:2; margin:22px 0 0 24px; display:inline-block; background:var(--sh-orange); color:#3a2308; font-size:10.5px; font-weight:800; padding:6px 12px; border-radius:999px; font-family:var(--f-mono); } /* nadir turuncu vurgu */
.sh-popular-main > div{ position:relative; z-index:2; padding:24px; margin-top:auto; }
.sh-popular-main small{ font-family:var(--f-mono); color:var(--sh-blue-light); font-size:12px; font-weight:700; }
.sh-popular-main h3{ color:#fff; font-size:28px; margin:6px 0; }
.sh-popular-main p{ color:rgba(255,255,255,.8); font-size:14.5px; margin:0; }
.sh-popular-list{ display:flex; flex-direction:column; gap:20px; }
.sh-popular-list article{ display:flex; gap:16px; background:#fff; border:1px solid var(--sh-line); border-radius:16px; padding:16px; box-shadow:0 8px 28px rgba(7,31,56,.05); transition:transform .35s, box-shadow .35s; overflow:hidden; }
.sh-popular-list article:hover{ transform:translateX(-8px); box-shadow:0 16px 40px rgba(9,43,59,.11); }
.sh-popular-list article img{ transition:transform .8s cubic-bezier(.2,.8,.2,1); }
.sh-popular-list article:hover img{ transform:scale(1.08); }
.sh-popular-list img{ width:110px; height:100px; object-fit:cover; border-radius:12px; flex:none; }
.sh-popular-list span{ font-family:var(--f-mono); font-size:10.5px; color:var(--sh-blue); font-weight:800; }
.sh-popular-list h3{ font-size:16.5px; margin:6px 0 4px; color:var(--sh-navy); }
.sh-popular-list p{ font-size:13px; color:var(--sh-muted); margin:0 0 10px; }

/* ---------- MODEL / SYSTEM ---------- */
.sh-model{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; padding:88px 5vw; margin:0 auto; max-width:none; background:var(--sh-navy); color:#fff; }
.sh-model-photo{ position:relative; border-radius:18px; overflow:hidden; animation:sh-model-hover 5s ease-in-out infinite; }
.sh-model-photo img{ animation:sh-model-zoom 8s ease-in-out infinite; }
@keyframes sh-model-hover{ 50%{ transform:translateY(-10px); } }
@keyframes sh-model-zoom{ 50%{ transform:scale(1.035); } }
.sh-model-photo img{ width:100%; height:420px; object-fit:cover; border-radius:18px; }
.sh-orbit{ position:absolute; width:46px; height:46px; border-radius:14px; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:13px; color:var(--sh-navy); box-shadow:0 14px 34px rgba(4,19,33,.45); }
.sh-orbit-a{ top:20%; left:-18px; background:var(--sh-orange); color:#3a2308; animation:sh-orbit-float-a 4s ease-in-out infinite; } /* nadir turuncu vurgu */
.sh-orbit-b{ top:-18px; right:18px; background:var(--sh-blue); color:#fff; animation:sh-orbit-float-b 4.6s ease-in-out infinite; }
@keyframes sh-orbit-float-a{ 50%{ transform:translate(9px,-16px) rotate(8deg); } }
@keyframes sh-orbit-float-b{ 50%{ transform:translate(-12px,12px) rotate(-10deg); } }
.sh-model-copy h2{ font-size:clamp(26px,3.2vw,36px); margin:12px 0 16px; color:#fff; }
.sh-model-copy h2 em{ font-style:normal; color:var(--sh-blue-light); }
.sh-model-copy p{ color:rgba(255,255,255,.68); font-size:16px; margin:0 0 26px; }
.sh-model-copy ol{ list-style:none; margin:0 0 26px; padding:0; display:flex; flex-direction:column; gap:0; counter-reset:step; }
.sh-model-copy ol li{ display:flex; flex-direction:column; gap:2px; padding:18px 0 18px 52px; position:relative; border-bottom:1px solid rgba(255,255,255,.12); }
.sh-model-copy ol li::before{ counter-increment:step; content:"0" counter(step); position:absolute; left:0; top:18px; color:var(--sh-blue-light); font:700 13px var(--f-mono); }
.sh-model-copy ol b{ font-size:15.5px; color:#fff; }
.sh-model-copy ol span{ color:rgba(255,255,255,.65); font-size:14px; }
.sh-model-copy > a{ color:var(--sh-blue-light); font-weight:700; text-decoration:none; font-size:15px; }

/* ---------- TEACHERS ---------- */
.sh-section-title{ display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:36px; flex-wrap:wrap; }
.sh-section-title h2{ margin-top:10px; font-size:clamp(24px,3vw,32px); max-width:520px; color:var(--sh-navy); }
.sh-section-title p{ max-width:340px; color:var(--sh-muted); font-size:14.5px; margin:0; }
.sh-teachers{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.sh-teachers article{ border-bottom:1px solid var(--sh-line); padding-bottom:16px; position:relative; transition:transform .45s, box-shadow .45s; }
.sh-teachers article:hover{ transform:translateY(-13px); box-shadow:0 22px 45px rgba(9,47,61,.13); }
.sh-teachers img{ width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:16px; margin-bottom:16px; transition:transform .65s, filter .5s; }
.sh-teachers article:hover img{ transform:scale(1.035); filter:saturate(1.1); }
.sh-teachers span{ font-family:var(--f-mono); font-size:11px; color:var(--sh-blue); letter-spacing:.06em; font-weight:700; }
.sh-teachers h3{ margin:6px 0 4px; font-size:18px; color:var(--sh-navy); }
.sh-teachers p{ margin:0; color:var(--sh-muted); font-size:13.5px; }
.sh-teacher-social{ display:flex; align-items:center; gap:10px; margin-top:12px; }
.sh-teacher-instagram{ width:44px; height:44px; flex-shrink:0; border-radius:50%; background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7); color:#fff; display:inline-flex; align-items:center; justify-content:center; box-shadow:0 8px 20px rgba(9,47,61,.18); transition:.25s; }
.sh-teacher-instagram svg{ width:23px; height:23px; }
.sh-teacher-instagram:hover{ transform:scale(1.08); box-shadow:0 12px 26px rgba(9,47,61,.24); }
.sh-teacher-instagram-handle{ font-size:13px; font-weight:600; color:var(--sh-navy); text-decoration:none; }
.sh-teacher-instagram-handle:hover{ color:var(--sh-blue); text-decoration:underline; }

/* ---------- STATS ---------- */
.sh-stats{ padding:72px 5vw; background:var(--sh-paper); }
.sh-stats-inner{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; max-width:1100px; margin:0 auto; }
.sh-stat-card{
  background:#fff; border:1px solid var(--sh-line); border-radius:18px; padding:30px 22px; text-align:center;
  box-shadow:0 14px 36px rgba(7,31,56,.05);
  transition-delay:var(--d,0s);
}
.sh-stats .sh-stat-card:hover{ transform:translateY(-6px); box-shadow:0 22px 48px rgba(7,31,56,.12); border-color:transparent; }
.sh-stat-icon{
  width:46px; height:46px; margin:0 auto 16px; border-radius:13px;
  display:flex; align-items:center; justify-content:center;
  background:var(--sh-blue-soft);
}
.sh-stat-icon svg{ width:21px; height:21px; stroke:var(--sh-blue); }
.sh-stat-icon-accent{ background:linear-gradient(135deg,#FFE3CE,#FFD2AE); }
.sh-stat-icon-accent svg{ stroke:var(--sh-orange); }
.sh-stats b{ display:block; font-family:var(--f-display); font-size:clamp(26px,3.2vw,36px); color:var(--sh-navy); line-height:1.15; }
.sh-stats span{ display:block; margin-top:6px; color:var(--sh-muted); font-size:12.5px; font-weight:600; letter-spacing:.01em; }

/* ---------- STORIES / TESTIMONIALS (dikey otomatik kayan şerit) ---------- */
.sh-stories{ display:grid; grid-template-columns:.9fr 1.3fr; gap:56px; align-items:center; }
.sh-story-photo{ position:relative; border-radius:20px; overflow:hidden; }
.sh-story-photo img{ width:100%; height:520px; object-fit:cover; }
.sh-story-photo span{ position:absolute; left:20px; bottom:20px; right:20px; background:rgba(7,31,56,.92); color:#fff; padding:16px 18px; border-radius:12px; font-size:16px; font-weight:700; }
.sh-story-copy h2{ font-size:clamp(24px,3vw,34px); margin:12px 0 26px; color:var(--sh-navy); }
.sh-testimonial-window{
  height:410px; overflow:hidden; position:relative;
  -webkit-mask-image:linear-gradient(transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(transparent,#000 8%,#000 92%,transparent);
}
.sh-testimonial-track{
  display:flex; flex-direction:column; gap:16px;
  animation:sh-testimonials-up 28s linear infinite;
}
.sh-testimonial-track:hover{ animation-play-state:paused; }
.sh-testimonial-track blockquote{
  margin:0; flex:0 0 auto; padding:22px; border:1px solid var(--sh-line); border-radius:14px;
  font-size:14.5px; color:var(--sh-ink); line-height:1.65; background:#fff;
}
.sh-testimonial-track blockquote:nth-child(even){ background:var(--sh-blue-soft); border-color:#cfdcf7; }
.sh-testimonial-track footer{ display:flex; justify-content:space-between; align-items:center; margin-top:16px; padding-top:14px; border-top:1px solid var(--sh-line); font-size:12px; }
.sh-testimonial-track footer b{ font-size:14px; color:var(--sh-navy); }
.sh-testimonial-track footer span{ color:#FFC107; font-weight:700; } /* yıldızlar — sarı */
@keyframes sh-testimonials-up{ from{ transform:translateY(0); } to{ transform:translateY(calc(-50% - 8px)); } }

/* ---------- FAQ ---------- */
.sh-faq-heading{ max-width:560px; margin:0 auto 40px; text-align:center; }
.sh-faq-heading h2{ margin-top:10px; font-size:clamp(24px,3vw,32px); color:var(--sh-navy); }
.sh-faq-heading p{ color:var(--sh-muted); margin-top:12px; }
.sh-faq-columns{ display:grid; grid-template-columns:1fr 1fr; gap:34px; }
.sh-questions details{ padding:20px 2px; border-bottom:1px solid var(--sh-line); transition:background .3s, padding .3s; border-radius:8px; }
.sh-questions details[open]{ background:var(--sh-blue-soft); padding-left:16px; padding-right:16px; }
.sh-questions summary{ cursor:pointer; display:flex; justify-content:space-between; align-items:center; font-weight:700; font-size:15px; color:var(--sh-navy); list-style:none; }
.sh-questions summary::-webkit-details-marker{ display:none; }
.sh-questions summary b{ font-weight:400; color:var(--sh-blue); font-size:20px; transition:transform .25s; }
.sh-questions details[open] summary b{ transform:rotate(45deg); }
.sh-questions p{ margin:12px 0 0; color:var(--sh-muted); font-size:14px; line-height:1.6; }

/* ---------- CONTACT ---------- */
.sh-contact{ display:grid; grid-template-columns:1fr 1.1fr; gap:56px; padding:65px; max-width:1240px; margin:0 auto 80px; align-items:center; border-radius:24px; background:linear-gradient(130deg,var(--sh-navy-2),var(--sh-navy)); color:#fff; }
.sh-contact-visual h2{ font-size:clamp(24px,3vw,34px); margin:12px 0 16px; color:#fff; }
.sh-contact-visual p{ color:rgba(255,255,255,.72); font-size:15.5px; margin:0 0 26px; }
.sh-contact-image{ position:relative; border-radius:16px; overflow:hidden; animation:sh-contact-float 4.5s ease-in-out infinite; }
@keyframes sh-contact-float{ 50%{ transform:translateY(-10px) rotate(.5deg); } }
.sh-contact-image img{ width:100%; height:230px; object-fit:cover; }
.sh-contact-image span{ position:absolute; left:16px; bottom:16px; background:#fff; padding:12px 16px; border-radius:12px; font-size:13px; font-weight:600; color:var(--sh-navy); box-shadow:0 10px 25px rgba(6,23,37,.3); display:flex; flex-direction:column; }
.sh-contact-image span b{ font-size:15px; color:var(--sh-blue); }
.sh-detailed-contact-form{ background:#fff; border-radius:16px; padding:27px; display:flex; flex-direction:column; gap:14px; color:var(--sh-ink); }
.sh-form-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.sh-detailed-contact-form label{ display:flex; flex-direction:column; gap:6px; font-size:12.5px; font-weight:700; color:var(--sh-ink); }
.sh-detailed-contact-form input, .sh-detailed-contact-form select, .sh-detailed-contact-form textarea{
  font-family:var(--f-body); border:1px solid var(--sh-line); border-radius:8px; padding:13px; font-size:14px; background:#fbfdfd;
}
.sh-detailed-contact-form textarea{ resize:vertical; min-height:90px; }
.sh-consent{ flex-direction:row !important; align-items:center; gap:10px !important; font-weight:400 !important; font-size:13px !important; }
.sh-detailed-contact-form button{ align-self:flex-start; border:none; border-radius:8px; padding:15px 26px; font-weight:700; color:#fff; background:var(--sh-blue); cursor:pointer; font-size:14.5px; }
.sh-detailed-contact-form button:hover{ background:var(--sh-navy); }
.sh-detailed-contact-form small{ color:var(--sh-muted); font-size:12px; }
.sh-flash{ grid-column:1/-1; padding:14px 18px; border-radius:12px; font-size:14px; font-weight:600; margin-bottom:-6px; }
.sh-flash-success{ background:#e3f8ef; color:#127a4c; }
.sh-flash-error{ background:#fde9e5; color:#c0402a; }

/* ---------- MODAL ---------- */
.sh-modal{ position:fixed; inset:0; z-index:200; display:none; align-items:center; justify-content:center; padding:20px; }
.sh-modal.open{ display:flex; }
.sh-modal-backdrop{ position:absolute; inset:0; background:rgba(7,31,56,.72); backdrop-filter:blur(4px); }
.sh-modal-card{ position:relative; z-index:2; background:#fff; border-radius:20px; padding:36px; max-width:560px; width:100%; max-height:88vh; overflow-y:auto; }
.sh-modal-card h2{ font-size:24px; margin:10px 0 8px; color:var(--sh-navy); }
.sh-modal-card > p{ color:var(--sh-muted); font-size:14.5px; margin:0 0 22px; }
.sh-modal-close{ position:absolute; top:16px; right:16px; border:none; background:var(--sh-blue-soft); width:34px; height:34px; border-radius:50%; font-size:18px; cursor:pointer; color:var(--sh-navy); }
.sh-modal-card form{ display:flex; flex-direction:column; gap:14px; }
.sh-modal-card label{ display:flex; flex-direction:column; gap:6px; font-size:13px; font-weight:700; color:var(--sh-ink); }
.sh-modal-card input, .sh-modal-card select, .sh-modal-card textarea{ border:1px solid var(--sh-line); border-radius:8px; padding:13px; font-size:14px; font-family:var(--f-body); }

/* ---------- KAYDIRINCA BELİREN BÖLÜMLER ---------- */
.sh-reveal{ opacity:0; transform:translateY(45px); transition:opacity .8s, transform .9s cubic-bezier(.16,.78,.28,1); }
.sh-reveal.sh-visible{ opacity:1; transform:translateY(0); }

/* Paket kartları için "yelpaze" açılma efekti (orijinal tasarımdaki gibi) */
.sh-fan-reveal .sh-program{ opacity:0; transform:translateY(90px) rotate(6deg); transform-origin:center bottom; }
.sh-fan-reveal .sh-program:nth-child(2){ transform:translateY(110px) rotate(2deg); }
.sh-fan-reveal .sh-program:nth-child(3){ transform:translateY(110px) rotate(-2deg); }
.sh-fan-reveal .sh-program:nth-child(4){ transform:translateY(90px) rotate(-6deg); }
.sh-fan-reveal.sh-visible .sh-program{ opacity:1; transform:translateY(0) rotate(0); transition:opacity .65s, transform .75s cubic-bezier(.16,.78,.28,1); }
.sh-fan-reveal.sh-visible .sh-program:nth-child(2){ transition-delay:.1s; }
.sh-fan-reveal.sh-visible .sh-program:nth-child(3){ transition-delay:.2s; }
.sh-fan-reveal.sh-visible .sh-program:nth-child(4){ transition-delay:.3s; }

/* ---------- RESPONSIVE ---------- */
@media (max-width:980px){
  .sh-showcase{ grid-template-columns:1fr; }
  .sh-slider, .sh-fixed-banner{ min-height:440px; }
  .sh-slider-track{ min-height:440px; }
  .sh-slide{ min-height:440px; }
  .sh-slide-copy{ min-height:440px; }
  .sh-program{ flex-basis:calc((100% - 18px)/2); } /* .sh-cards flex'tir, grid-template-columns'un etkisi yok — kart genişliği burada ayarlanır */
  .sh-course-grid{ grid-template-columns:1fr; }
  .sh-popular-grid{ grid-template-columns:1fr; }
  .sh-model{ grid-template-columns:1fr; }
  .sh-stats-inner{ grid-template-columns:1fr 1fr; }
  .sh-teachers{ grid-template-columns:1fr 1fr; }
  .sh-stories{ grid-template-columns:1fr; }
  .sh-faq-columns{ grid-template-columns:1fr; }
  .sh-contact{ grid-template-columns:1fr; padding:36px 24px; }
}
@media (max-width:620px){
  .sh-program{ flex-basis:100%; }
  .sh-teachers{ grid-template-columns:1fr; }
  .sh-stats-inner{ grid-template-columns:1fr; }
  .sh-form-row{ grid-template-columns:1fr; }
  .sh-slider, .sh-fixed-banner{ min-height:360px; border-radius:18px; }
  .sh-slider-track{ min-height:360px; }
  .sh-slide{ min-height:360px; }
  .sh-slide-copy{ padding:30px 22px; min-height:360px; max-width:none; }
  .sh-slide-copy p{ max-width:none; }
  .sh-class-menu{ height:auto; padding:10px; }
}
