/* Takipçi Atölyesi – tema stilleri */
:root {
    --ta-pink: #ec4899;
    --ta-pink-dark: #db2777;
    --ta-pink-light: #fce7f3;
    --ta-bg-hero: #fdf2f8;
    --ta-dark: #1e1b4b;
    --ta-dark-footer: #0f0f23;
    --ta-text: #1e293b;
    --ta-text-muted: #64748b;
    --ta-card-shadow: 0 1px 3px rgba(0,0,0,.08);
    --ta-card-hover: 0 8px 24px rgba(0,0,0,.1);
    --font-main: 'Poppins', -apple-system, sans-serif;
}

body {
    font-family: var(--font-main);
    background: #fff;
    color: var(--ta-text);
}

/* Eksik tema görselleri 404 önleme (path-1.webp, wave.webp yok) */
section#intro::before {
    background: none !important;
}
.path-wave::after {
    background: none !important;
}

/* ----- Anlık alışveriş satırı (sade, avatarsız) ----- */
.ta-intro-online.us-data-bar {
    background: var(--ta-pink-light, #fce7f3);
    border-top: 1px solid rgba(0,0,0,.04);
    border-bottom: 1px solid rgba(0,0,0,.04);
}
.ta-intro-online .intro-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0;
    gap: 0;
}
.ta-intro-online .intro-rate .avatars {
    display: none;
}
.ta-intro-online-text {
    font-size: 0.9rem;
    color: var(--ta-text-muted, #64748b);
}
.ta-intro-online-count {
    color: var(--ta-pink, #ec4899);
    font-weight: 700;
    margin: 0 0.2em;
}

/* ----- Üst bar (mobilde de görünsün) ----- */
.top--head-area {
    min-height: 50px;
}
@media (max-width: 768px) {
    .top--head-area {
        height: auto;
        min-height: 44px;
        padding: 6px 0;
    }
    .top--head {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 4px 12px;
        height: auto;
        min-height: 44px;
    }
    .top--head .item {
        margin-right: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
    .top--head .item span {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (max-width: 480px) {
    .top--head .item span {
        max-width: 90px;
    }
}

.top-bar {
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
}
.top-bar-link {
    color: var(--ta-text-muted);
    text-decoration: none;
}
.top-bar-link:hover { color: var(--ta-pink); }
.top-bar-link .icon { opacity: .9; }

/* ----- Logo (metin veya görsel) ----- */
.header .logo { text-decoration: none; }
.header .logo .logo-text {
    display: inline-block;
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--ta-text, #1e293b);
    letter-spacing: -0.02em;
}
.header .logo .logo-text:hover { color: var(--main-color, var(--ta-pink)); }
.header .logo .logo-img { display: block; height: 34px; width: auto; }

/* Masaüstü: Sepet + Sipariş Ver üst üste gelmesin */
.navbar-action-area {
    flex-shrink: 0;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}
.nav-user-action {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
}
.nav-user-action .ta-header-cart,
.nav-user-action .butto.butto-lg {
    flex-shrink: 0;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .header .navbar {
        min-width: 0;
    }
}

/* ----- Header mobil: Sipariş Ver + menü sıkışıklığı ----- */
@media (max-width: 991px) {
    .header {
        padding: 10px 12px;
        flex-wrap: wrap;
        gap: 8px;
    }
    .header .logo .logo-text {
        font-size: 1.1rem;
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .header .logo .logo-img {
        max-height: 28px;
        max-width: 120px;
        object-fit: contain;
    }
    .navbar-action-area {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .nav-user-action {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: nowrap;
        min-width: 0;
    }
    .nav-user-action .ta-header-cart {
        flex-shrink: 0;
        padding: 0.35rem 0.5rem;
    }
    .nav-user-action .ta-header-cart span:not(.ta-cart-count) {
        display: none;
    }
    .nav-user-action .butto.butto-lg {
        padding: 0.4rem 0.6rem;
        font-size: 0.8rem;
    }
    .nav-user-action .butto.butto-lg span {
        white-space: nowrap;
    }
}
@media (max-width: 480px) {
    .header .logo .logo-text { max-width: 90px; }
    .nav-user-action .butto.butto-lg {
        padding: 0.35rem 0.5rem;
        font-size: 0.75rem;
    }
    .nav-user-action .butto.butto-lg span {
        display: none;
    }
    .nav-user-action .butto.butto-lg::before {
        content: "Sipariş";
        margin-right: 0.2rem;
    }
}

/* ----- Kategori sayfası (platform seçilince) – Roxi tarzı pembe bant + desenli dalga ----- */
.category-intro-banner {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    background: linear-gradient(180deg, color-mix(in srgb, var(--main-color) 18%, #fff) 0%, color-mix(in srgb, var(--main-color) 28%, #fff) 100%);
    overflow: visible;
}
/* Dalgalı alt kenar (desenli kısım) – kartlar alanı rengiyle kesişiyor */
.category-intro-banner.path-wave::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' preserveAspectRatio='none'%3E%3Cpath d='M0,80 Q150,0 300,80 Q450,0 600,80 Q750,0 900,80 Q1050,0 1200,80 L1200,80 L0,80 Z' fill='%23f1f5f9'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 2;
    pointer-events: none;
}
section#category.intro--page,
section.intro--page.ip--category {
    background: #f1f5f9;
    padding-bottom: 2rem;
}
/* Kategori alt sayfa: metni sağa kaydır (görsel ile çakışmasın) */
section.intro--page.ip--category .intro--head > .text {
    padding-left: 25rem;
    margin-left: 2rem;
}
section#category.intro--page .intro--head,
section.intro--page.ip--category .intro--head {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 1.25rem;
}
section#category.intro--page .intro--head > .icon,
section.intro--page.ip--category .intro--head > .icon {
    min-width: 86px;
    width: 86px;
    height: 86px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    flex-shrink: 0;
}
section#category.intro--page .intro--head > .text h1,
section.intro--page.ip--category .intro--head > .text h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--main-text, #1e293b);
    margin-bottom: 0.35rem;
}
section#category.intro--page .intro--head > .text p,
section.intro--page.ip--category .intro--head > .text p {
    color: var(--soft-text, #64748b);
    font-size: 1rem;
    margin-bottom: 0.75rem;
}
section#category.intro--page .intro--head .count,
section.intro--page.ip--category .intro--head .count {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--main-color);
    border: 1px dashed var(--main-color);
    border-radius: 6px;
    background: rgba(0,0,0,.03);
}
@media (max-width: 576px) {
    section#category.intro--page .intro--head,
    section.intro--page.ip--category .intro--head {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1.25rem 1rem;
    }
    section.intro--page.ip--category .intro--head > .text {
        padding-left: 0;
        margin-left: 0;
    }
    section#category.intro--page .intro--head > .icon,
    section.intro--page.ip--category .intro--head > .icon {
        min-width: 64px;
        width: 64px;
        font-size: 28px;
    }
    section#category.intro--page .intro--head > .text h1,
    section.intro--page.ip--category .intro--head > .text h1 {
        font-size: 1.35rem;
    }
    section#category.intro--page .intro--head > .text p,
    section.intro--page.ip--category .intro--head > .text p {
        font-size: 0.9rem;
    }
}
section#category .platform--area {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
/* Mobilde kategori kartları: yatay satır (ikon sol, metin orta, İncele sağ) */
@media (max-width: 576px) {
    section#category .platform--area {
        grid-template-columns: 1fr;
        gap: 0.4rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    section#category .platform--item {
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        padding: 0.45rem 0.65rem;
        border-radius: 10px;
        background: #f8fafc;
        border-color: #e2e8f0;
    }
    section#category .platform--item:hover {
        background: #fff;
    }
    section#category .platform--item .icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
        min-height: 34px;
        border-radius: 50%;
        background: color-mix(in srgb, var(--c, var(--main-color)) 18%, #fff);
        color: var(--c, var(--main-color));
        font-size: 1rem;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section#category .platform--item .text {
        flex: 1 1 auto;
        margin-bottom: 0;
        font-size: 0.75rem;
        min-width: 0;
    }
    section#category .platform--item .text span {
        font-size: 0.85rem;
        font-weight: 700;
        display: block;
        line-height: 1.2;
    }
    section#category .platform--item .butto-catpi {
        width: auto;
        flex-shrink: 0;
        font-size: 0.72rem;
        padding: 0.28rem 0.5rem;
        border-radius: 6px;
        background: var(--c, var(--main-color));
        color: #fff;
    }
    section#category .platform--item .butto-catpi:hover {
        background: var(--c, var(--main-color));
        opacity: 0.92;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    section#category .platform--area {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 0.75rem;
    }
}
section#category .platform--item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    background: #fff;
    border-radius: 14px;
    padding: 1rem 0.9rem;
    box-shadow: var(--ta-card-shadow, 0 1px 3px rgba(0,0,0,.08));
    border: 1px solid #e2e8f0;
    transition: border-color .2s, box-shadow .2s;
}
section#category .platform--item:hover {
    border-color: var(--c, var(--main-color));
    box-shadow: var(--ta-card-hover, 0 6px 16px rgba(0,0,0,.08));
}
section#category .platform--item .icon {
    flex-shrink: 0;
    color: var(--c, var(--main-color));
    font-size: 1.85rem;
    margin-bottom: 0.5rem;
}
section#category .platform--item .text {
    flex: 1 1 auto;
    min-height: 0;
    color: var(--soft-text, #64748b);
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
}
section#category .platform--item .text span {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    color: var(--main-text, #1e293b);
}
section#category .platform--item .butto-catpi {
    flex-shrink: 0;
    margin-top: auto;
    width: 100%;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.88rem;
    padding: 0.5rem 0.85rem;
    background: var(--main-text, #1e293b);
    color: #fff;
    border: 0;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}
section#category .platform--item .butto-catpi:hover {
    background: var(--c, var(--main-color));
    color: #fff;
}

/* Kategori alt listesi: sekme + kompakt ızgara (dikey kaydırmayı azaltır) */
.cat-subhub {
    --hub-accent: var(--c, var(--main-color, #e93a77));
    padding: 0.35rem 0 1.5rem;
    max-width: 920px;
    margin: 0 auto;
}
.cat-subhub-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.cat-subhub-tabnav {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 0.15rem 0 0.85rem;
    margin: 0 -4px;
    scrollbar-width: thin;
}
.cat-subhub-tabnav::-webkit-scrollbar {
    height: 4px;
}
.cat-subhub-tabnav::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.cat-subhub-tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.42rem 0.82rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
    white-space: nowrap;
}
.cat-subhub-tab-ico {
    font-size: 1.05rem;
    line-height: 1;
    opacity: 0.88;
    transition: opacity 0.15s ease, transform 0.2s ease;
}
.cat-subhub-tab:hover .cat-subhub-tab-ico {
    opacity: 1;
    transform: scale(1.06);
}
.cat-subhub-tab:hover {
    border-color: color-mix(in srgb, var(--hub-accent) 35%, #e2e8f0);
    color: var(--hub-accent);
}
.cat-subhub-panels {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
    padding: 0.75rem 0.65rem 0.85rem;
}
.cat-subhub-panels .cat-subhub-panel {
    display: none;
}
.cat-subhub-panel-title {
    margin: 0 0 0.55rem 0.2rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.02em;
}
.cat-subhub-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cat-subhub-list--grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
}
@media (min-width: 560px) {
    .cat-subhub-list--grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
}
.cat-subhub-list--grid > li {
    border: 1px solid #eef2f7;
    border-radius: 12px;
    overflow: hidden;
    min-width: 0;
}
.cat-subhub-row {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.55rem 0.5rem 0.6rem;
    min-height: 3.25rem;
    text-decoration: none;
    color: inherit;
    transition: background 0.16s ease;
}
.cat-subhub-row:hover {
    background: color-mix(in srgb, var(--hub-accent) 5%, #fff);
}
.cat-subhub-row:focus-visible {
    outline: 2px solid var(--hub-accent);
    outline-offset: 2px;
}
.cat-subhub-row-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.22rem;
    line-height: 1;
    color: var(--hub-accent);
    background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--hub-accent) 24%, #fff) 0%,
        color-mix(in srgb, var(--hub-accent) 7%, #f8fafc) 100%
    );
    border: 1px solid color-mix(in srgb, var(--hub-accent) 22%, #e8e8ef);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 1px 2px rgba(15, 23, 42, 0.05);
    transition: transform 0.22s cubic-bezier(0.34, 1.45, 0.64, 1), box-shadow 0.22s ease;
}
.cat-subhub-row:hover .cat-subhub-row-icon {
    transform: scale(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 5px 16px color-mix(in srgb, var(--hub-accent) 26%, transparent);
}
.cat-subhub-row-icon i {
    display: block;
    transition: transform 0.24s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.45));
}
.cat-subhub-row:hover .cat-subhub-row-icon i {
    transform: scale(1.07) rotate(-5deg);
}
.cat-subhub-row-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}
.cat-subhub-row-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--main-text, #1e293b);
    line-height: 1.22;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cat-subhub-row-meta {
    font-size: 0.72rem;
    color: #94a3b8;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cat-subhub-row-action {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: var(--hub-accent);
    border-radius: 8px;
    background: transparent;
    transition: background 0.15s ease, color 0.15s ease;
}
.cat-subhub-row:hover .cat-subhub-row-action {
    background: color-mix(in srgb, var(--hub-accent) 12%, #fff);
}
.cat-subhub-row-chev {
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}
.cat-subhub-row:hover .cat-subhub-row-chev {
    transform: translateX(2px);
}

/* Kategori içi hizmet alanı (sol kart + sağ paketler) */
.service--area {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 2rem;
    align-items: stretch;
}
.service--detail {
    background: #fff;
    border-radius: 18px;
    padding: 1.5rem 1.25rem;
    box-shadow: var(--ta-card-shadow, 0 1px 6px rgba(15,23,42,.08));
    border: 1px solid #e2e8f0;
}
.service--base {
    background: linear-gradient(135deg, #ffffff, #fdf2f8);
    border-radius: 18px;
    padding: 1.2rem 1.4rem 1.35rem;
    box-shadow: var(--ta-card-shadow, 0 1px 6px rgba(15,23,42,.06));
    border: 1px solid #f1f5f9;
}
.service--content {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
.service--bottom {
    margin-top: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

/* Paket açıklaması (açılır/kapanır kart) */
.ta-pack-note {
    width: 100%;
    margin: 0 0 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.62) 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ta-pack-note summary {
    list-style: none;
    cursor: pointer;
    padding: 0.95rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-weight: 700;
    color: #0f172a;
    user-select: none;
}
.ta-pack-note summary::-webkit-details-marker { display: none; }
.ta-pack-note summary::before {
    content: "i";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(20, 184, 166, 0.14);
    color: #0d9488;
    font-weight: 900;
    flex: 0 0 auto;
}
.ta-pack-note-title { font-size: 0.95rem; letter-spacing: -0.01em; }
.ta-pack-note-hint {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
}
.ta-pack-note summary::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    transform: rotate(45deg);
    transition: transform .18s ease, border-color .18s ease;
    margin-left: 0.5rem;
    flex: 0 0 auto;
}
.ta-pack-note:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
    border-color: rgba(20, 184, 166, 0.22);
}
.ta-pack-note[open] summary {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(20, 184, 166, 0.06);
}
.ta-pack-note[open] summary::after {
    transform: rotate(225deg);
    border-color: #0d9488;
}
.ta-pack-note-body {
    padding: 1rem 1rem 1.1rem;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.55;
    white-space: pre-wrap;
}

@media (max-width: 576px) {
    .ta-pack-note summary { padding: 0.85rem 0.9rem; }
    .ta-pack-note-body { padding: 0.85rem 0.9rem 0.95rem; }
}
.selected--pack {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}
.selected--pack .icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: var(--main-color, #ec4899);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
}
.selected--pack .text span:first-child {
    display: block;
    font-weight: 600;
    color: #0f172a;
}
.selected--pack .text span[data-selected_price] {
    font-weight: 700;
    color: var(--main-color, #ec4899);
}
.pack--action {
    display: flex;
    gap: 0.5rem;
}
@media (max-width: 768px) {
    .service--area {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }
    .service--base {
        padding: 1rem 0.9rem 1.1rem;
    }
    .service--bottom {
        flex-direction: column;
        align-items: stretch;
    }
    .pack--action {
        flex-direction: column;
        justify-content: stretch;
        width: 100%;
    }
    .service--bottom .pack--action .butto {
        width: 100%;
        justify-content: center;
    }
}

/* Kampanya / İndirim / Kaliteli şeridi (etiket bant) */
.pack-wrap-ribbon {
    position: relative;
    overflow: hidden;
}
.pack-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #dc2626, #f97316);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
    padding: 0.22rem 0.4rem;
    z-index: 1;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}
.service--content .pack--list .pack .pack-ribbon {
    font-size: 0.62rem;
    padding: 0.15rem 0.4rem;
}
.popular-pack-item .pack-ribbon {
    font-size: 0.75rem;
    padding: 0.26rem 0.75rem;
}
.pack-wrap-ribbon:has(.pack-ribbon) {
    padding-top: 1.5rem;
}
.service--content .pack--list .pack-wrap-ribbon:has(.pack-ribbon) {
    padding-top: 1.35rem;
}

/* Hizmet seçilince açılan paket listesi (miktar kutuları) */
.service--content .pack--list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
    gap: 0.5rem;
    align-content: start;
}
.service--content .pack--list .pack {
    padding: 0.55rem 0.45rem 0.6rem;
    border-radius: 10px;
    font-size: 0.85rem;
    min-height: 5rem;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 0.15rem;
}
.service--content .pack--list .pack .amount {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    word-break: break-word;
    max-width: 100%;
    flex-shrink: 0;
}
.service--content .pack--list .pack .type {
    font-size: 0.72rem;
    line-height: 1.2;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
}
.service--content .pack--list .pack .price {
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: auto;
    padding-top: 0.35rem;
    line-height: 1.2;
    width: 100%;
}
@media (max-width: 576px) {
    .service--content .pack--list {
        grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
        gap: 0.45rem;
    }
    .service--content .pack--list .pack {
        padding: 0.45rem 0.32rem 0.5rem;
        font-size: 0.75rem;
        min-height: 4.25rem;
    }
    .service--content .pack--list .pack .amount {
        font-size: 0.88rem;
    }
    .service--content .pack--list .pack .type {
        font-size: 0.68rem;
    }
    .service--content .pack--list .pack .price {
        font-size: 0.72rem;
    }
}

/* Alt kategori sipariş ekranı — görünüş (kartlar, paneller, uyarı) */
.ta-subcat-disclaimer {
    display: block;
    margin-top: 0.65rem;
    padding: 0.45rem 0.65rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #b91c1c;
    background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 100%);
    border: 1px solid #fecdd3;
    border-radius: 10px;
    line-height: 1.35;
}
section#category .service--base {
    background: linear-gradient(165deg, #ffffff 0%, #fff8fb 42%, #f8fafc 100%);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow:
        0 14px 44px rgba(15, 23, 42, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
section#category .service--detail {
    border: 1px solid #e8ecf4;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.09);
}
section#category .service--features ul li {
    border-radius: 12px;
    transition: background 0.18s ease, transform 0.18s ease;
}
section#category .service--features ul li:hover {
    background: rgba(255, 255, 255, 0.65);
}
section#category .service--content .pack--list .pack {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.045);
    cursor: pointer;
    transition:
        transform 0.22s cubic-bezier(0.34, 1.3, 0.64, 1),
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}
section#category .service--content .pack--list .pack:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--main-color, #ec4899) 42%, #e5e7eb);
    box-shadow: 0 10px 26px color-mix(in srgb, var(--main-color, #ec4899) 16%, rgba(15, 23, 42, 0.06));
}
section#category .service--content .pack--list .pack.selected {
    border-color: var(--main-color, #ec4899);
    background: linear-gradient(
        165deg,
        color-mix(in srgb, var(--main-color, #ec4899) 14%, #fff) 0%,
        #fff 52%
    );
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--main-color, #ec4899) 25%, transparent),
        0 12px 32px color-mix(in srgb, var(--main-color, #ec4899) 20%, rgba(15, 23, 42, 0.08));
    transform: translateY(-1px);
}
section#category .service--content .pack--list .pack.selected .amount {
    color: var(--main-color, #db2777);
}
section#category .service--content .pack--list .pack.selected .price {
    color: #0f172a;
}
section#category .service--bottom {
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 14px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
    box-shadow: 0 -6px 28px rgba(15, 23, 42, 0.06);
    gap: 1.1rem;
}
section#category .selected--pack .icon {
    box-shadow: 0 4px 14px color-mix(in srgb, var(--main-color, #ec4899) 35%, transparent);
}
@media (max-width: 576px) {
    .ta-subcat-disclaimer {
        font-size: 0.78rem;
        padding: 0.4rem 0.55rem;
    }
    /* Mobil: 2 sütun, daha büyük dokunma alanı; gölge/translate kaynaklı bulanık metin riskini azalt */
    section#category .service--base {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }
    section#category .service--content .pack--list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
        width: 100%;
    }
    section#category .service--content .pack--list .pack {
        min-height: 4.85rem;
        padding: 0.55rem 0.42rem 0.58rem;
    }
    section#category .service--content .pack--list .pack .amount {
        font-size: 0.98rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        -webkit-font-smoothing: antialiased;
    }
    section#category .service--content .pack--list .pack .price {
        font-size: 0.8rem;
        font-weight: 800;
    }
    section#category .service--content .pack--list .pack:hover {
        transform: none;
    }
    section#category .service--content .pack--list .pack.selected {
        transform: none;
        box-shadow:
            0 0 0 2px var(--main-color, #ec4899),
            0 6px 18px rgba(15, 23, 42, 0.1);
    }
    section#category .service--bottom {
        gap: 0.85rem;
    }
    section#category .pack--action {
        gap: 0.7rem;
    }
    section#category .service--bottom .pack--action .butto-outline-main {
        min-height: 46px;
        font-weight: 700;
        border-width: 2px;
        border-radius: 12px;
    }
    section#category .service--bottom .pack--action .butto-main {
        min-height: 48px;
        border-radius: 12px;
    }
}

/* ----- Paket kartları (ana sayfa + kategori alt hizmet listesi) ----- */
section#popular-packs .popular--packs,
section#category .popular--packs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}
@media (max-width: 576px) {
    section#popular-packs .popular--packs,
    section#category .popular--packs {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}

section#popular-packs .popular-pack-item,
section#category .popular-pack-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

section#popular-packs .popular-pack-item::before,
section#category .popular-pack-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(236,72,153,.45), rgba(56,189,248,.25));
    opacity: 0;
    transition: opacity .18s ease;
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}
section#popular-packs .popular-pack-item .butto-popular-buy,
section#category .popular-pack-item .butto-popular-buy {
    position: relative;
    z-index: 1;
}

section#popular-packs .popular-pack-item:hover,
section#category .popular-pack-item:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

section#popular-packs .popular-pack-item:hover::before,
section#category .popular-pack-item:hover::before {
    opacity: 1;
}

section#popular-packs .popular-pack-item .icon,
section#category .popular-pack-item .icon {
    min-width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(15,23,42,0.04);
    color: var(--c, var(--main-color));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

section#popular-packs .popular-pack-item .detail span.platform,
section#category .popular-pack-item .detail span.platform {
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--c, var(--main-color));
}

section#popular-packs .popular-pack-item .detail span.name,
section#category .popular-pack-item .detail span.name {
    font-weight: 600;
    font-size: .98rem;
    margin-top: .1rem;
}

section#popular-packs .popular-pack-item .detail span.price,
section#category .popular-pack-item .detail span.price {
    margin-top: .4rem;
    font-size: .9rem;
    font-weight: 500;
    color: #64748b;
}

section#popular-packs .popular-pack-item .popular-pack-actions,
section#category .popular-pack-item .popular-pack-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
}
section#popular-packs .popular-pack-item .butto-popular-cart,
section#category .popular-pack-item .butto-popular-cart {
    min-width: 100px;
    border-radius: 999px;
    font-size: .8rem;
    padding: 0.45rem 0.9rem;
}
section#popular-packs .popular-pack-item .butto-popular-buy,
section#category .popular-pack-item .butto-popular-buy {
    min-width: 110px;
    border-radius: 999px;
    font-size: .8rem;
    padding: .45rem .9rem;
    background: #0f172a;
    color: #fff;
    border: 0;
}

section#popular-packs .popular-pack-item:hover .butto-popular-buy,
section#category .popular-pack-item:hover .butto-popular-buy {
    background: var(--c, var(--main-color));
}
section#popular-packs .popular-pack-item:hover .butto-popular-cart,
section#category .popular-pack-item:hover .butto-popular-cart {
    border-color: var(--c, var(--main-color));
    color: var(--c, var(--main-color));
}

/* Ücretsiz servisler bölümü: güncel kart tasarımı */
.ta-free-services-section .popular--packs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.85rem;
}
.ta-free-services-section .popular-pack-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(34, 197, 94, 0.06), 0 1px 2px rgba(0,0,0,0.04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ta-free-services-section .popular-pack-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.1), 0 2px 6px rgba(0,0,0,0.05);
    border-color: rgba(34, 197, 94, 0.3);
}
.ta-free-services-section .popular-pack-item::before {
    display: none;
}
.ta-free-services-section .popular-pack-item .pack-ribbon {
    top: 6px;
    left: 6px;
    right: auto;
    width: auto;
    padding: 0.2rem 0.5rem;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 6px;
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    color: #fff;
    box-shadow: 0 2px 6px rgba(34, 197, 94, 0.35);
}
.ta-free-services-section .popular-pack-item .icon {
    min-width: 42px;
    height: 42px;
    border-radius: 10px;
    font-size: 1.2rem;
    background: rgba(15,23,42,0.06);
    color: var(--c);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-shrink: 0;
}
.ta-free-services-section .popular-pack-item .detail {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    overflow: hidden;
}
.ta-free-services-section .popular-pack-item .detail span.platform {
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    color: var(--c);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.ta-free-services-section .popular-pack-item .detail span.name {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    margin-top: 0.1rem;
}
.ta-free-services-section .popular-pack-item .detail span.price {
    font-size: 0.85rem;
    font-weight: 600;
    color: #16a34a;
    margin-top: 0.2rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ta-free-services-section .popular-pack-item .popular-pack-actions {
    flex-basis: 100%;
    display: flex;
    gap: 0.4rem;
    padding-top: 0.5rem;
    margin-top: 0.15rem;
    border-top: 1px solid rgba(0,0,0,0.06);
}
.ta-free-services-section .popular-pack-item .butto-popular-cart {
    flex: 1;
    min-width: 0;
    border-radius: 8px;
    padding: 0.4rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    transition: border-color .2s, color .2s, background .2s;
}
.ta-free-services-section .popular-pack-item .butto-popular-cart:hover {
    border-color: var(--c);
    color: var(--c);
    background: color-mix(in srgb, var(--c) 6%, #fff);
}
.ta-free-services-section .popular-pack-item .butto-popular-buy {
    flex: 1;
    min-width: 0;
    border-radius: 8px;
    padding: 0.4rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    background: #0f172a;
    color: #fff;
    border: 0;
    transition: background .2s, transform .2s;
}
.ta-free-services-section .popular-pack-item .butto-popular-buy:hover {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    transform: translateY(-1px);
}
.ta-free-services-section .pack-wrap-ribbon:has(.pack-ribbon) {
    padding-top: 1.35rem;
}
@media (max-width: 576px) {
    .ta-free-services-section .popular--packs {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .ta-free-services-section .popular-pack-item {
        padding-bottom: 0;
    }
}

/* Popüler paketler + ücretsiz servisler: mobilde kart içine sığsın, butonlar taşmasın */
@media (max-width: 576px) {
    section#popular-packs .popular-pack-item:not(.ta-free-pack),
    section#category .popular-pack-item {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 1rem;
    }
    section#popular-packs .popular-pack-item .icon,
    section#category .popular-pack-item .icon,
    .ta-free-services-section .popular-pack-item .icon {
        min-width: 42px;
        height: 42px;
        font-size: 1.2rem;
    }
    section#popular-packs .popular-pack-item .detail,
    section#category .popular-pack-item .detail,
    .ta-free-services-section .popular-pack-item .detail {
        flex: 1;
        min-width: 0;
    }
    section#popular-packs .popular-pack-item .popular-pack-actions,
    section#category .popular-pack-item .popular-pack-actions,
    .ta-free-services-section .popular-pack-item .popular-pack-actions {
        width: 100%;
        flex-wrap: wrap;
        gap: 0.4rem;
        margin-top: 0.25rem;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(0,0,0,.06);
    }
    section#popular-packs .popular-pack-item .butto-popular-cart,
    section#category .popular-pack-item .butto-popular-cart,
    .ta-free-services-section .popular-pack-item .butto-popular-cart,
    section#popular-packs .popular-pack-item .butto-popular-buy,
    section#category .popular-pack-item .butto-popular-buy,
    .ta-free-services-section .popular-pack-item .butto-popular-buy {
        flex: 1;
        min-width: 0;
        font-size: 0.75rem;
        padding: 0.5rem 0.6rem;
        text-align: center;
    }
}

/* ----- Mobil menü paneli (3 cizgi -> menu--control.show) ----- */
.menu--control {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s ease, opacity 0.25s ease;
}
.menu--control.show {
    visibility: visible;
    opacity: 1;
}
.menu--control .menu--linear {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.menu--control .menu--control-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(280px, 85vw);
    background: #fff;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.menu--control .top-side {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
}
.menu--control .top-side .close {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
    border-radius: 8px;
}
.menu--control .top-side .close:hover {
    background: #f1f5f9;
    color: #1e293b;
}
.menu--control .content--navbar ul {
    list-style: none;
    margin: 0;
    padding: 0.75rem 0;
}
.menu--control .content--navbar .nav-item {
    margin: 0;
}
.menu--control .content--navbar .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    color: #1e293b;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.15s ease;
}
.menu--control .content--navbar .nav-link:hover {
    background: #f8fafc;
    color: var(--main-color, #ec4899);
}
.menu--control .content--navbar .nav-link i {
    font-size: 1.25rem;
    color: var(--c, var(--main-color));
}

/* Mobil menü sade liste – daha ferah ve okunaklı */
.ta-mobile-menu .content--navbar ul {
    padding: 0.5rem 0;
}
.ta-mobile-menu .content--navbar .nav-link {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    border-radius: 0;
    border-left: 3px solid transparent;
}
.ta-mobile-menu .content--navbar .nav-link:hover,
.ta-mobile-menu .content--navbar .nav-link:focus {
    background: linear-gradient(90deg, rgba(236, 72, 153, 0.08) 0%, transparent 100%);
    border-left-color: var(--main-color);
}
.ta-mobile-menu .content--navbar .nav-link i {
    width: 1.5rem;
    text-align: center;
    font-size: 1.35rem;
}
.ta-mobile-menu .top-side {
    padding: 1rem 1.25rem;
}
.ta-mobile-menu .top-side .close {
    width: 44px;
    height: 44px;
    font-size: 1.75rem;
    color: #475569;
}
.ta-mobile-menu .ta-mobile-cart-num {
    margin-left: 0.25rem;
    font-weight: 600;
    color: var(--main-color);
}
.ta-mobile-menu .content--navbar .ta-mobile-nav-heading {
    list-style: none;
    padding: 0.85rem 1.25rem 0.25rem;
    margin: 0;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #94a3b8;
    pointer-events: none;
}
.ta-mobile-menu .content--navbar .ta-mobile-nav-heading--spaced {
    padding-top: 1.15rem;
    margin-top: 0.35rem;
    border-top: 1px solid #f1f5f9;
}

/* ----- Navbar ----- */
.ta-nav .navbar-brand {
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--ta-text);
}
.ta-brand .brand-heart { color: var(--ta-pink); }
.ta-nav .nav-link {
    font-weight: 500;
    color: var(--ta-text) !important;
}
.ta-nav .nav-link:hover { color: var(--ta-pink) !important; }
.btn-ta-cta {
    background: var(--ta-pink);
    border-color: var(--ta-pink);
    color: #fff !important;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
}
.btn-ta-cta:hover {
    background: var(--ta-pink-dark);
    border-color: var(--ta-pink-dark);
    color: #fff;
}

/* ----- Hero ----- */
.ta-hero {
    background: var(--ta-bg-hero);
    padding: 3rem 0 4rem;
    position: relative;
}
.ta-hero .hero-cta-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 2px dashed var(--ta-pink);
    border-radius: 8px;
    color: var(--ta-pink);
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 1.5rem;
}
.ta-hero .hero-cta-tag:hover { background: var(--ta-pink-light); color: var(--ta-pink-dark); }
.ta-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--ta-text);
    margin-bottom: 1rem;
}
.ta-hero h1 .highlight { color: var(--ta-pink); }
.ta-hero .hero-lead {
    color: var(--ta-text-muted);
    font-size: 1.05rem;
    max-width: 540px;
}
.ta-hero .hero-illus {
    max-width: 320px;
    height: 280px;
    background: linear-gradient(135deg, var(--ta-pink-light) 0%, #e0e7ff 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: var(--ta-pink);
}

/* ----- Platform ikonları ----- */
.ta-platforms {
    padding: 2rem 0;
    background: #fff;
}
.ta-platforms .platform-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
    text-decoration: none;
    color: var(--ta-text);
    transition: border-color .2s, box-shadow .2s;
    height: 100%;
}
.ta-platforms .platform-card:hover {
    border-color: var(--ta-pink);
    box-shadow: var(--ta-card-hover);
}
.ta-platforms .platform-card img { height: 40px; width: auto; }

/* ----- Popüler Paketler ----- */
.ta-section {
    padding: 3.5rem 0;
}
.ta-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ta-dark);
    margin-bottom: 0.5rem;
}
.ta-section-sub {
    color: var(--ta-text-muted);
    margin-bottom: 2rem;
}
.ta-packages {
    background: #f8fafc;
    background-image: radial-gradient(circle at 1px 1px, #e2e8f0 1px, transparent 0);
    background-size: 24px 24px;
}
.ta-pkg-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--ta-card-shadow);
    padding: 1.25rem;
    height: 100%;
    transition: box-shadow .2s;
    border: none;
}
.ta-pkg-card:hover { box-shadow: var(--ta-card-hover); }
.ta-pkg-card .pkg-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}
.ta-pkg-card .pkg-name {
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--ta-text);
}
.ta-pkg-card .pkg-desc { color: var(--ta-text-muted); font-size: 0.9rem; }
.ta-pkg-card .pkg-price { font-weight: 700; font-size: 1.1rem; color: var(--ta-text); }
.ta-pkg-card .btn-satin-al {
    width: 100%;
    background: #e2e8f0;
    color: var(--ta-text);
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 0.6rem;
    margin-top: 0.75rem;
}
.ta-pkg-card .btn-satin-al:hover {
    background: var(--ta-pink);
    color: #fff;
}

/* ----- Kategori sayfası ----- */
.ta-cat-hero {
    background: var(--ta-bg-hero);
    padding: 2.5rem 0 3rem;
    position: relative;
}
.ta-cat-hero-icon {
    width: 80px;
    height: 80px;
    background: var(--ta-pink);
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}
.ta-cat-hero-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ta-text);
    margin-bottom: 0.5rem;
}
.ta-cat-hero-desc {
    color: var(--ta-text-muted);
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}
.ta-cat-hero-badge {
    display: inline-block;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.35rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ta-text);
}
.ta-cat-hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 24' preserveAspectRatio='none'%3E%3Cpath d='M0 12c150-12 350-24 600-12s450 12 600 12v12H0V12z' fill='%23f8fafc'/%3E%3C/svg%3E") no-repeat center bottom;
    background-size: 100% 100%;
}
.ta-cat-services {
    padding: 2.5rem 0 3rem;
    background: #f8fafc;
    background-image: radial-gradient(circle at 1px 1px, #e2e8f0 1px, transparent 0);
    background-size: 20px 20px;
}
.ta-cat-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--ta-card-shadow);
    padding: 1.25rem;
    height: 100%;
    transition: box-shadow .2s;
    text-align: center;
}
.ta-cat-card:hover { box-shadow: var(--ta-card-hover); }
.ta-cat-card-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.75rem;
    background: var(--ta-pink-light);
    color: var(--ta-pink);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.ta-cat-card-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--ta-text);
    margin-bottom: 0.35rem;
}
.ta-cat-card-meta {
    font-size: 0.85rem;
    color: var(--ta-text-muted);
    margin-bottom: 1rem;
}
.btn-ta-incele {
    background: var(--ta-pink);
    color: #fff !important;
    border: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}
.btn-ta-incele:hover {
    background: var(--ta-pink-dark);
    color: #fff;
}

/* Kategori başlığı (anchor) */
.section-cat-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ta-dark);
    margin: 2rem 0 1rem;
    padding-top: 0.5rem;
}
.section-cat-title:first-of-type { margin-top: 0; }

/* ----- Dalga ayırıcı ----- */
.ta-wave {
    color: var(--ta-dark);
    fill: currentColor;
    margin-bottom: -1px;
    display: block;
    width: 100%;
    height: 48px;
}

/* ----- Blog / Koyu bölüm ----- */
.ta-dark-section {
    background: var(--ta-dark);
    padding: 3.5rem 0;
    color: #fff;
}
.ta-dark-section .ta-section-title { color: #fff; }
.ta-dark-section .ta-section-sub { color: rgba(255,255,255,.7); }
.ta-blog-card {
    background: rgba(255,255,255,.06);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    color: #fff;
    transition: background .2s;
}
.ta-blog-card:hover { background: rgba(255,255,255,.1); color: #fff; }
.ta-blog-card .blog-img {
    height: 160px;
    background: linear-gradient(135deg, var(--ta-pink) 0%, #6366f1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}
.ta-blog-card .blog-body { padding: 1rem; }
.ta-blog-card .blog-title { font-weight: 600; font-size: 0.95rem; }
.ta-blog-card .blog-date { font-size: 0.8rem; color: rgba(255,255,255,.6); }

/* ----- Blog detay (article) ----- */
.ta-blog-post-wrap{
    max-width: 860px;
    margin: 0 auto;
}
.ta-blog-post-card{
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 18px;
    padding: 1.8rem 1.5rem;
    box-shadow: 0 20px 70px rgba(0,0,0,.08);
    backdrop-filter: blur(10px);
}
.ta-blog-post-card .prose-inner{
    line-height: 1.8;
}
.ta-blog-post-card .prose-inner p{
    color: rgba(15,23,42,.92);
    margin: 0 0 1rem;
}
.ta-blog-post-card .prose-inner h2{
    font-size: 1.25rem;
    margin: 2rem 0 0.75rem;
    color: rgba(15,23,42,.98);
    position: relative;
    padding-left: 14px;
}
.ta-blog-post-card .prose-inner h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 6px;
    height: 1em;
    background: var(--ta-pink, #ec4899);
    border-radius: 8px;
}
.ta-blog-post-card .prose-inner h3{
    font-size: 1.08rem;
    margin: 1.6rem 0 0.6rem;
    color: rgba(15,23,42,.98);
}
.ta-blog-post-card .prose-inner ul,
.ta-blog-post-card .prose-inner ol{
    padding-left: 1.3rem;
    margin: 0.75rem 0 1rem;
}
.ta-blog-post-card .prose-inner li{
    margin-bottom: 0.4rem;
    color: rgba(15,23,42,.92);
}
.ta-blog-post-card .prose-inner figure{
    margin: 1.5rem 0;
}
.ta-blog-post-card .prose-inner figure img{
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15,23,42,.10);
}

@media (max-width: 576px){
    .ta-blog-post-card{ padding: 1.2rem 1rem; }
    .ta-blog-post-card .prose-inner h2{ font-size: 1.12rem; }
}

/* ----- İstatistik bar (pembe) ----- */
.ta-stats-bar {
    background: var(--ta-pink);
    padding: 2rem 0;
    color: #fff;
}
.ta-stats-bar .stat-num { font-size: 1.75rem; font-weight: 700; }
.ta-stats-bar .stat-label { font-size: 0.9rem; opacity: .95; }

/* ----- Müşteri yorumları ----- */
.ta-testimonials .ta-section-title { color: var(--ta-dark); }
.ta-testimonial-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: var(--ta-card-shadow);
    padding: 1.25rem;
    height: 100%;
}
.ta-testimonial-card .t-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ta-pink-light);
    color: var(--ta-pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}
.ta-testimonial-card .t-name { font-weight: 600; color: var(--ta-text); }
.ta-testimonial-card .t-role { color: var(--ta-pink); font-size: 0.85rem; }
.ta-testimonial-card .t-text { color: var(--ta-text-muted); font-size: 0.9rem; }
.ta-testimonial-center {
    background: var(--ta-pink);
    border-radius: 16px;
    padding: 2rem;
    color: #fff;
    text-align: center;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ta-testimonial-center .badge-satisfaction {
    background: rgba(255,255,255,.2);
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    margin-top: 1rem;
}

/* ----- SSS Accordion ----- */
.ta-faq .ta-section-title { color: var(--ta-dark); }
.ta-faq .accordion-button {
    font-weight: 500;
    color: var(--ta-text);
    background: #f1f5f9;
    border: none;
    border-radius: 8px !important;
}
.ta-faq .accordion-button:not(.collapsed) {
    background: var(--ta-pink-light);
    color: var(--ta-pink-dark);
    box-shadow: none;
}
.ta-faq .accordion-button::after { filter: none; }
.ta-faq .accordion-body { background: #fff; }

/* ----- Bize ulaşın (footer--top): koyu arka plan, sola hizalı ----- */
.ta-footer-top-bar {
    background: var(--ta-dark-footer, #0f0f23);
    color: #e2e8f0;
}
.ta-footer-top-bar .container > .footer--top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    text-align: left;
}
.ta-footer-top-bar .footer--top .text {
    text-align: left;
    color: #e2e8f0;
}
.ta-footer-top-bar .footer--top .text span {
    display: block;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
    color: #fff;
}
.ta-footer-top-bar .footer--top .text p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
    color: #cbd5e1;
}
.footer--top .action {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}
.footer--top .action .item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    text-decoration: none;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    transition: background .2s, border-color .2s;
}
.footer--top .action .item:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.4);
    color: #fff;
}
@media (max-width: 576px) {
    .footer--top { flex-direction: column; align-items: stretch; }
    .footer--top .action { justify-content: flex-start; }
}

/* ----- Footer ----- */
.ta-footer-top {
    background: var(--ta-pink);
    color: #fff;
    padding: 1.5rem 0;
}
.ta-footer-top .btn-footer-contact {
    background: rgba(255,255,255,.2);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-weight: 500;
    text-decoration: none;
}
.ta-footer-top .btn-footer-contact:hover { background: #fff; color: var(--ta-pink); }
.ta-footer-main {
    background: var(--ta-dark-footer);
    color: #e2e8f0;
    padding: 2.5rem 0 2rem;
}
.ta-footer-main .footer-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    border-left: 3px solid var(--ta-pink);
}
.ta-footer-main .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ta-footer-main .footer-links li { margin-bottom: 0.5rem; }
.ta-footer-main .footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
}
.ta-footer-main .footer-links a:hover { color: var(--ta-pink); }
.ta-footer-main .footer-links li::before {
    content: "•";
    color: var(--ta-pink);
    margin-right: 0.5rem;
}
.ta-footer-main .social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #334155;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.ta-footer-main .social-icons a:hover { background: var(--ta-pink); }
.ta-footer-bottom {
    background: #0a0a18;
    color: #94a3b8;
    font-size: 0.85rem;
    padding: 1rem 0;
}

/* Container override: ana sayfa full width bölümler için */
.ta-theme main.container { max-width: 100%; padding: 0; }
.ta-theme .ta-container { max-width: 1140px; margin: 0 auto; padding: 0 15px; }

/* Eski sayfalar uyumluluk (siparis, siparis-sorgula vb.) */
.ta-theme .smmp-card { border-radius: 12px; box-shadow: var(--ta-card-shadow); }

/* ----- Sipariş Sorgula sayfası ----- */
.ta-siparis-sorgula-wrap {
    padding-top: 2rem;
    padding-bottom: 3rem;
    min-height: 50vh;
}
.ta-siparis-sorgula-wrap .ta-siparis-sorgula-card {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}
.ta-siparis-sorgula-wrap .ta-siparis-sorgula-card .card-body {
    overflow: visible;
    padding: 1.75rem 1.5rem;
}
.ta-siparis-sorgula-wrap .ta-siparis-sorgula-card h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}
.ta-siparis-sorgula-wrap .ta-siparis-sorgula-card .text-muted {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #64748b;
    margin-bottom: 1.5rem;
}
.ta-siparis-sorgula-wrap .ta-siparis-sorgula-form .form-label {
    font-weight: 600;
    color: #334155;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}
.ta-siparis-sorgula-wrap .ta-siparis-sorgula-form .form-control {
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    transition: border-color .2s, box-shadow .2s;
}
.ta-siparis-sorgula-wrap .ta-siparis-sorgula-form .form-control:focus {
    border-color: var(--main-color, var(--ta-pink));
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.15);
    outline: none;
}
.ta-siparis-sorgula-wrap .ta-siparis-sorgula-form .mb-3 {
    margin-bottom: 1.25rem;
}
.ta-siparis-sorgula-wrap .ta-siparis-sorgula-actions {
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.ta-siparis-sorgula-wrap .btn-siparis-sorgula {
    display: inline-block;
    min-height: 48px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-size: 1rem;
    background: var(--main-color, var(--ta-pink));
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    transition: background .2s, transform .05s;
}
.ta-siparis-sorgula-wrap .btn-siparis-sorgula:hover {
    background: var(--ta-pink-dark, #db2777);
    color: #fff;
}
.ta-siparis-sorgula-wrap .btn-siparis-sorgula:active {
    transform: scale(0.98);
}
@media (min-width: 577px) {
    .ta-siparis-sorgula-wrap .btn-siparis-sorgula { width: auto; min-width: 160px; }
}
.ta-siparis-sorgula-wrap .alert-warning {
    border-radius: 12px;
    border: 1px solid rgba(245, 158, 11, 0.4);
    background: rgba(245, 158, 11, 0.08);
    color: #92400e;
}
.ta-siparis-sorgula-wrap .card.smmp-card .card-header {
    font-size: 1rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 12px 12px 0 0;
}
.ta-siparis-sorgula-wrap .card.smmp-card .card-body p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #334155;
}
@media (max-width: 576px) {
    .ta-siparis-sorgula-wrap .ta-siparis-sorgula-card .card-body { padding: 1.25rem 1rem; }
    .ta-siparis-sorgula-wrap .ta-siparis-sorgula-card h1 { font-size: 1.35rem; }
}

/* ----- Sipariş Sorgula: Cart/Checkout modern düzen ----- */
.ta-siparis-sorgula-wrap.ta-siparis-sorgula-cart {
    background: linear-gradient(160deg, #e2e8f0 0%, #f1f5f9 50%, #e2e8f0 100%);
    border-radius: 28px;
    padding-top: 2.25rem;
    padding-bottom: 2.75rem;
    min-height: 60vh;
}
.ta-siparis-sorgula-wrap.ta-siparis-sorgula-cart .ta-siparis-sorgula-grid {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(360px, 1fr) 420px;
    gap: 1.5rem;
    align-items: start;
}
.ta-siparis-sorgula-modern-card {
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.10), 0 0 0 1px rgba(255,255,255,0.55) inset;
    padding: 1.75rem;
}
.ta-siparis-sorgula-modern-title {
    font-size: 1.45rem;
    font-weight: 800;
    margin: 0 0 0.4rem;
    letter-spacing: -0.03em;
    color: #0c1929;
}
.ta-siparis-sorgula-modern-desc {
    color: #64748b;
    margin-bottom: 1.75rem;
}
.ta-siparis-sorgula-actions {
    margin-top: 1.25rem;
}
.ta-siparis-sorgula-wrap .form-label {
    font-size: 0.9rem;
    font-weight: 700;
}
.ta-siparis-sorgula-cart .form-control {
    border-radius: 14px;
}

/* Kart tarafındaki sipariş özeti */
.ta-siparis-sorgula-order-card {
    padding: 1.6rem;
}
.ta-siparis-sorgula-order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.ta-siparis-sorgula-order-code strong {
    color: #0c1929;
    font-size: 1rem;
}
.ta-siparis-sorgula-order-status {
    font-weight: 800;
    color: #14b8a6;
    background: rgba(20, 184, 166, 0.10);
    border: 1px solid rgba(20, 184, 166, 0.18);
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    white-space: nowrap;
}
.ta-siparis-sorgula-order-body {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.ta-siparis-sorgula-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.08);
    padding-bottom: 0.55rem;
}
.ta-siparis-sorgula-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.ta-siparis-sorgula-row .muted {
    color: #64748b;
    font-weight: 700;
}
.ta-siparis-sorgula-row .value {
    color: #0c1929;
    font-weight: 700;
    text-align: right;
}

/* Sorgula / WhatsApp butonları */
.ta-siparis-sorgula-cart .btn-ta-odeme-soft {
    background: linear-gradient(180deg, #2dd4bf 0%, #14b8a6 55%, #0d9488 100%) !important;
    border: none;
    color: #fff !important;
    font-weight: 800;
    padding: 0.95rem 1.25rem;
    border-radius: 14px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    box-shadow: 0 10px 25px rgba(20, 184, 166, 0.25);
    transition: transform 0.15s, box-shadow 0.15s;
}
.ta-siparis-sorgula-cart .btn-ta-odeme-soft:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(20, 184, 166, 0.35);
}
.ta-siparis-sorgula-cart .btn-ta-whatsapp {
    background: linear-gradient(180deg, #2dd4bf 0%, #14b8a6 55%, #0d9488 100%) !important;
    border: none;
    color: #fff !important;
    font-weight: 900;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 8px 20px rgba(13,148,136,0.35) !important;
    transition: transform 0.15s, box-shadow 0.15s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
}
.ta-siparis-sorgula-cart .btn-ta-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 14px 35px rgba(13,148,136,0.45) !important;
}

.ta-siparis-sorgula-wp-form { margin-top: 1.25rem; }
.ta-siparis-sorgula-wp-alert { border-radius: 12px; font-weight: 700; }

@media (max-width: 900px) {
    .ta-siparis-sorgula-wrap.ta-siparis-sorgula-cart .ta-siparis-sorgula-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .ta-siparis-sorgula-modern-card { padding: 1.2rem; }
}

/* ----- Ücretsiz deneme kartı (araclar.php) ----- */
.free-trial-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.04);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.06);
}
.free-trial-card__header {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    padding: 0.65rem 1rem 0.5rem;
    text-align: center;
}
.free-trial-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(255,255,255,.25);
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.free-trial-card__badge i { font-size: 0.85rem; }
.free-trial-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.1rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
    word-break: break-word;
}
.free-trial-card__sub {
    font-size: 0.8rem;
    opacity: .95;
    margin: 0;
}
.free-trial-card__body {
    padding: 1rem;
}
.free-trial-card__info {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.85rem;
    padding: 0.5rem 0.75rem;
    background: #f0fdf4;
    border-radius: 8px;
    color: #166534;
    font-size: 0.8rem;
}
.free-trial-card__qty,
.free-trial-card__limit { display: inline-flex; align-items: center; }
.free-trial-card__limit { margin-left: 0.25rem; }
.free-trial-card__success {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #f0fdf4;
    border-radius: 8px;
    color: #166534;
    border: 1px solid #bbf7d0;
    font-size: 0.9rem;
}
.free-trial-card__success i { font-size: 1.2rem; flex-shrink: 0; margin-top: 0.05rem; }
.free-trial-card__success a { color: #15803d; font-weight: 600; text-decoration: underline; }
.free-trial-card__success a:hover { color: #166534; }
.free-trial-card__error {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
    background: #fef2f2;
    color: #b91c1c;
    border-radius: 8px;
    font-size: 0.8rem;
    border: 1px solid #fecaca;
}
.free-trial-form__label {
    display: block;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
}
.free-trial-form__input {
    width: 100%;
    padding: 0.5rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.875rem;
    margin-bottom: 0.65rem;
    transition: border-color .2s, box-shadow .2s;
}
.free-trial-form__input:focus {
    outline: none;
    border-color: var(--main-color, #22c55e);
    box-shadow: 0 0 0 2px rgba(34, 197, 94, .15);
}
.free-trial-form__input::placeholder { color: #94a3b8; }
.free-trial-form__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform .12s, box-shadow .2s;
}
.free-trial-form__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, .3);
}
.free-trial-card--disabled .free-trial-card__body { background: #f8fafc; }
.ta-theme .btn-primary {
    background: var(--ta-pink);
    border-color: var(--ta-pink);
}
.ta-theme .btn-primary:hover {
    background: var(--ta-pink-dark);
    border-color: var(--ta-pink-dark);
}
.ta-theme .smmp-hero {
    background: linear-gradient(135deg, var(--ta-pink) 0%, var(--ta-pink-dark) 100%);
}
.bg-primary { background-color: var(--ta-pink) !important; }

/* ----- Sipariş / Ödeme sayfası (güncel tasarım) ----- */
.ta-siparis-wrap {
    background: #0f172a;
    min-height: 60vh;
    padding: 2.5rem 0;
}
.ta-siparis-layout {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 2rem;
    align-items: flex-start;
}
.ta-siparis-sidebar {
    flex: 0 0 300px;
    background: linear-gradient(180deg, #1e293b 0%, #334155 100%);
    color: #fff;
    border-radius: 20px;
    padding: 2.25rem;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.08);
}
.ta-siparis-sidebar-illus {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.25rem;
    background: var(--ta-pink);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(236, 72, 153, 0.4);
}
.ta-siparis-sidebar-illus i { font-size: 2.5rem; }
.ta-siparis-sidebar-text {
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
    opacity: .95;
    font-weight: 500;
}
.ta-siparis-sidebar-text span { font-weight: 700; font-size: 1.05rem; }
.ta-siparis-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 0.9rem;
}
.ta-siparis-benefits li {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
    display: flex;
    align-items: center;
    gap: 0.65rem;
}
.ta-siparis-benefits li i { font-size: 1.2rem; opacity: .95; width: 24px; text-align: center; }
.ta-siparis-benefits li:last-child { border-bottom: none; }
.ta-siparis-main {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    padding: 2.25rem;
    border: none;
    border-left: 4px solid var(--ta-pink);
}
.ta-siparis-header {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    min-width: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}
.ta-siparis-header > div {
    min-width: 0;
    flex: 1;
}
.ta-siparis-header-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--ta-pink), color-mix(in srgb, var(--ta-pink) 80%, #be185d));
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    box-shadow: 0 4px 14px rgba(236, 72, 153, 0.35);
}
.ta-siparis-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--ta-text);
    margin-bottom: 0.4rem;
    line-height: 1.3;
}
.ta-siparis-desc {
    font-size: 0.9rem;
    color: var(--ta-text-muted);
    margin-bottom: 0;
    line-height: 1.45;
}
.ta-siparis-form-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.ta-siparis-form-col {
    flex: 1;
    min-width: 280px;
}
.ta-siparis-fieldset {
    margin-bottom: 1.25rem;
}
.ta-siparis-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ta-text-muted);
    margin-bottom: 0.6rem;
}
.ta-siparis-card {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    transition: border-color .2s, box-shadow .2s;
}
.ta-siparis-card:focus-within {
    border-color: var(--ta-pink);
    box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.15);
}
.ta-siparis-alert {
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-top: 0.85rem;
    line-height: 1.4;
}
.ta-siparis-alert-warning {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
}
.ta-siparis-alert-danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    margin-bottom: 1rem;
}
.ta-siparis-alert-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
    margin-bottom: 1rem;
}
.ta-siparis-select-wrap { width: 100%; }
.ta-siparis-select {
    width: 100%;
    padding: 10px 14px;
    font-size: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: var(--ta-text);
    cursor: pointer;
}
.ta-siparis-payment-methods { display: flex; flex-direction: column; gap: 0.6rem; }
.ta-siparis-payment-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    font-weight: 500;
    color: var(--ta-text);
    cursor: pointer;
    transition: border-color .2s, background .2s;
}
.ta-siparis-payment-item:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
}
.ta-siparis-payment-item i:first-of-type { font-size: 1.4rem; color: var(--ta-text-muted); }
.ta-siparis-payment-item span:nth-child(2) { flex: 1; }
.ta-siparis-payment-selected {
    border-color: var(--ta-pink);
    background: #fdf2f8;
}
.ta-siparis-payment-selected:hover {
    border-color: var(--ta-pink);
    background: #fdf2f8;
}
.ta-siparis-payment-selected i:first-of-type { color: var(--ta-pink); }
.ta-siparis-payment-badge {
    font-size: 0.8rem;
    font-weight: 600;
    color: #059669;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}
.ta-siparis-payment-lock {
    font-size: 0.8rem;
    color: var(--ta-text-muted);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}
.ta-siparis-contact-strip {
    background: linear-gradient(90deg, #1e293b 0%, #334155 100%);
    color: #fff;
    padding: 1.75rem 0;
    margin-top: 2.5rem;
    border-radius: 0;
}
.ta-siparis-contact-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.ta-siparis-contact-title { font-weight: 700; font-size: 1.1rem; display: block; margin-bottom: 0.25rem; }
.ta-siparis-contact-text p { margin: 0; opacity: .95; font-size: 0.9rem; }
.ta-siparis-contact-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.ta-siparis-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.1rem;
    background: rgba(255,255,255,0.95);
    color: var(--ta-pink);
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}
.ta-siparis-contact-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); color: var(--ta-pink); }
/* Form alanları */
.ta-siparis-wrap .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
}
.ta-siparis-wrap .input-group:focus-within {
    border-color: var(--ta-pink);
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.12);
}
.ta-siparis-wrap .input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: #f8fafc;
    color: var(--ta-text-muted);
    font-size: 1rem;
    border: none;
    min-width: 48px;
}
.ta-siparis-wrap .form-control {
    flex: 1;
    min-width: 0;
    padding: 13px 16px;
    font-size: 1rem;
    border: none;
    background: #fff;
    color: var(--ta-text);
    outline: none;
}
.ta-siparis-wrap .form-control::placeholder {
    color: #94a3b8;
}
.ta-siparis-wrap .input-group-sm .form-control {
    padding: 9px 12px;
    font-size: 0.9rem;
}
.ta-siparis-wrap .input-group-sm .input-group-text {
    padding: 0 10px;
    min-width: 40px;
}
.ta-siparis-wrap .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: var(--ta-text);
    cursor: pointer;
    transition: border-color .2s, background .2s;
}
.ta-siparis-wrap .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.ta-siparis-wrap .btn-outline-secondary {
    background: #fff;
    border-color: #cbd5e1;
}
.ta-siparis-wrap .ta-siparis-title,
.ta-siparis-wrap .ta-siparis-desc {
    overflow: visible;
    word-wrap: break-word;
}
.ta-siparis-summary-col {
    flex: 0 0 320px;
}
.ta-siparis-summary-card {
    background: #fafbfc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    position: sticky;
    top: 1.25rem;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}
.ta-siparis-wrap .input-group-text i { font-size: 1.1rem; color: var(--ta-text-muted); }
.ta-siparis-wrap .d-flex { display: flex; }
.ta-siparis-wrap .justify-content-between { justify-content: space-between; }
.ta-siparis-wrap .mb-1 { margin-bottom: 0.25rem; }
.ta-siparis-wrap .mb-2 { margin-bottom: 0.5rem; }
.ta-siparis-wrap .mb-3 { margin-bottom: 1rem; }
.ta-siparis-wrap .fw-bold { font-weight: 700; }
.ta-siparis-wrap .text-muted { color: var(--ta-text-muted); }
.ta-siparis-wrap .w-100 { width: 100%; }
.ta-siparis-wrap hr { border: 0; border-top: 1px solid #e2e8f0; margin: 1.15rem 0; }
/* Ödeme Yap butonu */
.ta-siparis-wrap .btn.btn-ta-odeme,
.btn-ta-odeme {
    background: #16a34a !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.4);
    transition: transform .2s, box-shadow .2s !important;
}
.ta-siparis-wrap .btn.btn-ta-odeme:hover,
.btn-ta-odeme:hover {
    background: #15803d !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(22, 163, 74, 0.45) !important;
    color: #fff !important;
}
.ta-siparis-wrap .btn.btn-ta-outline,
.btn-ta-outline {
    background: #fff !important;
    border: 2px solid var(--ta-pink) !important;
    color: var(--ta-pink) !important;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: 8px;
}
.btn-ta-outline:hover {
    background: var(--ta-pink-light) !important;
    color: var(--ta-pink-dark) !important;
    border-color: var(--ta-pink-dark) !important;
}

/* ========== Ödeme sayfası: Dijital Ajans Ödeme Portalı (Lacivert + Nane) ========== */
.ta-checkout-modern.ta-siparis-wrap {
    --ta-navy: #0c1929;
    --ta-navy-light: #1e3a5f;
    --ta-mint: #14b8a6;
    --ta-mint-light: #5eead4;
    --ta-mint-dark: #0d9488;
    --ta-glass: rgba(255, 255, 255, 0.12);
    --ta-glass-border: rgba(255, 255, 255, 0.18);
    background: linear-gradient(160deg, #e2e8f0 0%, #f1f5f9 50%, #e2e8f0 100%);
    padding: 2.5rem 1.5rem;
    min-height: 100vh;
}
.ta-checkout-modern .ta-siparis-layout {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 1.5rem;
    align-items: start;
}
/* Sol panel: neomorfik / cam-morfik, lacivert (mavi ton) taban, nane vurgu */
.ta-checkout-modern .ta-siparis-sidebar {
    background: linear-gradient(145deg, #0c1929 0%, #1e3a5f 50%, #0f2744 100%);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 25px 50px -12px rgba(12, 25, 41, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    position: sticky;
    top: 1.5rem;
}
.ta-checkout-modern .ta-siparis-sidebar-illus {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--ta-glass);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.ta-checkout-modern .ta-siparis-sidebar-illus i {
    font-size: 1.75rem;
    color: var(--ta-mint-light);
}
.ta-checkout-modern .ta-siparis-sidebar-title {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--ta-mint-light);
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
}
.ta-checkout-modern .ta-siparis-sidebar-product {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
}
.ta-checkout-modern .ta-siparis-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ta-checkout-modern .ta-siparis-benefits li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.85);
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ta-checkout-modern .ta-siparis-benefits li:last-child { border-bottom: none; }
.ta-checkout-modern .ta-siparis-benefits li i {
    font-size: 1.1rem;
    color: var(--ta-mint-light);
}
/* Sağ panel: buzlu cam (glassmorphism) kart */
.ta-checkout-modern .ta-siparis-main {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 24px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    overflow: hidden;
}
/* Üstteki ürün başlığı kaldırıldı – sipariş detayları solda mavi panelde */
.ta-checkout-modern .ta-siparis-header {
    display: none;
}
.ta-checkout-modern .ta-siparis-header-icon {
    width: 44px;
    height: 44px;
    font-size: 1.35rem;
    border-radius: 12px;
    background: rgba(20, 184, 166, 0.12);
    color: var(--ta-mint-dark);
    box-shadow: 0 2px 8px rgba(20, 184, 166, 0.2);
}
.ta-checkout-modern .ta-siparis-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--ta-navy);
}
.ta-checkout-modern .ta-siparis-desc {
    font-size: 0.875rem;
    color: #64748b;
}
.ta-checkout-modern .ta-siparis-form-layout {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) 420px;
    gap: 0;
    align-items: start;
}
.ta-checkout-modern .ta-siparis-form-col {
    padding: 2rem 2rem 2rem;
    min-width: 0;
}
.ta-checkout-modern .ta-siparis-card {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 0 1.5rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.ta-checkout-modern .ta-siparis-card:last-of-type { border-bottom: none; }
.ta-checkout-modern .ta-siparis-card:focus-within { box-shadow: none; }
.ta-checkout-modern .ta-siparis-label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #64748b;
    margin-bottom: 0.5rem;
}
.ta-checkout-modern .ta-siparis-wrap .ta-siparis-select {
    min-height: 56px;
    padding: 1rem 1.25rem;
    font-size: 1.0625rem;
}
/* Form alanları: geniş ve büyük yazma alanları (işlem adresi, ad, e-posta, telefon) */
.ta-checkout-modern .ta-siparis-wrap .input-group {
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    min-height: 58px;
    width: 100%;
}
.ta-checkout-modern .ta-siparis-wrap .input-group .form-control {
    min-height: 56px;
    padding: 1rem 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.5;
}
.ta-checkout-modern .ta-siparis-wrap .input-group .form-control::placeholder {
    font-size: 1.0625rem;
    color: #94a3b8;
}
.ta-checkout-modern .ta-siparis-wrap .input-group-text {
    min-width: 56px;
    min-height: 56px;
    padding: 0 1.25rem;
    background: #f8fafc;
    color: #64748b;
    border-right: 1px solid #e2e8f0;
    font-size: 1.25rem;
}
.ta-checkout-modern .ta-siparis-wrap .input-group:focus-within {
    border-color: var(--ta-mint);
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.2);
}
/* Uyarı kutusu: palet uyumlu (lacivert/nane/açık gri), sarı yok */
.ta-checkout-modern .ta-siparis-alert-warning {
    margin-top: 0.75rem;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.06) !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 4px solid var(--ta-mint) !important;
    color: var(--ta-navy) !important;
}
/* Özet kolonu: Ödenecek Tutar üstte, büyük nane – geniş alan */
.ta-checkout-modern .ta-siparis-summary-col {
    flex: none;
    width: 420px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-left: 1px solid rgba(15, 23, 42, 0.06);
    padding: 2rem;
    align-self: stretch;
}
.ta-checkout-modern .ta-siparis-summary-card {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    position: static;
    box-shadow: none;
}
.ta-checkout-modern .ta-siparis-total-hero {
    text-align: right;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e2e8f0;
}
.ta-checkout-modern .ta-siparis-total-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 0.25rem;
}
.ta-checkout-modern .ta-siparis-total-amount,
.ta-checkout-modern .ta-siparis-wrap #order_total_display {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--ta-mint-dark) !important;
    letter-spacing: -0.02em;
}
.ta-checkout-modern .ta-siparis-total-breakdown {
    font-size: 0.8125rem;
    color: #64748b;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem 0;
}
.ta-checkout-modern .ta-siparis-total-breakdown span {
    display: block;
}
/* Kupon: belirgin alan + Uygula butonu */
.ta-checkout-modern .ta-siparis-coupon-block {
    margin-bottom: 1.25rem;
}
.ta-checkout-modern .ta-siparis-coupon-block .input-group {
    border-radius: 12px;
    overflow: hidden;
}
.ta-checkout-modern .ta-siparis-coupon-btn {
    background: var(--ta-navy) !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    border: none;
    border-radius: 0 10px 10px 0;
}
.ta-checkout-modern .ta-siparis-coupon-btn:hover {
    background: var(--ta-navy-light) !important;
    color: #fff !important;
}
.ta-checkout-modern .ta-siparis-summary-lines {
    font-size: 0.875rem;
    color: #64748b;
}
.ta-checkout-modern .ta-siparis-wrap hr {
    margin: 0.75rem 0;
    border-top-color: #e2e8f0;
}
/* Ödeme yöntemleri: büyük kartlar, seçilende nane kenarlık */
.ta-checkout-modern .ta-siparis-payment-methods {
    margin: 1.25rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.ta-checkout-modern .ta-siparis-payment-item {
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    background: #fff;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.ta-checkout-modern .ta-siparis-payment-item i:first-of-type {
    font-size: 1.5rem;
    color: var(--ta-navy);
}
.ta-checkout-modern .ta-siparis-payment-item-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.ta-checkout-modern .ta-siparis-payment-brands {
    font-size: 0.7rem;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.02em;
}
.ta-checkout-modern .ta-siparis-payment-selected .ta-siparis-payment-brands {
    color: var(--ta-mint-dark);
}
.ta-checkout-modern .ta-siparis-payment-item:hover {
    border-color: #cbd5e1;
}
.ta-checkout-modern .ta-siparis-payment-selected {
    border-color: var(--ta-mint) !important;
    background: rgba(20, 184, 166, 0.06) !important;
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.2);
}
.ta-checkout-modern .ta-siparis-payment-selected i:first-of-type {
    color: var(--ta-mint-dark);
}
.ta-checkout-modern .ta-siparis-payment-selected span:not(.ta-siparis-payment-badge) {
    color: var(--ta-navy);
}
.ta-checkout-modern .ta-siparis-payment-badge {
    margin-left: auto;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ta-mint-dark);
}
.ta-checkout-modern .ta-siparis-payment-lock {
    margin-left: auto;
    font-size: 0.75rem;
    color: #94a3b8;
}
/* Ödemeyi Tamamla: nane yeşili, büyük, yuvarlatılmış, belirgin 3D his */
.ta-checkout-modern .ta-siparis-wrap .btn.btn-ta-odeme {
    background: linear-gradient(180deg, #2dd4bf 0%, var(--ta-mint) 50%, var(--ta-mint-dark) 100%) !important;
    color: #fff !important;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    border: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35),
                0 6px 0 #0a7c73,
                0 8px 24px rgba(13, 148, 136, 0.4) !important;
    transition: transform 0.15s, box-shadow 0.15s !important;
}
.ta-checkout-modern .ta-siparis-wrap .btn.btn-ta-odeme:hover {
    transform: translateY(-3px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
                0 8px 0 #0a7c73,
                0 14px 32px rgba(13, 148, 136, 0.45) !important;
    color: #fff !important;
}
.ta-checkout-modern .ta-siparis-wrap .btn.btn-ta-odeme:active {
    transform: translateY(2px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
                0 2px 0 #0a7c73,
                0 4px 12px rgba(13, 148, 136, 0.35) !important;
}
/* İletişim bandı */
.ta-checkout-modern .ta-siparis-contact-strip {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    margin-top: 2rem;
    padding: 1.5rem 0;
}
.ta-checkout-modern .ta-siparis-contact-title {
    color: var(--ta-navy);
}
.ta-checkout-modern .ta-siparis-contact-text p {
    color: #64748b;
}
.ta-checkout-modern .ta-siparis-contact-btn {
    background: var(--ta-navy);
    color: #fff !important;
    border-radius: 10px;
}
.ta-checkout-modern .ta-siparis-contact-btn:hover {
    background: var(--ta-navy-light);
    color: #fff !important;
}
/* Güvenlik bandı: SSL, PCI, Hızlı Teslimat Garantisi – belirgin */
.ta-siparis-wrap.ta-checkout-modern .ta-siparis-security-strip {
    background: rgba(15, 23, 42, 0.07);
    padding: 1.25rem 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
}
.ta-siparis-wrap.ta-checkout-modern .ta-siparis-security-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem 2.5rem;
}
.ta-siparis-wrap.ta-checkout-modern .ta-siparis-security-badge,
.ta-siparis-wrap.ta-checkout-modern .ta-siparis-security-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--ta-navy);
}
.ta-siparis-wrap.ta-checkout-modern .ta-siparis-security-badge i,
.ta-siparis-wrap.ta-checkout-modern .ta-siparis-security-guarantee i {
    font-size: 1.1rem;
    color: var(--ta-mint-dark);
}
/* Takipçi Atölyesi logosu (sayfa altı, belirgin) */
.ta-siparis-wrap.ta-checkout-modern .ta-siparis-brand-footer {
    padding: 1.5rem 1rem;
    text-align: center;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.5);
}
.ta-siparis-wrap.ta-checkout-modern .ta-siparis-brand-logo {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--ta-navy);
    text-decoration: none;
    letter-spacing: -0.03em;
}
.ta-siparis-wrap.ta-checkout-modern .ta-siparis-brand-logo:hover {
    color: var(--ta-mint-dark);
}
@media (max-width: 900px) {
    .ta-checkout-modern .ta-siparis-layout {
        grid-template-columns: 1fr;
    }
    .ta-checkout-modern .ta-siparis-sidebar {
        position: static;
    }
    .ta-checkout-modern .ta-siparis-form-layout {
        grid-template-columns: 1fr;
    }
    .ta-checkout-modern .ta-siparis-summary-col {
        width: 100%;
        border-left: none;
        border-top: 1px solid rgba(15, 23, 42, 0.06);
        padding: 1.5rem 2rem;
    }
    .ta-checkout-modern .ta-siparis-form-col {
        padding: 1.5rem 2rem 0;
    }
}
@media (max-width: 576px) {
    .ta-checkout-modern.ta-siparis-wrap { padding: 1.5rem 1rem; }
    .ta-checkout-modern .ta-siparis-form-col { padding: 1rem 1.25rem 0; min-width: 0; }
    .ta-checkout-modern .ta-siparis-summary-col { padding: 1.25rem 1.25rem; }
    .ta-checkout-modern .ta-siparis-total-amount,
    .ta-checkout-modern .ta-siparis-wrap #order_total_display { font-size: 1.5rem; }
    .ta-checkout-modern .ta-siparis-security-inner { flex-direction: column; gap: 0.75rem; }
}

/* Toplu ödeme (sepet-odeme): aynı tema, tek sütun (sidebar yok) */
.ta-sepet-odeme-wrap.ta-checkout-modern {
    background: linear-gradient(160deg, #e2e8f0 0%, #f1f5f9 50%, #e2e8f0 100%);
    padding: 2.5rem 1.5rem;
    border-radius: 24px;
    min-height: 60vh;
}
.ta-sepet-odeme-wrap.ta-checkout-modern .ta-siparis-layout {
    max-width: 1160px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}
.ta-sepet-odeme-wrap.ta-checkout-modern .ta-sepet-odeme-header {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    margin-bottom: 0;
}
.ta-sepet-odeme-wrap.ta-checkout-modern .ta-sepet-odeme-header .ta-siparis-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ta-navy);
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.ta-sepet-odeme-wrap.ta-checkout-modern .ta-sepet-odeme-header .ta-siparis-title i {
    color: var(--ta-mint-dark);
}
.ta-sepet-odeme-wrap.ta-checkout-modern .ta-siparis-form-col {
    padding: 2rem 2rem 1.5rem;
}
.ta-sepet-odeme-wrap.ta-checkout-modern .ta-sepet-odeme-link-field .input-group {
    min-height: 58px;
}
.ta-sepet-odeme-wrap.ta-checkout-modern .ta-sepet-odeme-link-field .form-control {
    min-height: 56px;
    padding: 1rem 1.25rem;
    font-size: 1.0625rem;
}
@media (max-width: 900px) {
    .ta-sepet-odeme-wrap.ta-checkout-modern .ta-siparis-form-layout { grid-template-columns: 1fr; }
    .ta-sepet-odeme-wrap.ta-checkout-modern .ta-siparis-summary-col { width: 100%; border-left: none; border-top: 1px solid rgba(15, 23, 42, 0.06); padding: 1.5rem 2rem; }
    .ta-sepet-odeme-wrap.ta-checkout-modern .ta-siparis-form-col { padding: 1.5rem 2rem 0; }
}
@media (max-width: 576px) {
    .ta-sepet-odeme-wrap.ta-checkout-modern { padding: 1.5rem 1rem; }
    .ta-sepet-odeme-wrap.ta-checkout-modern .ta-siparis-form-col { padding: 1rem 1.25rem 0; }
    .ta-sepet-odeme-wrap.ta-checkout-modern .ta-siparis-summary-col { padding: 1.25rem 1.25rem; }
}

/* Step 4: Havale/EFT sayfası */
.ta-siparis-step4 { max-width: 640px; margin: 0 auto; }
.ta-siparis-step4-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.ta-siparis-step4-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ta-text);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.ta-siparis-step4-title i { color: var(--ta-pink); }
.ta-siparis-step4-desc {
    color: var(--ta-text-muted);
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}
.ta-siparis-step4-desc-muted { margin-bottom: 1rem; }
.ta-siparis-step4-field { margin-bottom: 1rem; }
.ta-siparis-step4-field:last-child { margin-bottom: 0; }
.ta-siparis-step4-ibanbox {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-top: 0.5rem;
    border-left: 4px solid var(--ta-pink);
}
.ta-siparis-step4-iban-row {
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
    color: var(--ta-text);
}
.ta-siparis-step4-iban-value {
    font-family: ui-monospace, monospace;
    letter-spacing: 0.02em;
    word-break: break-all;
}
.ta-siparis-step4-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.25rem;
}
.ta-siparis-step4-field-full { grid-column: 1 / -1; }
.ta-siparis-step4-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
}
.ta-siparis-step4-actions .btn-ta-odeme { min-width: 140px; }
.ta-siparis-step4-actions .btn-ta-outline { min-width: 140px; }
@media (max-width: 576px) {
    .ta-siparis-step4-grid { grid-template-columns: 1fr; }
    .ta-siparis-step4-actions { flex-direction: column; }
    .ta-siparis-step4-actions .btn { width: 100%; }
}

/* Cart (sepet-odeme): Step4 banka hesapları (premium görünüm) */
.ta-sepet-odeme-wrap .ta-cart-step4-bank-card {
    position: relative;
    overflow: hidden;
}
.ta-sepet-odeme-wrap .ta-cart-step4-bank-card::before{
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(circle at 20% 10%, rgba(20,184,166,0.25) 0%, rgba(20,184,166,0) 55%),
                radial-gradient(circle at 80% 0%, rgba(15,23,42,0.08) 0%, rgba(15,23,42,0) 50%);
    pointer-events: none;
}
.ta-sepet-odeme-wrap .ta-cart-step4-bank-title{
    color: #0c1929;
    margin-bottom: 0.65rem;
}
.ta-sepet-odeme-wrap .ta-cart-step4-bank-desc{
    color: #64748b;
    margin-bottom: 1.25rem;
}
.ta-sepet-odeme-wrap .ta-cart-step4-bank-select .ta-cart-step4-bank-label{
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #64748b;
}
.ta-sepet-odeme-wrap .ta-cart-step4-bank-select .input-group{
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    overflow: hidden;
}
.ta-sepet-odeme-wrap .ta-cart-step4-ibanbox{
    background: rgba(20,184,166,0.06) !important;
    border-left: 4px solid var(--ta-mint) !important;
    border-radius: 14px !important;
    padding: 1.05rem 1.1rem !important;
}
.ta-sepet-odeme-wrap .ta-cart-step4-iban-block{
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.ta-sepet-odeme-wrap .ta-cart-step4-iban-row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.ta-sepet-odeme-wrap .ta-cart-step4-iban-label{
    font-size: 0.75rem;
    font-weight: 800;
    color: #64748b;
    letter-spacing: -0.01em;
}
.ta-sepet-odeme-wrap .ta-cart-step4-iban-value{
    font-weight: 700;
    color: #0c1929;
    text-align: right;
    word-break: break-word;
}
.ta-sepet-odeme-wrap .ta-cart-step4-iban-right{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.ta-sepet-odeme-wrap .ta-cart-step4-iban-code{
    font-family: ui-monospace, monospace;
    letter-spacing: 0.02em;
    word-break: break-all;
    font-weight: 800;
    color: #0f172a;
}
.ta-sepet-odeme-wrap .ta-cart-step4-iban-copy{
    border: none;
    background: rgba(20,184,166,0.14);
    color: #0d9488;
    font-weight: 900;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    cursor: pointer;
    transition: transform .15s, background .15s;
    white-space: nowrap;
}
.ta-sepet-odeme-wrap .ta-cart-step4-iban-copy:hover{
    transform: translateY(-1px);
    background: rgba(20,184,166,0.22);
}

/* Ödeme bildirimi başarı kartı */
.ta-siparis-success-wrap {
    max-width: 480px;
    margin: 0 auto;
    padding: 1rem 0;
}
.ta-siparis-success-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(236, 72, 153, 0.08);
}
.ta-siparis-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, var(--ta-pink-light) 0%, #fce7f3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ta-siparis-success-icon i {
    font-size: 2rem;
    color: var(--ta-pink);
}
.ta-siparis-success-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ta-text);
    margin-bottom: 0.5rem;
}
.ta-siparis-success-order {
    font-size: 1rem;
    color: var(--ta-text-muted);
    margin-bottom: 1rem;
}
.ta-siparis-success-order strong { color: var(--ta-pink); }
.ta-siparis-success-desc {
    font-size: 0.95rem;
    color: var(--ta-text-muted);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.ta-siparis-success-desc a {
    color: var(--ta-pink);
    font-weight: 600;
    text-decoration: none;
}
.ta-siparis-success-desc a:hover { text-decoration: underline; }
.ta-siparis-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}
.ta-siparis-success-actions .btn { min-width: 140px; }
@media (max-width: 576px) {
    .ta-siparis-success-card { padding: 1.5rem; }
    .ta-siparis-success-actions { flex-direction: column; }
    .ta-siparis-success-actions .btn { width: 100%; }
}

/* Sepet sayfası */
.ta-sepet-wrap { max-width: 720px; margin: 0 auto; }
.ta-sepet-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ta-text);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.ta-sepet-title i { color: var(--ta-pink); }
.ta-sepet-empty {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
}
.ta-sepet-empty-text { color: var(--ta-text-muted); margin-bottom: 1.25rem; }
.ta-sepet-list { display: flex; flex-direction: column; gap: 0.75rem; }
.ta-sepet-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
.ta-sepet-item-info { display: flex; flex-direction: column; gap: 0.2rem; }
.ta-sepet-item-cat { font-size: 0.8rem; color: var(--ta-pink); font-weight: 600; }
.ta-sepet-item-name { font-weight: 600; color: var(--ta-text); }
.ta-sepet-item-qty { font-size: 0.9rem; color: var(--ta-text-muted); }
.ta-sepet-item-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.ta-sepet-item-price { font-weight: 700; color: var(--ta-pink); white-space: nowrap; }
.ta-sepet-footer {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}
.ta-sepet-total { font-size: 1.1rem; margin-bottom: 0.5rem; }
.ta-sepet-hint { font-size: 0.85rem; color: var(--ta-text-muted); margin: 0; }
.ta-sepet-remove { padding: 0.35rem 0.6rem; font-size: 0.85rem; }
@media (max-width: 576px) {
    .ta-sepet-item { flex-direction: column; align-items: flex-start; }
    .ta-sepet-item-right { width: 100%; }
}

/* Header sepet ikonu */
.ta-header-cart {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    color: var(--ta-text);
    text-decoration: none;
    font-weight: 500;
    margin-right: 0.5rem;
}
.ta-header-cart:hover { color: var(--ta-pink); }
.ta-header-cart .ta-cart-count {
    background: var(--ta-pink);
    color: #fff;
    font-size: 0.75rem;
    min-width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.25rem;
}
@media (max-width: 991px) {
    .ta-siparis-sidebar { flex: 0 0 100%; }
    .ta-siparis-summary-col { flex: 0 0 100%; }
    .ta-siparis-summary-card { position: static; }
}
