:root {
    --color-bg: #fff9fc;
    --color-surface: #ffffff;
    --color-surface-soft: #fef0f7;
    --color-primary: #e91e8c;
    --color-primary-dark: #c91578;
    --color-primary-soft: #fce8f3;
    --color-secondary: #f4c542;
    --color-secondary-soft: #ffe7a6;
    --color-orange: #ec6423;
    --color-orange-dark: #c84e15;
    --color-orange-soft: #fff0e6;
    --color-teal: #0ea5a0;
    --color-teal-soft: #e0f7f6;
    --color-purple: #7c3aed;
    --color-purple-soft: #ede9fe;
    --color-navy: #1f3a5f;
    --color-navy-dark: #14283f;
    --color-navy-soft: #eaf1f8;
    --color-text: #2a1a2e;
    --color-text-soft: #6b5778;
    --color-border: rgba(233, 30, 140, 0.1);
    --shadow-soft: 0 24px 60px rgba(233, 30, 140, 0.12);
    --shadow-card: 0 18px 40px rgba(180, 20, 100, 0.08);
    --radius-xl: 40px;
    --radius-lg: 32px;
    --radius-md: 22px;
    --radius-sm: 16px;
    --container-width: 1320px;
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    color: var(--color-text);
    background:
        radial-gradient(circle at top right, rgba(233, 30, 140, 0.07), transparent 32%),
        radial-gradient(circle at bottom left, rgba(99, 102, 241, 0.06), transparent 28%),
        linear-gradient(180deg, #fff9fc 0%, #ffffff 100%);
    overflow-x: hidden;
}

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

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

.container,
.container-xxl {
    max-width: var(--container-width);
}

.section {
    padding: 92px 0;
}

.page-section {
    padding: 80px 0 96px;
}

.section-kicker {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary);
    background: rgba(255, 255, 255, 0.94);
    border: 2px solid var(--color-primary);
    padding: 5px 16px;
    border-radius: 100px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.section-kicker::before { display: none; }

.section-kicker--mini {
    font-size: 0.66rem;
    padding: 4px 12px;
}

/* Koyu arka plan üzerindeki kicker'lar beyaz olsun */
.site-footer .section-kicker {
    color: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.5);
}

/* Geriye dönük uyumluluk */
.section-kicker--warm,
.section-kicker--teal,
.section-kicker--purple,
.section-kicker--yellow,
.section-kicker--fuchsia {}

/* Başlık renk vurgusu */
.text-highlight          { color: var(--color-primary); }
.text-highlight--orange  { color: var(--color-orange); }
.text-highlight--yellow  { color: var(--color-secondary); }
.text-highlight--teal    { color: var(--color-teal); }

.section-title,
.hero-content h1,
.page-hero__content h1,
.footer-cta h2 {
    font-family: "Baloo 2", cursive;
    line-height: 1.04;
    letter-spacing: -0.02em;
}

.section-title {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    margin: 12px 0 14px;
}

.section-text,
.section-subtitle,
p {
    color: var(--color-text-soft);
    font-size: 1rem;
    line-height: 1.75;
}

.section-heading {
    margin: 0 0 44px;
}

.section-heading--programs .section-subtitle {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.section-title--programs {
    white-space: nowrap;
}

.btn-pill {
    border-radius: 999px;
    font-weight: 800;
    padding: 0.92rem 1.5rem;
}

.btn-with-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-with-icon i {
    font-size: 0.94rem;
    line-height: 1;
}

.btn-accent {
    background: linear-gradient(135deg, var(--color-primary) 0%, #c91578 100%);
    border: 0;
    color: #fff;
    box-shadow: 0 16px 34px rgba(233, 30, 140, 0.3);
}

.btn-accent:hover,
.btn-accent:focus {
    color: #fff;
    background: linear-gradient(135deg, #d41880 0%, #b01268 100%);
    box-shadow: 0 20px 40px rgba(233, 30, 140, 0.38);
}

.btn-outline-warm {
    border: 2px solid rgba(233, 30, 140, 0.25);
    color: var(--color-primary);
    background: #fff;
}

.btn-outline-warm:hover,
.btn-outline-warm:focus {
    border-color: transparent;
    background: var(--color-primary);
    color: #fff;
}

.text-link {
    color: var(--color-primary);
    font-weight: 800;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-text);
}

.brand-logo__mark {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: transparent;
    overflow: hidden;
}

.brand-logo__mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-logo__text {
    display: flex;
    flex-direction: column;
    line-height: 1.02;
}

.brand-logo__text strong {
    font-family: "Baloo 2", cursive;
    font-size: 1.48rem;
}

.brand-logo__text small {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: rgba(255, 249, 252, 0.98);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 30px rgba(233, 30, 140, 0.07);
}

.site-topbar {
    background: linear-gradient(90deg, var(--color-primary) 0%, #c91578 100%);
    color: #fff;
}

.site-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 46px;
    font-size: 0.92rem;
}

.site-topbar__info,
.site-topbar__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    transition: color 0.2s ease;
}

.site-topbar__info > *:not(:last-child)::after,
.site-topbar__actions > *:not(:last-child)::after {
    content: "|";
    margin-left: 18px;
    color: rgba(255, 255, 255, 0.45);
}

.topbar-link__icon {
    color: #fff7d3;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.topbar-link--location {
    font-weight: 800;
}

.site-topbar a:hover,
.site-topbar a:focus {
    color: var(--color-navy-dark);
}

.site-topbar a:hover .topbar-link__icon,
.site-topbar a:focus .topbar-link__icon {
    color: var(--color-navy-dark);
}

.site-navbar {
    position: relative;
    z-index: 2;
    padding: 0;
    background: rgba(255, 249, 243, 0.96);
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-navbar.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 24px rgba(31, 58, 95, 0.08);
}

.navbar-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 16px 0;
}

.navbar-desktop,
.site-navbar .navbar-collapse {
    align-items: center;
}

.site-navbar .navbar-nav {
    gap: 4px;
}

.site-navbar .nav-item {
    position: relative;
}

.site-navbar .nav-item.is-active .nav-link,
.site-navbar .nav-item.is-active .nav-link--toggle {
    color: var(--color-primary);
}

.site-navbar .nav-link,
.nav-link--toggle {
    color: var(--color-text);
    font-weight: 800;
    padding: 0.82rem 1rem;
    background: transparent;
    border: 0;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.nav-link--toggle:hover,
.nav-link--toggle:focus {
    color: var(--color-primary);
}

.nav-link--toggle {
    cursor: pointer;
}

.nav-item--mega {
    position: static;
}

.mega-menu-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: min(760px, calc(100vw - 40px));
    padding-top: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.nav-item--mega:hover .mega-menu-panel,
.nav-item--mega:focus-within .mega-menu-panel,
.nav-item--mega.is-open .mega-menu-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%);
}

.mega-menu-panel__surface {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 252, 247, 0.98);
    border: 1px solid rgba(233, 30, 140, 0.08);
    box-shadow: 0 26px 48px rgba(31, 58, 95, 0.14);
}

.mega-menu-panel__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.mega-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(233, 30, 140, 0.1);
    color: var(--color-text);
    font-weight: 800;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mega-menu-link i {
    color: var(--color-primary);
    font-size: 0.9rem;
}

.mega-menu-link:hover {
    color: var(--color-primary);
    border-color: rgba(233, 30, 140, 0.28);
    box-shadow: none;
}

.navbar-toggler {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(233, 30, 140, 0.1);
    color: var(--color-primary);
    font-size: 1.1rem;
}

.navbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-actions .btn-light {
    background: #fff;
    border: 1px solid rgba(31, 58, 95, 0.08);
}

/* ── Mobile Offcanvas — Dark Drawer ─────────────── */
.mobile-offcanvas {
    background: linear-gradient(180deg, #1e0b38 0%, #2a1058 100%);
    color: #fff;
    z-index: 1400;
    width: min(100vw, 340px);
    max-width: 100%;
    border-right: none;
}

.mobile-offcanvas__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px 16px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile-offcanvas__header .brand-logo__text strong,
.mobile-offcanvas__header .brand-logo__text small {
    color: #fff;
}

.mobile-offcanvas__header .btn-close {
    filter: invert(1);
    opacity: .6;
}

.mobile-offcanvas__header .btn-close:hover { opacity: 1; }

.mobile-offcanvas__body {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    overflow-y: auto;
}

/* Ana nav linkleri */
.mobile-nav {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 22px;
    font-size: .97rem;
    font-weight: 700;
    color: rgba(255,255,255,.82);
    border-left: 3px solid transparent;
    transition: background .18s, color .18s, border-color .18s;
}

.mobile-nav__link::after {
    content: "›";
    font-size: 1.1rem;
    color: rgba(255,255,255,.3);
}

.mobile-nav__link.is-active {
    color: #fff;
    border-left-color: var(--color-primary);
    background: rgba(233,30,140,.12);
}

.mobile-nav__link:hover,
.mobile-nav__link:focus {
    color: #fff;
    background: rgba(255,255,255,.06);
}

/* Kurumsal menü kısayolları */
.mobile-shortcuts {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile-shortcuts__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 22px;
    font-size: .88rem;
    font-weight: 600;
    color: rgba(255,255,255,.62);
    transition: color .18s, background .18s;
}

.mobile-shortcuts__link:hover,
.mobile-shortcuts__link:focus {
    color: rgba(255,255,255,.9);
    background: rgba(255,255,255,.05);
}

.mobile-shortcuts__link i {
    color: rgba(255,255,255,.25);
    font-size: 0.7rem;
}

/* CTA butonlar */
.mobile-offcanvas__actions {
    display: grid;
    gap: 10px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile-offcanvas__actions .btn-light {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
}

.mobile-offcanvas__actions .btn-light:hover {
    background: rgba(255,255,255,.2);
}

/* Sosyal medya */
.mobile-socials {
    display: flex;
    gap: 10px;
    padding: 18px 22px 24px;
}

.mobile-socials a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.75);
    font-size: .95rem;
    transition: background .18s, color .18s;
}

.mobile-socials a:hover {
    background: var(--color-primary);
    color: #fff;
}

.hero-section {
    position: relative;
}

.hero-slider {
    position: relative;
    min-height: 74vh;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.hero-slide__media,
.hero-slide__overlay {
    position: absolute;
    inset: 0;
}

.hero-slide__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide__overlay {
    background:
        linear-gradient(90deg, rgba(18, 12, 7, 0.78) 0%, rgba(18, 12, 7, 0.32) 42%, rgba(18, 12, 7, 0.5) 100%),
        linear-gradient(180deg, rgba(233, 30, 140, 0.16) 0%, rgba(0, 0, 0, 0.26) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 60px 40px 126px 40px;
}

.hero-content h1 {
    font-size: clamp(2.2rem, 3.6vw, 3.8rem);
    margin: 14px 0 12px;
    line-height: 1.08;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.94rem;
    max-width: 420px;
}

.hero-content__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 22px;
}

.hero-inline-link {
    color: #fff;
    font-weight: 800;
}

.hero-slider__controls {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 18px;
}

.hero-slider__arrow,
.hero-slider__dot {
    border: 0;
    cursor: pointer;
}

.hero-slider__arrow {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 1.1rem;
    backdrop-filter: blur(12px);
    display: grid;
    place-items: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hero-slider__arrow:hover {
    background: rgba(255, 255, 255, 0.36);
    transform: scale(1.06);
}

.hero-slider__dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-slider__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
}

.hero-slider__dot.is-active {
    background: var(--color-primary);
    transform: scale(1.12);
}

.quick-strip {
    position: relative;
    z-index: 4;
    margin-top: -28px;
}

.quick-strip__inner {
    display: grid;
    grid-template-columns: minmax(220px, 280px) repeat(3, minmax(0, 1fr)) minmax(150px, 180px);
    align-items: stretch;
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(233, 30, 140, 0.14);
    box-shadow: 0 18px 36px rgba(94, 50, 18, 0.11);
}

.quick-strip__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    padding: 0.78rem 1rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(233, 30, 140, 0.94) 0%, rgba(201, 21, 120, 0.96) 100%);
    color: #fff;
}

.quick-strip__eyebrow {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 249, 229, 0.92);
    margin-bottom: 6px;
}

.quick-strip__intro strong {
    font-size: 0.92rem;
    line-height: 1.24;
}

.quick-field {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.quick-field input,
.quick-field select {
    flex: 1;
    width: 100%;
    min-height: 72px;
    padding: 0.78rem 0.95rem;
    border-radius: 16px;
    border: 1px solid rgba(233, 30, 140, 0.14);
    background: #fff9fc;
    color: var(--color-text);
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1.2;
    outline: none;
    appearance: none;
    box-sizing: border-box;
}

.quick-field input.js-phone-mask {
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.01em;
}

.quick-field input::placeholder {
    color: rgba(31, 58, 95, 0.52);
}

.quick-field select {
    color: rgba(31, 58, 95, 0.9);
}

.quick-field select option {
    color: var(--color-text);
}

.quick-strip__submit {
    display: block;
    width: 100%;
    align-self: stretch;
    min-height: 72px;
    padding-inline: 1.2rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-navy-dark) 100%);
    box-shadow: 0 16px 30px rgba(20, 40, 63, 0.24);
    box-sizing: border-box;
}

.quick-strip__submit:hover,
.quick-strip__submit:focus {
    background: linear-gradient(135deg, #2c4b74 0%, #19314d 100%);
}

.quick-field .frontend-field-error {
    margin-top: 4px;
    min-height: 16px;
    font-size: 0.76rem;
}

.quick-strip__inner > .frontend-form-progress,
.quick-strip__inner > .frontend-form-alert {
    margin-top: 2px;
}

.about-copy__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
}

.about-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 48px;
}

.about-feature__media {
    position: relative;
}

.about-feature__media img {
    width: 100%;
    aspect-ratio: 0.92;
    object-fit: cover;
    display: block;
    border-radius: 32px;
    box-shadow: 0 28px 60px rgba(31, 58, 95, 0.14);
}

.about-feature__badge {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(233, 30, 140, 0.14);
    box-shadow: 0 20px 38px rgba(31, 58, 95, 0.12);
    backdrop-filter: blur(10px);
}

.about-feature__badge .section-kicker--mini {
    margin-bottom: 8px;
}

.about-feature__badge strong {
    display: block;
    font-family: "Baloo 2", cursive;
    font-size: 1.02rem;
    line-height: 1.35;
    color: var(--color-heading);
}

.about-copy {
    max-width: 640px;
}

.about-copy__points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.about-copy__point {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(233, 30, 140, 0.12);
    color: var(--color-heading);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.3;
}

.about-copy__point::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ec6423 0%, #e91e8c 100%);
    flex-shrink: 0;
}

.about-visual {
    position: relative;
    max-width: 420px;
    margin-left: auto;
    padding: 18px 0 50px 24px;
}

.about-visual::before {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    width: 56%;
    height: 68%;
    border-radius: 28px var(--radius-xl) var(--radius-xl) var(--radius-xl);
    background: linear-gradient(160deg, rgba(251, 224, 153, 0.92) 0%, rgba(244, 197, 66, 0.98) 100%);
    z-index: -1;
}

.about-visual__frame {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    aspect-ratio: 0.88;
    box-shadow: var(--shadow-soft);
}

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

.about-visual__badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 188px;
    padding: 12px 14px;
    border-radius: 20px;
    background: rgba(20, 40, 63, 0.94);
    box-shadow: 0 18px 36px rgba(20, 40, 63, 0.22);
}

.about-visual__badge strong {
    display: block;
    color: #fff;
    font-family: "Baloo 2", cursive;
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.about-visual__badge span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
    line-height: 1.4;
}

.about-visual__card {
    position: absolute;
    right: -6px;
    bottom: 0;
    max-width: 235px;
    padding: 18px 18px 16px;
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(233, 30, 140, 0.12);
    box-shadow: 0 22px 44px rgba(31, 58, 95, 0.12);
}

.about-visual__card h3 {
    font-family: "Baloo 2", cursive;
    font-size: 1.28rem;
    line-height: 1.08;
    margin: 8px 0 8px;
}

.about-visual__card p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
}

/* Check list inside about card */
.about-check-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.about-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.86rem;
    line-height: 1.5;
    padding: 3px 0;
    color: var(--color-text);
}

.about-check-list li::before {
    content: "✓";
    color: var(--color-primary);
    font-weight: 900;
    flex-shrink: 0;
    line-height: 1.5;
}

/* ── About Mosaic Grid ── */
.about-mosaic {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: 260px 1fr;
    gap: 10px;
}

.about-mosaic__main {
    grid-row: 1 / 3;
    border-radius: 28px;
    overflow: hidden;
}

.about-mosaic__main img,
.about-mosaic__tile--img img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}

.about-mosaic__tile {
    border-radius: 20px;
    overflow: hidden;
}

.about-mosaic__tile--img img {
    object-position: top center;
}

.about-mosaic__tile--accent {
    background: linear-gradient(135deg, #fce8f3 0%, #fdf4fb 100%);
    border: 1px solid rgba(233,30,140,.12);
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    overflow: visible;
}

.about-mosaic__tile--accent .section-kicker--mini {
    margin-bottom: 2px;
}

.about-mosaic__tile--accent strong {
    font-family: "Baloo 2", cursive;
    font-size: .95rem;
    line-height: 1.3;
    color: var(--color-heading);
}

/* Bigger title for about section */
.about-section .section-title {
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.14;
}

.program-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.program-card {
    position: relative;
    min-height: 260px;
    padding: 32px 30px 82px;
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: 0 20px 46px rgba(31, 58, 95, 0.1);
    transition: box-shadow 0.24s ease, background 0.24s ease;
}

.program-card:hover {
    box-shadow: 0 30px 62px rgba(31, 58, 95, 0.16);
}

.program-card--accent {
    background: linear-gradient(160deg, var(--color-primary) 0%, #c91578 100%);
    box-shadow: 0 24px 56px rgba(233, 30, 140, 0.3);
}

/* Çocuksu çok renkli kart varyantları */
.program-card--orange {
    background: linear-gradient(160deg, var(--color-purple) 0%, #5b21b6 100%);
    box-shadow: 0 24px 56px rgba(124, 58, 237, 0.3);
}

.program-card--orange h3,
.program-card--orange p { color: #fff; }
.program-card--orange .circle-link { background: rgba(255,255,255,0.95); }
.program-card--orange:hover { box-shadow: 0 34px 68px rgba(124, 58, 237, 0.4); }

.program-card--yellow {
    background: linear-gradient(160deg, #3b82f6 0%, #1d4ed8 100%);
    box-shadow: 0 24px 56px rgba(59, 130, 246, 0.35);
}

.program-card--yellow h3,
.program-card--yellow p { color: #fff; }
.program-card--yellow .circle-link { background: rgba(255,255,255,0.95); }
.program-card--yellow:hover { box-shadow: 0 34px 68px rgba(59, 130, 246, 0.45); }

.program-card--teal {
    background: linear-gradient(160deg, var(--color-teal) 0%, #087a76 100%);
    box-shadow: 0 24px 56px rgba(14, 165, 160, 0.3);
}

.program-card--teal h3,
.program-card--teal p { color: #fff; }
.program-card--teal .circle-link { background: rgba(255,255,255,0.95); }
.program-card--teal:hover { box-shadow: 0 34px 68px rgba(14, 165, 160, 0.4); }

.program-card--accent h3,
.program-card--accent p {
    color: #fff;
}

.program-card--accent:hover {
    box-shadow: 0 34px 68px rgba(233, 30, 140, 0.32);
}

.program-card h3 {
    font-family: "Baloo 2", cursive;
    font-size: 1.7rem;
    margin-bottom: 12px;
}

.circle-link {
    position: absolute;
    left: 28px;
    bottom: 24px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.24s ease, background 0.24s ease;
}

.program-card:hover .circle-link {
    box-shadow: 0 16px 30px rgba(20, 40, 63, 0.18);
}

.program-card--accent .circle-link {
    background: rgba(255, 255, 255, 0.98);
}

.gallery-preview-section {
    background: linear-gradient(180deg, rgba(252, 232, 243, 0.5), rgba(255, 255, 255, 0));
}

.youtube-cta {
    position: relative;
    display: block;
    min-height: 520px;
    margin-bottom: 40px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 28px 62px rgba(31, 58, 95, 0.16);
}

.youtube-cta__image,
.youtube-cta__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.youtube-cta__image {
    object-fit: cover;
}

.youtube-cta__overlay {
    background: linear-gradient(180deg, rgba(26, 21, 13, 0.34) 0%, rgba(26, 21, 13, 0.64) 100%);
}

.youtube-cta__content {
    position: relative;
    z-index: 1;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 36px;
    text-align: center;
    color: #fff;
}

.youtube-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 243, 212, 0.92);
}

.youtube-cta__eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.youtube-cta__content strong {
    display: block;
    max-width: 900px;
    font-family: "Baloo 2", cursive;
    font-size: clamp(2.4rem, 4.8vw, 4.6rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.youtube-cta__text {
    max-width: 860px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.8;
}

.youtube-cta__play {
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    margin-top: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary) 0%, #f18f2a 100%);
    box-shadow: 0 18px 36px rgba(233, 30, 140, 0.28);
    font-size: 2rem;
    color: #fff;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.youtube-cta__play:hover,
.youtube-cta__play:focus {
    color: #fff;
    transform: scale(1.04);
    box-shadow: 0 22px 42px rgba(233, 30, 140, 0.34);
    filter: saturate(1.05);
}

.fancybox__container {
    z-index: 4000 !important;
}

.education-model {
    position: relative;
    overflow: visible;
    background: #f0fbfa;
    padding-bottom: 56px;
}

.stats-section {
    padding-top: 56px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    min-height: 250px;
    padding: 32px 24px 28px;
    background: #fff;
    border-radius: 24px;
    border-top: 4px solid var(--color-primary);
    box-shadow: 0 8px 28px rgba(31, 58, 95, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:hover {
    box-shadow: 0 20px 48px rgba(31, 58, 95, 0.16);
}

/* Pastel backgrounds + border-top colors by position */
.feature-card:nth-child(4n+1) {
    background: #fdf0f7;
    border-top-color: var(--color-primary);
}
.feature-card:nth-child(4n+2) {
    background: #fff8ee;
    border-top-color: var(--color-orange);
}
.feature-card:nth-child(4n+3) {
    background: #f0fdf4;
    border-top-color: var(--color-teal);
}
.feature-card:nth-child(4n+4) {
    background: #f5f0ff;
    border-top-color: var(--color-purple);
}

/* Icon wrapper — circle with accent bg */
.feature-card__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    background: rgba(233, 30, 140, 0.12);
}

.feature-card:nth-child(4n+1) .feature-card__icon-wrap { background: rgba(233, 30, 140, 0.14); }
.feature-card:nth-child(4n+2) .feature-card__icon-wrap { background: rgba(236, 100, 35, 0.14); }
.feature-card:nth-child(4n+3) .feature-card__icon-wrap { background: rgba(14, 165, 160, 0.14); }
.feature-card:nth-child(4n+4) .feature-card__icon-wrap { background: rgba(124, 58, 237, 0.12); }

.feature-card__icon {
    width: 30px;
    height: 30px;
}

.feature-card h3 {
    font-family: "Baloo 2", cursive;
    font-size: 1.38rem;
    margin-bottom: 10px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.team-group {
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 251, 246, 0.96), rgba(255, 255, 255, 0.98));
    box-shadow: 0 18px 42px rgba(31, 58, 95, 0.06);
}

.team-group__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.team-group__header h2 {
    margin: 10px 0 0;
    font-family: "Baloo 2", cursive;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: var(--color-text);
}

.team-group__count {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(233, 30, 140, 0.08);
    color: var(--color-primary);
    font-weight: 800;
    white-space: nowrap;
}

.team-card {
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-card);
    transition: box-shadow 0.22s ease;
}

.team-card:hover {
    box-shadow: 0 24px 50px rgba(31, 58, 95, 0.12);
}

.team-card img {
    width: 100%;
    aspect-ratio: 4 / 3.8;
    object-fit: cover;
}

.team-card__body {
    padding: 18px 20px 20px;
}

.team-card__body h3 {
    font-family: "Baloo 2", cursive;
    font-size: 1.28rem;
    margin-bottom: 6px;
}

.team-group + .team-group {
    margin-top: 30px;
}

.gallery-preview-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.gallery-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gallery-preview-card,
.gallery-page-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 6px 24px rgba(0,0,0,.14);
    display: block;
}

.gallery-preview-card img,
.gallery-page-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.gallery-preview-card:hover img {
    transform: scale(1.08);
}

/* Karartma overlay */
.gallery-preview-card::after,
.gallery-page-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(10, 6, 24, 0.76) 100%);
    transition: background .3s ease;
}

.gallery-preview-card:hover::after {
    background: linear-gradient(180deg, rgba(10,6,24,.2) 0%, rgba(10,6,24,.8) 100%);
}

/* Büyüteç ikonu — hover'da beliriyor */
.gallery-preview-card__zoom {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -55%);
    z-index: 3;
    color: rgba(255,255,255,0);
    font-size: 1.3rem;
    transition: color .3s ease, transform .3s ease;
    pointer-events: none;
    line-height: 1;
}

.gallery-preview-card:hover .gallery-preview-card__zoom {
    color: rgba(255,255,255,.9);
    transform: translate(-50%, -50%);
}

/* Tag — glassmorphism pill */
.gallery-preview-card__tag,
.gallery-page-card__label {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .025em;
    white-space: nowrap;
}

/* ─── Gallery full page ─────────────────────────────────────────── */
.gallery-full-section {
    padding-top: 64px;
}

.gallery-full-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gallery-full-item {
    display: block;
    border-radius: var(--radius-sm);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-full-item:hover {
    box-shadow: 0 20px 48px rgba(233, 30, 140, 0.2);
}

.gallery-full-item__img {
    position: relative;
    overflow: hidden;
    padding-top: 75%; /* 4:3 */
}

.gallery-full-item__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-full-item:hover .gallery-full-item__img img {
    transform: scale(1.06);
}

.gallery-full-item__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(233, 30, 140, 0) 40%,
        rgba(233, 30, 140, 0.5) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

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

.gallery-full-item__overlay i {
    font-size: 1.6rem;
    color: #fff;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.4));
    transform: scale(0.8);
    transition: transform 0.2s ease;
}

.gallery-full-item:hover .gallery-full-item__overlay i {
    transform: scale(1);
}

.gallery-empty-state {
    text-align: center;
    padding: 80px 20px;
    background: var(--color-surface);
    border-radius: var(--radius-xl);
    border: 2px dashed var(--color-border);
}

.gallery-empty-state__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: var(--color-primary-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--color-primary);
}

.gallery-empty-state h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 8px;
}

.gallery-empty-state p {
    color: var(--color-text-soft);
    margin: 0;
}

/* ─── Stats ──────────────────────────────────────────────────────── */
.stats-section {
    position: relative;
}

.stats-panel {
    position: relative;
    padding: 48px 56px;
    border-radius: 28px;
    background: linear-gradient(135deg, #1e0b38 0%, #2e0d52 60%, #3a1560 100%);
    box-shadow: 0 28px 64px rgba(30, 11, 56, 0.38);
    overflow: hidden;
    border: none;
}

.stats-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    pointer-events: none;
}

.stats-panel::after { display: none; }

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    align-items: stretch;
}

.stat-item {
    padding: 20px 16px;
    text-align: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.22s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.stat-item + .stat-item::before { display: none; }

.stat-item h3 {
    font-family: "Baloo 2", cursive;
    font-size: clamp(1.5rem, 1.9vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 6px;
    white-space: nowrap;
}

.stat-item:nth-child(5n+1) h3 { color: var(--color-primary); }
.stat-item:nth-child(5n+2) h3 { color: var(--color-secondary); }
.stat-item:nth-child(5n+3) h3 { color: var(--color-orange); }
.stat-item:nth-child(5n+4) h3 { color: var(--color-teal); }
.stat-item:nth-child(5n+5) h3 { color: var(--color-purple-soft); }

.stat-item p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    line-height: 1.4;
}

.testimonials-section {
    padding-top: 18px;
}

.testimonials-shell {
    padding: 42px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at top right, rgba(244, 197, 66, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(255, 248, 239, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: var(--shadow-card);
}

.testimonial-carousel {
    margin-top: 30px;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 18px;
    will-change: transform;
    transition: transform 0.45s ease;
}

.testimonial-card {
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: 0;
    min-height: 100%;
    padding: 26px 24px 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(233, 30, 140, 0.1);
    box-shadow: none;
}

/* Renkli aksan */
.testimonial-card:nth-child(3n+1) { border-color: rgba(233, 30, 140, 0.22); }
.testimonial-card:nth-child(3n+2) { border-color: rgba(236, 100, 35, 0.22); }
.testimonial-card:nth-child(3n+3) { border-color: rgba(244, 197, 66, 0.32); }
.testimonial-card:nth-child(3n+1) .testimonial-card__avatar { background: linear-gradient(135deg, #e91e8c 0%, #c91578 100%); color: #fff; }
.testimonial-card:nth-child(3n+2) .testimonial-card__avatar { background: linear-gradient(135deg, #ec6423 0%, #c84e15 100%); color: #fff; }
.testimonial-card:nth-child(3n+3) .testimonial-card__avatar { background: linear-gradient(135deg, #f4c542 0%, #e8a020 100%); color: #2a1a2e; }

.testimonial-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.testimonial-card__avatar {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(233, 30, 140, 0.14) 0%, rgba(244, 197, 66, 0.24) 100%);
    color: var(--color-primary);
    font-family: "Baloo 2", cursive;
    font-size: 1.18rem;
    font-weight: 800;
}

.testimonial-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fbbf24;
    font-size: 0.9rem;
}

.testimonial-card__quote {
    margin: 0 0 22px;
    color: var(--color-text);
    font-size: 1rem;
    line-height: 1.82;
}

.testimonial-card__author strong {
    display: block;
    font-family: "Baloo 2", cursive;
    font-size: 1.2rem;
    color: var(--color-text);
}

.testimonial-card__author span {
    display: block;
    margin-top: 4px;
    color: var(--color-text-soft);
    font-size: 0.92rem;
}

.testimonial-carousel__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
}

.testimonial-carousel__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.testimonial-carousel__dot {
    width: 10px;
    height: 10px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: rgba(31, 58, 95, 0.18);
    transition: all 0.2s ease;
}

.testimonial-carousel__dot.is-active {
    width: 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color-primary), #ffb63f);
}

.testimonial-carousel__arrow {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(233, 30, 140, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--color-text);
    transition: all 0.2s ease;
}

.testimonial-carousel__arrow:hover,
.testimonial-carousel__arrow:focus {
    color: var(--color-primary);
    border-color: rgba(233, 30, 140, 0.24);
    background: #fff8ef;
}

.blog-card {
    height: 100%;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: none;
    transition: none;
}

.blog-card:hover {
    transform: none;
    box-shadow: none;
}

.blog-card__image-link,
.featured-article__image-link {
    display: block;
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.36s ease;
}

.blog-card:hover img {
    transform: scale(1.04);
}

.blog-card__body {
    padding: 24px;
}

.blog-card__meta {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--color-primary);
    font-size: 0.88rem;
    font-weight: 800;
}

.blog-card__body h3 {
    font-family: "Baloo 2", cursive;
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.blog-card__title-link {
    color: inherit;
}

.blog-card__title-link:hover,
.blog-card__title-link:focus {
    color: var(--color-primary);
}

/* ─── Section backgrounds ────────────────────────────────────────── */
.about-section {
    background: linear-gradient(180deg, #fff9fc 0%, #fef0f7 100%);
}

.blog-section {
    background: linear-gradient(180deg, #fffaf0 0%, #fff3e6 100%);
}

/* ─── Section padding tightening — akıcı geçişler için ──────────── */
.programs-section    { padding-bottom: 0; }
.gallery-preview-section { padding-top: 36px; }
.stats-section       { padding-bottom: 32px; }
.testimonials-section { padding-bottom: 32px; }
.blog-section        { padding-top: 32px; }

/* ─── Program card icon ──────────────────────────────────────────── */
.program-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.22);
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    font-size: 1.15rem;
    color: #fff;
}

.program-card:not([class*="program-card--"]) .program-card__icon {
    background: rgba(233, 30, 140, 0.1);
    color: var(--color-primary);
}

/* ─── Floating educational decorations ──────────────────────────── */
.float-decor {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.float-decor--pencil {
    opacity: 0.55;
    animation: floatSway 6s ease-in-out infinite;
}

.float-decor--star {
    opacity: 0.6;
    animation: floatSway 5s ease-in-out infinite 1s;
}

.float-decor--plane {
    opacity: 0.5;
    animation: floatSway 7s ease-in-out infinite 0.5s;
}

@keyframes floatSway {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33%       { transform: translateY(-8px) rotate(4deg); }
    66%       { transform: translateY(4px) rotate(-3deg); }
}

/* ─── Rainbow arch ───────────────────────────────────────────────── */
.rainbow-arch {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    opacity: 0.65;
}

/* ─── Zebra animal decor ─────────────────────────────────────────── */
.animal-decor--zebra {
    animation: floatSway 8s ease-in-out infinite 2s;
}

.faq-section {
    background:
        linear-gradient(135deg, rgba(244, 197, 66, 0.12), rgba(255, 255, 255, 0.82)),
        repeating-linear-gradient(-45deg, rgba(30, 30, 30, 0.015) 0 2px, transparent 2px 12px);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 780px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 16px;
    background: #fff;
    border: 1.5px solid rgba(233, 30, 140, 0.10);
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
    overflow: hidden;
}

.faq-item:hover {
    border-color: rgba(233, 30, 140, 0.25);
    box-shadow: 0 8px 28px rgba(233, 30, 140, 0.08);
}

.faq-item.is-open {
    border-color: rgba(233, 30, 140, 0.30);
    box-shadow: 0 8px 28px rgba(233, 30, 140, 0.10);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    border: 0;
    background: transparent;
    color: var(--color-heading);
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.faq-question span:first-child {
    line-height: 1.45;
}

.faq-toggle {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(233, 30, 140, 0.07);
    color: var(--color-primary);
    font-size: .85rem;
    flex-shrink: 0;
    transition: background 0.22s ease, color 0.22s ease;
}

.faq-toggle i {
    transition: transform 0.28s ease;
}

.faq-item.is-open .faq-toggle {
    background: var(--color-primary);
    color: #fff;
}

.faq-item.is-open .faq-toggle i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.is-open .faq-answer {
    max-height: 400px;
    padding: 0 22px 20px;
}

.faq-answer p {
    margin: 0;
    color: var(--color-text-soft);
    font-size: 0.95rem;
    line-height: 1.8;
    border-top: 1px solid rgba(233, 30, 140, 0.08);
    padding-top: 16px;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 56px 0 52px;
    /* Rich gradient fallback — görünür when no image is set */
    background: linear-gradient(135deg, #1e0b38 0%, #e91e8c 45%, #ec6423 80%, #f4c542 100%);
}

.page-hero::before,
.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
}

.page-hero::before {
    background-image: var(--page-hero-image);
    background-size: cover;
    background-position: center;
    /* Blend mode so gradient shows even slightly through image */
}

.page-hero::after {
    background: linear-gradient(160deg, rgba(20, 5, 35, 0.72) 0%, rgba(15, 8, 25, 0.62) 50%, rgba(10, 5, 20, 0.78) 100%);
}

.page-hero--light::after {
    background: linear-gradient(160deg, rgba(20, 5, 35, 0.58) 0%, rgba(15, 8, 25, 0.50) 50%, rgba(10, 5, 20, 0.65) 100%);
}

/* Decorative floating dots in page hero */
.page-hero__decor {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.page-hero__decor::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244,197,66,0.18) 0%, transparent 65%);
    animation: floatDecor 8s ease-in-out infinite;
}

.page-hero__decor::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236,100,35,0.14) 0%, transparent 65%);
    animation: floatDecor 6s ease-in-out infinite reverse;
}

.page-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    color: #fff;
}

.page-hero__content.text-center {
    margin: 0 auto;
}

.page-hero__content h1 {
    font-size: clamp(2rem, 4vw, 3.7rem);
    margin: 14px 0 10px;
}

.page-hero__content p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 680px;
    font-size: 0.98rem;
    line-height: 1.7;
}

.breadcrumb-nav {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.breadcrumb-crumb--link {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.15s ease;
}

.breadcrumb-crumb--link:hover {
    color: rgba(255, 255, 255, 0.95);
}

.breadcrumb-sep {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.7rem;
    line-height: 1;
}

.breadcrumb-crumb--current {
    color: rgba(255, 255, 255, 0.45);
}

/* Sayfa ortada ise breadcrumb'ı ortala */
.page-hero__content.text-center .breadcrumb-nav {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.page-intro {
    max-width: 900px;
    margin: 0 auto 32px;
    text-align: center;
}

.filter-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(233, 30, 140, 0.12);
    color: var(--color-text);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
    appearance: none;
}

.filter-chip:hover,
.filter-chip:focus {
    border-color: rgba(31, 58, 95, 0.2);
    box-shadow: 0 14px 26px rgba(31, 58, 95, 0.08);
}

.filter-chip.is-active {
    background: var(--color-navy);
    border-color: var(--color-navy);
    color: #fff;
}

.gallery-filter-grid > [data-category].is-hidden {
    display: none;
}

.article-layout,
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.9fr);
    gap: 30px;
}

.article-content,
.contact-form-card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.article-content__cover {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.article-content__body {
    padding: 30px;
}

.article-lead {
    font-size: 1.16rem;
    color: var(--color-text);
    font-weight: 700;
}

.article-sidebar,
.contact-side-stack {
    display: grid;
    gap: 18px;
    align-content: start;
}

.sidebar-card,
.map-card {
    padding: 24px;
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: var(--shadow-card);
}

.gallery-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gallery-detail-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: var(--shadow-card);
    aspect-ratio: 1 / 1;
}

.gallery-detail-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-detail-card.is-featured {
    grid-column: span 2;
    aspect-ratio: 2 / 1;
}

.gallery-detail-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 17, 12, 0.04) 0%, rgba(22, 17, 12, 0.72) 100%);
}

.gallery-detail-card__label {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.48rem 0.84rem;
    border: 1px solid rgba(244, 197, 66, 0.96);
    background: rgba(30, 18, 10, 0.24);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
}

.map-card {
    overflow: hidden;
    padding: 0;
}

.map-card iframe,
.map-card img {
    width: 100%;
    height: 260px;
    border: 0;
    object-fit: cover;
}

.map-card__body {
    padding: 22px 24px 24px;
}

.related-section {
    margin-top: 48px;
}

.featured-article {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 0;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: #fff;
    box-shadow: var(--shadow-card);
}

.featured-article img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.featured-article__body {
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-article__body h2 {
    font-family: "Baloo 2", cursive;
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 14px;
}

.mini-posts {
    display: grid;
    gap: 14px;
}

.mini-post {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.mini-post img {
    width: 78px;
    height: 78px;
    border-radius: 14px;
    object-fit: cover;
}

.contact-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 22px;
    border-radius: 20px;
    background: #fff;
    border: 1.5px solid rgba(31, 58, 95, 0.07);
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
    text-decoration: none;
    color: var(--color-text);
}

.contact-card:hover,
.contact-card:focus {
    border-color: rgba(233, 30, 140, 0.25);
    box-shadow: 0 8px 28px rgba(233, 30, 140, 0.10);
}

.contact-card__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    font-size: 1.25rem;
    flex-shrink: 0;
}

/* Karta göre ikon rengi */
.contact-card:nth-child(1) .contact-card__icon { background: linear-gradient(135deg, #fce8f3, #fdf0f7); color: #e91e8c; }
.contact-card:nth-child(2) .contact-card__icon { background: linear-gradient(135deg, #fff3e6, #fde8d8); color: #ec6423; }
.contact-card:nth-child(3) .contact-card__icon { background: linear-gradient(135deg, #e6f7f6, #f0fbfa); color: #0ea5a0; }
.contact-card:nth-child(4) .contact-card__icon { background: linear-gradient(135deg, #f0ebff, #ede4ff); color: #7c3aed; }

.contact-card__body {
    min-width: 0;
}

.contact-card h3 {
    font-family: "Baloo 2", cursive;
    font-size: 1.1rem;
    margin-bottom: 6px;
    color: var(--color-heading);
}

.contact-card p {
    margin: 0;
    font-size: .88rem;
    color: var(--color-text-soft);
    line-height: 1.55;
}

.pricing-intro {
    max-width: 980px;
    margin: 0 auto 34px;
    padding: 34px;
    border-radius: var(--radius-xl);
    background: #fff;
    box-shadow: var(--shadow-card);
    text-align: center;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pricing-card {
    padding: 26px;
    border-radius: var(--radius-md);
    background: #fff;
    border: 1px solid rgba(31, 58, 95, 0.08);
    box-shadow: var(--shadow-card);
}

.pricing-card__label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--color-primary);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pricing-card__amount {
    display: block;
    font-family: "Baloo 2", cursive;
    font-size: clamp(1.7rem, 2.6vw, 2.4rem);
    line-height: 1.06;
    margin-bottom: 10px;
    color: var(--color-text);
}

.pricing-card p {
    margin: 0;
}

.pricing-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.pricing-panel {
    padding: 30px;
    border-radius: var(--radius-xl);
    background: #fff;
    box-shadow: var(--shadow-card);
}

.pricing-panel--accent {
    background: linear-gradient(135deg, var(--color-primary) 0%, #f08d28 100%);
    color: #fff;
}

.pricing-panel--accent .section-kicker,
.pricing-panel--accent p {
    color: rgba(255, 255, 255, 0.92);
}

.pricing-list {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.pricing-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(31, 58, 95, 0.08);
}

.pricing-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.pricing-list__item span {
    color: var(--color-text-soft);
    line-height: 1.6;
}

.pricing-list__item strong {
    color: var(--color-primary);
    font-family: "Baloo 2", cursive;
    font-size: 1.28rem;
    white-space: nowrap;
}

.pricing-notes {
    display: grid;
    gap: 14px;
    margin: 16px 0 24px;
}

.pricing-notes p {
    margin: 0;
}

.contact-form-card {
    padding: 0;
    overflow: hidden;
}

.contact-form-card__head {
    padding: 28px 32px 24px;
    background: linear-gradient(135deg, #fce8f3 0%, #fff9fc 100%);
    border-bottom: 1px solid rgba(233, 30, 140, 0.10);
}

.contact-form-card__head .section-kicker {
    margin-bottom: 8px;
}

.contact-form-card__head h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    margin: 6px 0 4px;
}

.contact-form-card__head p {
    font-size: .88rem;
    color: var(--color-text-soft);
    margin: 0;
}

.contact-form-card__body {
    padding: 28px 32px;
}

.contact-form .form-control,
.contact-form .form-select {
    min-height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(31, 58, 95, 0.08);
    background: var(--color-navy-soft);
    padding: 0.9rem 1rem;
    box-shadow: none;
}

.contact-form textarea.form-control {
    min-height: 150px;
}

.js-frontend-form .form-control.is-invalid,
.js-frontend-form .form-select.is-invalid,
.quick-strip__inner input.is-invalid,
.quick-strip__inner select.is-invalid {
    border-color: rgba(211, 63, 87, 0.85);
    box-shadow: 0 0 0 3px rgba(211, 63, 87, 0.12);
}

.frontend-field-error {
    display: block;
    min-height: 18px;
    margin-top: 6px;
    color: #d33f57;
    font-size: 0.82rem;
    font-weight: 600;
}

.frontend-form-alert {
    display: none;
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 0.96rem;
    font-weight: 700;
}

.frontend-form-alert.is-success,
.frontend-form-alert.is-error {
    display: block;
}

.frontend-form-alert.is-success {
    background: rgba(22, 163, 74, 0.12);
    color: #166534;
    border: 1px solid rgba(22, 163, 74, 0.18);
}

.frontend-form-alert.is-error {
    background: rgba(220, 38, 38, 0.08);
    color: #b91c1c;
    border: 1px solid rgba(220, 38, 38, 0.12);
}

.frontend-form-progress {
    display: none;
    width: 100%;
    height: 7px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(20, 40, 63, 0.08);
}

.frontend-form-progress.is-visible {
    display: block;
}

.frontend-form-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    transition: width 0.22s ease;
}

.frontend-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.quick-strip__inner {
    position: relative;
}

.quick-strip__inner .frontend-form-progress,
.quick-strip__inner .frontend-form-alert {
    grid-column: 1 / -1;
}

.quick-strip__submit.is-loading,
.contact-form .btn.is-loading {
    opacity: 0.94;
    pointer-events: none;
}

.quick-strip__submit.is-loading i,
.contact-form .btn.is-loading i {
    margin-right: 8px;
}

.empty-state-card {
    padding: 32px;
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-card);
    text-align: center;
}

.empty-state-card h2 {
    margin-bottom: 12px;
    font-family: "Baloo 2", cursive;
    font-size: 2rem;
}

.empty-state-card p {
    margin: 0;
    color: var(--color-text-soft);
}

/* =====================================================
   FOOTER — Renkli & Çocuksu Tasarım
   ===================================================== */

.wave-divider svg path[fill="#1f3a5f"] {
    fill: #1e0b38;
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 0 0 0;
    color: #fff;
    background: #1e0b38;
    border-top: 3px solid rgba(233, 30, 140, 0.35);
}

.site-footer::before {
    content: none;
    pointer-events: none;
    z-index: 0;
}

/* Dekoratif nokta deseni */
.site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 0;
}

.site-footer__backdrop {
    display: none;
}

.site-footer .container {
    position: relative;
    z-index: 1;
}

/* ── Footer CTA ─────────────────────────────── */
.footer-cta-section {
    background: #fff;
    padding: 56px 0 40px;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 36px 44px;
    border-radius: 28px;
    background: linear-gradient(135deg, #1e0b38 0%, #5b1a7a 45%, #c91578 100%);
    box-shadow: none;
    position: relative;
}

.footer-cta::before {
    content: "✦";
    position: absolute;
    top: 14px;
    right: 24px;
    font-size: 1.4rem;
    color: rgba(255,255,255,0.25);
    animation: sparkle 3s ease-in-out infinite;
}

.footer-cta h2 {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    margin: 12px 0 8px;
    color: #fff;
}

.footer-cta p,
.footer-cta .section-kicker {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.5);
}

.footer-cta .btn-accent {
    background: rgba(255,255,255,0.18);
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,0.2);
    white-space: nowrap;
    flex-shrink: 0;
}

.footer-cta .btn-accent:hover,
.footer-cta .btn-accent:focus {
    background: rgba(255,255,255,0.28);
    border-color: rgba(255,255,255,0.7);
    box-shadow: 0 16px 36px rgba(0,0,0,0.26);
}

/* ── Footer Ana Grid ────────────────────────── */
.footer-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
    padding: 28px 0 40px;
}

/* ── Marka Alanı ───────────────────────────── */
.brand-logo--footer {
    color: #fff;
}

.brand-logo--footer .brand-logo__mark {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(233,30,140,0.3), rgba(236,100,35,0.25));
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: none;
}

.brand-logo--footer .brand-logo__text strong {
    font-size: 1.5rem;
}

.site-footer__lead {
    max-width: 320px;
    color: rgba(255, 255, 255, 0.68);
    margin: 18px 0 0;
    font-size: 0.92rem;
    line-height: 1.7;
}

/* ── Sosyal Medya ─────────────────────────── */
.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 0.94rem;
    color: rgba(255, 255, 255, 0.80);
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.footer-socials a:hover,
.footer-socials a:focus {
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.footer-socials__link--instagram:hover,
.footer-socials__link--instagram:focus {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}

.footer-socials__link--youtube:hover,
.footer-socials__link--youtube:focus {
    background: #ff0000;
}

.footer-socials__link--facebook:hover,
.footer-socials__link--facebook:focus {
    background: #1877f2;
}

.footer-socials__link--linkedin:hover,
.footer-socials__link--linkedin:focus {
    background: #0a66c2;
}

.footer-socials__link--tiktok:hover,
.footer-socials__link--tiktok:focus {
    background: #111;
}

/* ── Sütun Başlıkları ─────────────────────── */
.site-footer h3 {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(90deg, #f4c542, #ec6423);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Bağlantı Listesi ─────────────────────── */
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.93rem;
}

.footer-list a {
    transition: color 0.18s ease;
    display: inline-block;
}

.footer-list a:hover,
.footer-list a:focus {
    color: #f4c542;
}

/* ── İletişim Listesi ─────────────────────── */
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact-list__icon {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(233,30,140,0.25), rgba(236,100,35,0.20));
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255, 255, 255, 0.90);
    font-size: 0.88rem;
}

.footer-contact-list li > span:last-child,
.footer-contact-list li > a {
    display: block;
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.7;
    min-width: 0;
    word-break: break-word;
    font-size: 0.92rem;
}

.footer-contact-list li > a:hover,
.footer-contact-list li > a:focus {
    color: #f4c542;
}

/* ── Alt Bar ─────────────────────────────── */
.site-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.84rem;
}

.site-footer__bottom-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 0.78rem;
    color: rgba(255,255,255,0.5);
}

.floating-contact {
    position: fixed;
    left: 18px;
    bottom: 22px;
    z-index: 1150;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-contact__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0.78rem 1rem;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 16px 28px rgba(20, 40, 63, 0.2);
    transition: background 0.22s ease, box-shadow 0.22s ease;
}

.floating-contact__link i,
.mobile-contact-bar__item i {
    width: 22px;
    text-align: center;
    flex-shrink: 0;
    line-height: 1;
}

.floating-contact__link .fa-phone-volume,
.mobile-contact-bar__item .fa-phone-volume {
    font-size: 1.16rem;
}

.floating-contact__link .fa-whatsapp,
.mobile-contact-bar__item .fa-whatsapp {
    font-size: 1.24rem;
}

.floating-contact__link--phone {
    background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-navy-dark) 100%);
}

.floating-contact__link--phone:hover,
.floating-contact__link--phone:focus {
    background: linear-gradient(135deg, #28486f 0%, #19304a 100%);
    box-shadow: 0 22px 38px rgba(20, 40, 63, 0.28);
}

.floating-contact__link--whatsapp {
    background: #075E54;
}

.floating-contact__link--whatsapp:hover,
.floating-contact__link--whatsapp:focus {
    background: #064c44;
    box-shadow: 0 22px 38px rgba(7, 94, 84, 0.28);
}

.floating-contact__link--instagram {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}

.floating-contact__link--instagram:hover,
.floating-contact__link--instagram:focus {
    background: linear-gradient(135deg, #6d2f97 0%, #d41717 50%, #e09e36 100%);
    box-shadow: 0 22px 38px rgba(131, 58, 180, 0.3);
}

.floating-contact__link--facebook {
    background: #1877f2;
}

.floating-contact__link--facebook:hover,
.floating-contact__link--facebook:focus {
    background: #1260cc;
    box-shadow: 0 22px 38px rgba(24, 119, 242, 0.3);
}

.mobile-contact-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1150;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    box-shadow: 0 -10px 24px rgba(20, 40, 63, 0.14);
}

.mobile-contact-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 58px;
    padding: 0.6rem 0.5rem;
    background: var(--color-navy);
    color: #fff;
    font-weight: 700;
    font-size: 0.68rem;
    letter-spacing: 0.01em;
    text-align: center;
}

.mobile-contact-bar__item i {
    font-size: 1.15rem;
    line-height: 1;
}

.mobile-contact-bar__item--whatsapp {
    background: #075E54;
}

.mobile-contact-bar__item--instagram {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}

.mobile-contact-bar__item--facebook {
    background: #1877f2;
}

.corporate-page__stack {
    display: grid;
    gap: 3rem;
}

.corporate-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 31, 53, 0.08);
    border-radius: 4px;
}

.corporate-story--reverse .corporate-story__media {
    order: 2;
}

.corporate-story--reverse .corporate-story__content {
    order: 1;
}

/* Görsel sütunu: sabit en-boy oranı, içerik uzunluğundan bağımsız */
.corporate-story__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    min-height: 360px;
}

.corporate-story__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.corporate-story__content {
    padding: clamp(1.8rem, 2.8vw, 3rem) clamp(1.8rem, 3vw, 3.2rem);
    background: linear-gradient(135deg, #e91e8c 0%, #c91578 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

/* Dinamik blok renkleri — nth-child ile otomatik döngü */
.corporate-story:nth-child(4n+1) .corporate-story__content { background: linear-gradient(135deg, #e91e8c 0%, #c91578 100%); }
.corporate-story:nth-child(4n+2) .corporate-story__content { background: linear-gradient(135deg, #ec6423 0%, #c84e15 100%); }
.corporate-story:nth-child(4n+3) .corporate-story__content { background: linear-gradient(135deg, #0ea5a0 0%, #0a7a76 100%); }
.corporate-story:nth-child(4n+4) .corporate-story__content { background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%); }

.corporate-story__content h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(1.4rem, 2.2vw, 2.4rem);
    line-height: 1.15;
    font-weight: 800;
}

.corporate-story__content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.05rem;
    line-height: 1.75;
}

/* ===== Fuşya Aksan Elementleri ===== */
.btn-fuchsia {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.7rem 1.6rem;
    border: 0;
    border-radius: 999px;
    background: var(--color-fuchsia);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 24px rgba(233, 30, 140, 0.28);
}

.btn-fuchsia:hover {
    background: #c91578;
    box-shadow: 0 12px 30px rgba(233, 30, 140, 0.35);
    color: #fff;
}

.badge-fuchsia {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 999px;
    background: var(--color-fuchsia-soft);
    color: var(--color-fuchsia);
    font-size: 0.76rem;
    font-weight: 700;
}

/* Dekoratif çiçek/yıldız SVG arka plan için yardımcı */
.deco-fuchsia-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-fuchsia);
    opacity: 0.18;
}

/* Kart hover'da fuşya border aksan */
.card-hover-fuchsia:hover {
    border-color: rgba(233, 30, 140, 0.3) !important;
    box-shadow: 0 8px 28px rgba(233, 30, 140, 0.1) !important;
}

/* Sayı istatistikleri için fuşya aksan */
.stat-item--fuchsia .stat-item__number {
    color: var(--color-fuchsia);
}

/* Blog kategori badge */
.blog-cat--fuchsia {
    background: var(--color-fuchsia-soft);
    color: var(--color-fuchsia);
}

/* Hero videosu için ek destek */
.hero-slide__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Çocuksu Dekoratif Elementler ===== */

/* Hero floating decoration blobs */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-decor {
    position: absolute;
    pointer-events: none;
    z-index: 3;
}

.hero-decor--star {
    width: 28px;
    height: 28px;
    background: var(--color-primary);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    animation: floatDecor 4s ease-in-out infinite;
}

.hero-decor--dot {
    border-radius: 50%;
    background: var(--color-primary);
    opacity: 0.6;
    animation: floatDecor 5s ease-in-out infinite reverse;
}

.hero-decor--ring {
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    animation: floatDecor 6s ease-in-out infinite;
}

@keyframes floatDecor {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-14px) rotate(12deg); }
}

/* Wave section dividers — kaldırıldı, düz geçiş kullanılıyor */
.wave-divider {
    display: none;
}

/* Programs section renkli arka plan */
.programs-section {
    background:
        radial-gradient(circle at 10% 50%, rgba(233, 30, 140, 0.06), transparent 40%),
        radial-gradient(circle at 90% 20%, rgba(244, 197, 66, 0.1), transparent 40%),
        linear-gradient(180deg, rgba(252, 232, 243, 0.3) 0%, rgba(255, 249, 252, 0) 100%);
    position: relative;
}

.programs-section::before {
    display: none;
}

/* Stats section — background sadece wave geçişine uyumlu */
.stats-section {
    background: transparent;
    position: relative;
}
.stats-section::before,
.stats-section::after { display: none; }

/* About section blob decoration */
.about-section {
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(233, 30, 140, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* Footer wave */
.footer-wave {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-bottom: -2px;
}

/* Floating dot decorations (CSS sadece, HTML'de eklenecek) */
.deco-blob {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
}

/* Sparkle keyframe */
@keyframes sparkle {
    0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); }
    50% { opacity: 0.6; transform: scale(1.3) rotate(20deg); }
}

.hero-decor--star {
    animation: sparkle 2.5s ease-in-out infinite;
}

/* Eğitim model section */
.education-section {
    background:
        radial-gradient(circle at 80% 50%, rgba(14, 165, 160, 0.07), transparent 40%),
        linear-gradient(180deg, #fff 0%, rgba(224, 247, 246, 0.25) 100%);
}

/* Testimonials section */
.testimonials-section {
    background: linear-gradient(180deg, rgba(252, 232, 243, 0.2) 0%, rgba(255, 249, 252, 0.4) 100%);
    position: relative;
}

/* Section title sparkle decoration */
.section-title-wrap {
    position: relative;
    display: inline-block;
}

.section-title-wrap::after {
    content: "✦";
    position: absolute;
    top: -14px;
    right: -22px;
    font-size: 1rem;
    color: var(--color-primary);
    animation: sparkle 2s ease-in-out infinite;
}

/* Colorful stat cards */
.stat-item {
    text-align: center;
}

.stat-item__number {
    font-family: "Baloo 2", cursive;
    font-size: clamp(1.5rem, 1.9vw, 2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    white-space: nowrap;
}

.stat-item__label {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}


/* ===== Animal Illustrations ===== */
.animal-decor {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    animation: floatDecor 6s ease-in-out infinite;
    opacity: 0.92;
}

.animal-decor--giraffe { animation-duration: 7s; }
.animal-decor--fox { animation-duration: 5.5s; animation-delay: 0.5s; }
.animal-decor--rabbit { animation-duration: 6.5s; animation-delay: 1s; }
.animal-decor--bird { animation-duration: 4s; animation-delay: 0.3s; }

@media (max-width: 991.98px) {
    .animal-decor { display: none; }
    .float-decor  { display: none; }
}
