/**
 * Alım Merkezi — kurumsal tema katmanı (teal / deniz kurşunu)
 * site.css sonrası yüklenir; admin paneli :root renklerini kullanmaya devam eder.
 */

body.site-app {
    overflow-x: hidden;
    max-width: 100%;
    --bg: #f6faf9;
    --surface: #ffffff;
    --text: #0f172a;
    --muted: #64748b;
    --line: #ccfbf1;
    --primary: #0d9488;
    --primary-dark: #0f766e;
    --primary-soft: #ecfdf5;
    --primary-mid: #14b8a6;
    --nav-bg: #134e4a;
    --shadow-card: 0 14px 44px rgba(13, 148, 136, 0.09);
    --shadow-header: 0 4px 28px rgba(15, 23, 42, 0.07);
    --header-surface: #ffffff;
    --header-text: #0f172a;
    --header-muted: #64748b;
    --topbar-gradient: linear-gradient(92deg, #0f766e 0%, #0d9488 46%, #14b8a6 100%);
    --accent-warm: #d97706;
    --accent-warm-soft: #fffbeb;
}

.site-app {
    --fx-bg: #f6faf9;
    --fx-surface: #ffffff;
    --fx-text: #0f172a;
    --fx-muted: #64748b;
    --fx-line: #ccfbf1;
    --fx-primary: #0d9488;
    --fx-primary-dark: #0f766e;
    --fx-accent: #14b8a6;
    color: var(--fx-text);
    background: linear-gradient(185deg, #ffffff 0%, #f6faf9 40%, #ecfdf5 100%);
}

.site-app .site-header,
.site-app .site-header-modern {
    background: var(--header-surface);
    border-bottom: 1px solid rgba(13, 148, 136, 0.14);
    box-shadow: var(--shadow-header);
}

.site-app .header-topbar {
    background: var(--topbar-gradient);
    border-bottom: none;
}

.site-app .topbar-marquee span::before {
    color: rgba(255, 255, 255, 0.82);
}

/* Header marka: yalnızca PNG logo (yazılı logo kullanılmaz) */
.site-app .logo-link.logo-link--img {
    display: inline-flex;
    align-items: center;
    align-self: center;
    line-height: 0;
    text-decoration: none;
}

.site-app .site-header-logo {
    display: block;
    height: auto;
    width: auto;
    max-height: clamp(38px, 5.2vw, 52px);
    max-width: min(272px, 68vw);
}

.site-app .mobile-menu-logo-link {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex: 1;
    line-height: 0;
    text-decoration: none;
}

.site-app .mobile-menu-logo {
    display: block;
    height: auto;
    width: auto;
    max-height: 44px;
    max-width: min(216px, 72vw);
}

.site-app .logo-mark {
    background: linear-gradient(135deg, #5eead4 0%, #14b8a6 45%, #0d9488 100%);
}

.site-app .footer-logo-mark {
    background: linear-gradient(135deg, #5eead4 0%, #0d9488 100%);
}

.site-app .head-primary-btn,
.site-app .header-cta {
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
    border-color: #0f766e;
}

.site-app .head-primary-btn:hover,
.site-app .header-cta:hover,
.site-app button:hover {
    background: #0f766e;
    border-color: #115e59;
}

.site-app .header-nav-row .site-nav a:hover {
    background: #ecfdf5;
    border-color: #99f6e4;
    color: #0f766e;
}

.site-app .header-nav-row .site-nav a {
    border-color: #e7f7f4;
    background: #f8fffc;
    color: #334155;
}

.site-app .hero-badge {
    background: var(--accent-warm-soft);
    color: #b45309;
    border: 1px solid rgba(217, 119, 6, 0.28);
}

.site-app .hero {
    background: linear-gradient(125deg, #ffffff 0%, #ecfdf5 100%);
}

.site-app .home-mini-metrics span {
    background: #ffffff;
    border: 1px solid #99f6e4;
    color: #0f766e;
}

/* ========== Ana sayfa hero — tam responsive (iç yapı: home-hero__*) ========== */
.site-app .home-hero {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: clamp(8px, 1.5vw, 16px) 0;
    padding: clamp(14px, 3.5vw, 28px);
    border-radius: clamp(14px, 2vw, 22px);
    border: 1px solid rgba(13, 148, 136, 0.18);
    background: linear-gradient(145deg, #ffffff 0%, #f8fffc 38%, #ecfdf5 100%);
    overflow: hidden;
}

.site-app .home-hero__shell {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.site-app .home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(16px, 4vw, 28px);
    align-items: center;
    min-width: 0;
}

.site-app .home-hero__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 2vw, 14px);
}

.site-app .home-hero__eyebrow {
    align-self: flex-start;
    margin: 0;
}

.site-app .home-hero__title {
    margin: 0;
    text-wrap: balance;
}

@media (max-width: 575.98px) {
    .site-app .home-hero__title {
        max-width: 22ch;
    }
}

.site-app .home-hero__lead {
    margin: 0;
    max-width: 52ch;
    color: #334155;
}

.site-app .home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(10px, 2vw, 16px);
    margin-top: clamp(4px, 1vw, 8px);
}

.site-app .home-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.35vw + 0.82rem, 0.9375rem);
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
    border: 1px solid #0f766e;
    box-shadow: 0 8px 22px rgba(13, 148, 136, 0.22);
    transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.site-app .home-hero__cta:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
    color: #fff;
}

.site-app .home-hero__cta:focus-visible {
    outline: 2px solid #14b8a6;
    outline-offset: 3px;
}

.site-app .home-hero__link {
    font-weight: 700;
    text-decoration: none;
}

.site-app .home-hero__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(6px, 1.5vw, 10px);
    margin: clamp(6px, 1.5vw, 12px) 0 0;
    padding: 0;
    list-style: none;
}

.site-app .home-hero__metrics li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-app .home-hero__visual {
    position: relative;
    min-width: 0;
    width: 100%;
}

.site-app .home-hero__figure {
    margin: 0;
    padding: 0;
    border-radius: clamp(12px, 2vw, 16px);
    overflow: hidden;
    background: #e2e8f0;
    aspect-ratio: 4 / 3;
    max-height: min(420px, 52vh);
}

.site-app .home-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.site-app .home-hero__note {
    position: absolute;
    left: clamp(8px, 2vw, 14px);
    bottom: clamp(8px, 2vw, 14px);
    max-width: min(260px, calc(100% - 16px));
    padding: clamp(8px, 2vw, 12px) clamp(10px, 2.5vw, 14px);
    border-radius: clamp(10px, 1.5vw, 14px);
    background: rgba(15, 23, 42, 0.88);
    color: #f8fafc;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
}

.site-app .home-hero__note-title {
    display: block;
    font-size: clamp(0.8125rem, 0.25vw + 0.78rem, 0.9375rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 4px;
    color: #f8fafc;
}

.site-app .home-hero__note-text {
    margin: 0;
    font-size: clamp(0.75rem, 0.2vw + 0.72rem, 0.875rem);
    line-height: 1.45;
    color: #cbd5e1;
}

@media (min-width: 992px) {
    .site-app .home-hero__grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.92fr);
        gap: clamp(18px, 2.8vw, 32px);
        align-items: center;
    }

    .site-app .home-hero__figure {
        max-height: min(440px, 48vh);
    }
}

@media (max-width: 991.98px) {
    .site-app .home-hero__figure {
        max-height: min(320px, 42vh);
    }

    .site-app .home-hero__note {
        max-width: min(240px, calc(100% - 20px));
    }
}

@media (max-width: 575.98px) {
    .site-app .home-hero {
        padding: clamp(12px, 4vw, 18px);
        margin-left: 0;
        margin-right: 0;
        border-radius: 14px;
    }

    .site-app .home-hero__lead {
        max-width: none;
        font-size: clamp(0.9375rem, 0.4vw + 0.85rem, 1rem);
    }

    .site-app .home-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .site-app .home-hero__cta {
        width: 100%;
        justify-content: center;
    }

    .site-app .home-hero__link {
        text-align: center;
        padding: 6px 0;
    }

    .site-app .home-hero__metrics {
        gap: 8px;
    }

    .site-app .home-hero__metrics span {
        font-size: clamp(0.6875rem, 0.25vw + 0.65rem, 0.8125rem);
        padding: 6px 10px;
    }

    .site-app .home-hero__figure {
        aspect-ratio: 16 / 11;
        max-height: min(260px, 38vh);
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-app .home-hero__cta:hover {
        transform: none;
    }
}

/* ========== Ana sayfa — vitrin bandı (home-showcase) ========== */
.site-app .home-showcase {
    position: relative;
    margin: clamp(12px, 2vw, 22px) 0;
    border-radius: clamp(16px, 2vw, 24px);
    overflow: hidden;
    border: 1px solid rgba(17, 94, 89, 0.65);
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(94, 234, 212, 0.18) 0%, transparent 55%),
        radial-gradient(90% 60% at 0% 100%, rgba(15, 118, 110, 0.35) 0%, transparent 50%),
        linear-gradient(155deg, #022c2c 0%, #0f766e 42%, #115e59 100%);
    box-shadow:
        0 24px 60px rgba(2, 44, 44, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-app .home-showcase__shell {
    position: relative;
    z-index: 1;
    padding: clamp(18px, 3vw, 32px);
}

.site-app .home-showcase__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(18px, 3vw, 36px);
    align-items: center;
}

.site-app .home-showcase__intro {
    margin: 0;
}

.site-app .home-showcase__eyebrow {
    display: inline-block;
    margin: 0 0 10px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: clamp(11px, 0.75vw, 13px);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ccfbf1;
    background: rgba(20, 184, 166, 0.18);
    border: 1px solid rgba(153, 246, 232, 0.35);
}

.site-app .site-main .home-showcase .home-showcase__title {
    margin: 0 0 12px;
    font-size: clamp(1.25rem, 2.4vw + 0.6rem, 1.75rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #f8fafc;
    max-width: 22ch;
}

.site-app .site-main .home-showcase .home-showcase__lead {
    margin: 0 0 clamp(16px, 2vw, 22px);
    font-size: clamp(0.9375rem, 0.35vw + 0.85rem, 1.0625rem);
    line-height: 1.65;
    color: rgba(226, 232, 240, 0.95);
    max-width: 42ch;
}

.site-app .home-showcase__stats {
    list-style: none;
    margin: 0 0 clamp(16px, 2vw, 22px);
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(8px, 1.2vw, 12px);
}

.site-app .home-showcase__stat {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 12px 14px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(153, 246, 232, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.site-app .home-showcase__stat-icon {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #5eead4;
    background: rgba(20, 184, 166, 0.12);
    border: 1px solid rgba(94, 234, 212, 0.2);
}

.site-app .home-showcase__stat-icon svg {
    display: block;
}

.site-app .home-showcase__stat-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.site-app .home-showcase__stat-value {
    font-size: clamp(0.9375rem, 0.5vw + 0.8rem, 1.0625rem);
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.2;
}

.site-app .home-showcase__stat-label {
    font-size: clamp(0.6875rem, 0.4vw + 0.65rem, 0.8125rem);
    font-weight: 600;
    color: rgba(203, 213, 225, 0.92);
    line-height: 1.35;
}

.site-app .home-showcase__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
}

.site-app .home-showcase__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: clamp(0.875rem, 0.4vw + 0.8rem, 0.9375rem);
    font-weight: 700;
    text-decoration: none;
    color: #0f766e;
    background: #f8fafc;
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.site-app .home-showcase__btn:hover {
    background: #ecfdf5;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.site-app .home-showcase__btn:focus-visible {
    outline: 2px solid #5eead4;
    outline-offset: 3px;
}

.site-app .home-showcase__link {
    font-size: clamp(0.875rem, 0.35vw + 0.8rem, 0.9375rem);
    font-weight: 700;
    color: #99f6e4;
    text-decoration: none;
    border-bottom: 1px solid rgba(153, 246, 232, 0.45);
    transition: color 0.15s ease, border-color 0.15s ease;
}

.site-app .home-showcase__link:hover {
    color: #ecfdf5;
    border-bottom-color: rgba(236, 253, 245, 0.75);
}

.site-app .home-showcase__link:focus-visible {
    outline: 2px solid #5eead4;
    outline-offset: 4px;
    border-radius: 4px;
}

.site-app .home-showcase__visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: clamp(8px, 1.2vw, 12px);
    min-width: 0;
}

.site-app .home-showcase__figure {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(153, 246, 232, 0.22);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
    background: rgba(15, 23, 42, 0.35);
}

.site-app .home-showcase__figure--wide {
    grid-column: 1 / -1;
}

.site-app .home-showcase__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.site-app .home-showcase__figure--wide img {
    aspect-ratio: 21 / 10;
    max-height: min(220px, 28vh);
}

.site-app .home-showcase__visual .home-showcase__figure:not(.home-showcase__figure--wide) img {
    aspect-ratio: 4 / 3;
    max-height: min(180px, 22vh);
}

@media (max-width: 1024px) {
    .site-app .home-showcase__grid {
        grid-template-columns: 1fr;
        gap: clamp(16px, 3vw, 24px);
    }

    .site-app .home-showcase__visual {
        max-width: min(560px, 100%);
        margin-inline: auto;
    }

    .site-app .home-showcase__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .site-app .home-showcase__stats {
        grid-template-columns: 1fr;
    }

    .site-app .home-showcase__stat {
        flex-direction: row;
        align-items: center;
    }

    .site-app .home-showcase__visual {
        grid-template-columns: 1fr;
    }

    .site-app .home-showcase__figure--wide {
        grid-column: 1;
    }

    .site-app .home-showcase__figure--wide img {
        aspect-ratio: 16 / 10;
        max-height: none;
    }

    .site-app .home-showcase__visual .home-showcase__figure:not(.home-showcase__figure--wide) img {
        max-height: 200px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-app .home-showcase__btn:hover {
        transform: none;
    }
}

.site-app .home-final-cta {
    border: 1px solid #5eead4;
    background: linear-gradient(120deg, #0f766e 0%, #0d9488 46%, #14b8a6 100%);
}

.site-app .home-final-cta button {
    color: #0f766e;
}

.site-app .home-final-cta button:hover {
    background: #ecfdf5;
}

.site-app .chip,
.site-app .site-main .chip {
    border-color: #99f6e4;
    background: #ecfdf5;
    color: #0f766e;
}

.site-app .footer-mobile-note span,
.site-app .footer-pills span {
    background: #ecfdf5;
    border: 1px solid #99f6e4;
    color: #0f766e;
}

.site-app .footer-heading {
    color: #0f766e;
}

.site-app .footer-accent-line {
    background: linear-gradient(90deg, #14b8a6 0%, #0d9488 42%, #5eead4 100%);
}

.site-app .cta-card {
    background: linear-gradient(135deg, #ecfdf5 0%, #ccfbf1 100%);
    border-color: #99f6e4;
}

.site-app .contact-meta,
.site-app .modern-contact-meta {
    background: linear-gradient(180deg, #ecfdf5 0%, #ffffff 100%);
    border-color: #99f6e4;
}

.site-app .contact-hero {
    border-color: #99f6e4;
    background: linear-gradient(135deg, #ffffff 0%, #ecfdf5 100%);
}

.site-app .contact-quick-actions a {
    color: #0f766e;
    border-color: #99f6e4;
}

.site-app .contact-marquee {
    border-color: rgba(13, 148, 136, 0.2);
    background: linear-gradient(90deg, #ffffff 0%, #ecfdf5 100%);
}

.site-app .contact-marquee-track span {
    border-color: #99f6e4;
    background: #ecfdf5;
    color: #0f766e;
}

.site-app .text-link {
    color: var(--primary);
}

.site-app input:focus,
.site-app textarea:focus,
.site-app select:focus,
.site-app .header-search input:focus {
    border-color: #2dd4bf;
    box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.28);
}

.site-app .search-result-item:hover {
    background: #ecfdf5;
}

.site-app .search-result-item small {
    color: var(--primary);
}

.site-app .breadcrumb a {
    color: var(--primary);
}

.site-app .footer-grid a,
.site-app .footer-link-list a:hover,
.site-app .footer-contact-list a:hover {
    color: var(--fx-primary);
}

.site-app .site-footer,
.site-app .site-footer-modern {
    background: linear-gradient(180deg, #ffffff 0%, #f6faf9 100%);
    border-top: 1px solid rgba(13, 148, 136, 0.12);
}

.site-app .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: linear-gradient(90deg, #ecfdf5 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(13, 148, 136, 0.18);
}

.site-app .mobile-bottom-nav {
    background: #ffffff;
    border-top: 1px solid rgba(13, 148, 136, 0.16);
}

.site-app .mobile-bottom-nav a {
    color: #475569;
}

.site-app .mobile-bottom-nav a:hover {
    color: var(--fx-primary);
}

.site-app .mobile-quick-row a {
    color: #0f766e;
    border-color: #99f6e4;
    background: #ecfdf5;
}

.site-app .mobile-menu-panel .mobile-primary-btn {
    border-color: #0f766e;
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
}

@media (max-width: 640px) {
    .site-app .mobile-menu-panel {
        box-shadow: -12px 0 36px rgba(13, 148, 136, 0.12);
    }
}

/* Bootstrap uyumu — footer satırı flex kalır (eski .footer-grid grid ile çakışmasın) */
.site-app .site-footer .footer-grid-modern.row {
    display: flex;
    flex-wrap: wrap;
}

.site-app .footer-logo-img {
    display: block;
    max-height: 52px;
    width: auto;
}

@media (min-width: 768px) {
    .site-app .footer-logo-img {
        max-height: 62px;
    }
}

.site-app .footer-lead--narrow {
    max-width: 26rem;
}

.site-app .footer-mobile-toggle {
    appearance: none;
    box-sizing: border-box;
    border: 1px solid rgba(13, 148, 136, 0.38);
    background: linear-gradient(180deg, #f8fffc 0%, #ecfdf5 100%);
    color: #0f766e;
    border-radius: 14px;
    padding: 12px 16px;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.4vw + 0.8rem, 0.9375rem);
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.08);
}

.site-app .footer-mobile-toggle:hover {
    background: #d1fae5;
    border-color: rgba(13, 148, 136, 0.55);
}

.site-app .footer-mobile-toggle:focus-visible {
    outline: 2px solid #14b8a6;
    outline-offset: 3px;
}

.site-app .footer-mobile-toggle__glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
}

.site-app .footer-mobile-toggle__glyph::after {
    content: "+";
    font-weight: 700;
    font-size: 1.45rem;
    line-height: 1;
    color: #0d9488;
}

.site-app .footer-mobile-toggle[aria-expanded="true"] .footer-mobile-toggle__glyph::after {
    content: "\2212";
}

@media (min-width: 768px) {
    .site-app #footerNavQuick.collapse,
    .site-app #footerNavContact.collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }
}

/* Mobil footer — sıkı düzen, tek kart, WhatsApp çakışması giderildi */
@media (max-width: 767.98px) {
    .site-app .site-footer .site-footer-inner {
        padding-top: 1.25rem;
        padding-bottom: calc(6.75rem + env(safe-area-inset-bottom, 0px)) !important;
    }

    .site-app .footer-brand-modern {
        padding-bottom: 1rem;
        margin-bottom: 0.75rem;
        border-bottom: 1px solid rgba(148, 163, 184, 0.28);
    }

    .site-app .footer-brand-modern .footer-lead {
        font-size: 0.875rem;
        line-height: 1.55;
        color: #64748b;
    }

    .site-app .footer-logo-img {
        max-height: 46px;
    }

    /* İki sütunu görsel olarak tek kart */
    .site-app .footer-grid-modern > .footer-m-section--top {
        border: 1px solid rgba(148, 163, 184, 0.42);
        border-radius: 12px 12px 0 0;
        background: #fff;
        overflow: hidden;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .site-app .footer-grid-modern > .footer-m-section--bottom {
        border: 1px solid rgba(148, 163, 184, 0.42);
        border-top: 0;
        border-radius: 0 0 12px 12px;
        background: #fff;
        overflow: hidden;
        margin-top: -1px;
        margin-bottom: 1rem !important;
        padding-bottom: 0 !important;
    }

    .site-app .footer-mobile-toggle {
        margin-bottom: 0 !important;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: #fff !important;
        padding: 10px 14px;
        min-height: 44px;
        font-size: 0.8125rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #475569 !important;
        border-bottom: 1px solid #f1f5f9;
    }

    .site-app .footer-m-section--bottom > .footer-mobile-toggle {
        border-bottom: 0;
    }

    .site-app .footer-mobile-toggle:hover,
    .site-app .footer-mobile-toggle:active {
        background: #f8fafc !important;
    }

    .site-app .footer-mobile-toggle__glyph::after {
        font-size: 1.15rem;
        font-weight: 800;
        color: #0d9488;
    }

    .site-app .footer-collapse-panel {
        border-top: 1px solid #eef2f7;
        background: #f9fafb;
        padding: 8px 14px 12px;
    }

    .site-app .footer-collapse-panel .footer-link-list li + li,
    .site-app .footer-collapse-panel .footer-contact-list li + li {
        margin-top: 6px;
    }

    .site-app .footer-collapse-panel a {
        font-size: 0.9375rem;
        font-weight: 600;
    }

    /* Rozetler — yatay kaydırma, tek hizada başlangıç */
    .site-app .footer-pills--strip {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 8px !important;
        padding-bottom: 6px;
        margin-bottom: 4px;
    }

    .site-app .footer-pills--strip::-webkit-scrollbar {
        display: none;
    }

    .site-app .footer-pills--strip span {
        flex: 0 0 auto;
        font-size: 0.6875rem;
        padding: 5px 10px;
    }

    .site-app .footer-copy {
        padding-top: 1rem !important;
        margin-top: 0.5rem !important;
        font-size: 0.75rem;
        color: #94a3b8;
    }

    /* WhatsApp balonu — alt menünün üstünde, daha az yer kaplar */
    .site-app .whatsapp-float {
        right: max(10px, env(safe-area-inset-right, 0px));
        bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
        z-index: 56;
        padding: 8px 11px;
        font-size: 12px;
        box-shadow: 0 8px 22px rgba(22, 163, 74, 0.35);
    }

    .site-app .whatsapp-float .wa-icon {
        width: 22px;
        height: 22px;
    }

    .site-app .whatsapp-float .wa-icon-svg {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 380px) {
    .site-app .whatsapp-float__txt {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .site-app .whatsapp-float {
        padding: 11px;
        border-radius: 999px;
    }
}

.site-app .footer-grid-modern .footer-link-list a,
.site-app .footer-grid-modern .footer-contact-list a {
    color: var(--fx-primary);
    font-weight: 600;
}

.site-app .footer-copy.border-top {
    border-color: rgba(148, 163, 184, 0.35) !important;
}

/* Hero — modern katman + zemin */
.site-app .home-hero.home-hero--modern {
    position: relative;
    isolation: isolate;
}

.site-app .home-hero__backdrop {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    border-radius: inherit;
    background:
        radial-gradient(120% 85% at 88% 12%, rgba(45, 212, 191, 0.16) 0%, transparent 52%),
        radial-gradient(95% 75% at 8% 88%, rgba(13, 148, 136, 0.09) 0%, transparent 48%);
}

.site-app .home-hero--modern .home-hero__shell {
    position: relative;
    z-index: 1;
}

/* Müşteri yorumları — çift marquee + kartlar */
.site-app .home-testimonials {
    margin: clamp(14px, 2.5vw, 22px) 0;
    padding: clamp(16px, 3vw, 28px) clamp(12px, 2vw, 20px);
    border-radius: clamp(14px, 2vw, 22px);
    border: 1px solid rgba(13, 148, 136, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #f6faf9 100%);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.site-app .home-testimonials__head {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto clamp(14px, 2vw, 22px);
}

.site-app .home-testimonials__title {
    margin: 0 0 8px;
    font-size: clamp(1.125rem, 1.5vw + 0.75rem, 1.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.site-app .home-testimonials__intro {
    margin: 0;
    font-size: clamp(0.875rem, 0.35vw + 0.8rem, 0.9375rem);
    color: #64748b;
    line-height: 1.55;
}

.site-app .home-marquee {
    margin-bottom: clamp(10px, 1.5vw, 14px);
}

.site-app .home-marquee:last-child {
    margin-bottom: 0;
}

.site-app .home-marquee__viewport {
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 2%, #000 98%, transparent 100%);
}

.site-app .home-marquee__track {
    display: flex;
    width: max-content;
    gap: clamp(10px, 1.8vw, 14px);
    animation: homeMarqueeX 55s linear infinite;
    will-change: transform;
}

.site-app .home-marquee__track--reverse {
    animation-direction: reverse;
}

.site-app .home-marquee__chunk {
    display: flex;
    gap: clamp(10px, 1.8vw, 14px);
    flex-shrink: 0;
    align-items: stretch;
}

@keyframes homeMarqueeX {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-app .home-marquee__track {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        transform: none;
    }

    .site-app .home-marquee__viewport {
        mask-image: none;
        overflow: visible;
    }

    .site-app .home-marquee__chunk[aria-hidden="true"] {
        display: none;
    }
}

.site-app .home-testimonial-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: min(340px, 78vw);
    min-height: 148px;
    flex-shrink: 0;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #fff;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.site-app .home-testimonial-card__pics {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.site-app .home-testimonial-card__avatar {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #0f766e;
    background: linear-gradient(145deg, #ccfbf1 0%, #99f6e4 100%);
    border: 1px solid rgba(13, 148, 136, 0.28);
}

.site-app .home-testimonial-card__product {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.site-app .home-testimonial-card__body {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.site-app .home-testimonial-card__excerpt {
    margin: 0;
    font-size: clamp(0.8125rem, 0.25vw + 0.76rem, 0.875rem);
    line-height: 1.5;
    color: #334155;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.site-app .home-testimonial-card__details {
    margin: 0;
    border: 0;
    padding: 0;
}

.site-app .home-testimonial-card__summary {
    cursor: pointer;
    list-style: none;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0d9488;
    user-select: none;
}

.site-app .home-testimonial-card__summary::-webkit-details-marker {
    display: none;
}

.site-app .home-testimonial-card__summary::after {
    content: " ›";
    font-weight: 800;
}

.site-app .home-testimonial-card__details[open] .home-testimonial-card__summary::after {
    content: " ∨";
}

.site-app .home-testimonial-card__full {
    margin: 8px 0 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #475569;
}

.site-app .home-testimonial-card__meta {
    margin-top: auto;
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #64748b;
}

.site-app .home-testimonial-card__author {
    color: #0f172a;
    font-weight: 700;
}

.site-app .home-testimonial-card__sep {
    color: #cbd5e1;
}

.site-app .home-testimonial-card__role {
    flex-basis: 100%;
    font-weight: 600;
    color: #94a3b8;
}

.site-app .home-testimonial-card__tag {
    display: inline-block;
    margin-left: 0;
    padding: 3px 8px;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #99f6e4;
    color: #0f766e;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 575.98px) {
    .site-app .home-testimonial-card {
        width: min(300px, 85vw);
        min-height: 0;
        padding: 12px 14px;
    }

    .site-app .home-marquee__track {
        animation-duration: 70s;
    }
}

/* Kategori / şehir / kurumsal sayfa — Bootstrap görsel karuseli */
.site-app .media-carousel {
    position: relative;
    max-width: 100%;
}

.site-app .media-carousel .carousel-inner {
    aspect-ratio: 3 / 2;
    max-height: min(420px, 52vh);
    background: #e2e8f0;
}

.site-app .media-carousel__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.site-app .media-carousel .carousel-control-prev,
.site-app .media-carousel .carousel-control-next {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.45);
    opacity: 1;
}

.site-app .media-carousel .carousel-control-prev {
    left: 12px;
}

.site-app .media-carousel .carousel-control-next {
    right: 12px;
}

.site-app .media-carousel .carousel-indicators {
    margin-bottom: 10px;
}

.site-app .media-carousel .carousel-indicators [type='button'] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.55);
}

.site-app .media-carousel .carousel-indicators .active {
    background: #fff;
}

@media (max-width: 575.98px) {
    .site-app .media-carousel .carousel-inner {
        max-height: min(280px, 45vh);
    }

    .site-app .media-carousel .carousel-control-prev,
    .site-app .media-carousel .carousel-control-next {
        width: 40px;
        height: 40px;
    }
}

/* Dil seçici — yalnızca üst şeritte (segmented, dar alan) */
.site-app .header-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(6px, 2vw, 14px);
    padding-top: 2px;
    padding-bottom: 2px;
}

.site-app .header-topbar .topbar-marquee {
    flex: 1;
    min-width: 0;
    padding: 2px 0;
}

.site-app .lang-switcher--topbar {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 2px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
}

.site-app .lang-switcher--topbar .lang-switcher__btn {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 4px 9px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    line-height: 1;
    transition: background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.site-app .lang-switcher--topbar .lang-switcher__btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.site-app .lang-switcher--topbar .lang-switcher__btn.is-active {
    background: #fff;
    color: #0f766e;
    box-shadow: 0 1px 5px rgba(15, 23, 42, 0.15);
}

.site-app .lang-switcher--topbar .lang-switcher__flag {
    font-size: 0.88rem;
    line-height: 1;
}

.site-app .lang-switcher--topbar .lang-switcher__code {
    font-size: 0.58rem;
    letter-spacing: 0.06em;
}

@media (max-width: 640px) {
    .site-app .header-topbar-inner {
        padding-top: 3px;
        padding-bottom: 3px;
        gap: 6px;
    }

    .site-app .header-topbar .topbar-marquee {
        font-size: 10px;
        gap: 8px;
    }

    .site-app .lang-switcher--topbar .lang-switcher__btn {
        padding: 3px 7px;
    }

    /* Çok dar ekranda yalnız bayrak — minimum yer */
    @media (max-width: 380px) {
        .site-app .lang-switcher--topbar .lang-switcher__code {
            display: none;
        }

        .site-app .lang-switcher--topbar .lang-switcher__btn {
            padding: 4px 6px;
        }
    }
}
