/* ==========================================================================
   ELİF PAMUK ÖZEL EĞİTİM VE REHABİLİTASYON MERKEZİ
   Tatlı, Canlı, Çocuk Odaklı, Göz Yormayan ve Simgeli Özel Tasarım
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  /* Renk Paleti (Tatlı Mor, Gül Pembesi, Yumuşak Lavanta & Sıcak Krem) */
  --primary: #7828C8;          /* Canlı tatlı mor */
  --primary-hover: #5E1A9E;    /* Koyu mor */
  --primary-light: #F3EAFD;    /* Yumuşak lavanta */
  --secondary: #E83D95;        /* Canlı şeker pembesi / magenta */
  --secondary-light: #FEE7F2;  /* Yumuşak pastel pembe */
  --accent-mint: #2FD1A6;      /* Tatlı taze nane yeşili */
  --accent-amber: #FF9F29;     /* Güneş sarısı / neşeli turuncu */
  --accent-sky: #38BDF8;       /* Gökyüzü mavisi */
  
  /* Göz Yormayan Zemin Tonları */
  --bg-page: #FAF6FD;          /* Sıcak pudra lavanta zemin */
  --bg-card: #FFFFFF;          /* Kart zeminleri */
  --bg-soft-cream: #FCF9F4;    /* Yumuşak krem */
  --bg-soft-pink: #FDF2F7;     /* Tatlı açık pembe */
  --bg-soft-purple: #F5EDFA;   /* Tatlı açık mor */
  
  /* Gradyanlar */
  --grad-main: linear-gradient(135deg, #7828C8 0%, #E83D95 100%);
  --grad-soft: linear-gradient(135deg, #F3EAFD 0%, #FEE7F2 100%);
  --grad-orange: linear-gradient(135deg, #FF9F29 0%, #FF5E7E 100%);
  --grad-mint: linear-gradient(135deg, #2FD1A6 0%, #38BDF8 100%);
  
  /* Metin ve Gölgeler */
  --text-dark: #231633;
  --text-body: #574B66;
  --text-muted: #847596;
  --card-shadow: 0 14px 38px rgba(120, 40, 200, 0.08);
  --card-shadow-hover: 0 22px 48px rgba(120, 40, 200, 0.16);
  --btn-shadow: 0 8px 25px rgba(232, 61, 149, 0.35);
  --border-subtle: rgba(120, 40, 200, 0.09);
  
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --radius-full: 9999px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* Göz Yormayan ve Sevimli Çocuk Simgeli Zemin */
body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-body);
  background-color: var(--bg-page);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath d='M25 15 L28 22 L36 23 L30 28 L32 36 L25 31 L18 36 L20 28 L14 23 L22 22 Z' fill='%237828C8' fill-opacity='0.08'/%3E%3Cpath d='M95 25 C95 18, 85 18, 85 25 C85 18, 75 18, 75 25 C75 35, 85 42, 85 42 C85 42, 95 35, 95 25 Z' fill='%23E83D95' fill-opacity='0.08'/%3E%3Cpath d='M130 35 Q135 25 145 28 Q155 25 155 35 Q160 38 157 45 Q150 48 135 48 Q125 45 130 35 Z' fill='%2338BDF8' fill-opacity='0.08'/%3E%3Ccircle cx='35' cy='95' r='13' fill='none' stroke='%237828C8' stroke-width='1.8' stroke-opacity='0.08'/%3E%3Ccircle cx='30' cy='92' r='2' fill='%237828C8' fill-opacity='0.1'/%3E%3Ccircle cx='40' cy='92' r='2' fill='%237828C8' fill-opacity='0.1'/%3E%3Cpath d='M30 98 Q35 103 40 98' fill='none' stroke='%237828C8' stroke-width='1.8' stroke-linecap='round' stroke-opacity='0.1'/%3E%3Cellipse cx='125' cy='90' rx='10' ry='13' fill='%23FF9F29' fill-opacity='0.08'/%3E%3Cpath d='M125 103 L123 106 L127 106 Z' fill='%23FF9F29' fill-opacity='0.1'/%3E%3Cpath d='M125 106 Q127 114 124 122' fill='none' stroke='%23FF9F29' stroke-width='1.5' stroke-opacity='0.09'/%3E%3Cpath d='M75 125 h6 a3 3 0 0 1 6 0 h6 v6 a3 3 0 0 1 0 6 v6 h-6 a3 3 0 0 1 -6 0 h-6 v-6 a3 3 0 0 1 0 -6 Z' fill='%232FD1A6' fill-opacity='0.09'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 150px 150px;
  overflow-x: hidden;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Fredoka', 'Poppins', sans-serif;
  color: var(--text-dark);
  font-weight: 700;
  letter-spacing: -0.01em;
}

::selection {
  background: var(--primary);
  color: #fff;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

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

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

/* Tatlı Animasyonlar */
@keyframes float-gentle {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

@keyframes float-reverse {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(10px) rotate(-2deg); }
}

@keyframes pulse-soft {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(232, 61, 149, 0.4); }
  70% { transform: scale(1.03); box-shadow: 0 0 0 16px rgba(232, 61, 149, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(232, 61, 149, 0); }
}

.float-y { animation: float-gentle 4s ease-in-out infinite; }
.float-x { animation: float-reverse 5s ease-in-out infinite; }
.pulse-animation { animation: pulse-soft 2.5s infinite; }

/* Tatlı Çıkartmalar & Rozetler (Doodles) */
.doodle-badge {
  position: absolute;
  z-index: 5;
  background: #FFFFFF;
  border-radius: var(--radius-full);
  padding: 10px 18px;
  font-weight: 600;
  font-size: 13px;
  color: var(--text-dark);
  box-shadow: 0 10px 25px rgba(120, 40, 200, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid rgba(232, 61, 149, 0.15);
}

.doodle-badge i { font-size: 16px; }
.doodle-badge.badge-pink { border-color: rgba(232, 61, 149, 0.3); color: var(--secondary); }
.doodle-badge.badge-purple { border-color: rgba(120, 40, 200, 0.3); color: var(--primary); }
.doodle-badge.badge-amber { border-color: rgba(255, 159, 41, 0.3); color: var(--accent-amber); }

/* ==========================================================================
   Header & Navigasyon
   ========================================================================== */
.header-topbar {
  background: var(--grad-main);
  color: #FFFFFF;
  padding: 10px 0 13px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  z-index: 10;
}

.header-topbar a {
  color: #FFFFFF;
  opacity: 0.9;
}

.header-topbar a:hover {
  opacity: 1;
}

.topbar-tag {
  background: rgba(255, 255, 255, 0.22);
  padding: 3px 14px;
  border-radius: var(--radius-full);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.topbar-socials {
  display: flex;
  align-items: center;
}

.topbar-socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.2) !important;
  margin-left: 6px !important;
  font-size: 13px !important;
  color: #FFFFFF !important;
  transition: all 0.3s !important;
  text-align: center !important;
  line-height: 1 !important;
}

.topbar-socials a:hover {
  background: #FFFFFF !important;
  color: var(--primary) !important;
  transform: translateY(-2px);
}

/* DALGALI TENTE SAÇAĞI (SCREENSHOT_127 & SCREENSHOT_129) */
.topbar-wave-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  width: 100%;
  height: 23px;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
  overflow: hidden;
}

.topbar-wave-shape img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Yüzen Modern Navbar */
.navbar-wrapper {
  position: sticky;
  top: 12px;
  z-index: 999;
  padding: 0 15px;
  margin-top: 18px;
  transition: all 0.3s ease;
}

.custom-navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 28px;
  padding: 8px 24px;
  box-shadow: 0 12px 35px rgba(120, 40, 200, 0.1);
  border: 2px solid rgba(243, 234, 253, 0.9);
  max-width: 1280px;
  margin: 0 auto;
}

/* LOGO TASARIMI */
.brand-logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(120, 40, 200, 0.2));
  transition: transform 0.4s ease;
}

.brand-logo-container:hover .brand-logo-img {
  transform: rotate(6deg) scale(1.08);
}

.brand-text h1 {
  font-size: 21px;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
  background: var(--grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-text span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--secondary);
  font-weight: 700;
  display: block;
}

.nav-pill-link {
  color: var(--text-dark) !important;
  font-weight: 600;
  font-size: 14.5px;
  padding: 8px 16px !important;
  border-radius: var(--radius-full);
  margin: 0 2px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.25s ease;
}

.nav-pill-link i {
  font-size: 14px;
  color: var(--primary);
  transition: transform 0.25s ease;
}

.nav-pill-link:hover {
  color: var(--primary) !important;
  background: var(--primary-light);
  transform: translateY(-2px);
}

.nav-pill-link:hover i {
  transform: scale(1.2);
}

.nav-pill-link.active {
  background: var(--grad-main) !important;
  color: #FFFFFF !important;
  box-shadow: 0 6px 18px rgba(120, 40, 200, 0.3);
}

.nav-pill-link.active i {
  color: #FFFFFF !important;
}

.btn-cute-primary {
  background: var(--grad-main);
  color: #FFFFFF !important;
  padding: 12px 26px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: none;
  cursor: pointer;
  box-shadow: var(--btn-shadow);
  transition: all 0.35s ease;
}

.btn-cute-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(232, 61, 149, 0.45);
}

.btn-cute-outline {
  background: #FFFFFF;
  color: var(--primary) !important;
  padding: 12px 26px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 2px solid var(--primary-light);
  box-shadow: 0 4px 15px rgba(120, 40, 200, 0.08);
  transition: all 0.3s ease;
}

.btn-cute-outline:hover {
  background: var(--primary-light);
  border-color: var(--primary);
  color: var(--primary) !important;
  transform: translateY(-2px);
}

/* ==========================================================================
   Hero Bölümü
   ========================================================================== */
.hero-wrapper {
  padding: 50px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-subtitle-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: var(--radius-full);
  border: 1.5px solid rgba(120, 40, 200, 0.18);
  box-shadow: 0 6px 16px rgba(120, 40, 200, 0.06);
  margin-bottom: 20px;
}

.hero-title-main {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.hero-title-main span.highlight {
  background: var(--grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-size: 16.5px;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 530px;
}

.hero-visual-card {
  position: relative;
  border-radius: 36px;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0 25px 60px rgba(120, 40, 200, 0.15);
  border: 3px solid rgba(255, 255, 255, 0.95);
}

.hero-img-box {
  width: 100%;
  height: 450px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.hero-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-visual-card:hover .hero-img-box img {
  transform: scale(1.04);
}

/* ==========================================================================
   STATS COUNTER BAR
   ========================================================================== */
.stats-counter-bar {
  margin-top: -35px;
  margin-bottom: 60px;
  position: relative;
  z-index: 20;
}

.stats-card-container {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 28px 22px;
  box-shadow: 0 20px 50px rgba(120, 40, 200, 0.12);
  border: 2px solid rgba(243, 234, 253, 0.95);
}

.stat-tile {
  padding: 18px 16px;
  border-radius: 22px;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}

.stat-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.stat-tile.tile-purple {
  background: linear-gradient(135deg, #FAF4FF 0%, #F3EAFD 100%);
  border: 1.5px solid rgba(120, 40, 200, 0.14);
}

.stat-tile.tile-pink {
  background: linear-gradient(135deg, #FFF4F9 0%, #FEE7F2 100%);
  border: 1.5px solid rgba(232, 61, 149, 0.14);
}

.stat-tile.tile-amber {
  background: linear-gradient(135deg, #FFFBF2 0%, #FFF2DF 100%);
  border: 1.5px solid rgba(255, 159, 41, 0.18);
}

.stat-tile.tile-mint {
  background: linear-gradient(135deg, #F0FAF7 0%, #E2F8F1 100%);
  border: 1.5px solid rgba(47, 209, 166, 0.18);
}

.stat-icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

.tile-purple .stat-icon-circle { background: var(--primary); color: #FFFFFF; }
.tile-pink .stat-icon-circle { background: var(--secondary); color: #FFFFFF; }
.tile-amber .stat-icon-circle { background: var(--accent-amber); color: #FFFFFF; }
.tile-mint .stat-icon-circle { background: var(--accent-mint); color: #FFFFFF; }

.stat-text { text-align: left; }

.stat-number {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
  font-family: 'Fredoka', sans-serif;
}

.tile-purple .stat-number { color: var(--primary); }
.tile-pink .stat-number { color: var(--secondary); }
.tile-amber .stat-number { color: var(--accent-amber); }
.tile-mint .stat-number { color: var(--accent-mint); }

.stat-label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
  line-height: 1.3;
}

/* Bölüm Başlıkları */
.section-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-light);
  color: var(--primary);
  font-weight: 700;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 6px 18px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}

.section-title-cute {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.section-title-cute span {
  background: var(--grad-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   HAKKIMIZDA BÖLÜMÜ (GÖRSEL 126 MOBİL BOZUKLUĞU DÜZELTİLDİ!)
   ========================================================================== */
.about-section {
  padding: 60px 0 80px;
}

.about-photo-wrapper {
  position: relative;
  padding-right: 35px;
  padding-bottom: 35px;
  max-width: 520px;
  margin: 0 auto;
}

.about-img-main {
  width: 100%;
  height: 390px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 7px solid #FFFFFF;
}

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

.about-img-secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58%;
  height: 220px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(120, 40, 200, 0.22);
  border: 6px solid #FFFFFF;
  z-index: 2;
  transition: transform 0.4s ease;
}

.about-img-secondary:hover {
  transform: scale(1.05) rotate(2deg);
}

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

.about-badge-cute {
  position: absolute;
  top: 20px;
  left: -15px;
  z-index: 3;
  background: #FFFFFF;
  border-radius: var(--radius-full);
  padding: 9px 18px;
  box-shadow: 0 10px 30px rgba(120, 40, 200, 0.18);
  border: 2px solid rgba(232, 61, 149, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text-dark);
}

.cute-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 25px 0;
}

.checklist-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(120, 40, 200, 0.08);
  box-shadow: 0 4px 12px rgba(120, 40, 200, 0.04);
}

.checklist-item i {
  color: var(--secondary);
  font-size: 18px;
}

.checklist-item span {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-dark);
}

/* ==========================================================================
   SWIPER SLIDER KARTLARI (ÖZEL TASARIM & OTOMATİK KAYMA)
   ========================================================================== */
.programs-section, .team-section, .testimonials-section {
  position: relative;
  padding: 85px 0;
}

.program-card-cute {
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF5FD 100%);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 2px solid rgba(120, 40, 200, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.program-card-cute:hover {
  transform: translateY(-9px);
  box-shadow: var(--card-shadow-hover);
  border-color: var(--secondary);
}

.program-thumb {
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 18px 18px;
  margin: 8px 8px 0;
}

.program-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.program-card-cute:hover .program-thumb img {
  transform: scale(1.08);
}

.program-tag-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.program-body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.program-body h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.program-body p {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Kadromuz Kartı */
.team-card-cute {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF5F9 100%);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 2px solid rgba(120, 40, 200, 0.08);
  transition: all 0.4s ease;
  text-align: center;
  height: 100%;
  padding: 10px;
}

.team-card-cute:hover {
  transform: translateY(-8px);
  box-shadow: var(--card-shadow-hover);
  border-color: var(--secondary);
}

.team-card-img {
  height: 280px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card-cute:hover .team-card-img img {
  transform: scale(1.07);
}

.team-card-info {
  padding: 20px 14px 12px;
}

.team-card-info h5 {
  font-size: 19px;
  margin-bottom: 4px;
}

.team-card-info p {
  color: var(--primary);
  font-size: 13.5px;
  font-weight: 600;
  margin: 0;
}

/* Yorumlar Kartı */
.testi-card-cute {
  background: #FFFFFF;
  border-radius: 34px 34px 34px 10px;
  padding: 35px 30px;
  box-shadow: var(--card-shadow);
  border: 2px solid rgba(120, 40, 200, 0.08);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}

.testi-card-cute:hover {
  transform: translateY(-6px);
  border-color: var(--secondary);
  box-shadow: var(--card-shadow-hover);
}

.testi-quote-mark {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 54px;
  line-height: 1;
  color: var(--primary-light);
  font-family: 'Fredoka', serif;
  opacity: 0.6;
}

.testi-stars {
  color: #FFB800;
  font-size: 15px;
  margin-bottom: 16px;
  display: flex;
  gap: 3px;
}

.testi-quote-text {
  font-size: 14.8px;
  line-height: 1.85;
  font-style: italic;
  color: var(--text-dark);
  margin-bottom: 22px;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.testi-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--grad-main);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 6px 14px rgba(120, 40, 200, 0.25);
}

/* Swiper Özel Kontroller */
.slider-controls-cute {
  display: flex;
  align-items: center;
  gap: 10px;
}

.swiper-cute-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 2px solid rgba(120, 40, 200, 0.12);
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-cute-btn:hover {
  background: var(--grad-main);
  color: #FFFFFF;
  border-color: transparent;
  transform: scale(1.1);
  box-shadow: 0 8px 22px rgba(120, 40, 200, 0.3);
}

.swiper-pagination {
  position: relative !important;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--primary-light) !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
  border: 1.5px solid var(--primary);
}

.swiper-pagination-bullet-active {
  width: 28px !important;
  border-radius: 12px !important;
  background: var(--grad-main) !important;
  border-color: transparent !important;
}

/* ==========================================================================
   İNTERAKTİF VE SCROLL İLE İLERLEYEN SÜREÇ YOLU (ROADMAP) - GÖRSEL 125 STİLİ!
   ========================================================================== */
.roadmap-wrapper {
  position: relative;
  max-width: 960px;
  margin: 50px auto 30px;
  padding: 30px 0;
}

/* YOL ÇİZGİSİ (Arka plan gri kesikli hat) */
.roadmap-track-line {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 50%;
  width: 8px;
  transform: translateX(-50%);
  background: repeating-linear-gradient(
    to bottom,
    rgba(120, 40, 200, 0.15),
    rgba(120, 40, 200, 0.15) 12px,
    transparent 12px,
    transparent 24px
  );
  border-radius: 4px;
  z-index: 1;
}

/* AŞAĞI KAYDIRDIKÇA İLERLEYEN DOLGU HATTI */
.roadmap-progress-fill {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 8px;
  transform: translateX(-50%);
  height: 0%;
  background: var(--grad-main);
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 0 15px rgba(232, 61, 149, 0.5);
  transition: height 0.15s ease-out;
}

/* YOLDA AŞAĞI KAYAN SEVİMLİ BALON / YOLCU */
.roadmap-traveler {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 6px 20px rgba(232, 61, 149, 0.4);
  border: 3px solid var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--secondary);
  z-index: 10;
  transition: top 0.15s ease-out;
}

/* ADIM SATIRLARI (ZİGZAG DÜZENİ) */
.roadmap-step-item {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.roadmap-step-item:last-child {
  margin-bottom: 0;
}

/* Sol ve Sağ Konumlandırma (Desktop) */
.roadmap-step-item.step-left {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.roadmap-step-item.step-right {
  flex-direction: row;
  justify-content: flex-start;
}

/* MERKEZDEKİ SEVİMLİ ORGANİK BULUT/BLOB ROZET (Görsel 125'teki gibi!) */
.roadmap-blob-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

@keyframes blob-wobble {
  0% { border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; transform: rotate(0deg); }
  50% { border-radius: 60% 40% 35% 65% / 55% 55% 45% 45%; transform: rotate(6deg); }
  100% { border-radius: 45% 55% 60% 40% / 40% 60% 50% 50%; transform: rotate(-6deg); }
}

.roadmap-blob {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #FFFFFF;
  box-shadow: 0 12px 30px rgba(120, 40, 200, 0.22);
  border: 4px solid #FFFFFF;
  animation: blob-wobble 6s ease-in-out infinite alternate;
  transition: all 0.4s ease;
}

.roadmap-blob.blob-purple { background: linear-gradient(135deg, #7828C8, #9B51E0); }
.roadmap-blob.blob-pink   { background: linear-gradient(135deg, #E83D95, #FF6EA7); }
.roadmap-blob.blob-amber  { background: linear-gradient(135deg, #FF9F29, #FFB84E); }
.roadmap-blob.blob-mint   { background: linear-gradient(135deg, #2FD1A6, #56E3BC); }

.roadmap-step-num {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--text-dark);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* İÇERİK KARTLARI */
.roadmap-content-card {
  width: 42%;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 28px 26px;
  border: 2px solid rgba(120, 40, 200, 0.08);
  box-shadow: var(--card-shadow);
  transition: all 0.4s ease;
  position: relative;
}

.roadmap-step-item.in-view .roadmap-content-card {
  transform: translateY(-5px);
  border-color: var(--secondary);
  box-shadow: 0 16px 40px rgba(232, 61, 149, 0.16);
}

.roadmap-step-item.in-view .roadmap-blob {
  transform: scale(1.1);
  box-shadow: 0 16px 35px rgba(232, 61, 149, 0.35);
}

.step-tag-badge {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}

.roadmap-content-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.roadmap-content-card p {
  font-size: 14.5px;
  color: var(--text-body);
  line-height: 1.75;
  margin: 0;
}

/* ==========================================================================
   Eğitim Alanları Bölümü
   ========================================================================== */
.edu-areas-section {
  padding: 85px 0;
  background: linear-gradient(180deg, rgba(254, 231, 242, 0.5) 0%, rgba(243, 234, 253, 0.6) 100%);
}

.edu-area-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1.5px solid rgba(120, 40, 200, 0.08);
  box-shadow: 0 8px 25px rgba(120, 40, 200, 0.05);
  margin-bottom: 18px;
  transition: all 0.3s ease;
}

.edu-area-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 12px 30px rgba(120, 40, 200, 0.12);
}

.edu-area-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

/* ==========================================================================
   CTA (Harekete Geçirici) Bölümü
   ========================================================================== */
.cta-cute-section {
  padding: 50px 0;
  margin: 20px 0;
}

.cta-box-cute {
  background: var(--grad-main);
  border-radius: 36px;
  padding: 48px 50px;
  color: #FFFFFF;
  box-shadow: 0 20px 50px rgba(120, 40, 200, 0.28);
  position: relative;
  overflow: hidden;
}

.cta-box-cute h2 {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 12px;
}

.cta-box-cute p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.7;
}

.btn-cta-white {
  background: #FFFFFF !important;
  color: var(--primary) !important;
  border-radius: var(--radius-full) !important;
  padding: 15px 32px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.35s ease !important;
  white-space: nowrap !important;
  border: none !important;
}

.btn-cta-white:hover {
  background: #FFFFFF !important;
  color: var(--secondary) !important;
  transform: translateY(-4px) scale(1.03) !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22) !important;
}

/* ==========================================================================
   Blog Bölümü
   ========================================================================== */
.blog-card-cute {
  background: #FFFFFF;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1.5px solid rgba(120, 40, 200, 0.08);
  transition: all 0.35s ease;
  height: 100%;
}

.blog-card-cute:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-shadow-hover);
}

.blog-card-thumb {
  height: 210px;
  overflow: hidden;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card-cute:hover .blog-card-thumb img {
  transform: scale(1.06);
}

.blog-card-body {
  padding: 24px;
}

/* ==========================================================================
   İÇ SAYFALAR İÇİN BİRLEŞİK BAŞLIK (TEK PARÇA GRADYAN + TEK ALT DALGA)
   ========================================================================== */
.inner-header-banner {
  background: var(--grad-main);
  position: relative;
  overflow: visible;
  padding-bottom: 50px;
  margin-bottom: 65px;
  box-shadow: 0 15px 40px rgba(120, 40, 200, 0.18);
}

/* Canlı ve Sevimli Arka Plan Yıldız & Parıltı Dokusu (Düz Boş Renk Kalmaması İçin) */
.inner-header-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.22) 2px, transparent 3px),
    radial-gradient(circle at 88% 22%, rgba(255, 255, 255, 0.20) 2.5px, transparent 3.5px),
    radial-gradient(circle at 25% 70%, rgba(255, 255, 255, 0.15) 2px, transparent 3px),
    radial-gradient(circle at 75% 65%, rgba(255, 255, 255, 0.18) 3px, transparent 4px),
    radial-gradient(circle at 50% 85%, rgba(255, 255, 255, 0.12) 2px, transparent 3px),
    radial-gradient(circle, rgba(255, 255, 255, 0.05) 1.5px, transparent 1.5px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 34px 34px;
  pointer-events: none;
  z-index: 1;
}

.inner-header-banner .header-topbar {
  background: transparent;
  padding: 10px 0 8px;
  position: relative;
  z-index: 10;
}

.inner-header-banner .navbar-wrapper {
  position: relative;
  z-index: 100;
  padding: 0 15px;
  margin-top: 6px;
  margin-bottom: 25px;
}

.navbar-wrapper.is-scrolled {
  position: fixed !important;
  top: 12px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  margin: 0 !important;
}

.inner-header-banner .inner-page-title-area {
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0 20px;
  position: relative;
  z-index: 5;
}

.inner-header-banner .inner-page-title-area h1,
.inner-page-header h1 {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 12px;
  font-family: 'Fredoka', sans-serif;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.inner-breadcrumb {
  display: inline-flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.22);
  padding: 7px 22px;
  border-radius: var(--radius-full);
  font-size: 14px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.inner-breadcrumb a {
  color: #FFFFFF;
  font-weight: 600;
}

.inner-breadcrumb span {
  color: rgba(255, 255, 255, 0.85);
}

/* DALGA ÜZERİNDEKİ SEVİMLİ SİMGELER VE KARAKTER */
.wave-mascot-girl {
  position: absolute;
  right: 50px;
  bottom: -10px;
  z-index: 8;
  pointer-events: none;
  animation: wave-bounce 4.5s ease-in-out infinite;
}

.wave-mascot-girl img {
  width: 92px;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.2));
}

@keyframes wave-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px) rotate(1.5deg); }
}

.wave-cloud {
  position: absolute;
  z-index: 6;
  pointer-events: none;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.12));
  opacity: 0.95;
}

.wave-cloud.cloud-left {
  left: 45px;
  bottom: 22px;
  width: 76px;
  animation: float-bob-y 4.5s ease-in-out infinite;
}

.wave-cloud.cloud-right {
  right: 175px;
  bottom: 35px;
  width: 60px;
  animation: float-bob-y 5.2s ease-in-out infinite 0.8s;
}

.wave-star {
  position: absolute;
  z-index: 6;
  pointer-events: none;
  animation: star-twinkle 3.2s ease-in-out infinite;
}

.wave-star.star-1 {
  left: 140px;
  bottom: 60px;
  width: 22px;
  height: 22px;
  animation-delay: 0s;
}

.wave-star.star-2 {
  right: 160px;
  bottom: 85px;
  width: 19px;
  height: 19px;
  animation-delay: 1.2s;
}

.wave-star.star-3 {
  right: 30px;
  bottom: 58px;
  width: 18px;
  height: 18px;
  animation-delay: 0.6s;
}

@keyframes star-twinkle {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.8; }
  50% { transform: scale(1.3) rotate(45deg); opacity: 1; filter: drop-shadow(0 0 8px rgba(250, 177, 35, 0.85)); }
}

.header-wave-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  width: 100%;
  height: 29px;
  z-index: 5;
  pointer-events: none;
  line-height: 0;
  overflow: hidden;
}

.header-wave-shape picture,
.header-wave-shape img,
.topbar-wave-shape picture,
.topbar-wave-shape img {
  width: 100%;
  height: 100%;
  display: block;
}

/* ==========================================================================
   Galeri Izgarası
   ========================================================================== */
.gallery-card-cute {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 4px solid #FFFFFF;
  position: relative;
  height: 260px;
  cursor: pointer;
}

.gallery-card-cute img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-card-cute:hover img {
  transform: scale(1.1);
}

.gallery-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(120, 40, 200, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #FFFFFF;
  font-size: 28px;
}

.gallery-card-cute:hover .gallery-hover-overlay {
  opacity: 1;
}

/* ==========================================================================
   İletişim ve Form Elemanları
   ========================================================================== */
.contact-card-box {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 35px 30px;
  border: 2px solid rgba(120, 40, 200, 0.08);
  box-shadow: var(--card-shadow);
  height: 100%;
}

.contact-info-pill {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #FFFFFF;
  border-radius: 22px;
  padding: 18px 22px;
  margin-bottom: 16px;
  border: 1.5px solid rgba(120, 40, 200, 0.08);
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.contact-info-pill:hover {
  transform: translateX(6px);
  border-color: var(--secondary);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.form-control-cute {
  border: 2px solid rgba(120, 40, 200, 0.12);
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 14.5px;
  color: var(--text-dark);
  background-color: var(--bg-page);
  transition: all 0.3s ease;
  width: 100%;
}

.form-control-cute:focus {
  outline: none;
  border-color: var(--primary);
  background-color: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(120, 40, 200, 0.12);
}

.map-card-box {
  border-radius: 28px;
  overflow: hidden;
  border: 4px solid #FFFFFF;
  box-shadow: var(--card-shadow);
  height: 380px;
}

/* ==========================================================================
   Sabit İletişim Butonları
   ========================================================================== */
.floating-contact-buttons {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-action-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  font-size: 24px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.float-action-btn.btn-wa { background: #25D366; }
.float-action-btn.btn-tel { background: var(--grad-main); }

.float-action-btn:hover {
  transform: scale(1.15) rotate(6deg);
}

/* ==========================================================================
   FOOTER (GÖRSELDEKİ SOSYAL İKON BOZUKLUĞU DÜZELTİLDİ!)
   ========================================================================== */
.footer-cute {
  background: #1B0F2A;
  color: rgba(255, 255, 255, 0.75);
  padding: 80px 0 25px;
  margin-top: 80px;
  position: relative;
  border-radius: 45px 45px 0 0;
}

.footer-cute h4 {
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-cute a:not(.footer-social-btn) {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.25s;
}

.footer-cute a:not(.footer-social-btn):hover {
  color: #FFFFFF;
  transform: translateX(5px);
}

.footer-logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.15));
}

.footer-social-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

.footer-social-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #FFFFFF !important;
  font-size: 17px !important;
  line-height: 1 !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1.5px solid rgba(255, 255, 255, 0.18) !important;
  transition: all 0.3s ease !important;
}

.footer-social-btn i {
  display: inline-block !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-social-btn:hover {
  background: var(--grad-main) !important;
  color: #FFFFFF !important;
  transform: translateY(-3px) scale(1.1) !important;
  border-color: transparent !important;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  margin-top: 45px;
  font-size: 13.5px;
  text-align: center;
}

/* ==========================================================================
   RESPONSIVE (MOBİL VE TABLET UYUMLULUĞU)
   ========================================================================== */
@media (max-width: 991px) {
  .hero-title-main { font-size: 36px; }
  .stats-counter-bar { margin-top: 0; }
  .custom-navbar { border-radius: 20px; }
  
  .cta-box-cute {
    padding: 35px 25px;
    text-align: center;
  }
  .cta-box-cute p {
    margin-bottom: 25px;
  }
  .btn-cta-white {
    width: 100%;
    justify-content: center;
  }
}

/* ROADMAP VE ABOUT MOBİL UYUMLULUĞU */
@media (max-width: 768px) {
  /* Roadmap Mobilde Sola Hizalı Yol */
  .roadmap-track-line, .roadmap-progress-fill {
    left: 36px;
    transform: none;
  }
  
  .roadmap-traveler {
    left: 36px;
    transform: translate(-50%, -50%);
  }
  
  .roadmap-step-item,
  .roadmap-step-item.step-left,
  .roadmap-step-item.step-right {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 80px;
    margin-bottom: 50px;
  }
  
  .roadmap-blob-wrapper {
    left: 36px;
    transform: translateX(-50%);
  }
  
  .roadmap-blob {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }
  
  .roadmap-content-card {
    width: 100%;
    padding: 20px 18px;
  }
  .roadmap-content-card h4 { font-size: 17px; }
  .roadmap-content-card p { font-size: 13.5px; }

  /* About Fotoğraf Kolajı Mobilde Korunuyor! */
  .about-photo-wrapper {
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  .about-img-main {
    height: 270px;
    border-radius: 26px;
    border-width: 5px;
  }
  .about-img-secondary {
    width: 56%;
    height: 155px;
    border-radius: 20px;
    border-width: 4px;
    bottom: 0;
    right: 0;
  }
  .about-badge-cute {
    top: 12px;
    left: 10px;
    padding: 6px 14px;
    font-size: 12px;
  }

  /* İç Sayfa Başlığı ve Dalga Mobilde */
  .inner-header-banner {
    padding-bottom: 38px;
    margin-bottom: 50px;
  }
  .inner-header-banner .inner-page-title-area h1,
  .inner-page-header h1 {
    font-size: 28px;
  }
  .header-wave-shape {
    height: 22px;
    bottom: -20px;
  }
  .topbar-wave-shape {
    height: 20px;
    bottom: -18px;
  }
  .wave-mascot-girl {
    right: 12px;
    bottom: -8px;
  }
  .wave-mascot-girl img {
    width: 62px;
  }
  .wave-cloud.cloud-left {
    left: 8px;
    bottom: 14px;
    width: 44px;
  }
  .wave-cloud.cloud-right {
    right: 80px;
    bottom: 20px;
    width: 36px;
  }
  .wave-star.star-1 {
    left: 55px;
    bottom: 38px;
    width: 15px;
    height: 15px;
  }
  .wave-star.star-2 {
    display: none;
  }
  .wave-star.star-3 {
    right: 14px;
    bottom: 38px;
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 575px) {
  .hero-title-main { font-size: 30px; }
  .section-title-cute { font-size: 28px; }
  .stat-tile { padding: 14px 10px; }
  .stat-number { font-size: 26px; }
  .stat-label { font-size: 12px; }
  .cute-checklist { grid-template-columns: 1fr; }
}
