/**
 * VCommerce Storefront — 2026 Rebuild
 * Sıfırdan, referans (Qodify) düzenine yüksek benzerlikle.
 * Bölüm bölüm inşa edilir. İlk bölüm: Topbar + Header + Kategori nav + Hero.
 *
 * Not: Tüm yeni bileşenler "st-" öneki kullanır; eski katmanlarla çakışmaz.
 */

/* =========================================================
   TASARIM TOKENLARI
   ========================================================= */
:root {
    --st-font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --st-bg: #ffffff;
    --st-canvas: #f6f7f9;
    --st-ink: #1f2a37;
    --st-ink-soft: #5b6675;
    --st-ink-faint: #667085;
    --st-line: #eceef1;

    /* Coral üst bar */
    --st-coral-1: #23c9c1;
    --st-coral-2: #10a99b;
    --st-gold: #f6c445;
    --st-gold-ink: #5f4300;

    /* İkon çipleri */
    --st-user-bg: #eef1f4;
    --st-fav: #ef5c66;
    --st-fav-bg: #fdeef0;
    --st-cart: #2fa564;
    --st-cart-bg: #e5f5ec;
    --st-sun: #f2a83c;
    --st-sun-bg: #fff3e0;
    --st-searchbtn: #1f2a37;

    /* Hero kartları */
    --st-red-1: #e2384a;
    --st-red-2: #a4172a;
    --st-teal-1: #2fa093;
    --st-teal-2: #1f7a70;
    --st-pink-1: #f6c9d3;
    --st-pink-2: #efa6bc;

    --st-radius: 22px;
    --st-radius-pill: 9999px;
    --st-shadow-sm: 0 4px 14px rgba(31, 42, 55, 0.06);
    --st-shadow-md: 0 12px 34px rgba(31, 42, 55, 0.12);
    --st-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html.st-dark {
    --st-bg: #161d27;
    --st-canvas: #0f141b;
    --st-ink: #eef2f6;
    --st-ink-soft: #a4afbd;
    --st-ink-faint: #aeb9c8;
    --st-line: #26313f;
    --st-user-bg: #232e3c;
}

/* Sadece yeni mağaza gövdesini hedefle */
body.st-store {
    font-family: var(--st-font);
    background: var(--st-canvas);
    color: var(--st-ink);
    -webkit-font-smoothing: antialiased;
}
.st-store *, .st-store *::before, .st-store *::after { box-sizing: border-box; }

.st-shell {
    width: min(100% - 40px, 1360px);
    margin-inline: auto;
}

/* =========================================================
   TOPBAR
   ========================================================= */
.st-topbar {
    background: linear-gradient(90deg, var(--st-coral-1) 0%, var(--st-coral-2) 100%);
    color: #fff;
    font-size: 13px;
}
.st-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 44px;
}
.st-topbar-left { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.st-topbar-call { display: inline-flex; align-items: center; gap: 7px; opacity: 0.95; }
.st-topbar-phone {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: var(--st-radius-pill);
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s var(--st-ease);
}
.st-topbar-phone:hover { background: rgba(255, 255, 255, 0.28); }

.st-topbar-center { display: inline-flex; align-items: center; gap: 12px; }
.st-topbar-center .st-tp-txt { display: inline-flex; align-items: center; gap: 7px; opacity: 0.96; }
.st-topbar-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: var(--st-gold);
    color: var(--st-gold-ink);
    border-radius: var(--st-radius-pill);
    font-size: 12px;
    font-weight: 700;
}

.st-topbar-right { display: inline-flex; align-items: center; gap: 22px; white-space: nowrap; }
.st-topbar-right a { color: rgba(255, 255, 255, 0.94); text-decoration: none; font-weight: 500; transition: opacity 0.2s; }
.st-topbar-right a:hover { opacity: 0.75; }
.st-topbar-right .st-language-switch,
.st-language-switch--mobile {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.st-lang-flag {
    display: block;
    width: 20px;
    height: 14px;
    flex: 0 0 auto;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.22);
}
.st-language-switch--mobile {
    color: var(--st-ink);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .st-topbar-center, .st-topbar-right { display: none; }
    .st-topbar-inner { justify-content: center; }
}

/* =========================================================
   ANA HEADER
   ========================================================= */
.st-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: var(--st-bg);
    border-bottom: 1px solid var(--st-line);
}
.st-header-inner {
    display: flex;
    align-items: center;
    gap: 26px;
    height: 78px;
}

.st-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    text-decoration: none;
    color: var(--st-ink);
}
.st-logo img { height: 34px; width: auto; }
.st-logo-text {
    font-family: var(--st-font);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--st-ink);
    line-height: 1;
}
.st-logo-dot { color: var(--st-coral-2); }

/* Arama */
.st-search {
    flex: 1;
    position: relative;
    max-width: 720px;
    margin-inline: auto;
}
.st-search input {
    width: 100%;
    height: 50px;
    padding: 0 58px 0 46px;
    background: var(--st-canvas);
    border: 1.5px solid transparent;
    border-radius: var(--st-radius-pill);
    font-family: var(--st-font);
    font-size: 14px;
    color: var(--st-ink);
    outline: none;
    transition: border-color 0.2s var(--st-ease), background 0.2s var(--st-ease);
}
html.st-dark .st-search input { background: #1d2733; }
.st-search input::placeholder { color: var(--st-ink-faint); }
.st-search input:focus { border-color: var(--st-coral-2); background: var(--st-bg); }
.st-search-ico {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--st-ink-faint);
    pointer-events: none;
}
.st-search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--st-searchbtn);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.15s var(--st-ease), background 0.2s;
}
.st-search-btn:hover { background: #000; }
.st-search-btn:active { transform: translateY(-50%) scale(0.92); }

/* Arama sonuçları */
.st-search-results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0; right: 0;
    background: var(--st-bg);
    border: 1px solid var(--st-line);
    border-radius: 18px;
    box-shadow: var(--st-shadow-md);
    padding: 8px;
    max-height: 420px;
    overflow-y: auto;
    z-index: 30;
}
.st-search-item { display: flex; align-items: center; gap: 12px; padding: 9px; border-radius: 12px; text-decoration: none; }
.st-search-item:hover { background: var(--st-canvas); }
.st-search-item img { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; background: var(--st-canvas); }
.st-search-item .n { font-size: 13.5px; font-weight: 500; color: var(--st-ink); }
.st-search-item .p { font-size: 12.5px; color: var(--st-coral-2); font-weight: 600; margin-top: 2px; }

/* Sağ ikon çipleri */
.st-actions { display: inline-flex; align-items: center; gap: 12px; margin-left: auto; flex-shrink: 0; }
.st-chip {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s var(--st-ease), filter 0.2s;
}
.st-chip:hover { transform: translateY(-2px); filter: brightness(0.97); }
.st-chip:active { transform: scale(0.92); }
.st-chip--user { background: var(--st-user-bg); color: var(--st-ink); }
.st-chip--fav  { background: var(--st-fav-bg); color: var(--st-fav); }
.st-chip--cart { background: var(--st-cart-bg); color: var(--st-cart); }
.st-chip--sun  { background: var(--st-sun-bg); color: var(--st-sun); }
html.st-dark .st-chip--sun { background: #2a2130; }
.st-account-wrap { position: relative; }
.st-account-wrap::after { position: absolute; top: 100%; right: 0; width: 100%; height: 12px; content: ''; }
.st-account-menu {
    position: absolute;
    top: calc(100% + 11px);
    right: 0;
    z-index: 240;
    width: 226px;
    display: grid;
    gap: 3px;
    padding: 8px;
    background: var(--st-bg);
    border: 1px solid var(--st-line);
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(31, 42, 55, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px) scale(0.98);
    transform-origin: top right;
    transition: opacity 160ms var(--st-ease), transform 160ms var(--st-ease), visibility 160ms;
}
.st-account-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 11px;
    border-radius: 14px;
    color: var(--st-ink);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 160ms var(--st-ease), color 160ms var(--st-ease);
}
.st-account-menu a:hover,
.st-account-menu a:focus-visible { background: var(--st-canvas); color: var(--st-coral-2); outline: none; }
.st-account-menu svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--st-ink-soft); }
.st-account-menu__logout { margin-top: 2px; border-top: 1px solid var(--st-line); border-radius: 0 0 14px 14px !important; color: var(--st-red-1) !important; }
.st-account-menu__logout svg { color: currentColor; }
.st-account-wrap:hover .st-account-menu,
.st-account-wrap:focus-within .st-account-menu,
.st-account-wrap.is-open .st-account-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}
.st-chip-badge {
    position: absolute;
    top: -3px; right: -3px;
    min-width: 20px; height: 20px;
    padding: 0 6px;
    display: flex; align-items: center; justify-content: center;
    background: var(--st-coral-2);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: var(--st-radius-pill);
    border: 2px solid var(--st-bg);
    line-height: 1;
}

/* Mobil menü butonu */
.st-burger {
    display: none;
    width: 44px; height: 44px;
    align-items: center; justify-content: center;
    background: var(--st-canvas);
    border: none; border-radius: 50%;
    color: var(--st-ink); cursor: pointer;
}

/* =========================================================
   KATEGORİ NAV
   ========================================================= */
.st-nav {
    background: var(--st-bg);
    border-bottom: 1px solid var(--st-line);
}
.st-nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 54px;
    flex-wrap: nowrap;
    overflow: hidden;
}
.st-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    color: var(--st-ink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--st-radius-pill);
    white-space: nowrap;
    transition: color 0.2s var(--st-ease), background 0.2s var(--st-ease);
}
.st-nav-link:hover { color: var(--st-coral-2); background: rgba(16, 169, 155, 0.08); }
.st-nav-link svg { opacity: 0.5; }

@media (max-width: 1023px) {
    .st-nav { display: none; }
    .st-search { display: none; }
    .st-burger { display: flex; }
}

/* Küçük ekranlarda hesap, sepet ve tema erişimi önceliklidir. */
@media (max-width: 600px) {
    .st-shell { width: min(100% - 24px, 1360px); }
    .st-header-inner { height: 64px; gap: 10px; }
    .st-logo img { height: 30px; max-width: 102px; object-fit: contain; }
    .st-logo-text { font-size: 22px; }
    .st-burger,
    .st-chip { width: 38px; height: 38px; }
    .st-actions { gap: 6px; }
    .st-chip--fav { display: none; }
    .st-account-menu { width: 216px; right: -2px; }
}

/* =========================================================
   HERO — 2/3 slider + 1/3 iki promo kart
   ========================================================= */
.st-hero { padding: 22px 0 8px; }
.st-hero-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    height: 430px;
}

/* Sol büyük slider */
.st-hero-main {
    position: relative;
    grid-row: 1 / span 2;
    border-radius: var(--st-radius);
    overflow: hidden;
    background: linear-gradient(135deg, var(--st-red-1), var(--st-red-2));
    box-shadow: var(--st-shadow-sm);
    isolation: isolate;
}
.st-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s var(--st-ease);
    pointer-events: none;
}
.st-slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.st-slide-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.35); }
.st-slide-scrim {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(20, 8, 12, 0.62) 0%, rgba(20, 8, 12, 0.28) 42%, transparent 72%);
}
.st-slide-body {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
    z-index: 3;
    color: #fff;
}
.st-slide-eyebrow { font-size: 13px; opacity: 0.9; margin-bottom: 8px; }
.st-slide-title {
    font-family: var(--st-font);
    font-size: clamp(30px, 3.6vw, 46px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
    max-width: 60%;
}
.st-pill {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: #fff;
    color: var(--st-ink);
    border-radius: var(--st-radius-pill);
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.15s var(--st-ease), box-shadow 0.2s;
}
.st-pill:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,0.18); }
.st-pill:active { transform: scale(0.96); }
.st-pill svg { transition: transform 0.2s var(--st-ease); }
.st-pill:hover svg { transform: translateX(3px); }

/* Slider noktaları */
.st-dots {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0;
    z-index: 4;
}
.st-dot {
    position: relative;
    width: 44px; height: 44px;
    padding: 0;
    border: none; background: transparent; cursor: pointer;
}
.st-dot::before {
    position: absolute; top: 50%; left: 50%;
    width: 8px; height: 8px;
    border-radius: var(--st-radius-pill);
    background: rgba(255,255,255,0.5);
    content: "";
    transform: translate(-50%, -50%);
    transition: width 0.3s var(--st-ease), background 0.3s;
}
.st-dot.active::before { width: 26px; background: #fff; }

/* Sağ promo kartlar */
.st-hero-side {
    position: relative;
    border-radius: var(--st-radius);
    overflow: hidden;
    box-shadow: var(--st-shadow-sm);
    text-decoration: none;
    display: block;
    transition: transform 0.3s var(--st-ease), box-shadow 0.3s var(--st-ease);
}
.st-hero-side:hover { transform: translateY(-3px); box-shadow: var(--st-shadow-md); }
.st-hero-side--teal { background: linear-gradient(135deg, var(--st-teal-1), var(--st-teal-2)); }
.st-hero-side--pink { background: linear-gradient(135deg, var(--st-pink-1), var(--st-pink-2)); }
.st-hero-side-img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: right center;
    opacity: 0.92;
    transform: scale(1.35);
    transition: transform 0.6s var(--st-ease);
}
.st-hero-side:hover .st-hero-side-img { transform: scale(1.45); }
.st-hero-side--teal .st-hero-side-img { -webkit-mask-image: linear-gradient(90deg, transparent 8%, #000 55%); mask-image: linear-gradient(90deg, transparent 8%, #000 55%); }
.st-hero-side--pink .st-hero-side-img { -webkit-mask-image: linear-gradient(90deg, transparent 8%, #000 55%); mask-image: linear-gradient(90deg, transparent 8%, #000 55%); }
.st-hero-side-body {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}
.st-hero-side-title {
    font-family: var(--st-font);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 62%;
}
.st-hero-side--teal .st-hero-side-title { color: #fff; }
.st-hero-side--pink .st-hero-side-title { color: #7a2740; }
.st-pill--sm { padding: 9px 16px; font-size: 12.5px; }

/* =========================================================
   HERO RESPONSIVE
   ========================================================= */
@media (max-width: 1023px) {
    .st-hero-grid { grid-template-columns: 1fr; grid-template-rows: auto; height: auto; }
    .st-hero-main { grid-row: auto; height: 340px; }
    .st-hero-side { height: 150px; }
    .st-slide-title { max-width: 100%; }
}
@media (max-width: 767px) {
    .st-shell { width: calc(100% - 28px); }
    .st-hero-main { height: 300px; }
    .st-slide-body { left: 22px; right: 22px; bottom: 24px; }
    .st-hero-side-title { max-width: 80%; }
}

/* =========================================================
   FONT GÜVENCESİ — yeni bileşenler her zaman Poppins kullansın
   (eski katmanların global body fontunu ezmesin)
   ========================================================= */
.st-topbar, .st-header, .st-nav, .st-hero,
.st-topbar *, .st-header *, .st-nav *, .st-hero * {
    font-family: var(--st-font);
}

/* =========================================================
   ÖNE ÇIKAN KATEGORİLER — yatay carousel
   ========================================================= */
.st-cats { padding: 40px 0 16px; font-family: var(--st-font); }
.st-cats * { font-family: var(--st-font); }

.st-cats-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}
.st-cats-title {
    font-size: clamp(23px, 2.6vw, 32px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--st-ink);
    line-height: 1.1;
}
.st-cats-sub {
    margin-top: 7px;
    font-size: 13.5px;
    font-weight: 600;
    color: #087a70;
}
.st-cats-nav { display: flex; gap: 10px; flex-shrink: 0; }
.st-cats-arrow {
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    background: var(--st-bg);
    border: 1.5px solid var(--st-line);
    border-radius: 50%;
    color: var(--st-ink);
    cursor: pointer;
    transition: transform 0.15s var(--st-ease), background 0.2s var(--st-ease), border-color 0.2s var(--st-ease), color 0.2s var(--st-ease);
}
.st-cats-arrow:hover { border-color: var(--st-coral-2); color: var(--st-coral-2); }
.st-cats-arrow:active { transform: scale(0.9); }
.st-cats-arrow--next { background: var(--st-ink); border-color: var(--st-ink); color: #fff; }
.st-cats-arrow--next:hover { background: var(--st-coral-2); border-color: var(--st-coral-2); color: #fff; }

.st-cats-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.st-cats-track::-webkit-scrollbar { display: none; }

.st-cat-card {
    position: relative;
    flex: 0 0 calc((100% - 4 * 18px) / 5);
    min-width: 208px;
    aspect-ratio: 5 / 4;
    border-radius: 18px;
    overflow: hidden;
    scroll-snap-align: start;
    text-decoration: none;
    background: #ece7e0;
    box-shadow: var(--st-shadow-sm);
    transition: transform 0.35s var(--st-ease), box-shadow 0.35s var(--st-ease);
}
.st-cat-card:hover { transform: translateY(-5px); box-shadow: var(--st-shadow-md); }
.st-cat-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--st-ease);
}
.st-cat-card:hover .st-cat-img { transform: scale(1.08); }
.st-cat-scrim {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(14, 9, 11, 0.74) 0%, rgba(14, 9, 11, 0.20) 46%, transparent 72%);
}
.st-cat-name {
    position: absolute;
    left: 16px; bottom: 15px; right: 54px;
    z-index: 2;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.st-cat-count {
    position: absolute;
    top: 12px; left: 12px;
    z-index: 2;
    padding: 4px 11px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--st-ink);
    border-radius: var(--st-radius-pill);
    font-size: 11px;
    font-weight: 600;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.3s var(--st-ease), transform 0.3s var(--st-ease);
}
.st-cat-card:hover .st-cat-count { opacity: 1; transform: translateY(0); }
.st-cat-go {
    position: absolute;
    right: 14px; bottom: 14px;
    z-index: 2;
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    background: var(--st-coral-2);
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(6px) scale(0.8);
    transition: opacity 0.3s var(--st-ease), transform 0.3s var(--st-ease);
}
.st-cat-card:hover .st-cat-go { opacity: 1; transform: translateY(0) scale(1); }

@media (max-width: 1200px) { .st-cat-card { flex-basis: calc((100% - 3 * 18px) / 4); } }
@media (max-width: 1023px) { .st-cat-card { flex-basis: calc((100% - 2 * 16px) / 3); min-width: 200px; } .st-cats-track { gap: 16px; } }
@media (max-width: 767px)  { .st-cat-card { flex-basis: 76%; min-width: 0; } }

/* =========================================================
   SICAK ÜRÜNLER — promo + sekmeli ürün grid
   ========================================================= */
.st-hot { padding: 44px 0 20px; font-family: var(--st-font); }
.st-hot * { font-family: var(--st-font); }

.st-hot-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.st-hot-heading { display: inline-flex; align-items: center; gap: 12px; }
.st-hot-icon {
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--st-coral-1), var(--st-coral-2));
    color: #fff;
    border-radius: 13px;
    box-shadow: 0 8px 18px -6px rgba(16, 169, 155, 0.6);
    flex-shrink: 0;
}
.st-hot-title { font-size: clamp(21px, 2.4vw, 28px); font-weight: 700; letter-spacing: -0.02em; color: var(--st-ink); }

.st-hot-tabs { display: inline-flex; gap: 8px; }
.st-hot-tab {
    padding: 9px 18px;
    background: transparent;
    border: 1.5px solid var(--st-line);
    border-radius: var(--st-radius-pill);
    color: var(--st-ink-soft);
    font-size: 13.5px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.15s var(--st-ease), background 0.2s var(--st-ease), color 0.2s var(--st-ease), border-color 0.2s var(--st-ease);
}
.st-hot-tab:hover { color: var(--st-ink); border-color: var(--st-ink-faint); }
.st-hot-tab.is-active { background: var(--st-ink); border-color: var(--st-ink); color: #fff; }
.st-hot-tab:active { transform: scale(0.96); }

.st-hot-grid { display: grid; grid-template-columns: 1.05fr 4fr; gap: 18px; align-items: stretch; }
.st-hot-right { min-width: 0; }
.st-hot-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

/* Sol promo kartı */
.st-hot-promo {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    background: #2a1418;
    box-shadow: var(--st-shadow-sm);
    min-height: 100%;
    transition: transform 0.3s var(--st-ease), box-shadow 0.3s var(--st-ease);
}
.st-hot-promo:hover { transform: translateY(-4px); box-shadow: var(--st-shadow-md); }
.st-hot-promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--st-ease); }
.st-hot-promo:hover img { transform: scale(1.06); }
.st-hot-promo-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12, 6, 8, 0.82) 4%, rgba(12, 6, 8, 0.25) 48%, rgba(12, 6, 8, 0.15) 100%); }
.st-hot-promo-body { position: absolute; left: 22px; right: 22px; bottom: 24px; z-index: 2; color: #fff; }
.st-hot-promo-title { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; }
.st-hot-promo-sub { font-size: 13px; opacity: 0.85; margin-bottom: 18px; }

/* Ürün kartı — ortak mağaza bileşeni */
.st-prod {
    display: flex;
    flex-direction: column;
    background: var(--st-bg);
    border: 1px solid var(--st-line);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--st-shadow-sm);
    transition: transform 0.3s var(--st-ease), box-shadow 0.3s var(--st-ease), border-color 0.3s var(--st-ease);
}
.st-prod:hover { transform: translateY(-5px); box-shadow: var(--st-shadow-md); border-color: color-mix(in srgb, var(--st-coral-2) 34%, var(--st-line)); }
.st-prod-media { position: relative; display: flex; aspect-ratio: 1 / 1; background: #f7f8fa; overflow: hidden; }
.st-prod-image-link { display: block; width: 100%; height: 100%; }
.st-prod-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s var(--st-ease); }
.st-prod:hover .st-prod-media img { transform: scale(1.05); }
.st-prod-noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #cbc7c2; }
.st-prod-badge {
    position: absolute; top: 14px; left: 14px; padding: 5px 10px;
    background: var(--st-coral-2); color: #fff; border-radius: var(--st-radius-pill);
    font-size: 11px; font-weight: 700; z-index: 2;
}
.st-prod-view {
    position: absolute; left: 50%; top: 50%; width: 58px; height: 58px;
    display: flex; align-items: center; justify-content: center;
    transform: translate(-50%, -44%) scale(0.86); background: rgba(255, 255, 255, 0.96);
    color: #4f5d71; border: 1px solid rgba(18, 31, 48, 0.08); border-radius: 50%;
    z-index: 2; box-shadow: 0 12px 24px rgba(31, 42, 55, 0.14); cursor: pointer; opacity: 0;
    pointer-events: none;
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    transition: transform 0.24s var(--st-ease), opacity 0.2s var(--st-ease), background 0.2s var(--st-ease), color 0.2s var(--st-ease);
}
.st-prod:hover .st-prod-view,
.st-prod:focus-within .st-prod-view { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.st-prod-view:hover { transform: translate(-50%, -50%) scale(1.08); background: var(--st-ink); color: #fff; }
.st-prod-view:focus-visible { outline: 3px solid color-mix(in srgb, var(--st-coral-2) 50%, #fff); outline-offset: 3px; }
.st-prod-info { display: flex; flex-direction: column; gap: 8px; padding: 18px; flex: 1; }
.st-prod-brand { font-size: 10.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--st-ink-soft); }
.st-prod-name {
    font-size: clamp(14px, 1vw, 17px); font-weight: 600; line-height: 1.38; color: var(--st-ink);
    text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    min-height: 40px;
}
.st-prod-name:hover { color: var(--st-coral-2); }
.st-prod-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; margin-top: 1px; }
.st-prod-price .cur { font-size: clamp(18px, 1.3vw, 22px); font-weight: 700; letter-spacing: -0.025em; color: var(--st-ink); }
.st-prod-price .old { font-size: 12px; color: var(--st-ink-soft); text-decoration: line-through; }
.st-prod-swatches { display: flex; align-items: center; gap: 8px; min-height: 22px; }
.st-prod-swatch {
    width: 19px; height: 19px; display: inline-block; background: var(--st-swatch);
    border: 2px solid var(--st-bg); border-radius: 50%;
    box-shadow: 0 0 0 1px var(--st-line), 0 2px 5px rgba(31, 42, 55, 0.12);
}
.st-prod-rating { display: inline-flex; align-items: center; gap: 5px; min-height: 22px; color: var(--st-ink-soft); font-size: 13px; }
.st-prod-rating strong { color: var(--st-ink); font-size: 15px; }
.st-prod-rating svg { color: #f5b700; }
.st-prod-stock { min-height: 18px; font-size: 11.5px; font-weight: 600; color: var(--st-cart); }
.st-prod-stock--out { color: #cf4d57; }
.st-prod-actions { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 3px; }
.st-prod-fav {
    position: static; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
    flex: 0 0 48px; background: transparent; border: 2px solid var(--st-line); border-radius: 50%;
    color: var(--st-ink-soft); cursor: pointer;
    transition: transform 0.15s var(--st-ease), color 0.2s, border-color 0.2s, background 0.2s;
}
.st-prod-fav:hover { color: var(--st-coral-2); border-color: var(--st-coral-2); background: rgba(16, 169, 155, 0.06); transform: scale(1.05); }
.st-prod-fav:active { transform: scale(0.9); }
.st-prod-cart {
    display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 1; min-height: 48px;
    padding: 9px 10px; background: var(--st-ink); color: #fff; border: none; border-radius: var(--st-radius-pill);
    font-size: 13px; font-weight: 600; white-space: nowrap; cursor: pointer;
    transition: background 0.2s var(--st-ease), transform 0.15s var(--st-ease);
}
.st-prod-cart:hover { background: var(--st-coral-2); }
.st-prod-cart:active { transform: scale(0.97); }

@media (max-width: 600px) {
    .st-prod { border-radius: 20px; }
    .st-prod-info { padding: 14px; gap: 8px; }
    .st-prod-name { min-height: 39px; font-size: 14px; }
    .st-prod-price .cur { font-size: 18px; }
    .st-prod-view { display: none; }
    .st-prod-actions { flex-direction: column; align-items: stretch; gap: 8px; }
    .st-prod-fav { width: 48px; height: 48px; flex-basis: 48px; align-self: flex-start; }
    .st-prod-cart { width: 100%; min-height: 44px; padding: 9px 12px; font-size: 13px; }
}

@media (hover: none) and (min-width: 601px) {
    .st-prod-view { display: none; }
}

/* Hızlı bakış — ürün detayını terk etmeden karar verme katmanı */
body.st-qv-open { overflow: hidden; }
.st-qv-overlay {
    position: fixed; inset: 0; z-index: 10050; display: grid; place-items: center;
    padding: 24px; background: rgba(15, 22, 31, 0.64); opacity: 0; visibility: hidden;
    transition: opacity 0.22s var(--st-ease), visibility 0.22s var(--st-ease);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.st-qv-overlay.is-open { opacity: 1; visibility: visible; }
.st-qv {
    width: min(100%, 960px); max-height: min(700px, calc(100vh - 64px)); overflow: hidden;
    display: flex; flex-direction: column; background: var(--st-bg); color: var(--st-ink);
    border: 1px solid var(--st-line); border-radius: 24px; box-shadow: 0 28px 84px rgba(8, 15, 24, 0.34);
    transform: translateY(14px) scale(0.985); transition: transform 0.24s var(--st-ease);
}
.st-qv-overlay.is-open .st-qv { transform: translateY(0) scale(1); }
.st-qv-header { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 32px; border-bottom: 1px solid var(--st-line); }
.st-qv-header h2 { margin: 0; color: var(--st-ink); font-size: clamp(23px, 1.7vw, 30px); line-height: 1.1; letter-spacing: -0.035em; }
.st-qv-close { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 38px; border: 0; border-radius: 50%; background: transparent; color: var(--st-ink-soft); cursor: pointer; transition: background 0.2s var(--st-ease), color 0.2s var(--st-ease); }
.st-qv-close:hover { background: color-mix(in srgb, var(--st-ink) 7%, transparent); color: var(--st-ink); }
.st-qv-close:focus-visible, .st-qv-detail:focus-visible, .st-qv-add:focus-visible, .st-qv-fav:focus-visible, .st-qv-qty button:focus-visible, .st-qv-choice:focus-visible { outline: 3px solid color-mix(in srgb, var(--st-coral-2) 55%, transparent); outline-offset: 3px; }
.st-qv-main { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 1fr); min-height: 0; overflow: auto; }
.st-qv-media { position: relative; display: grid; place-items: center; min-height: 420px; padding: 32px; background: #f6f7f9; }
.st-qv-media img { width: 100%; max-height: 430px; object-fit: contain; mix-blend-mode: multiply; }
.st-qv-noimg { display: grid; place-items: center; width: 100%; height: 100%; color: var(--st-ink-faint); }
.st-qv-fav { position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background: var(--st-bg); color: var(--st-ink-soft); border: 2px solid var(--st-line); border-radius: 50%; cursor: pointer; box-shadow: var(--st-shadow-sm); transition: color 0.2s, border-color 0.2s, transform 0.16s var(--st-ease); }
.st-qv-fav:hover { color: var(--st-coral-2); border-color: var(--st-coral-2); transform: scale(1.05); }
.st-qv-copy { padding: 32px; display: flex; flex-direction: column; align-items: flex-start; }
.st-qv-brand { margin-bottom: 14px; color: var(--st-ink-faint); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.st-qv-name { margin: 0; color: var(--st-ink); font-size: clamp(25px, 2vw, 34px); font-weight: 700; line-height: 1.15; letter-spacing: -0.04em; }
.st-qv-rating { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 6px; min-height: 24px; margin-top: 18px; color: var(--st-ink-soft); font-size: 14px; }
.st-qv-rating svg { color: #f5b700; }
.st-qv-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; margin-top: 20px; color: var(--st-ink); font-size: 32px; font-weight: 750; letter-spacing: -0.04em; }
.st-qv-price-old { color: var(--st-ink-faint); font-size: 15px; font-weight: 500; text-decoration: line-through; letter-spacing: 0; }
.st-qv-desc { max-width: 440px; margin: 20px 0 0; color: var(--st-ink-soft); font-size: 15px; line-height: 1.55; }
.st-qv-options { width: 100%; margin-top: 24px; }
.st-qv-option + .st-qv-option { margin-top: 16px; }
.st-qv-option-label { display: block; margin-bottom: 10px; color: var(--st-ink); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.st-qv-choices { display: flex; flex-wrap: wrap; gap: 12px; }
.st-qv-choice { min-width: 38px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 6px 11px; background: transparent; border: 1.5px solid var(--st-line); border-radius: var(--st-radius-pill); color: var(--st-ink-soft); font-size: 12px; font-weight: 600; cursor: pointer; transition: border-color 0.18s, color 0.18s, background 0.18s, transform 0.18s var(--st-ease); }
.st-qv-choice:hover { border-color: var(--st-ink-faint); color: var(--st-ink); }
.st-qv-choice.is-selected { border-color: var(--st-ink); background: var(--st-ink); color: var(--st-bg); }
.st-qv-choice--color { width: 46px; min-width: 46px; padding: 0; border-radius: 50%; background: var(--st-qv-color); border: 3px solid var(--st-bg); box-shadow: 0 0 0 1.5px var(--st-line); }
.st-qv-choice--color.is-selected { border-color: var(--st-bg); box-shadow: 0 0 0 3px var(--st-ink); }
.st-qv-choice--color::after { content: ""; width: 16px; height: 9px; border-left: 3px solid #fff; border-bottom: 3px solid #fff; opacity: 0; transform: rotate(-45deg) translateY(-2px); }
.st-qv-choice--color.is-selected::after { opacity: 1; }
.st-qv-quantity { margin-top: 24px; }
.st-qv-qty { display: inline-flex; align-items: center; height: 50px; overflow: hidden; border: 1.5px solid var(--st-line); border-radius: 16px; }
.st-qv-qty button { width: 46px; height: 100%; border: 0; background: transparent; color: var(--st-ink); font-size: 24px; cursor: pointer; }
.st-qv-qty button:hover { background: color-mix(in srgb, var(--st-ink) 6%, transparent); }
.st-qv-qty output { min-width: 56px; text-align: center; color: var(--st-ink); font-size: 18px; font-weight: 600; }
.st-qv-footer { display: grid; grid-template-columns: 1fr minmax(190px, 230px); gap: 12px; padding: 20px 32px; border-top: 1px solid var(--st-line); background: color-mix(in srgb, var(--st-bg) 94%, var(--st-ink) 6%); }
.st-qv-detail, .st-qv-add { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 16px; font-size: 15px; font-weight: 650; text-decoration: none; cursor: pointer; transition: transform 0.16s var(--st-ease), background 0.2s var(--st-ease), border-color 0.2s var(--st-ease), color 0.2s var(--st-ease); }
.st-qv-detail { border: 1.5px solid var(--st-line); background: var(--st-bg); color: var(--st-ink); }
.st-qv-detail:hover { border-color: var(--st-ink-faint); transform: translateY(-1px); }
.st-qv-add { border: 0; background: var(--st-coral-2); color: #fff; box-shadow: 0 10px 22px color-mix(in srgb, var(--st-coral-2) 28%, transparent); }
.st-qv-add:hover { background: var(--st-ink); transform: translateY(-1px); }
.st-qv-add:disabled { opacity: 0.46; cursor: not-allowed; box-shadow: none; transform: none; }
@media (max-width: 760px) {
    .st-qv-overlay { padding: 0; place-items: end stretch; }
    .st-qv { width: 100%; max-height: min(92vh, 850px); border-radius: 24px 24px 0 0; }
    .st-qv-header { min-height: 72px; padding: 16px 20px; }
    .st-qv-header h2 { font-size: 25px; }
    .st-qv-main { grid-template-columns: 1fr; }
    .st-qv-media { min-height: 280px; max-height: 340px; padding: 26px 40px; }
    .st-qv-media img { max-height: 285px; }
    .st-qv-fav { width: 48px; height: 48px; top: 16px; right: 16px; }
    .st-qv-copy { padding: 28px 24px; }
    .st-qv-brand { margin-bottom: 12px; }
    .st-qv-name { font-size: 28px; }
    .st-qv-rating { margin-top: 16px; }
    .st-qv-price { margin-top: 18px; font-size: 32px; }
    .st-qv-desc { margin-top: 18px; font-size: 15px; }
    .st-qv-options { margin-top: 24px; }
    .st-qv-quantity { margin-top: 24px; }
    .st-qv-footer { grid-template-columns: 1fr; gap: 10px; padding: 16px 20px; }
    .st-qv-detail, .st-qv-add { min-height: 54px; font-size: 15px; }
}

@media (max-width: 1100px) { .st-hot-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1023px) {
    .st-hot-grid { grid-template-columns: 1fr; }
    .st-hot-promo { min-height: 220px; }
    .st-hot-cards { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
    .st-hot-cards { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .st-hot-head { gap: 14px; }
    .st-hot-tabs { width: 100%; overflow-x: auto; scrollbar-width: none; }
}

/* =========================================================
   KAYAN DUYURU BANDI (marquee)
   ========================================================= */
.st-marquee {
    margin-top: 34px;
    background: linear-gradient(90deg, var(--st-coral-1) 0%, var(--st-coral-2) 100%);
    overflow: hidden;
    position: relative;
    font-family: var(--st-font);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.st-marquee-track {
    display: flex;
    width: max-content;
    animation: st-marquee-scroll var(--st-marquee-speed, 30s) linear infinite;
}
.st-marquee:hover .st-marquee-track { animation-play-state: paused; }
.st-marquee-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.st-marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    padding: 14px 26px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.st-marquee-star { color: rgba(255, 255, 255, 0.85); flex-shrink: 0; }

@keyframes st-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .st-marquee-track { animation: none; }
}

/* =========================================================
   ÖNE ÇIKAN ÜRÜNLER — ortalı başlık + kategori filtre + 10 ürün
   ========================================================= */
.st-feat { padding: 52px 0 24px; font-family: var(--st-font); }
.st-feat * { font-family: var(--st-font); }
.st-feat-head { text-align: center; margin-bottom: 30px; }
.st-feat-title {
    position: relative;
    display: inline-block;
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--st-ink);
    padding-bottom: 16px;
}
.st-feat-title::after {
    content: "";
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
    width: 60px; height: 4px;
    border-radius: 9999px;
    background: linear-gradient(90deg, var(--st-coral-2), var(--st-teal-1));
}
.st-feat-tabs {
    display: flex; flex-wrap: wrap;
    align-items: center; justify-content: center;
    gap: 9px;
    margin-top: 24px;
}
.st-feat-tab {
    padding: 9px 20px;
    background: transparent;
    border: 1.5px solid var(--st-line);
    border-radius: var(--st-radius-pill);
    color: var(--st-ink-soft);
    font-size: 13.5px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.15s var(--st-ease), background 0.2s var(--st-ease), color 0.2s var(--st-ease), border-color 0.2s var(--st-ease);
}
.st-feat-tab:hover { color: var(--st-ink); border-color: var(--st-ink-faint); }
.st-feat-tab.is-active { background: #087a70; border-color: #087a70; color: #fff; }
.st-feat-tab:active { transform: scale(0.96); }

.st-feat-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.st-feat-cell { display: flex; min-width: 0; }
.st-feat-cell > .st-prod { width: 100%; }

/* Ürün kartına stok satırı (st-prod stillerini yeniden kullanır) */
.st-prod-stock { font-size: 11.5px; font-weight: 600; color: var(--st-cart); }
.st-prod-stock--out { color: var(--st-ink-faint); }

/* Tüm Ürünleri Görüntüle — minimal ortalı pill */
.st-feat-more { display: flex; justify-content: center; margin-top: 30px; }
.st-feat-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 26px;
    background: transparent;
    color: #087a70;
    border: 1.5px solid #087a70;
    border-radius: var(--st-radius-pill);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: transform 0.2s var(--st-ease), background 0.25s var(--st-ease), color 0.25s var(--st-ease), box-shadow 0.25s var(--st-ease);
}
.st-feat-cta:hover {
    background: #087a70;
    color: #fff;
    box-shadow: 0 10px 24px -10px rgba(16, 169, 155, 0.6);
    transform: translateY(-2px);
}
.st-feat-cta:active { transform: scale(0.97); }
.st-feat-cta svg { transition: transform 0.2s var(--st-ease); }
.st-feat-cta:hover svg { transform: translateX(3px); }

@media (max-width: 1100px) { .st-feat-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 860px)  { .st-feat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .st-feat-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } .st-feat-cta { padding: 18px; font-size: 14px; } }

/* =========================================================
   YENİ GELENLER — renkli panel + ürün carousel
   ========================================================= */
.st-new { padding: 40px 0 16px; font-family: var(--st-font); }
.st-new * { font-family: var(--st-font); }
.st-new-panel {
    position: relative;
    background: #f6f7f9;
    border: 1px solid var(--st-line);
    border-radius: 30px;
    padding: 34px 34px 30px;
    overflow: hidden;
}
.st-new-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}
.st-new-title { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; letter-spacing: -0.02em; color: var(--st-ink); line-height: 1.1; }
.st-new-sub { margin-top: 6px; font-size: 13.5px; font-weight: 600; color: #087a70; }
.st-new-nav { display: flex; gap: 10px; flex-shrink: 0; }
.st-new-arrow {
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    color: var(--st-ink);
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(31, 42, 55, 0.08);
    transition: transform 0.15s var(--st-ease), background 0.2s, color 0.2s;
}
.st-new-arrow:hover { background: var(--st-coral-2); color: #fff; }
.st-new-arrow:active { transform: scale(0.9); }

.st-new-track {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 4px;
}
.st-new-track::-webkit-scrollbar { display: none; }
.st-new-track > .st-prod {
    flex: 0 0 calc((100% - 4 * 16px) / 5);
    min-width: 210px;
    scroll-snap-align: start;
}

@media (max-width: 1100px) { .st-new-track > .st-prod { flex-basis: calc((100% - 3 * 16px) / 4); } }
@media (max-width: 860px)  { .st-new-track > .st-prod { flex-basis: calc((100% - 2 * 16px) / 3); } }
@media (max-width: 600px)  {
    .st-new-panel { padding: 24px 20px; border-radius: 24px; }
    .st-new-track > .st-prod { flex-basis: 74%; min-width: 0; }
}

/* =========================================================
   FOOTER — bülten + kolonlar + alt bar
   ========================================================= */
.st-footer { font-family: var(--st-font); background: var(--st-bg); margin-top: 40px; }
.st-footer * { font-family: var(--st-font); }

/* Bülten */
.st-foot-news { border-top: 1px solid var(--st-line); padding: 48px 0 42px; text-align: center; }
.st-foot-news-title { font-size: clamp(22px, 2.4vw, 28px); font-weight: 700; letter-spacing: -0.02em; color: var(--st-ink); }
.st-foot-news-sub { margin: 10px auto 24px; max-width: 480px; font-size: 14px; color: var(--st-ink-soft); line-height: 1.55; }
.st-foot-form { max-width: 520px; margin: 0 auto; }
.st-foot-input-row { display: flex; gap: 10px; }
.st-foot-input {
    flex: 1; min-width: 0;
    height: 50px;
    padding: 0 20px;
    background: var(--st-canvas);
    border: 1.5px solid var(--st-line);
    border-radius: var(--st-radius-pill);
    font-size: 14px;
    color: var(--st-ink);
    outline: none;
    transition: border-color 0.2s var(--st-ease);
}
.st-foot-input::placeholder { color: var(--st-ink-faint); }
.st-foot-input:focus { border-color: var(--st-coral-2); }
.st-foot-sub-btn {
    flex-shrink: 0;
    padding: 0 28px;
    height: 50px;
    background: var(--st-coral-2);
    color: #fff;
    border: none;
    border-radius: var(--st-radius-pill);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s var(--st-ease), transform 0.15s var(--st-ease);
}
.st-foot-sub-btn:hover { background: var(--st-coral-1); }
.st-foot-sub-btn:active { transform: scale(0.96); }
.st-foot-sub-btn:disabled { background: #e6e7ea; color: var(--st-ink-faint); cursor: not-allowed; }
/* Eski MD3 "filled field" kuralını ez: tam oval giriş */
.st-footer .st-foot-input {
    border-radius: 9999px !important;
    border: 1.5px solid var(--st-line) !important;
    background: var(--st-canvas) !important;
    min-height: 50px;
}
.st-footer .st-foot-input:focus {
    border-color: var(--st-coral-2) !important;
    box-shadow: none !important;
    background: var(--st-bg) !important;
}
.st-foot-agree {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 14px;
    font-size: 12.5px; color: var(--st-ink-soft);
    cursor: pointer;
}
.st-foot-agree input { width: 16px; height: 16px; accent-color: var(--st-coral-2); }
.st-foot-agree a { color: #087a70; text-decoration: none; }
.st-foot-agree a:hover { text-decoration: underline; }
.st-foot-done { margin-top: 8px; font-size: 14px; font-weight: 600; color: var(--st-cart); }

/* Ana footer */
.st-foot-main {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 48px 0;
    border-top: 1px solid var(--st-line);
}
.st-foot-logo { font-size: 26px; font-weight: 700; letter-spacing: -0.03em; color: var(--st-ink); text-decoration: none; }
.st-foot-logo img { height: 34px; width: auto; }
.st-foot-desc { margin: 16px 0 20px; max-width: 300px; font-size: 13.5px; line-height: 1.7; color: var(--st-ink-soft); }
.st-foot-socials { display: flex; gap: 10px; }
.st-foot-social {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #d3f2ee, #b6e9e2);
    color: var(--st-coral-2);
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.2s var(--st-ease), box-shadow 0.2s var(--st-ease), background 0.2s;
}
.st-foot-social:hover { background: linear-gradient(135deg, var(--st-coral-1), var(--st-coral-2)); color: #fff; transform: translateY(-3px); box-shadow: 0 8px 18px -6px rgba(239,92,102,0.6); }

.st-foot-col .st-foot-heading { font-size: 14px; font-weight: 700; color: var(--st-ink); margin: 4px 0 16px; }
.st-foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.st-foot-col a { font-size: 13.5px; color: var(--st-ink-soft); text-decoration: none; transition: color 0.2s var(--st-ease); }
.st-foot-col a:hover { color: var(--st-coral-2); }

/* Alt bar */
.st-foot-bottom {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 22px 0;
    border-top: 1px solid var(--st-line);
    flex-wrap: wrap;
}
.st-foot-copy { font-size: 12.5px; color: var(--st-ink-faint); }
.st-foot-pay { display: inline-flex; align-items: center; gap: 10px; }
.st-foot-pay-label { font-size: 12.5px; color: var(--st-ink-soft); }
.st-foot-pay-badges { display: inline-flex; align-items: center; gap: 7px; }
.st-payment-logo {
    display: inline-block;
    height: 24px;
    flex: 0 0 auto;
    box-sizing: border-box;
    border: 1px solid var(--st-line);
    border-radius: 6px;
    background-color: var(--st-bg);
    background-image: url('../images/payment/iyzico-payment-methods.svg');
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position-y: center;
}
/* These are unmodified crops from iyzico's official footer SVG package. */
.st-payment-logo--visa { width: 50px; background-position-x: -106px; }
.st-payment-logo--mastercard { width: 44px; background-position-x: -62px; }
.st-payment-logo--iyzico { width: 66px; background-position-x: 5px; }

.st-foot-credit { text-align: center; padding: 14px 0 22px; border-top: 1px solid var(--st-line); }
.st-foot-credit a { font-size: 11.5px; color: var(--st-ink-faint); text-decoration: none; }
.st-foot-credit a:hover { color: var(--st-coral-2); }

@media (max-width: 860px) {
    .st-foot-main { grid-template-columns: 1fr 1fr; gap: 30px; }
    .st-foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
    .st-foot-input-row { flex-direction: column; }
    .st-foot-sub-btn { width: 100%; }
    .st-foot-main { grid-template-columns: 1fr; }
    .st-foot-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
    .st-foot-pay { align-items: flex-start; flex-direction: column; }
}

/* =========================================================
   KATEGORİ / ÜRÜN LİSTELEME SAYFASI
   ========================================================= */
.st-catpage { padding: 20px 0 60px; font-family: var(--st-font); }
.st-catpage * { font-family: var(--st-font); }

/* Breadcrumb */
.st-crumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--st-ink-faint); margin-bottom: 18px; flex-wrap: wrap; }
.st-crumb a { color: var(--st-ink-soft); text-decoration: none; }
.st-crumb a:hover { color: var(--st-coral-2); }
.st-crumb svg { opacity: 0.5; }
.st-crumb .cur { color: var(--st-ink); font-weight: 600; }

.st-cat-layout { display: grid; grid-template-columns: 268px 1fr; gap: 26px; align-items: start; }

/* Sidebar */
.st-side { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 92px; }
.st-side-card { background: var(--st-bg); border: 1px solid var(--st-line); border-radius: 18px; padding: 18px; }
.st-side-title { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 700; color: var(--st-ink); margin-bottom: 14px; }
.st-side-title svg { color: var(--st-coral-2); }
.st-side-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.st-side-link {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    padding: 9px 12px;
    border-radius: 10px;
    color: var(--st-ink-soft);
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
    transition: background 0.2s var(--st-ease), color 0.2s var(--st-ease);
}
.st-side-link:hover { background: var(--st-canvas); color: var(--st-ink); }
.st-side-link.is-active { background: var(--st-coral-2); color: #fff; }
.st-side-link .cnt { font-size: 11.5px; color: var(--st-ink-faint); font-weight: 600; }
.st-side-link.is-active .cnt { color: rgba(255,255,255,0.85); }

/* Fiyat filtresi */
.st-price-row { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.st-price-row input {
    width: 100%; min-width: 0; height: 42px; padding: 0 12px;
    background: var(--st-canvas); border: 1.5px solid var(--st-line) !important; border-radius: 10px !important;
    font-size: 13px; color: var(--st-ink); outline: none;
}
.st-price-row input:focus { border-color: var(--st-coral-2) !important; box-shadow: none !important; }
.st-price-sep { color: var(--st-ink-faint); }
.st-price-btn {
    width: 100%; height: 42px;
    background: var(--st-ink); color: #fff; border: none; border-radius: var(--st-radius-pill);
    font-size: 13px; font-weight: 600; cursor: pointer;
    transition: background 0.2s var(--st-ease), transform 0.15s var(--st-ease);
}
.st-price-btn:hover { background: var(--st-coral-2); }
.st-price-btn:active { transform: scale(0.97); }
.st-price-hint { font-size: 11.5px; color: var(--st-ink-faint); margin-top: 8px; text-align: center; }

/* Banner */
.st-cat-banner {
    position: relative;
    height: 190px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--st-coral-1), var(--st-coral-2));
    margin-bottom: 18px;
}
.st-cat-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.st-cat-banner-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,10,12,0.6) 0%, rgba(15,10,12,0.15) 55%, transparent 100%); }
.st-cat-banner-body { position: absolute; left: 30px; bottom: 26px; z-index: 2; color: #fff; }
.st-cat-banner-title { font-size: clamp(26px, 3vw, 38px); font-weight: 700; letter-spacing: -0.02em; }
.st-cat-banner-chip { display: inline-block; margin-top: 10px; padding: 5px 14px; background: rgba(255,255,255,0.22); border-radius: 9999px; font-size: 12.5px; font-weight: 600; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }

/* Toolbar */
.st-cat-toolbar {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    margin-bottom: 20px; flex-wrap: wrap;
}
.st-cat-count { font-size: 13.5px; color: var(--st-ink-soft); }
.st-cat-count strong { color: var(--st-ink); font-weight: 600; }
.st-cat-sort {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 40px 0 16px !important;
    background-color: var(--st-bg) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%235b6675' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    border: 1.5px solid var(--st-line) !important;
    border-radius: var(--st-radius-pill) !important;
    font-size: 13.5px; font-weight: 500; color: var(--st-ink) !important; cursor: pointer; outline: none;
    -webkit-appearance: none; appearance: none;
}
.st-cat-sort:focus { border-color: var(--st-coral-2) !important; box-shadow: none !important; }

/* Toolbar sağ araçlar */
.st-cat-tools { display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-left: auto; }
.st-view-group {
    display: inline-flex; align-items: center; gap: 2px;
    padding: 3px;
    background: var(--st-canvas);
    border: 1px solid var(--st-line);
    border-radius: 12px;
}
.st-view-btn {
    width: 34px; height: 34px;
    display: flex; align-items: center; justify-content: center;
    background: transparent; border: none; border-radius: 9px;
    color: var(--st-ink-soft); cursor: pointer;
    transition: background 0.2s var(--st-ease), color 0.2s var(--st-ease);
}
.st-view-btn:hover { color: var(--st-ink); }
.st-view-btn.is-active { background: var(--st-ink); color: #fff; }

/* Grid */
.st-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.st-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.st-search-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }

/* Liste görünümü — yatay kartlar */
.st-cat-grid.st-cat-grid--list { grid-template-columns: 1fr !important; gap: 14px; }
.st-cat-grid--list .st-prod { flex-direction: row; align-items: stretch; }
.st-cat-grid--list .st-prod-media { width: 168px; flex-shrink: 0; aspect-ratio: 1 / 1; }
.st-cat-grid--list .st-prod-info { flex: 1; justify-content: center; }
.st-cat-grid--list .st-prod-name { min-height: 0; -webkit-line-clamp: 1; }
.st-cat-grid--list .st-prod-cart { max-width: 220px; }

/* Boş durum */
.st-cat-empty { text-align: center; padding: 60px 20px; color: var(--st-ink-soft); }
.st-cat-empty svg { color: var(--st-ink-faint); margin-bottom: 12px; }

/* Sayfalama */
.st-pager { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 34px; flex-wrap: wrap; }
.st-pager a, .st-pager span {
    min-width: 40px; height: 40px; padding: 0 12px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: var(--st-radius-pill);
    font-size: 13.5px; font-weight: 500;
    text-decoration: none;
    border: 1.5px solid var(--st-line);
    color: var(--st-ink-soft);
    transition: all 0.2s var(--st-ease);
}
.st-pager a:hover { border-color: var(--st-coral-2); color: var(--st-coral-2); }
.st-pager .is-active { background: var(--st-coral-2); border-color: var(--st-coral-2); color: #fff; }
.st-pager .disabled { opacity: 0.4; pointer-events: none; }

/* Mobil sidebar aç/kapa */
.st-side-toggle {
    display: none;
    align-items: center; gap: 8px;
    padding: 10px 18px; margin-bottom: 16px;
    background: var(--st-ink); color: #fff; border: none; border-radius: var(--st-radius-pill);
    font-size: 13.5px; font-weight: 600; cursor: pointer;
}

/* Kullanıcı kolon seçimi yalnızca geniş ekranda (küçükte responsive default) */
@media (min-width: 1101px) {
    .st-cat-grid[data-cols="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .st-cat-grid[data-cols="4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .st-cat-grid[data-cols="5"] { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
    .st-cat-grid { grid-template-columns: repeat(3, 1fr); }
    .st-catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .st-search-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .st-view-group--cols { display: none !important; }
}
@media (max-width: 980px) {
    .st-cat-layout { grid-template-columns: 1fr; }
    .st-side { position: static; }
    .st-side-toggle { display: inline-flex; }
    .st-side-wrap { display: none; }
    .st-side-wrap.is-open { display: flex; }
}
@media (max-width: 720px) { .st-search-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } }
@media (max-width: 620px) {
    .st-cat-grid, .st-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .st-cat-banner { height: 150px; }
}

/* =========================================================
   ÜRÜN DETAY — adet seçici düzeltmesi (eski MD3 input ezilir)
   ========================================================= */
.vc-refined .wd-pdp-qty input {
    background: transparent !important;
    border: none !important;
    border-left: 1px solid var(--st-line) !important;
    border-right: 1px solid var(--st-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
    height: 44px !important;
    min-height: 44px !important;
}
.vc-refined .wd-pdp-qty input::-webkit-outer-spin-button,
.vc-refined .wd-pdp-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.vc-refined .wd-pdp-qty { border-color: var(--st-line); }


/* =========================================================
   CORAL İÇ SAYFA DENEYİMİ
   Ana sayfanın st-* tasarım dilini bilgi, destek ve blog
   görünümüne taşır. Eski tema sınıflarından izole tutulur.
   ========================================================= */
.st-interior,
.st-contact,
.st-blog,
.st-blog-detail {
    font-family: var(--st-font);
    background: var(--st-canvas);
    color: var(--st-ink);
}
.st-interior *,
.st-contact *,
.st-blog *,
.st-blog-detail * { box-sizing: border-box; }

.st-interior { padding: 22px 0 64px; }
.st-interior-hero-wrap { position: relative; z-index: 1; }
.st-interior-hero-panel {
    position: relative;
    min-height: 316px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    border-radius: 30px;
    background: linear-gradient(118deg, var(--st-coral-1) 0%, var(--st-coral-2) 51%, #1f2a37 100%);
    box-shadow: 0 18px 42px rgba(16, 169, 155, 0.22);
    isolation: isolate;
}
.st-interior-hero-panel::before,
.st-interior-hero-panel::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}
.st-interior-hero-panel::before {
    width: 430px;
    height: 430px;
    right: 15%;
    top: -220px;
    border: 64px solid rgba(255, 255, 255, 0.09);
}
.st-interior-hero-panel::after {
    width: 180px;
    height: 180px;
    left: -96px;
    bottom: -112px;
    background: rgba(255, 255, 255, 0.1);
}
.st-interior-hero-copy {
    position: relative;
    z-index: 2;
    width: min(100%, 760px);
    padding: 30px 34px 34px;
    color: #fff;
}
.st-interior-hero .st-crumb,
.st-contact .st-crumb,
.st-blog .st-crumb,
.st-blog-detail .st-crumb { margin: 0 0 28px; }
.st-interior-crumb { color: rgba(255, 255, 255, 0.96); }
.st-interior-crumb a,
.st-contact-crumb a,
.st-blog-crumb a,
.st-article-crumb a { color: inherit; opacity: 0.95; font-weight: 600; }
.st-interior-crumb .cur,
.st-contact-crumb .cur,
.st-blog-crumb .cur,
.st-article-crumb .cur { color: inherit; opacity: 1; font-weight: 700; }
.st-interior-crumb svg,
.st-contact-crumb svg,
.st-blog-crumb svg,
.st-article-crumb svg { width: 14px; height: 14px; opacity: 0.88; }

.st-interior-eyebrow,
.st-blog-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    max-width: 100%;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--st-radius-pill);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.st-interior-eyebrow { margin-bottom: 17px; }
.st-interior-hero-copy h1 {
    max-width: 660px;
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4.2vw, 52px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.02;
}
.st-interior-hero-copy > p {
    max-width: 610px;
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(14px, 1.35vw, 17px);
    line-height: 1.6;
}
.st-interior-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 24px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}
.st-interior-facts li { display: grid; gap: 1px; }
.st-interior-facts strong { color: #fff; font-size: 13px; font-weight: 700; }
.st-interior-facts span { color: rgba(255, 255, 255, 0.95); font-size: 11.5px; font-weight: 600; }
.st-interior-hero-art {
    position: absolute;
    inset: 0 0 0 auto;
    width: min(39%, 450px);
    overflow: hidden;
    pointer-events: none;
}
.st-interior-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
}
.st-interior-orbit--one { width: 340px; height: 340px; top: -96px; right: -30px; }
.st-interior-orbit--two { width: 230px; height: 230px; right: 48px; bottom: -106px; border-width: 22px; border-color: rgba(246, 196, 69, 0.24); }
.st-interior-orbit--three { width: 112px; height: 112px; top: 76px; left: 35px; border-color: rgba(255, 255, 255, 0.16); }
.st-interior-symbol {
    position: absolute;
    right: 18%;
    top: 50%;
    width: 118px;
    height: 118px;
    display: grid;
    place-items: center;
    transform: translateY(-50%) rotate(-8deg);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    box-shadow: 0 20px 38px rgba(17, 45, 54, 0.2);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.st-interior-symbol svg { width: 55px; height: 55px; }
.st-interior-body { position: relative; z-index: 2; }
.st-interior-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 306px;
    gap: 24px;
    align-items: start;
    margin-top: -26px;
}
.st-content-card,
.st-aside-card,
.st-contact-form-card,
.st-contact-hours-card,
.st-contact-visit-card,
.st-blog-card,
.st-article-author {
    border: 1px solid var(--st-line);
    background: var(--st-bg);
    box-shadow: var(--st-shadow-sm);
}
.st-content-card { border-radius: 28px; padding: clamp(25px, 4vw, 46px); }
.st-content-card-head,
.st-aside-heading,
.st-contact-section-head {
    display: flex;
    align-items: center;
    gap: 13px;
}
.st-content-card-head { padding-bottom: 24px; border-bottom: 1px solid var(--st-line); }
.st-content-card-icon,
.st-aside-heading > span,
.st-contact-section-icon {
    width: 45px;
    height: 45px;
    display: grid;
    flex: 0 0 45px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(35, 201, 193, 0.2), rgba(16, 169, 155, 0.09));
    color: var(--st-coral-2);
}
.st-content-card-icon svg,
.st-aside-heading > span svg,
.st-contact-section-icon svg { width: 23px; height: 23px; }
.st-content-card-head p,
.st-aside-heading p,
.st-contact-section-head p,
.st-contact-visit-card > p,
.st-article-author p {
    margin: 0 0 4px;
    color: var(--st-coral-2);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.st-content-card-head h2,
.st-aside-heading h2,
.st-contact-section-head h2,
.st-contact-visit-card h2,
.st-article-author h2 {
    margin: 0;
    color: var(--st-ink);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25;
}
.st-page-rich { padding-top: 28px; color: var(--st-ink-soft); font-size: 15px; line-height: 1.78; }
.st-page-rich > :first-child { margin-top: 0; }
.st-page-rich > :last-child { margin-bottom: 0; }
.st-page-rich h2,
.st-page-rich h3,
.st-page-rich h4 { color: var(--st-ink); line-height: 1.25; letter-spacing: -0.025em; }
.st-page-rich h2 {
    position: relative;
    margin: 42px 0 15px;
    padding: 0 0 13px;
    font-size: clamp(21px, 2vw, 27px);
    font-weight: 700;
    border-bottom: 1px solid var(--st-line);
}
.st-page-rich h2::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 46px;
    height: 3px;
    content: "";
    border-radius: 99px;
    background: linear-gradient(90deg, var(--st-coral-1), var(--st-coral-2));
}
.st-page-rich h3 { margin: 30px 0 10px; font-size: 18px; font-weight: 700; }
.st-page-rich h4 { margin: 24px 0 8px; font-size: 16px; font-weight: 700; }
.st-page-rich p { margin: 0 0 17px; }
.st-page-rich a { color: var(--st-coral-2); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(16, 169, 155, 0.35); text-underline-offset: 3px; }
.st-page-rich a:hover { color: var(--st-ink); text-decoration-color: currentColor; }
.st-page-rich strong { color: var(--st-ink); font-weight: 700; }
.st-page-rich ul,
.st-page-rich ol { margin: 0 0 20px; padding: 0; }
.st-page-rich ul { list-style: none; }
.st-page-rich ul li { position: relative; padding-left: 26px; margin: 9px 0; }
.st-page-rich ul li::before {
    position: absolute;
    top: 0.74em;
    left: 2px;
    width: 9px;
    height: 9px;
    content: "";
    border: 2px solid var(--st-coral-2);
    border-radius: 50%;
}
.st-page-rich ol { padding-left: 24px; }
.st-page-rich ol li { padding-left: 6px; margin: 9px 0; }
.st-page-rich ol li::marker { color: var(--st-coral-2); font-weight: 700; }
.st-page-rich blockquote {
    position: relative;
    margin: 28px 0;
    padding: 22px 24px 22px 27px;
    border: 1px solid rgba(16, 169, 155, 0.18);
    border-radius: 18px;
    background: rgba(35, 201, 193, 0.07);
    color: var(--st-ink);
    font-size: 16px;
    font-style: normal;
}
.st-page-rich blockquote::before { position: absolute; inset: 18px auto 18px 0; width: 4px; content: ""; border-radius: 0 4px 4px 0; background: var(--st-coral-2); }
.st-page-rich table { width: 100%; margin: 24px 0; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--st-line); border-radius: 16px; font-size: 13.5px; }
.st-page-rich th,
.st-page-rich td { padding: 14px 16px; border-bottom: 1px solid var(--st-line); text-align: left; vertical-align: top; }
.st-page-rich tr:last-child td { border-bottom: 0; }
.st-page-rich th { background: var(--st-canvas); color: var(--st-ink); font-weight: 700; }
.st-interior--faq .st-page-rich h2 { padding: 18px 20px 18px 24px; border: 1px solid var(--st-line); border-radius: 16px; background: var(--st-canvas); font-size: 18px; }
.st-interior--faq .st-page-rich h2::after { top: 50%; bottom: auto; left: 0; width: 4px; height: 32px; transform: translateY(-50%); }
.st-empty-content { display: grid; justify-items: start; gap: 11px; padding: 25px; border: 1px dashed var(--st-line); border-radius: 18px; background: var(--st-canvas); }
.st-empty-content span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(35, 201, 193, 0.12); color: var(--st-coral-2); }
.st-empty-content svg { width: 21px; height: 21px; }
.st-empty-content p { margin: 0; }
.st-content-updated { display: flex; align-items: center; gap: 8px; margin-top: 35px; padding-top: 18px; border-top: 1px solid var(--st-line); color: var(--st-ink-faint); font-size: 12.5px; }
.st-content-updated svg { width: 15px; height: 15px; color: var(--st-coral-2); }
.st-content-updated time { color: var(--st-ink-soft); font-weight: 600; }
.st-page-aside { position: sticky; top: 150px; display: grid; gap: 18px; }
.st-aside-card { border-radius: 22px; padding: 20px; }
.st-aside-heading { margin-bottom: 14px; }
.st-aside-heading > span { width: 38px; height: 38px; flex-basis: 38px; border-radius: 12px; }
.st-aside-heading > span svg { width: 19px; height: 19px; }
.st-aside-heading h2 { font-size: 16px; }
.st-page-nav { display: grid; gap: 3px; }
.st-page-nav a {
    display: grid;
    grid-template-columns: 29px minmax(0, 1fr) 15px;
    align-items: center;
    gap: 8px;
    min-height: 45px;
    padding: 7px 9px;
    border-radius: 13px;
    color: var(--st-ink-soft);
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s var(--st-ease), background 0.2s var(--st-ease), transform 0.2s var(--st-ease);
}
.st-page-nav a:hover { color: var(--st-ink); background: var(--st-canvas); transform: translateX(2px); }
.st-page-nav a.is-active { background: linear-gradient(110deg, var(--st-coral-1), var(--st-coral-2)); color: #fff; box-shadow: 0 8px 16px rgba(16, 169, 155, 0.22); }
.st-page-nav-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: rgba(16, 169, 155, 0.1); color: var(--st-coral-2); }
.st-page-nav-icon svg { width: 15px; height: 15px; }
.st-page-nav a.is-active .st-page-nav-icon { background: rgba(255, 255, 255, 0.18); color: #fff; }
.st-page-nav-arrow { display: grid; place-items: center; opacity: 0; transform: translateX(-3px); transition: opacity 0.2s var(--st-ease), transform 0.2s var(--st-ease); }
.st-page-nav-arrow svg { width: 14px; height: 14px; }
.st-page-nav a:hover .st-page-nav-arrow,
.st-page-nav a.is-active .st-page-nav-arrow { opacity: 1; transform: translateX(0); }
.st-help-card { position: relative; overflow: hidden; border: 0; background: var(--st-ink); color: #fff; }
.st-help-card::after { position: absolute; right: -42px; bottom: -58px; width: 180px; height: 180px; content: ""; border: 30px solid rgba(35, 201, 193, 0.25); border-radius: 50%; }
.st-help-card-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 13px; background: rgba(35, 201, 193, 0.18); color: var(--st-coral-1); }
.st-help-card-icon svg { width: 21px; height: 21px; }
.st-help-card p { position: relative; z-index: 1; margin: 0 0 7px; color: var(--st-coral-1); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.st-help-card h2 { position: relative; z-index: 1; max-width: 220px; margin: 0; color: #fff; font-size: 19px; line-height: 1.25; letter-spacing: -0.025em; }
.st-help-card a,
.st-contact-hero-cta,
.st-blog-read-link,
.st-blog-card-link,
.st-blog-callout a,
.st-blog-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
}
.st-help-card a { position: relative; z-index: 1; margin-top: 22px; color: #fff; }
.st-help-card a svg,
.st-contact-hero-cta svg,
.st-blog-read-link svg,
.st-blog-card-link svg,
.st-blog-callout a svg,
.st-blog-text-link svg { width: 16px; height: 16px; transition: transform 0.2s var(--st-ease); }
.st-help-card a:hover svg,
.st-contact-hero-cta:hover svg,
.st-blog-read-link:hover svg,
.st-blog-card-link:hover svg,
.st-blog-callout a:hover svg,
.st-blog-text-link:hover svg { transform: translateX(3px); }

/* İletişim */
.st-contact { padding: 22px 0 64px; }
.st-contact-hero {
    position: relative;
    overflow: hidden;
    min-height: 325px;
    padding: 30px 34px 36px;
    border-radius: 30px;
    background: linear-gradient(124deg, #1f2a37 0%, #263d45 36%, var(--st-coral-2) 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(16, 169, 155, 0.18);
}
.st-contact-hero::before { position: absolute; top: -122px; right: 11%; width: 300px; height: 300px; content: ""; border: 48px solid rgba(255, 255, 255, 0.08); border-radius: 50%; }
.st-contact-hero-grid { display: grid; grid-template-columns: minmax(0, 620px) 1fr; align-items: center; min-height: 225px; }
.st-contact-hero h1 { max-width: 600px; margin: 0; color: #fff; font-size: clamp(34px, 4.4vw, 55px); font-weight: 700; letter-spacing: -0.05em; line-height: 1; }
.st-contact-hero p { max-width: 550px; margin: 16px 0 0; color: rgba(255, 255, 255, 0.82); font-size: 16px; line-height: 1.65; }
.st-contact-hero-cta { min-height: 44px; margin-top: 24px; padding: 0 18px; border-radius: var(--st-radius-pill); background: #fff; color: var(--st-ink); }
.st-contact-hero-cta:hover { color: var(--st-coral-2); transform: translateY(-2px); }
.st-contact-hero-art { position: relative; min-height: 220px; }
.st-contact-wave { position: absolute; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; }
.st-contact-wave--one { top: 13px; right: 13%; width: 210px; height: 210px; }
.st-contact-wave--two { right: 43%; bottom: 3px; width: 126px; height: 126px; border-width: 18px; border-color: rgba(246, 196, 69, 0.27); }
.st-contact-orb { position: absolute; border-radius: 50%; }
.st-contact-orb--one { top: 43px; right: 24%; width: 36px; height: 36px; background: var(--st-gold); box-shadow: 0 8px 20px rgba(246, 196, 69, 0.34); }
.st-contact-orb--two { right: 10%; bottom: 33px; width: 18px; height: 18px; background: #fff; }
.st-contact-art-icon { position: absolute; top: 50%; right: 25%; width: 93px; height: 93px; display: grid; place-items: center; transform: translateY(-50%) rotate(8deg); border: 1px solid rgba(255,255,255,0.26); border-radius: 28px; background: rgba(255,255,255,0.13); color: #fff; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.st-contact-art-icon svg { width: 45px; height: 45px; }
.st-contact-details { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.st-contact-detail-card { display: grid; grid-template-columns: 44px minmax(0, 1fr) 16px; align-items: center; gap: 10px; min-height: 89px; padding: 14px; border: 1px solid var(--st-line); border-radius: 19px; background: var(--st-bg); color: var(--st-ink); text-decoration: none; box-shadow: var(--st-shadow-sm); transition: transform 0.25s var(--st-ease), border-color 0.25s var(--st-ease), box-shadow 0.25s var(--st-ease); }
.st-contact-detail-card:hover { border-color: rgba(16,169,155,0.4); transform: translateY(-3px); box-shadow: var(--st-shadow-md); }
.st-contact-detail-card--address { grid-template-columns: 44px minmax(0,1fr); font-style: normal; }
.st-contact-detail-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: rgba(35,201,193,0.11); color: var(--st-coral-2); }
.st-contact-detail-icon svg { width: 21px; height: 21px; }
.st-contact-detail-card--whatsapp .st-contact-detail-icon { background: rgba(47,165,100,0.13); color: var(--st-cart); }
.st-contact-detail-card small { display: block; margin-bottom: 4px; color: var(--st-ink-faint); font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.st-contact-detail-card strong { display: block; overflow: hidden; color: var(--st-ink); font-size: 12.5px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.st-contact-detail-arrow { color: var(--st-coral-2); opacity: 0; transform: translateX(-4px); transition: opacity 0.2s var(--st-ease), transform 0.2s var(--st-ease); }
.st-contact-detail-arrow svg { width: 16px; height: 16px; }
.st-contact-detail-card:hover .st-contact-detail-arrow { opacity: 1; transform: translateX(0); }
.st-contact-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 24px; margin-top: 24px; }
.st-contact-form-card { border-radius: 26px; padding: clamp(24px, 4vw, 40px); }
.st-contact-form-intro { margin: 13px 0 28px; color: var(--st-ink-soft); font-size: 14px; line-height: 1.65; }
.st-form-notice { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 23px; padding: 14px 16px; border: 1px solid rgba(47,165,100,0.28); border-radius: 14px; background: rgba(47,165,100,0.08); color: #167543; }
.st-form-notice span { width: 20px; height: 20px; display: grid; flex: 0 0 20px; place-items: center; border-radius: 50%; background: var(--st-cart); color: #fff; }
.st-form-notice svg { width: 13px; height: 13px; }
.st-form-notice p { margin: 1px 0 0; font-size: 13px; font-weight: 600; line-height: 1.45; }
.st-contact-form { display: grid; gap: 18px; }
.st-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.st-field { display: grid; gap: 8px; }
.st-field label { color: var(--st-ink); font-size: 12.5px; font-weight: 700; }
.st-field input,
.st-field select,
.st-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 0 15px;
    border: 1.5px solid var(--st-line) !important;
    border-radius: 14px !important;
    outline: 0;
    background: var(--st-canvas) !important;
    color: var(--st-ink) !important;
    font-family: var(--st-font);
    font-size: 14px;
    box-shadow: none !important;
    transition: border-color 0.2s var(--st-ease), background 0.2s var(--st-ease), box-shadow 0.2s var(--st-ease);
}
.st-field textarea { min-height: 146px; padding: 13px 15px; resize: vertical; }
.st-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%235b6675' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important; background-repeat: no-repeat !important; background-position: right 15px center !important; padding-right: 44px; }
.st-field input:focus,
.st-field select:focus,
.st-field textarea:focus { border-color: var(--st-coral-2) !important; background-color: var(--st-bg) !important; box-shadow: 0 0 0 4px rgba(16,169,155,0.12) !important; }
.st-contact-submit { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 0; border-radius: var(--st-radius-pill); background: var(--st-ink); color: #fff; font-family: var(--st-font); font-size: 13.5px; font-weight: 700; cursor: pointer; transition: transform 0.18s var(--st-ease), background 0.2s var(--st-ease), box-shadow 0.2s var(--st-ease); }
.st-contact-submit:hover { background: var(--st-coral-2); transform: translateY(-2px); box-shadow: 0 12px 22px rgba(16,169,155,0.23); }
.st-contact-submit svg { width: 16px; height: 16px; }
.st-contact-side { display: grid; align-content: start; gap: 18px; }
.st-contact-visit-card { position: relative; overflow: hidden; min-height: 238px; padding: 29px; border: 0; border-radius: 25px; background: linear-gradient(135deg, var(--st-coral-1), var(--st-coral-2)); color: #fff; }
.st-contact-visit-card::before { position: absolute; right: -55px; bottom: -68px; width: 230px; height: 230px; content: ""; border: 34px solid rgba(255,255,255,0.15); border-radius: 50%; }
.st-contact-visit-card > .st-contact-section-icon { position: relative; z-index: 1; background: rgba(255,255,255,0.18); color: #fff; }
.st-contact-visit-card > p { position: relative; z-index: 1; margin-top: 21px; color: rgba(255,255,255,0.75); }
.st-contact-visit-card h2 { position: relative; z-index: 1; color: #fff; font-size: 22px; }
.st-contact-visit-card address { position: relative; z-index: 1; max-width: 220px; margin-top: 11px; color: rgba(255,255,255,0.89); font-size: 14px; font-style: normal; line-height: 1.6; }
.st-contact-visit-mark { position: absolute; z-index: 1; top: 31px; right: 31px; width: 25px; height: 25px; border-radius: 50%; background: var(--st-gold); box-shadow: 0 6px 15px rgba(246,196,69,0.42); }
.st-contact-hours-card { border-radius: 25px; padding: 24px; }
.st-contact-hours { display: grid; gap: 0; margin: 23px 0 0; }
.st-contact-hours div { display: flex; justify-content: space-between; gap: 14px; padding: 13px 0; border-top: 1px solid var(--st-line); }
.st-contact-hours dt { color: var(--st-ink-soft); font-size: 12.5px; }
.st-contact-hours dd { margin: 0; color: var(--st-ink); font-size: 12.5px; font-weight: 700; text-align: right; }

/* Blog listesi */
.st-blog { padding: 22px 0 0; }
.st-blog-hero { position: relative; overflow: hidden; padding: 31px 0 58px; background: linear-gradient(180deg, var(--st-bg) 0%, var(--st-canvas) 100%); }
.st-blog-hero::after { position: absolute; top: 58px; right: -168px; width: 440px; height: 440px; content: ""; border: 56px solid rgba(35,201,193,0.08); border-radius: 50%; pointer-events: none; }
.st-blog .st-shell { position: relative; z-index: 1; }
.st-blog-crumb { color: var(--st-ink-soft); }
.st-blog-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 365px); align-items: end; gap: 32px; margin-bottom: 31px; }
.st-blog-heading .st-blog-kicker { margin-bottom: 15px; border-color: rgba(16,169,155,0.18); background: rgba(35,201,193,0.1); color: var(--st-coral-2); }
.st-blog-kicker svg { width: 14px; height: 14px; }
.st-blog-heading h1 { max-width: 700px; margin: 0; color: var(--st-ink); font-size: clamp(32px, 4.5vw, 58px); font-weight: 700; letter-spacing: -0.055em; line-height: 1; }
.st-blog-heading > p { margin: 0 0 3px; color: var(--st-ink-soft); font-size: 15px; line-height: 1.65; }
.st-blog-feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); overflow: hidden; border: 1px solid var(--st-line); border-radius: 28px; background: var(--st-bg); box-shadow: var(--st-shadow-md); }
.st-blog-feature-media { position: relative; min-height: 390px; overflow: hidden; background: linear-gradient(135deg, var(--st-coral-1), var(--st-coral-2)); }
.st-blog-feature-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(15,27,35,0.04), rgba(15,27,35,0.28)); pointer-events: none; }
.st-blog-feature-media img,
.st-blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.65s var(--st-ease); }
.st-blog-feature:hover img,
.st-blog-card:hover img { transform: scale(1.05); }
.st-blog-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, var(--st-coral-1), var(--st-coral-2)); color: rgba(255,255,255,0.9); }
.st-blog-image-placeholder svg { width: 62px; height: 62px; }
.st-blog-feature-badge { position: absolute; z-index: 2; top: 23px; left: 23px; padding: 7px 12px; border-radius: var(--st-radius-pill); background: #fff; color: var(--st-ink); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.st-blog-feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(28px, 5vw, 58px); }
.st-blog-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--st-ink-faint); font-size: 11px; font-weight: 600; }
.st-blog-meta span { color: var(--st-coral-2); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.st-blog-meta time::before { display: inline-block; width: 3px; height: 3px; margin: 0 9px 2px 0; content: ""; border-radius: 50%; background: var(--st-ink-faint); }
.st-blog-feature-copy h2 { max-width: 510px; margin: 15px 0 14px; font-size: clamp(25px, 3vw, 39px); font-weight: 700; letter-spacing: -0.045em; line-height: 1.08; }
.st-blog-feature-copy h2 a,
.st-blog-card h3 a { color: var(--st-ink); text-decoration: none; transition: color .2s var(--st-ease); }
.st-blog-feature-copy h2 a:hover,
.st-blog-card h3 a:hover { color: var(--st-coral-2); }
.st-blog-feature-copy > p { max-width: 480px; margin: 0; color: var(--st-ink-soft); font-size: 14.5px; line-height: 1.65; }
.st-blog-read-link { min-height: 43px; margin-top: 25px; padding: 0 17px; border: 1px solid var(--st-coral-2); border-radius: var(--st-radius-pill); color: var(--st-coral-2); }
.st-blog-read-link:hover { background: var(--st-coral-2); color: #fff; }
.st-blog-posts,
.st-blog-related { padding: 58px 0 72px; }
.st-blog-related { border-top: 1px solid var(--st-line); background: var(--st-bg); }
.st-blog-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.st-blog-section-head > div > span { display: block; margin-bottom: 6px; color: var(--st-coral-2); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.st-blog-section-head h2 { margin: 0; color: var(--st-ink); font-size: clamp(23px,2.6vw,32px); font-weight: 700; letter-spacing: -.035em; line-height: 1.1; }
.st-blog-text-link { color: var(--st-ink-soft); white-space: nowrap; }
.st-blog-text-link:hover { color: var(--st-coral-2); }
.st-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.st-blog-card { overflow: hidden; border-radius: 22px; transition: transform .28s var(--st-ease), box-shadow .28s var(--st-ease), border-color .28s var(--st-ease); }
.st-blog-card:hover { border-color: rgba(16,169,155,.42); transform: translateY(-5px); box-shadow: var(--st-shadow-md); }
.st-blog-card-media { position: relative; display: block; aspect-ratio: 1.42 / 1; overflow: hidden; background: var(--st-canvas); }
.st-blog-card-arrow { position: absolute; top: 15px; right: 15px; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--st-ink); opacity: 0; transform: translateY(6px); transition: opacity .24s var(--st-ease), transform .24s var(--st-ease), color .2s var(--st-ease); box-shadow: var(--st-shadow-sm); }
.st-blog-card-arrow svg { width: 17px; height: 17px; }
.st-blog-card:hover .st-blog-card-arrow { opacity: 1; transform: translateY(0); }
.st-blog-card:hover .st-blog-card-arrow { color: var(--st-coral-2); }
.st-blog-card-copy { padding: 21px 21px 22px; }
.st-blog-card h3 { min-height: 50px; margin: 12px 0 9px; font-size: 18px; font-weight: 700; letter-spacing: -.025em; line-height: 1.3; }
.st-blog-card-copy > p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--st-ink-soft); font-size: 13px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.st-blog-card-link { margin-top: 17px; color: var(--st-coral-2); }
.st-blog-callout { position: relative; grid-column: span 3; overflow: hidden; min-height: 185px; padding: 31px; border-radius: 24px; background: var(--st-ink); color: #fff; }
.st-blog-callout::after { position: absolute; top: -94px; right: 5%; width: 260px; height: 260px; content: ""; border: 40px solid rgba(35,201,193,.28); border-radius: 50%; }
.st-blog-callout > span { position: relative; z-index: 1; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: rgba(35,201,193,.18); color: var(--st-coral-1); }
.st-blog-callout > span svg { width: 21px; height: 21px; }
.st-blog-callout p { position: relative; z-index: 1; margin: 17px 0 4px; color: var(--st-coral-1); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.st-blog-callout h3 { position: relative; z-index: 1; max-width: 520px; margin: 0; color: #fff; font-size: clamp(20px,2.4vw,28px); line-height: 1.18; letter-spacing: -.035em; }
.st-blog-callout a { position: absolute; z-index: 1; right: 31px; bottom: 31px; min-height: 42px; padding: 0 16px; border: 1px solid rgba(255,255,255,.23); border-radius: var(--st-radius-pill); color: #fff; }
.st-blog-callout a:hover { border-color: var(--st-coral-1); background: var(--st-coral-1); }
.st-blog-empty { display: grid; justify-items: center; max-width: 540px; margin: 0 auto; padding: 62px 24px; border: 1px dashed var(--st-line); border-radius: 24px; background: var(--st-bg); color: var(--st-ink-soft); text-align: center; }
.st-blog-empty--hero { max-width: none; margin: 0; background: rgba(255,255,255,.68); }
.st-blog-empty > span { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 17px; background: rgba(35,201,193,.12); color: var(--st-coral-2); }
.st-blog-empty svg { width: 27px; height: 27px; }
.st-blog-empty h2,
.st-blog-empty h3 { margin: 0; color: var(--st-ink); font-size: 21px; letter-spacing: -.025em; }
.st-blog-empty p { max-width: 430px; margin: 10px 0 0; font-size: 14px; line-height: 1.6; }
.st-blog-pager { display: flex; justify-content: center; gap: 7px; margin-top: 37px; }
.st-blog-pager a { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--st-line); border-radius: 50%; background: var(--st-bg); color: var(--st-ink-soft); font-size: 13px; font-weight: 700; text-decoration: none; transition: color .2s var(--st-ease), background .2s var(--st-ease), border-color .2s var(--st-ease); }
.st-blog-pager a:hover { border-color: var(--st-coral-2); color: var(--st-coral-2); }
.st-blog-pager a.is-active { border-color: var(--st-coral-2); background: var(--st-coral-2); color: #fff; }

/* Blog detay */
.st-blog-detail { padding-top: 0; }
.st-reading-progress { position: fixed; z-index: 600; top: 0; left: 0; width: 100%; height: 4px; background: transparent; }
.st-reading-progress span { display: block; width: 0; height: 100%; border-radius: 0 99px 99px 0; background: linear-gradient(90deg, var(--st-coral-1), var(--st-coral-2)); transition: width .08s linear; }
.st-article-hero { position: relative; overflow: hidden; padding: 31px 0 54px; background: var(--st-bg); }
.st-article-hero::before { position: absolute; top: -160px; right: -100px; width: 560px; height: 560px; content: ""; border: 66px solid rgba(35,201,193,.08); border-radius: 50%; }
.st-article-crumb { color: var(--st-ink-soft); }
.st-article-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.85fr); align-items: center; gap: clamp(30px,6vw,80px); }
.st-article-intro { position: relative; z-index: 1; padding: 25px 0; }
.st-article-intro .st-blog-kicker { margin-bottom: 17px; border-color: rgba(16,169,155,.18); background: rgba(35,201,193,.1); color: var(--st-coral-2); }
.st-article-intro h1 { max-width: 780px; margin: 0; color: var(--st-ink); font-size: clamp(34px,4.5vw,62px); font-weight: 700; letter-spacing: -.06em; line-height: .99; }
.st-article-excerpt { max-width: 680px; margin: 21px 0 0; color: var(--st-ink-soft); font-size: clamp(16px,1.6vw,20px); line-height: 1.57; }
.st-article-meta-row { display: flex; flex-wrap: wrap; gap: 11px 20px; margin-top: 26px; color: var(--st-ink-soft); font-size: 12.5px; font-weight: 600; }
.st-article-meta-row span { display: inline-flex; align-items: center; gap: 7px; }
.st-article-meta-row svg { width: 16px; height: 16px; color: var(--st-coral-2); }
.st-article-feature-media { position: relative; min-height: 380px; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg, var(--st-coral-1), var(--st-coral-2)); box-shadow: 0 20px 34px rgba(16,169,155,.17); }
.st-article-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.st-article-feature-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, transparent 55%, rgba(16,169,155,.25)); pointer-events: none; }
.st-article-media-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.9); }
.st-article-media-placeholder svg { width: 75px; height: 75px; }
.st-article-media-accent { position: absolute; z-index: 2; right: 25px; bottom: 25px; width: 38px; height: 38px; border-radius: 50%; background: var(--st-gold); box-shadow: 0 7px 20px rgba(246,196,69,.45); }
.st-article-body { padding: 55px 0 70px; background: var(--st-canvas); }
.st-article-layout { display: grid; grid-template-columns: 225px minmax(0,760px); justify-content: center; gap: clamp(30px,6vw,80px); }
.st-article-aside { position: relative; }
.st-article-aside-inner { position: sticky; top: 150px; display: grid; gap: 29px; }
.st-article-toc > p,
.st-article-share > p { margin: 0 0 12px; color: var(--st-ink-faint); font-size: 10.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.st-article-toc nav { display: grid; gap: 4px; border-left: 1px solid var(--st-line); }
.st-article-toc a { display: block; padding: 6px 0 6px 14px; color: var(--st-ink-faint); font-size: 12px; font-weight: 600; line-height: 1.35; text-decoration: none; transition: color .2s var(--st-ease), border-color .2s var(--st-ease); }
.st-article-toc a:hover,
.st-article-toc a.is-active { color: var(--st-ink); }
.st-article-toc a.is-active { box-shadow: inset 2px 0 0 var(--st-coral-2); }
.st-article-share > div { display: flex; gap: 7px; }
.st-share-button { width: 37px; height: 37px; display: grid; place-items: center; padding: 0; border: 1px solid var(--st-line); border-radius: 50%; background: var(--st-bg); color: var(--st-ink-soft); cursor: pointer; text-decoration: none; transition: transform .18s var(--st-ease), color .2s var(--st-ease), border-color .2s var(--st-ease); }
.st-share-button:hover { border-color: var(--st-coral-2); color: var(--st-coral-2); transform: translateY(-2px); }
.st-share-button svg { width: 16px; height: 16px; }
.st-article-content-wrap { min-width: 0; }
.st-article-content { padding: clamp(26px,5vw,54px); border: 1px solid var(--st-line); border-radius: 28px; background: var(--st-bg); box-shadow: var(--st-shadow-sm); color: var(--st-ink-soft); font-size: clamp(15px,1.35vw,17px); line-height: 1.8; }
.st-article-content > :first-child { margin-top: 0; }
.st-article-content > :last-child { margin-bottom: 0; }
.st-article-content h2,
.st-article-content h3,
.st-article-content h4 { color: var(--st-ink); letter-spacing: -.035em; line-height: 1.18; scroll-margin-top: 155px; }
.st-article-content h2 { margin: 51px 0 17px; font-size: clamp(25px,3vw,34px); font-weight: 700; }
.st-article-content h3 { margin: 35px 0 13px; font-size: clamp(20px,2.2vw,25px); font-weight: 700; }
.st-article-content h4 { margin: 28px 0 10px; font-size: 18px; font-weight: 700; }
.st-article-content p { margin: 0 0 22px; }
.st-article-content a { color: var(--st-coral-2); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(16,169,155,.35); text-underline-offset: 3px; }
.st-article-content strong { color: var(--st-ink); font-weight: 700; }
.st-article-content ul,
.st-article-content ol { margin: 0 0 25px; }
.st-article-content li { margin: 8px 0; }
.st-article-content li::marker { color: var(--st-coral-2); }
.st-article-content blockquote { position: relative; margin: 32px 0; padding: 24px 25px 24px 30px; border: 1px solid rgba(16,169,155,.2); border-radius: 18px; background: rgba(35,201,193,.075); color: var(--st-ink); font-size: 18px; font-weight: 600; line-height: 1.6; }
.st-article-content blockquote::before { position: absolute; top: 20px; bottom: 20px; left: 0; width: 4px; content: ""; border-radius: 0 3px 3px 0; background: var(--st-coral-2); }
.st-article-content img { display: block; width: 100%; height: auto; margin: 31px 0; border-radius: 18px; }
.st-article-content pre { overflow: auto; margin: 28px 0; padding: 20px; border-radius: 16px; background: var(--st-ink); color: #fff; font-size: 13px; }
.st-article-content code { padding: 2px 5px; border-radius: 5px; background: var(--st-canvas); color: var(--st-ink); font-size: .87em; }
.st-article-content pre code { padding: 0; background: transparent; color: inherit; }
.st-article-content table { width: 100%; margin: 27px 0; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--st-line); border-radius: 16px; font-size: 13.5px; }
.st-article-content th,
.st-article-content td { padding: 13px 15px; border-bottom: 1px solid var(--st-line); text-align: left; }
.st-article-content tr:last-child td { border-bottom: 0; }
.st-article-content th { background: var(--st-canvas); color: var(--st-ink); font-weight: 700; }
.st-article-author { display: flex; align-items: center; gap: 18px; margin-top: 22px; padding: 23px; border-radius: 21px; }
.st-article-author-mark { width: 54px; height: 54px; display: grid; flex: 0 0 54px; place-items: center; border-radius: 17px; background: linear-gradient(135deg, var(--st-coral-1), var(--st-coral-2)); color: #fff; font-size: 21px; font-weight: 700; }
.st-article-author span:last-child { display: block; margin-top: 7px; color: var(--st-ink-soft); font-size: 13px; line-height: 1.55; }
.st-blog-toast { position: fixed; z-index: 700; bottom: 22px; left: 50%; padding: 12px 18px; border-radius: var(--st-radius-pill); background: var(--st-ink); color: #fff; font-family: var(--st-font); font-size: 13px; font-weight: 600; opacity: 0; transform: translate(-50%, 16px); transition: opacity .22s var(--st-ease), transform .22s var(--st-ease); box-shadow: var(--st-shadow-md); }
.st-blog-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Ortak erişilebilir odak göstergesi */
.st-interior a:focus-visible,
.st-contact a:focus-visible,
.st-contact button:focus-visible,
.st-contact input:focus-visible,
.st-contact select:focus-visible,
.st-contact textarea:focus-visible,
.st-blog a:focus-visible,
.st-blog-detail a:focus-visible,
.st-blog-detail button:focus-visible { outline: 3px solid rgba(16,169,155,.55); outline-offset: 3px; }

@media (max-width: 1100px) {
    .st-interior-layout { grid-template-columns: minmax(0, 1fr) 270px; }
    .st-contact-details { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .st-contact-layout { grid-template-columns: minmax(0,1fr) 320px; }
    .st-blog-feature { grid-template-columns: 1fr 1fr; }
    .st-article-hero-grid { grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); gap: 34px; }
    .st-article-layout { grid-template-columns: 190px minmax(0,1fr); gap: 32px; }
}
@media (max-width: 900px) {
    .st-interior-hero-art { width: 32%; opacity: .72; }
    .st-interior-layout { grid-template-columns: 1fr; }
    .st-page-aside { position: static; grid-template-columns: minmax(0,1fr) minmax(240px,.58fr); }
    .st-contact-layout { grid-template-columns: 1fr; }
    .st-contact-side { grid-template-columns: 1fr 1fr; }
    .st-blog-heading { grid-template-columns: 1fr; gap: 14px; }
    .st-blog-feature { grid-template-columns: 1fr; }
    .st-blog-feature-media { min-height: 330px; }
    .st-article-hero-grid { grid-template-columns: 1fr; }
    .st-article-feature-media { min-height: 330px; max-height: 480px; }
    .st-article-layout { grid-template-columns: 1fr; }
    .st-article-aside { order: 2; }
    .st-article-aside-inner { position: static; grid-template-columns: minmax(0,1fr) auto; align-items: start; padding: 18px; border: 1px solid var(--st-line); border-radius: 18px; background: var(--st-bg); }
    .st-article-toc { max-height: 165px; overflow: auto; }
}
@media (max-width: 680px) {
    .st-interior,
    .st-contact,
    .st-blog { padding-top: 14px; }
    .st-interior-hero-panel { min-height: 0; border-radius: 24px; }
    .st-interior-hero-copy { padding: 24px 21px 25px; }
    .st-interior-hero-copy h1 { font-size: clamp(31px, 10vw, 42px); }
    .st-interior-hero-art { display: none; }
    .st-interior-facts { gap: 10px 17px; margin-top: 22px; }
    .st-interior-layout { margin-top: 14px; }
    .st-content-card { border-radius: 22px; padding: 24px 20px; }
    .st-page-rich { font-size: 14px; }
    .st-page-rich h2 { margin-top: 35px; }
    .st-page-aside { grid-template-columns: 1fr; }
    .st-aside-card { border-radius: 20px; }
    .st-page-nav { grid-template-columns: 1fr 1fr; gap: 5px; }
    .st-page-nav a { grid-template-columns: 25px minmax(0,1fr); padding: 8px; font-size: 11.5px; }
    .st-page-nav-icon { width: 25px; height: 25px; }
    .st-page-nav-arrow { display: none; }
    .st-contact-hero { min-height: 0; padding: 23px 21px 27px; border-radius: 24px; }
    .st-contact-hero-grid { grid-template-columns: 1fr; min-height: 0; }
    .st-contact-hero h1 { font-size: clamp(33px,10vw,43px); }
    .st-contact-hero p { font-size: 14px; }
    .st-contact-hero-art { display: none; }
    .st-contact-details { grid-template-columns: 1fr; gap: 10px; margin-top: 13px; }
    .st-contact-detail-card { min-height: 76px; }
    .st-field-grid,
    .st-contact-side { grid-template-columns: 1fr; }
    .st-contact-form-card,
    .st-contact-hours-card { border-radius: 21px; padding: 23px 20px; }
    .st-contact-visit-card { min-height: 205px; border-radius: 21px; }
    .st-blog-hero { padding: 23px 0 38px; }
    .st-blog-heading h1 { font-size: clamp(33px,10vw,44px); }
    .st-blog-heading > p { font-size: 14px; }
    .st-blog-feature { border-radius: 22px; }
    .st-blog-feature-media { min-height: 250px; }
    .st-blog-feature-copy { padding: 25px 21px 26px; }
    .st-blog-feature-copy h2 { font-size: 27px; }
    .st-blog-posts,
    .st-blog-related { padding: 41px 0 53px; }
    .st-blog-section-head { align-items: flex-start; margin-bottom: 20px; }
    .st-blog-section-head h2 { font-size: 25px; }
    .st-blog-text-link { display: none; }
    .st-blog-grid { grid-template-columns: 1fr; gap: 14px; }
    .st-blog-card { display: grid; grid-template-columns: 40% minmax(0,1fr); min-height: 150px; }
    .st-blog-card-media { min-height: 100%; aspect-ratio: auto; }
    .st-blog-card-copy { padding: 17px; }
    .st-blog-card h3 { min-height: 0; margin: 9px 0; font-size: 16px; }
    .st-blog-card-copy > p { display: none; }
    .st-blog-card-link { margin-top: 13px; font-size: 11.5px; }
    .st-blog-card-arrow { display: none; }
    .st-blog-callout { grid-column: span 1; min-height: 204px; padding: 25px 21px; }
    .st-blog-callout a { position: relative; right: auto; bottom: auto; margin-top: 20px; }
    .st-article-hero { padding: 23px 0 35px; }
    .st-article-intro { padding: 6px 0; }
    .st-article-intro h1 { font-size: clamp(34px,10vw,45px); }
    .st-article-excerpt { font-size: 16px; }
    .st-article-feature-media { min-height: 235px; border-radius: 22px; }
    .st-article-body { padding: 35px 0 50px; }
    .st-article-content { padding: 25px 20px; border-radius: 22px; font-size: 15px; }
    .st-article-content h2 { margin-top: 39px; font-size: 25px; }
    .st-article-content h3 { font-size: 20px; }
    .st-article-aside-inner { grid-template-columns: 1fr; gap: 21px; }
    .st-article-share > div { justify-content: flex-start; }
    .st-article-author { align-items: flex-start; padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .st-interior *,
    .st-contact *,
    .st-blog *,
    .st-blog-detail * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* Critical storefront baseline. These rules keep the home page stable while
   non-critical Tailwind utilities and icon replacement load after first paint. */
body.st-store {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.st-store #main-content { flex: 1 0 auto; }
.st-store .hidden,
.st-store [x-cloak] { display: none !important; }
.st-store .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.vc-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    padding: 12px 16px;
    color: #fff;
    background: var(--st-ink);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transform: translateY(-150%);
    transition: transform 180ms ease;
}
.vc-skip-link:focus { transform: translateY(0); }
.st-store .luxury-scroll-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 50;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    background: var(--st-coral-2);
    border: 0;
    border-radius: 50%;
    box-shadow: var(--st-shadow-md);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}
.st-store .luxury-scroll-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.st-store .luxury-scroll-top:hover { background: var(--st-ink); }

/* Home-only CDN removal: retain the PWA controls with local, scoped styles. */
.st-store #pwa-install-banner,
.st-store #pwa-ios-banner {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid var(--st-line);
    background: var(--st-bg);
    color: var(--st-ink);
    padding-bottom: env(safe-area-inset-bottom, 0);
    animation: slideUp .3s ease-out;
}
.st-store #pwa-install-banner { cursor: pointer; }
.st-store #pwa-install-banner > div,
.st-store #pwa-ios-banner > div { display: flex; gap: 12px; padding: 12px 16px; }
.st-store #pwa-install-banner > div { align-items: center; }
.st-store #pwa-ios-banner > div { align-items: flex-start; }
.st-store #pwa-install-banner > div > div:first-child,
.st-store #pwa-ios-banner > div > div:first-child {
    display: flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--st-ink);
    color: #fff;
}
.st-store #pwa-ios-banner > div > div:first-child { margin-top: 2px; }
.st-store #pwa-install-banner img,
.st-store #pwa-ios-banner img { width: 32px; height: 32px; border-radius: 8px; }
.st-store #pwa-install-banner > div > div:nth-child(2),
.st-store #pwa-ios-banner > div > div:nth-child(2) { min-width: 0; flex: 1 1 auto; }
.st-store #pwa-install-banner p,
.st-store #pwa-ios-banner p { margin: 0; }
.st-store #pwa-install-banner p:first-child,
.st-store #pwa-ios-banner p:first-child { overflow: hidden; color: var(--st-ink); font-size: 14px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.st-store #pwa-install-banner p + p,
.st-store #pwa-ios-banner p + p { margin-top: 4px; color: var(--st-ink-soft); font-size: 12px; line-height: 1.4; }
.st-store #pwa-install-banner > div > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--st-ink);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.st-store #pwa-install-banner button,
.st-store #pwa-ios-banner button { display: inline-flex; min-width: 44px; min-height: 44px; flex: 0 0 auto; align-items: center; justify-content: center; padding: 8px; border: 0; background: transparent; color: var(--st-ink-faint); cursor: pointer; }
.st-store #pwa-install-banner button:hover,
.st-store #pwa-ios-banner button:hover { color: var(--st-ink); }
.st-store #pwa-ios-banner p svg { display: inline-block; width: 16px; height: 16px; margin: 0 4px; vertical-align: -3px; }
.st-store #offline-indicator { position: fixed; z-index: 100; top: 0; right: 0; left: 0; padding: 8px 16px; background: #f59e0b; color: #fff; font-size: 14px; font-weight: 600; text-align: center; }
.st-store #offline-indicator svg { display: inline-block; margin-right: 8px; vertical-align: -3px; }
@media (min-width: 768px) {
    .st-store #pwa-install-banner,
    .st-store #pwa-ios-banner { display: none !important; }
}
