:root {
  --ink: #0b1220;
  --navy: #121a2b;
  --navy-2: #1a2438;
  --text: #eef2f8;
  --muted: #9aa8c0;
  --paper: #f4f6fa;
  --white: #ffffff;
  --magenta: #e2187a;
  --magenta-dark: #c01066;
  --teal: #14b8a6;
  --teal-dark: #0d9488;
  --yellow: #f5c518;
  --green: #22a06b;
  --border: #e4e9f2;
  --shadow: 0 18px 50px rgba(10, 16, 32, 0.14);
  --radius: 22px;
  --radius-sm: 14px;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Syne", system-ui, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3 { font-family: var(--display); line-height: 1.15; margin: 0 0 .4em; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.page-bg {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(226,24,122,.08), transparent 60%),
    radial-gradient(700px 400px at 90% 0%, rgba(20,184,166,.08), transparent 55%),
    linear-gradient(180deg, #eef1f7 0%, var(--paper) 40%, #eef2f8 100%);
}

/* Nav */
.site-nav-wrap {
  position: sticky; top: 14px; z-index: 50; padding: 0 16px;
  margin-bottom: 6px;
}
.site-nav {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; gap: 16px;
  background: rgba(12, 18, 32, .92);
  backdrop-filter: blur(14px);
  color: var(--text);
  border-radius: 999px;
  padding: 10px 14px 10px 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,.28);
}
.logo { display: flex; align-items: baseline; gap: 6px; font-family: var(--display); font-weight: 800; letter-spacing: .02em; }
.logo-mark {
  background: linear-gradient(90deg, #f5c518, #14b8a6, #e2187a);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-size: 1.15rem;
}
.logo-sub { color: #fff; font-size: .95rem; }
.nav-links { display: flex; gap: 4px; flex: 1; justify-content: center; flex-wrap: wrap; }
.nav-links a {
  color: #c9d4e8; font-size: .86rem; font-weight: 600;
  padding: 8px 10px; border-radius: 999px; transition: .2s ease;
}
.nav-links a:hover, .nav-links a.is-active { background: rgba(255,255,255,.08); color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-toggle {
  display: none; background: transparent; border: 0; color: #fff; font-size: 1.3rem; cursor: pointer;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border: 0; border-radius: 999px; padding: 12px 20px;
  font-weight: 700; font-family: inherit; cursor: pointer;
  transition: transform .15s ease, filter .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn-sm { padding: 8px 14px; font-size: .85rem; }
.btn-block { width: 100%; }
.btn-magenta { background: var(--magenta); color: #fff; }
.btn-magenta:hover { background: var(--magenta-dark); }
.btn-teal { background: var(--teal); color: #06201c; }
.btn-yellow { background: var(--yellow); color: #1a1400; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-green { background: var(--green); color: #fff; }
.btn-white { background: #fff; color: var(--magenta); }

/* Hero */
.hero {
  position: relative; min-height: min(92vh, 820px);
  display: flex; align-items: flex-end; color: #fff;
  margin: 22px 12px 0; border-radius: 28px; overflow: hidden;
}
.hero-montage { position: absolute; inset: 0; display: grid; grid-template-columns: 1.1fr 1fr 1fr .9fr; }
.slice { background-size: cover; background-position: center; position: relative; overflow: hidden; }
.slice::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, rgba(8,12,24,.25), rgba(8,12,24,.55));
  pointer-events: none;
}
.slice.has-photo::after {
  background: linear-gradient(180deg, rgba(8,12,24,.35), rgba(8,12,24,.62));
}
.slice-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}
.slice-slide.is-active { opacity: 1; }
.s1 { background-image: linear-gradient(135deg, #2a1840, #e2187a 70%); clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); }
.s2 { background-image: linear-gradient(160deg, #0f766e, #134e4a); margin-left: -8%; clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%); }
.s3 { background-image: linear-gradient(200deg, #1e3a8a, #0f172a); margin-left: -8%; clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%); }
.s4 { background-image: linear-gradient(145deg, #7c2d12, #f5c518); margin-left: -8%; clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%); }
.slice.has-photo.s1,
.slice.has-photo.s2,
.slice.has-photo.s3,
.slice.has-photo.s4 {
  background-image: none;
  background-color: #121a2b;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,12,24,.25) 0%, rgba(8,12,24,.55) 45%, rgba(8,12,24,.88) 100%);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2; width: 100%; max-width: var(--max);
  margin: 0 auto; padding: 48px 24px 28px;
  animation: rise .7s ease both;
}
.eyebrow {
  display: inline-block; font-family: var(--display); font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; font-size: .78rem;
  color: var(--yellow); margin: 0 0 10px;
}
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 800; max-width: 14ch; }
.hero-sub { max-width: 42ch; color: #d5deef; font-size: 1.05rem; margin: 0 0 22px; }

.search-bar {
  display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px;
  background: #fff; color: var(--ink); border-radius: 18px; padding: 10px;
  max-width: 720px; box-shadow: var(--shadow);
}
.search-bar select, .filter-bar select, .form-public select, .form-public input, .form-public textarea,
.comment-form input, .comment-form select, .comment-form textarea {
  width: 100%; border: 1px solid var(--border); border-radius: 12px;
  padding: 12px 14px; font: inherit; background: #fff;
}

.stats-bar {
  margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px;
  background: rgba(255,255,255,.96); color: var(--ink);
  border-radius: 18px; padding: 12px 14px; max-width: 900px; box-shadow: var(--shadow);
}
.stats-bar .stat { display: flex; flex-direction: column; min-width: 72px; padding: 4px 10px; }
.stats-bar .stat strong { font-family: var(--display); font-size: 1.15rem; }
.stats-bar .stat span { font-size: .78rem; color: #66758f; }
.stats-bar .btn { margin-left: auto; }

/* Sections */
.section { max-width: var(--max); margin: 0 auto; padding: 56px 20px; }
.section-soft { background: #fff; border-radius: 28px; margin: 10px 12px; max-width: none; padding: 56px max(20px, calc((100% - var(--max)) / 2)); }
.section-head {
  display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 24px;
}
.section-head h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.section-head a { color: var(--magenta); font-weight: 700; }
.page-hero {
  max-width: var(--max); margin: 28px auto 0; padding: 28px 20px 8px;
}
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); }
.page-hero p { color: #5d6b84; max-width: 50ch; }
.narrow { max-width: 760px; }

/* Cards */
.card-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.dance-card {
  background: #fff; border-radius: 22px; overflow: hidden;
  box-shadow: 0 10px 30px rgba(16,24,40,.08);
  border: 1px solid rgba(255,255,255,.7);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dance-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-media { position: relative; aspect-ratio: 16/11; background: #1a2438; overflow: hidden; flex-shrink: 0; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.media-fallback {
  width: 100%; height: 100%; display: grid; place-items: center;
  font-family: var(--display); font-size: 3rem; font-weight: 800; color: #fff;
  background: linear-gradient(135deg, #1a2438, #e2187a 120%);
}
.media-fallback.small { font-size: 1.6rem; min-height: 96px; }
.media-fallback.xl { min-height: 320px; font-size: 5rem; border-radius: 22px; }
.pill {
  position: absolute; top: 12px; left: 12px;
  background: rgba(15,20,32,.75); color: #fff; font-size: .75rem; font-weight: 700;
  padding: 6px 10px; border-radius: 999px;
}

/* En çok satan tarzı mühür rozet — başlık yanında, kompakt */
.badge-seal {
  position: static;
  flex-shrink: 0;
  width: auto;
  height: auto;
  min-height: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,.16);
  transform: none;
  animation: none;
  padding: 4px 9px 4px 7px;
  max-width: none;
}
.badge-seal__ring { display: none; }
.badge-seal__stars {
  position: static;
  transform: none;
  font-size: .58rem;
  color: #ffe566;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
}
.badge-seal__text {
  position: relative;
  z-index: 1;
  font-family: var(--font);
  font-weight: 700;
  font-size: .68rem;
  line-height: 1.2;
  letter-spacing: .01em;
  text-transform: none;
  max-width: none;
  padding: 0;
  word-break: normal;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  text-shadow: 0 1px 1px rgba(0,0,0,.18);
}
.badge-seal--hot {
  background: linear-gradient(135deg, #ff9f1a, #e85d04);
}
.badge-seal--premium {
  background: linear-gradient(135deg, #a855f7, #6d28d9);
}
.badge-seal--new {
  background: linear-gradient(135deg, #2dd4bf, #0f766e);
}
.badge-seal--accent {
  background: linear-gradient(135deg, #fb7185, #be185d);
}

.card-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.card-body h3 { font-size: 1.2rem; margin: 0; }
.card-title-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 6px;
}
.card-title-row h3,
.detail-title-row h1 {
  min-width: 0;
  flex: 0 1 auto;
  margin: 0;
}
.card-title-row .badge-seal {
  margin-left: auto;
  margin-right: 0;
}
.detail-title-row {
  margin-bottom: 10px;
}
.detail-title-row h1 { margin: 0; }
.card-body > p {
  flex: 1;
  margin: 0 0 4px;
  color: #4b5872;
  font-size: .92rem;
}
.meta { display: flex; gap: 10px; flex-wrap: wrap; color: #6b7a94; font-size: .85rem; margin-bottom: 8px; }
.card-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}
.discount-slot {
  min-height: 30px;
  display: flex;
  align-items: center;
}
.discount {
  display: inline-flex; align-self: start; border: 1.5px solid #ef4444; color: #dc2626;
  border-radius: 999px; padding: 4px 10px; font-size: .8rem; font-weight: 700;
}

.campaign-row { display: flex; flex-wrap: wrap; gap: 12px; }
.campaign-chip {
  background: var(--navy); color: #fff; border-radius: 16px; padding: 16px 18px; min-width: 180px;
  display: grid; gap: 4px; transition: .2s ease;
}
.campaign-chip:hover { background: var(--magenta); }
.campaign-chip strong { color: var(--yellow); }
.campaign-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.campaign-card {
  background: #fff; border-radius: 20px; padding: 22px; border: 1px solid var(--border);
  display: grid; gap: 10px; align-content: start;
}

/* Kampanya — dikkat çekici promo kartlar */
.promo-section {
  background:
    radial-gradient(600px 280px at 0% 0%, rgba(255,122,0,.12), transparent 60%),
    radial-gradient(500px 260px at 100% 20%, rgba(226,24,122,.1), transparent 55%),
    #fff;
  border-radius: 28px;
  margin: 10px 12px;
  max-width: none;
  padding: 48px max(20px, calc((100% - var(--max)) / 2));
}
.promo-kicker {
  margin: 0 0 4px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #e85d04;
}
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.promo-grid--page { grid-template-columns: repeat(2, 1fr); gap: 20px; }
.promo-card {
  position: relative;
  border-radius: 22px;
  padding: 20px 18px 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(16, 24, 40, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.promo-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  pointer-events: none;
}
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(16, 24, 40, .24);
}
.promo-card--fire {
  background: linear-gradient(145deg, #ff9f1a 0%, #e85d04 48%, #c2410c 100%);
}
.promo-card--vip {
  background: linear-gradient(145deg, #c084fc 0%, #7c3aed 50%, #5b21b6 100%);
}
.promo-card--teal {
  background: linear-gradient(145deg, #2dd4bf 0%, #0d9488 50%, #115e59 100%);
}
.promo-card--rose {
  background: linear-gradient(145deg, #fb7185 0%, #e2187a 52%, #9d174d 100%);
}
.promo-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.promo-card__seal {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255,255,255,.95);
  color: #1a1400;
  font-family: var(--font);
  font-weight: 800;
  font-size: .72rem;
  padding: 5px 10px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.promo-card__ends {
  font-size: .72rem;
  font-weight: 700;
  opacity: .92;
  white-space: nowrap;
}
.promo-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-size: 1.35rem;
  line-height: 1.2;
}
.promo-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  opacity: .95;
  font-size: .92rem;
  flex: 1;
}
.promo-card__actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.55);
}
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.promo-perks {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: .88rem;
  font-weight: 600;
}
.promo-perks li::before {
  content: "✓ ";
  color: #ffe566;
  font-weight: 800;
}
.promo-card--lg { min-height: 320px; padding: 24px; }
.promo-card--lg h3 { font-size: 1.55rem; }

.promo-hero {
  margin: 12px 12px 0;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(700px 320px at 15% 20%, rgba(255,159,26,.35), transparent 55%),
    radial-gradient(600px 300px at 90% 10%, rgba(226,24,122,.35), transparent 50%),
    linear-gradient(135deg, #121a2b 0%, #1a1030 100%);
  color: #fff;
}
.promo-hero__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 48px 24px 44px;
}
.promo-hero__badge {
  display: inline-flex;
  background: linear-gradient(135deg, #ff9f1a, #e85d04);
  color: #fff;
  font-weight: 800;
  font-size: .75rem;
  letter-spacing: .04em;
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
  box-shadow: 0 8px 20px rgba(232,93,4,.35);
}
.promo-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin: 0 0 10px;
}
.promo-hero p {
  max-width: 46ch;
  margin: 0 0 20px;
  color: #d5deef;
  font-size: 1.05rem;
}
.promo-hero__cta { display: flex; flex-wrap: wrap; gap: 10px; }
.promo-bottom-cta {
  text-align: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 32px 24px;
  box-shadow: 0 10px 30px rgba(16,24,40,.06);
}
.promo-bottom-cta h2 { margin-bottom: 8px; }
.promo-bottom-cta p { color: #5d6b84; margin: 0 0 16px; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.blog-card {
  display: grid; grid-template-columns: 110px 1fr; gap: 12px; align-items: center;
  background: #fff; border-radius: 16px; padding: 10px; border: 1px solid var(--border);
  transition: .2s ease;
}
.blog-card:hover { border-color: #c9d4e8; box-shadow: 0 8px 24px rgba(16,24,40,.08); }
.blog-thumb { border-radius: 14px; overflow: hidden; aspect-ratio: 1; background: #eef2f8; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.blog-cover-ph {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 10px 8px;
  box-sizing: border-box;
}
.blog-cover-ph::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    repeating-linear-gradient(
      -18deg,
      rgba(255,255,255,.08) 0 2px,
      transparent 2px 10px
    );
  pointer-events: none;
}
.blog-cover-ph::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  right: -28px;
  bottom: -30px;
  background: rgba(255,255,255,.14);
  pointer-events: none;
}

.blog-cover-ph--salsa { background: linear-gradient(160deg, #ff4d9a 0%, #c01060 55%, #7a0a3d 100%); }
.blog-cover-ph--bachata { background: linear-gradient(160deg, #f472b6 0%, #9d174d 100%); }
.blog-cover-ph--tango { background: linear-gradient(160deg, #1e293b 0%, #0f172a 45%, #b45309 100%); }
.blog-cover-ph--hiphop { background: linear-gradient(160deg, #22d3ee 0%, #0e7490 50%, #164e63 100%); }
.blog-cover-ph--oryantal { background: linear-gradient(160deg, #fbbf24 0%, #db2777 55%, #7c2d12 100%); }
.blog-cover-ph--zeybek { background: linear-gradient(160deg, #f59e0b 0%, #b45309 50%, #78350f 100%); }
.blog-cover-ph--balet { background: linear-gradient(160deg, #e9d5ff 0%, #7c3aed 45%, #4c1d95 100%); color: #fff; }
.blog-cover-ph--latin { background: linear-gradient(160deg, #fb7185 0%, #e11d48 50%, #9f1239 100%); }
.blog-cover-ph--mix { background: linear-gradient(160deg, #38bdf8 0%, #2563eb 55%, #1e3a8a 100%); }
.blog-cover-ph--sky { background: linear-gradient(160deg, #7dd3fc 0%, #0284c7 100%); }
.blog-cover-ph--mint { background: linear-gradient(160deg, #6ee7b7 0%, #059669 100%); }
.blog-cover-ph--coral { background: linear-gradient(160deg, #fdba74 0%, #ea580c 100%); }
.blog-cover-ph--plum { background: linear-gradient(160deg, #d8b4fe 0%, #7e22ce 100%); }

.blog-cover-ph__badge {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  background: rgba(255,255,255,.92);
  color: #111827;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}
.blog-cover-ph__icon {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 12px;
  backdrop-filter: blur(2px);
}
.blog-cover-ph__icon svg { width: 20px; height: 20px; display: block; }
.blog-cover-ph__tag {
  position: relative;
  z-index: 1;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-shadow: 0 1px 8px rgba(0,0,0,.25);
}
.blog-cover-ph__letter {
  position: absolute;
  right: 4px;
  bottom: -2px;
  z-index: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
  opacity: .22;
  pointer-events: none;
}

.blog-cover-ph--hero {
  aspect-ratio: 21/9;
  border-radius: 20px;
  margin-bottom: 18px;
  min-height: 180px;
  gap: 10px;
}
.blog-cover-ph--hero .blog-cover-ph__badge {
  top: 16px; left: 16px; font-size: .72rem; padding: 5px 10px;
}
.blog-cover-ph--hero .blog-cover-ph__icon {
  width: 64px; height: 64px; border-radius: 18px;
}
.blog-cover-ph--hero .blog-cover-ph__icon svg { width: 34px; height: 34px; }
.blog-cover-ph--hero .blog-cover-ph__tag { font-size: 1.1rem; }
.blog-cover-ph--hero .blog-cover-ph__letter { font-size: 5.5rem; right: 20px; bottom: -8px; }
.blog-text h3 { font-size: .92rem; letter-spacing: .01em; margin: 0; }
.blog-text p { margin: 6px 0 0; color: #66758f; font-size: .82rem; }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.testimonial {
  margin: 0;
  background: #fff;
  border-radius: 16px;
  padding: 14px 14px 12px;
  border: 1px solid var(--border);
  font-size: .9rem;
}
.stars { color: #f5c518; letter-spacing: 1px; font-size: .85rem; }
.testimonial p { margin: 8px 0 0; line-height: 1.45; }
.testimonial cite { display: block; margin-top: 10px; font-style: normal; font-weight: 700; color: #52607a; font-size: .85rem; }

/* Instructors / schedule / gallery */
.instructor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.instructor-card {
  background: #fff; border-radius: 20px; overflow: hidden; border: 1px solid var(--border);
}
.inst-photo { aspect-ratio: 1; background: #1a2438; }
.inst-photo img { width: 100%; height: 100%; object-fit: cover; }
.instructor-card h3, .instructor-card .meta, .instructor-card .spec, .instructor-card p { padding: 0 14px; }
.instructor-card h3 { margin-top: 12px; }
.instructor-card p:last-child { padding-bottom: 16px; color: #5d6b84; font-size: .92rem; }
.spec { color: var(--magenta); font-weight: 700; font-size: .85rem; }

/* Ders programı — tam genişlik kartlar, dans adı önde */
.schedule-page { display: grid; gap: 32px; }
.sched-day {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}
.sched-day__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.sched-day__badge {
  min-width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e2187a, #9d174d);
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  font-size: .9rem;
  letter-spacing: .02em;
  box-shadow: 0 10px 24px rgba(226, 24, 122, .28);
}
.sched-day__head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
}
.sched-day__head p {
  margin: 2px 0 0;
  color: #7a879d;
  font-size: .9rem;
  font-weight: 600;
}
.sched-empty {
  background: #f8fafc;
  border: 1px dashed #d5dde9;
  border-radius: 16px;
  padding: 22px 16px;
  color: #8a97ad;
  text-align: center;
}
.sched-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
.sched-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e6ecf5;
  box-shadow: 0 6px 18px rgba(16, 24, 40, .06);
  transition: transform .18s ease, box-shadow .18s ease;
}
.sched-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(16, 24, 40, .1);
}
.sched-card__time {
  background: linear-gradient(180deg, #1a2438 0%, #121a2b 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 10px 6px;
  text-align: center;
}
.sched-card__time strong {
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.05;
  font-weight: 800;
}
.sched-card__time em {
  font-style: normal;
  font-size: .72rem;
  opacity: .72;
  margin-top: 2px;
}
.sched-card__main {
  padding: 10px 12px;
  display: grid;
  gap: 8px;
  align-content: start;
  min-width: 0;
}
.sched-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.sched-card__names {
  display: grid;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.sched-card__dance {
  margin: 0;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -.02em;
}
.sched-card__lesson {
  margin: 0;
  font-size: .8rem;
  font-weight: 600;
  color: #5d6b84;
}
.sched-day-pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #e2187a, #9d174d);
  color: #fff;
  font-family: var(--font);
  font-weight: 800;
  font-size: .68rem;
  letter-spacing: .02em;
  padding: 5px 10px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(226, 24, 122, .28);
  white-space: nowrap;
}
.sched-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.sched-info {
  background: #f4f7fb;
  border-radius: 8px;
  padding: 5px 8px;
  min-width: 0;
  flex: 1;
}
.sched-info__label {
  display: block;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #8a97ad;
  margin-bottom: 1px;
}
.sched-info strong {
  font-size: .8rem;
  color: #1f2a3d;
}
.sched-card__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.sched-card__cta .btn {
  flex: 1;
  min-width: 90px;
  padding: 8px 12px;
  font-size: .82rem;
}
.sched-card .tag {
  margin: 0;
  padding: 3px 8px;
  font-size: .68rem;
}
.btn-ghost-dark {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid #d5dde9;
}
.btn-ghost-dark:hover { background: #f4f7fb; }
.tag {
  display: inline-flex;
  align-self: center;
  flex-shrink: 0;
  background: #e8f7f4;
  color: #0f766e;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: .75rem;
  font-weight: 700;
}
.schedule-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gal-item { margin: 0; border-radius: 18px; overflow: hidden; background: #fff; border: 1px solid var(--border); }
.gal-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gal-item figcaption { padding: 10px 12px; display: flex; justify-content: space-between; gap: 8px; font-size: .85rem; }

.detail-hero {
  max-width: var(--max); margin: 24px auto; padding: 0 20px;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: center;
}
.detail-media { position: relative; }
.detail-media img { border-radius: 24px; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.public-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 16px; overflow: hidden; }
.public-table th, .public-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--border); font-size: .92rem; }
.public-table th { background: var(--navy); color: #fff; }

.prose-wrap, .prose { max-width: 760px; }
.prose h2 { font-size: 1.35rem; margin: 1.6em 0 .55em; }
.prose h3 { font-size: 1.1rem; margin: 1.3em 0 .4em; }
.prose p { color: #2a3344; line-height: 1.7; margin: 0 0 .9em; }
.prose ul, .prose ol { margin: 0 0 1em 1.15em; color: #2a3344; line-height: 1.65; }
.prose li { margin-bottom: .35em; }
.prose a { color: var(--teal, #0f766e); text-decoration: underline; text-underline-offset: 2px; }
.blog-cta {
  margin-top: 1.8em;
  padding: 14px 16px;
  border-radius: 14px;
  background: #eef3f8;
  border: 1px solid var(--border);
  font-size: .95rem;
}
.blog-cta a { margin-right: .35em; }
.post-cover { width: 100%; border-radius: 20px; margin-bottom: 18px; aspect-ratio: 21/9; object-fit: cover; }
.comment-list { display: grid; gap: 12px; margin-bottom: 24px; }
.comment { background: #fff; border-radius: 14px; padding: 14px 16px; border: 1px solid var(--border); }
.comment-head { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.panel-light {
  background: #fff; border-radius: 20px; padding: 22px; border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(16,24,40,.05);
}
.form-public label, .comment-form label { display: grid; gap: 6px; font-weight: 600; font-size: .9rem; margin-bottom: 12px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; align-items: center; }
.filter-bar select { min-width: 180px; flex: 1; }

/* Danslar — anlık chip filtre */
.dance-filters {
  margin-bottom: 28px;
  padding: 18px 20px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(226, 24, 122, .08), rgba(15, 118, 110, .08)),
    #fff;
  border: 1px solid rgba(16, 24, 40, .08);
  box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
  display: grid;
  gap: 14px;
}
.dance-filters__row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.dance-filters__label {
  flex: 0 0 auto;
  min-width: 58px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b7a94;
}
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.filter-chip {
  appearance: none;
  border: 1px solid #d5deea;
  background: #fff;
  color: #243047;
  font: inherit;
  font-size: .9rem;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .15s ease, box-shadow .18s ease;
}
.filter-chip:hover {
  border-color: #e2187a;
  color: #e2187a;
  transform: translateY(-1px);
}
.filter-chip.is-active {
  background: linear-gradient(135deg, #e2187a, #b1125c);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 18px rgba(226, 24, 122, .28);
}
.filter-chip.is-active:hover {
  color: #fff;
  transform: translateY(-1px);
}
.dance-filters__count {
  margin: 0;
  font-size: .88rem;
  color: #5d6b84;
  font-weight: 600;
}
.dance-card.is-filtered-out {
  display: none;
}
.dance-empty {
  text-align: center;
  color: #5d6b84;
  padding: 36px 16px;
  background: #fff;
  border-radius: 18px;
  border: 1px dashed #d5deea;
}

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.map-box { border-radius: 20px; overflow: hidden; min-height: 320px; background: #dbe3f0; }
.map-box iframe { width: 100%; height: 100%; min-height: 320px; border: 0; }

/* CTA + footer */
.cta-banner { padding: 10px 12px 0; }
.cta-inner {
  max-width: var(--max); margin: 0 auto;
  background: linear-gradient(90deg, #e2187a, #c01066);
  color: #fff; border-radius: 999px; padding: 16px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  box-shadow: 0 16px 40px rgba(226,24,122,.28);
}
.cta-copy strong { font-family: var(--display); font-size: 1.05rem; }
.cta-copy p { margin: 4px 0 0; opacity: .92; font-size: .92rem; }

.site-footer {
  max-width: var(--max); margin: 0 auto; padding: 28px 20px 40px;
}
.footer-top {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px;
  padding: 18px 0; border-bottom: 1px solid #d9e0ec;
}
.footer-top .logo .logo-mark { font-size: 1.3rem; }
.footer-top .logo .logo-sub { color: var(--ink); }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-left: auto; font-size: .88rem; color: #52607a; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding-top: 16px; color: #7a879d; font-size: .85rem;
}
.socials { display: flex; align-items: center; gap: 10px; }
.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(16, 24, 40, .14);
  transition: transform .15s ease, filter .15s ease;
}
.social-btn:hover { transform: translateY(-2px) scale(1.05); filter: brightness(1.08); }
.social-btn--fb { background: #1877f2; }
.social-btn--ig {
  background: linear-gradient(45deg, #f58529, #dd2a7b 50%, #8134af 80%, #515bd4);
}
.social-btn--wa { background: #25d366; }
.muted { color: #7a879d; }
.flash {
  max-width: var(--max); margin: 12px auto 0; padding: 12px 16px; border-radius: 12px;
  font-weight: 600;
}
.flash-ok { background: #dcfce7; color: #166534; }
.flash-err { background: #fee2e2; color: #991b1b; }

.campaign-lead {
  background: linear-gradient(135deg, #fff7ed, #ffe4e6);
  border: 1px solid #fdba74;
  border-radius: 18px;
  padding: 16px 18px;
  margin-bottom: 16px;
}
.campaign-lead__badge {
  display: inline-flex;
  background: linear-gradient(135deg, #ff9f1a, #e85d04);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.campaign-lead strong {
  display: block;
  font-family: var(--display);
  font-size: 1.25rem;
  margin-bottom: 4px;
}
.campaign-lead p {
  margin: 0;
  color: #7c2d12;
  font-size: .92rem;
}
.input-readonly {
  background: #f1f5f9 !important;
  color: #334155;
  font-weight: 700;
}

.contact-card .contact-row {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 0; border-bottom: 1px solid var(--border);
}
.contact-card .contact-row:last-of-type { border-bottom: 0; }
.contact-ico { font-size: 1.1rem; line-height: 1.4; width: 1.4rem; text-align: center; }
.contact-row strong { display: block; font-size: .8rem; color: #66758f; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.contact-row p { margin: 2px 0 0; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }

.wa-float {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff !important;
  border-radius: 999px;
  padding: 14px 16px;
  box-shadow: 0 12px 30px rgba(37, 211, 102, .4);
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .15s ease, filter .15s ease;
}
.wa-float:hover { transform: translateY(-2px) scale(1.03); filter: brightness(1.05); }
.wa-float svg { display: block; flex-shrink: 0; }
.wa-float-label { font-size: .9rem; padding-right: 4px; }

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .card-grid, .blog-grid, .instructor-grid, .campaign-grid, .gallery-grid, .promo-grid, .promo-grid--page { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .sched-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-hero, .contact-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; position: absolute; top: calc(100% + 8px); left: 0; right: 0;
    background: rgba(12,18,32,.98); border-radius: 18px; padding: 12px; flex-direction: column;
    box-shadow: 0 16px 40px rgba(0,0,0,.35); z-index: 60;
  }
  .nav-toggle { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
  .site-nav { position: relative; border-radius: 22px; flex-wrap: nowrap; }
  .nav-actions .btn-yellow { display: none; }
  .cta-inner { border-radius: 24px; flex-direction: column; align-items: flex-start; }
  .stats-bar .btn { margin-left: 0; width: 100%; }
  .search-bar { grid-template-columns: 1fr; }
  .section { padding: 40px 16px; }
  .section-soft { padding: 40px 16px; margin: 8px; border-radius: 20px; }
  .map-box, .map-box iframe { min-height: 280px; }
  .contact-actions .btn { width: 100%; }
}

@media (max-width: 640px) {
  .badge-seal { padding: 3px 8px 3px 6px; }
  .badge-seal__text { font-size: .62rem; }
  .card-grid, .blog-grid, .instructor-grid, .campaign-grid, .gallery-grid, .testimonial-grid, .row-2, .promo-grid, .promo-grid--page { grid-template-columns: 1fr; }
  .promo-section { margin: 8px; padding: 32px 16px; border-radius: 20px; }
  .promo-hero { margin: 8px 8px 0; border-radius: 20px; }
  .promo-hero__inner { padding: 32px 16px; }
  .promo-hero__cta .btn { width: 100%; }
  .promo-card { min-height: 0; }
  .blog-card { grid-template-columns: 88px 1fr; }
  .hero { min-height: auto; border-radius: 18px; margin: 16px 8px 0; }
  .hero-content { padding: 36px 16px 20px; }
  .hero h1 { font-size: clamp(2rem, 10vw, 2.8rem); max-width: none; }
  .hero-montage { grid-template-columns: 1fr 1fr; }
  .s3, .s4 { display: none; }
  .site-nav-wrap { top: 8px; padding: 0 8px; }
  .site-nav { padding: 8px 10px; gap: 8px; }
  .nav-actions .btn-teal { padding: 8px 10px; font-size: .78rem; }
  .logo-sub { display: none; }
  .page-hero { margin-top: 16px; padding: 16px 16px 4px; }
  .filter-bar { flex-direction: column; }
  .filter-bar select, .filter-bar .btn { width: 100%; }
  .dance-filters { padding: 14px; border-radius: 18px; }
  .dance-filters__row { align-items: flex-start; gap: 8px; }
  .dance-filters__label { min-width: 100%; margin-bottom: 2px; }
  .filter-chip { padding: 8px 13px; font-size: .85rem; }
  .sched-list { grid-template-columns: 1fr; }
  .sched-day { padding: 14px; border-radius: 18px; }
  .sched-card { grid-template-columns: 64px minmax(0, 1fr); }
  .sched-card__dance { font-size: 1.05rem; }
  .sched-day-pill { font-size: .62rem; padding: 4px 8px; }
  .sched-card__cta .btn { width: auto; flex: 1; }
  .schedule-cta .btn { width: 100%; }
  .cta-banner { padding: 8px 8px 0; }
  .cta-inner { padding: 16px; }
  .cta-inner .btn { width: 100%; }
  .site-footer { padding: 24px 16px 88px; }
  .footer-top { flex-direction: column; align-items: flex-start; }
  .footer-links { margin-left: 0; }
  .wa-float-label { display: none; }
  .wa-float { padding: 15px; right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); }
  .public-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .detail-actions .btn { width: 100%; }
  .stats-bar { padding: 12px; gap: 8px; }
  .stats-bar .stat { min-width: calc(50% - 12px); }
}
