/* 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);
}

/* ----- Ü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; }

/* ----- 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 {
    background: #f1f5f9;
    padding-bottom: 2rem;
}
section#category.intro--page .intro--head {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 1.25rem;
    padding-left: 1.25rem;
    position: relative;
    z-index: 1;
}
section#category.intro--page .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 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--main-text, #1e293b);
    margin-bottom: 0.35rem;
}
section#category.intro--page .intro--head > .text p {
    color: var(--soft-text, #64748b);
    font-size: 1rem;
    margin-bottom: 0.75rem;
}
section#category.intro--page .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);
}
section#category .platform--area {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
section#category .platform--item {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem 1rem;
    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 8px 24px rgba(0,0,0,.1));
}
section#category .platform--item .icon {
    color: var(--c, var(--main-color));
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
section#category .platform--item .text span {
    display: block;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--main-text, #1e293b);
}
section#category .platform--item .text {
    color: var(--soft-text, #64748b);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}
section#category .platform--item .butto-catpi {
    margin-top: auto;
    width: 100%;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    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;
}

/* ----- 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;
}

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;
}

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 .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));
}

/* ----- 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); }

/* ----- İ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; }

/* ----- 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); }
.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ş / Satın alma sayfası ----- */
.ta-siparis-wrap {
    background: #f8fafc;
    background-image: radial-gradient(circle at 1px 1px, #e2e8f0 1px, transparent 0);
    background-size: 24px 24px;
    min-height: 60vh;
    padding: 2rem 0;
}
.ta-siparis-layout {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    gap: 1.5rem;
    align-items: flex-start;
}
.ta-siparis-sidebar {
    flex: 0 0 280px;
    background: var(--ta-pink);
    color: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
}
.ta-siparis-sidebar-illus {
    font-size: 4rem;
    margin-bottom: 1rem;
}
.ta-siparis-sidebar-text {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    opacity: .95;
}
.ta-siparis-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 0.9rem;
}
.ta-siparis-benefits li {
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.ta-siparis-benefits li:last-child { border-bottom: none; }
.ta-siparis-main {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--ta-card-shadow);
    padding: 2rem;
}
.ta-siparis-header {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    min-width: 0;
}
.ta-siparis-header > div {
    min-width: 0;
    flex: 1;
}
.ta-siparis-header-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: var(--ta-pink);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}
.ta-siparis-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ta-text);
    margin-bottom: 0.35rem;
}
.ta-siparis-desc {
    font-size: 0.9rem;
    color: var(--ta-text-muted);
    margin-bottom: 0;
}
.ta-siparis-form-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.ta-siparis-form-col {
    flex: 1;
    min-width: 260px;
}
.ta-siparis-fieldset {
    margin-bottom: 1.25rem;
}
.ta-siparis-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ta-text-muted);
    margin-bottom: 0.5rem;
}
/* Form alanları (Bootstrap yok, kendi stillerimiz) */
.ta-siparis-wrap .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #fff;
}
.ta-siparis-wrap .input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: #f1f5f9;
    color: var(--ta-text-muted);
    font-size: 1rem;
    border: none;
    min-width: 48px;
}
.ta-siparis-wrap .form-control {
    flex: 1;
    min-width: 0;
    padding: 12px 14px;
    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: 8px 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: 8px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: var(--ta-text);
    cursor: pointer;
}
.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 280px;
}
.ta-siparis-summary-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    position: sticky;
    top: 1rem;
}
.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: 1rem 0; }
.btn-ta-odeme {
    background: var(--ta-pink);
    border: none;
    color: #fff !important;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 8px;
}
.btn-ta-odeme:hover {
    background: var(--ta-pink-dark);
    color: #fff;
}
@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; }
}
