/* ==========================================================================
   Paketler — Kurumsal paket sipariş SİHİRBAZI (3 adım, çoklu + özel paket).
   Matbaafix sihirbazından port; promosyonjet TURUNCU tasarım sistemine uyarlandı.
   main.css'i EZMEZ; tüm seçiciler .paket-wizard altında kapsüllüdür.
   Ölçek promosyonjet ürün kartı/buton diline göre BÜYÜTÜLDÜ (v2):
   tam container genişliği, 3 sütun grid, okunur tipografi, dolgun butonlar.
   Palet: turuncu #ff6633 / #e65100 (promosyonjet).
   ========================================================================== */

.paketler-page .paket-siparis-basari {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #e9f9ee;
    border: 1px solid #b6e6c4;
    border-left: 5px solid #2fcc71;
    border-radius: 10px;
    padding: 18px 22px;
    margin: 0 0 26px;
}
.paketler-page .paket-siparis-basari .fa-check-circle {
    font-size: 36px;
    color: #2fcc71;
    flex-shrink: 0;
}
.paketler-page .paket-siparis-basari .psb-metin { display: flex; flex-direction: column; }
.paketler-page .paket-siparis-basari strong { font-size: 17px; color: #1e7e44; margin-bottom: 3px; }
.paketler-page .paket-siparis-basari span { font-size: 14px; color: #2c6b40; line-height: 1.5; }

.paket-wizard .misafir-secim {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 0 0 14px;
    padding: 14px 20px;
    background: #fff8f4;
    border: 1px solid #ffd9c7;
    border-radius: 10px;
}
.paket-wizard .misafir-secim .ms-isaret {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 14.5px;
}
.paket-wizard .misafir-secim .ms-isaret .bi { color: #2fcc71; font-size: 18px; }
.paket-wizard .misafir-secim .ms-link { font-size: 14px; color: #6b7785; }
.paket-wizard .misafir-secim .ms-link a { color: #ff6633; font-weight: 700; text-decoration: none; }
.paket-wizard .misafir-secim .ms-link a:hover { text-decoration: underline; }
.paket-wizard .misafir-secim .ms-ayrac { color: #ccc; margin: 0 4px; }

.paket-wizard .fatura-ozet-kart {
    background: #fafbfc;
    border: 1px solid #e6e9ec;
    border-radius: 12px;
    padding: 18px 20px;
}
.paket-wizard .fatura-ozet-kart .fok-satir {
    display: flex;
    gap: 14px;
    padding: 9px 0;
    border-bottom: 1px solid #eef1f3;
    font-size: 14.5px;
}
.paket-wizard .fatura-ozet-kart .fok-satir:last-of-type { border-bottom: none; }
.paket-wizard .fatura-ozet-kart .fok-etiket { flex: 0 0 130px; color: #8a97a3; font-weight: 600; }
.paket-wizard .fatura-ozet-kart .fok-deger { flex: 1; color: #2c3e50; font-weight: 600; word-break: break-word; }
.paket-wizard .fatura-ozet-kart .fok-duzenle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    color: var(--accent);
    font-weight: 700;
    font-size: 13.5px;
    text-decoration: none;
}
.paket-wizard .fatura-ozet-kart .fok-duzenle:hover { text-decoration: underline; }

.paket-wizard {
    --accent: #ff6633;
    --accent-dark: #e65100;
    --accent-ring: rgba(255, 102, 51, 0.2);
    --accent-soft: rgba(255, 102, 51, 0.07);
    --green: #2fcc71;
    --surface: #ffffff;
    --text: #1a1a1a;
    --muted: #596b78;
    --border: #e1e1e1;
    --radius: 8px;
    --shadow: 0 18px 40px -16px rgba(26, 26, 26, 0.18);

    font-family: inherit;
    color: var(--text);
    width: 100%;
    margin: 0 auto;
}

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

.paket-wizard .pw-baslik {
    text-align: center;
    margin: 8px 0 28px;
}
.paket-wizard .pw-baslik h1 {
    font-size: 32px;
    font-weight: 800;
    color: var(--text);
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}
.paket-wizard .pw-baslik p {
    color: var(--muted);
    font-size: 16px;
    margin: 0;
}

.paket-wizard .form-card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    overflow: hidden;
}

.paket-wizard .section {
    padding: 26px 30px;
    border-bottom: 1px solid var(--border);
}
.paket-wizard .section:last-child { border-bottom: none; }

.paket-wizard .section-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text);
    margin-bottom: 18px;
}
.paket-wizard .section-title i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-soft);
    color: var(--accent-dark);
    border-radius: 10px;
    font-size: 1.05rem;
}

.paket-wizard .pw-label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}
.paket-wizard .pw-label .text-danger { color: #d32f2f; }

.paket-wizard .pw-control {
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    padding: 13px 15px;
    font-size: 15px;
    background: #fff;
    color: var(--text);
    transition: border-color .15s, box-shadow .15s;
}
.paket-wizard textarea.pw-control { resize: vertical; }
.paket-wizard .pw-control:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-ring);
    outline: none;
}

/* --- Adım göstergesi --- */
.paket-wizard .step-progress {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
    padding: 28px 1rem 6px;
}
.paket-wizard .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    max-width: 200px;
    position: relative;
}
.paket-wizard .step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24px;
    left: calc(50% + 30px);
    width: calc(100% - 60px);
    height: 3px;
    background: var(--border);
    z-index: 0;
}
.paket-wizard .step-item.done:not(:last-child)::after { background: var(--green); }
.paket-wizard .step-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: 800;
    background: #ececec;
    color: var(--muted);
    position: relative;
    z-index: 1;
    transition: background .25s, color .25s, box-shadow .25s;
}
.paket-wizard .step-item.active .step-circle {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 6px 18px var(--accent-ring);
}
.paket-wizard .step-item.done .step-circle {
    background: var(--green);
    color: #fff;
}
.paket-wizard .step-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--muted);
    margin-top: 10px;
    text-align: center;
    line-height: 1.25;
}
.paket-wizard .step-item.active .step-label { color: var(--text); }
.paket-wizard .step-item.done .step-label { color: #333; }
.paket-wizard .step-item.ozel-step-gizli { display: none; }

.paket-wizard .form-step { display: none; }
.paket-wizard .form-step.active { display: block; }

.paket-wizard .step-nav {
    display: flex;
    gap: 14px;
    margin-top: 24px;
}
.paket-wizard .btn-step {
    flex: 1;
    padding: 15px 22px;
    font-weight: 800;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s, background .15s, filter .15s;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.paket-wizard .btn-step-back {
    background: #ececec;
    color: #444;
    flex: 0 0 auto;
    min-width: 150px;
}
.paket-wizard .btn-step-back:hover { background: #e0e0e0; }
.paket-wizard .btn-step-next,
.paket-wizard .btn-submit {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: #fff;
}
.paket-wizard .btn-step-next:hover,
.paket-wizard .btn-submit:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px -8px var(--accent-ring);
    filter: brightness(1.06);
}
.paket-wizard .btn-submit {
    width: 100%;
    padding: 16px;
    font-weight: 800;
    font-size: 17px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
}

/* --- Ürün / paket kartları: 3 sütun (promosyonjet ürün kartı dili) --- */
.paket-wizard .paket-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.paket-wizard .paket-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid var(--border);
    transition: transform .2s, box-shadow .2s, border-color .2s;
    box-shadow: 0 4px 16px rgba(26, 26, 26, 0.07);
    display: flex;
    flex-direction: column;
    background: #fff;
}
.paket-wizard .paket-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(255, 102, 51, 0.16);
}
.paket-wizard .paket-card.secili {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-ring), 0 14px 32px rgba(26, 26, 26, 0.14);
}
/* Grid başındaki "Özel Paket Oluştur" kartı — normal paket kutusu gibi */
.paket-wizard .paket-card-olustur {
    border: 2px dashed var(--accent);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff7f3, #ffffff);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    transition: transform .2s, box-shadow .2s, border-color .2s, background .2s;
    box-shadow: 0 4px 16px rgba(26, 26, 26, 0.05);
}
.paket-wizard .paket-card-olustur:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(255, 102, 51, 0.18);
    background: #fff;
}
.paket-wizard .paket-card-olustur-ic {
    text-align: center;
    padding: 28px 18px;
}
.paket-wizard .paket-card-olustur-ikon {
    width: 64px; height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px;
}
.paket-wizard .paket-card-olustur-baslik {
    font-size: 19px; font-weight: 800; color: var(--accent);
    margin-bottom: 8px;
}
.paket-wizard .paket-card-olustur-aciklama {
    font-size: 13px; color: #596b78; line-height: 1.5; margin-bottom: 16px;
}
.paket-wizard .paket-card-olustur-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--accent); color: #fff;
    font-weight: 700; font-size: 15px;
    padding: 11px 26px; border-radius: 8px;
}
.paket-wizard .paket-card-gorsel {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    flex-shrink: 0;
    line-height: 0;
}
.paket-wizard .paket-card-gorsel img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}
.paket-wizard .paket-card-gorsel .gorsel-yok {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    line-height: 1;
    font-size: 3rem;
    color: #cbcbcb;
    background: #f5f5f5;
}
.paket-wizard .paket-card-check {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 1.25rem;
    z-index: 3;
    transition: background .2s, color .2s, border-color .2s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.paket-wizard .paket-card.secili .paket-card-check {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.paket-wizard .btn-paket-icerik {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 8px 13px;
    border: none;
    border-radius: 8px;
    background: rgba(26, 26, 26, 0.8);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s;
}
.paket-wizard .btn-paket-icerik:hover { background: var(--accent-dark); }

/* Paket adı + fiyat (görselin altında, okunur) */
.paket-wizard .paket-card-baslik {
    padding: 14px 16px 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.35;
    min-height: 24px;
}
.paket-wizard .paket-card-fiyat {
    padding: 6px 16px 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--accent);
}
.paket-wizard .paket-card-fiyat small {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--muted);
}
.paket-wizard .paket-card-fiyat-dahil {
    padding: 2px 16px 0;
    font-size: 14px;
    font-weight: 300;
    color: var(--muted);
}
.paket-wizard .ozel-urun-fiyat small {
    font-size: 10px;
    font-weight: 600;
    color: var(--muted);
}
.paket-wizard .ozel-urun-fiyat-dahil {
    font-size: 12px;
    font-weight: 300;
    color: var(--muted);
    margin-top: 2px;
}

.paket-wizard .ozel-urun-bilgi {
    padding: 12px 14px 4px;
    text-align: center;
    background: #fff;
}
.paket-wizard .ozel-urun-baslik {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
    color: var(--text);
}
.paket-wizard .ozel-urun-fiyat { font-size: 14px; color: var(--accent); font-weight: 700; }

.paket-wizard .paket-card-footer {
    padding: 14px 16px 16px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #fff;
    margin-top: auto;
    flex-shrink: 0;
}
.paket-wizard .btn-paket-sec {
    flex: 1;
    padding: 12px 14px;
    border: none;
    border-radius: 8px;
    background: var(--accent);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: background .15s;
}
.paket-wizard .btn-paket-sec:hover { background: var(--accent-dark); }
.paket-wizard .paket-card.secili .btn-paket-sec { display: none; }

.paket-wizard .paket-adet-wrap {
    display: none;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    width: 100%;
    justify-content: center;
}
.paket-wizard .paket-card.secili .paket-adet-wrap { display: flex; }
.paket-wizard .btn-adet {
    width: 40px;
    height: 40px;
    border: 1px solid #d8d8d8;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 1.3rem;
    line-height: 1;
    color: #444;
    cursor: pointer;
    padding: 0;
    font-weight: 800;
}
.paket-wizard .btn-adet:hover { background: #ececec; }
.paket-wizard .btn-adet:disabled { opacity: 0.4; cursor: not-allowed; }
.paket-wizard .paket-adet-input {
    width: 56px;
    height: 40px;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 0.2rem;
    font-size: 16px;
    font-weight: 800;
    background: #fff;
    -moz-appearance: textfield;
}
.paket-wizard .paket-adet-input::-webkit-outer-spin-button,
.paket-wizard .paket-adet-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.paket-wizard .paket-check {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* --- Özel paket başlatma --- */
.paket-wizard .ozel-paket-baslat-wrap {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px dashed var(--border);
    text-align: center;
}
.paket-wizard .btn-ozel-paket {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 15px 28px;
    border-radius: 10px;
    border: 2px dashed var(--accent);
    background: var(--accent-soft);
    color: var(--accent-dark);
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    transition: background .2s, border-color .2s, transform .2s;
}
.paket-wizard .btn-ozel-paket:hover {
    background: rgba(255, 102, 51, 0.14);
    border-color: var(--accent-dark);
    transform: translateY(-1px);
}
.paket-wizard .ozel-paket-hint { font-size: 14px; color: var(--muted); margin: 10px 0 0; }
.paket-wizard .ozel-adet-notu { font-size: 15px; color: var(--muted); margin-bottom: 18px; line-height: 1.5; }

.paket-wizard .hazir-paket-ozet {
    display: none;
    margin-bottom: 22px;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 102, 51, 0.25);
    background: var(--accent-soft);
}
.paket-wizard .hazir-paket-ozet.show { display: block; }
.paket-wizard .hazir-paket-ozet-baslik {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.paket-wizard .hazir-paket-ozet-baslik i { color: var(--accent); }
.paket-wizard .hazir-paket-ozet .sepet-satirlari { margin-bottom: 0; }

/* --- Hata / doğrulama --- */
.paket-wizard .step-error {
    display: none;
    background: #fdecea;
    border: 1px solid #f5c6c0;
    color: #b71c1c;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 15px;
    margin-bottom: 18px;
}
.paket-wizard .step-error.show { display: block; }
.paket-wizard .pw-control.is-invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}
.paket-wizard .invalid-feedback-inline {
    display: none;
    font-size: 13px;
    color: #ef4444;
    margin-top: 6px;
}
.paket-wizard .is-invalid ~ .invalid-feedback-inline { display: block; }

/* --- Sepet / özet (koyu kutu, okunur) --- */
.paket-wizard .sepet-satirlari {
    display: none;
    margin-bottom: 14px;
    font-size: 15px;
}
.paket-wizard .sepet-satirlari.show { display: block; }
.paket-wizard .sepet-satir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    padding: 6px 0;
    opacity: 0.95;
}
.paket-wizard .sepet-satir > span:first-child { flex: 1; min-width: 0; }
.paket-wizard .sepet-satir-aksiyon {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: right;
}
.paket-wizard .btn-sepet-sil {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    border-radius: 7px;
    background: rgba(255, 102, 51, 0.18);
    color: #ffd9c8;
    font-size: 0.85rem;
    line-height: 1;
    cursor: pointer;
    transition: background .15s, color .15s;
}
.paket-wizard .btn-sepet-sil:hover { background: var(--accent); color: #fff; }

.paket-wizard .fiyat-placeholder {
    font-size: 15px;
    color: var(--muted);
    text-align: center;
    padding: 0.65rem 0;
}
.paket-wizard .fiyat-kutu {
    display: none;
    background: linear-gradient(135deg, #2b2b2b 0%, #3d3d3d 100%);
    color: #fff;
    border-radius: 10px;
    padding: 20px 22px;
}
.paket-wizard .fiyat-kutu.show { display: block; }
.paket-wizard .fiyat-satir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    font-size: 16px;
    padding: 5px 0;
    opacity: 0.92;
}
.paket-wizard .fiyat-satir > span:first-child { flex: 1; min-width: 0; }
.paket-wizard .fiyat-satir > span:last-child { white-space: nowrap; flex-shrink: 0; text-align: right; font-weight: 600; }
.paket-wizard .fiyat-satir.toplam {
    font-size: 21px;
    font-weight: 800;
    opacity: 1;
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.paket-wizard .fiyat-satir.toplam > span:last-child { color: #ff6633; }

/* --- Ödeme türü kartları --- */
.paket-wizard .odeme-turleri {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}
.paket-wizard .odeme-turu-card {
    position: relative;
    border: 2px solid var(--border);
    border-radius: 10px;
    padding: 16px 16px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s, background .2s;
    margin: 0;
    display: block;
}
.paket-wizard .odeme-turu-card input { position: absolute; opacity: 0; pointer-events: none; }
.paket-wizard .odeme-turu-card .odeme-baslik {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 6px;
}
.paket-wizard .odeme-turu-card .odeme-aciklama {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.4;
    margin: 0;
}
.paket-wizard .odeme-turu-card.secili {
    border-color: var(--accent);
    background: var(--accent-soft);
    box-shadow: 0 0 0 3px var(--accent-ring);
}
/* Pasif (aktif olmayan) odeme turu — farkli/soluk renk */
.paket-wizard .odeme-turu-card.pasif { background:#f3f3f3; border-color:#e2e2e2; cursor:not-allowed; opacity:.78; }
.paket-wizard .odeme-turu-card.pasif:hover { border-color:#e2e2e2; box-shadow:none; }
.paket-wizard .odeme-turu-card.pasif .odeme-baslik { color:#9a9a9a; }
.paket-wizard .odeme-turu-card.pasif.secili { border-color:#e2e2e2; background:#f3f3f3; box-shadow:none; }
.paket-wizard .odeme-pasif-rozet { font-size:11px; font-weight:700; color:#b26a00; background:#fff3e0; border:1px solid #ffd9a8; border-radius:20px; padding:2px 9px; margin-left:6px; white-space:nowrap; }
.paket-wizard .odeme-panel { display: none; }
.paket-wizard .odeme-panel.show { display: block; }

/* --- IBAN / kopyala --- */
.paket-wizard .iban-item {
    background: #f7f7f7;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 12px;
}
.paket-wizard .iban-item .banka {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--muted);
}
.paket-wizard .iban-item .unvan { font-size: 15px; font-weight: 700; margin-top: 3px; }
.paket-wizard .iban-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-top: 10px;
}
.paket-wizard .iban-item code {
    font-size: 16px;
    color: #333;
    word-break: break-all;
    background: transparent;
    flex: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.paket-wizard .btn-copy {
    flex-shrink: 0;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #fff;
    color: #444;
    cursor: pointer;
    transition: background .15s, color .15s;
}
.paket-wizard .btn-copy:hover { background: #f1f1f1; color: var(--text); border-color: #cbcbcb; }
.paket-wizard .btn-copy.copied { background: var(--green); border-color: var(--green); color: #fff; }

/* --- Ödeme açıklama kutuları --- */
.paket-wizard .odeme-callout {
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 18px;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    border: 1px solid rgba(255, 102, 51, 0.22);
    background: linear-gradient(135deg, var(--accent-soft), #ffffff);
}
.paket-wizard .odeme-callout-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    color: var(--accent);
    font-size: 1.5rem;
    box-shadow: 0 8px 18px rgba(26, 26, 26, 0.08);
}
.paket-wizard .odeme-callout-title { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.paket-wizard .odeme-callout-text { font-size: 14.5px; color: #555; line-height: 1.55; margin: 0 0 12px; }
.paket-wizard .odeme-callout-text:last-child { margin-bottom: 0; }
.paket-wizard .mail-order-download {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 18px;
    border-radius: 8px;
    background: var(--accent);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(255, 102, 51, 0.2);
}
.paket-wizard .mail-order-download:hover { background: var(--accent-dark); color: #fff; text-decoration: none; }
.paket-wizard .hint { font-size: 14px; color: var(--muted); margin: 8px 0 18px; line-height: 1.5; }
.paket-wizard .hint i { color: var(--accent); }

/* --- Dosya yükleme --- */
.paket-wizard .upload-zone {
    border: 2px dashed var(--border);
    border-radius: 10px;
    padding: 22px 18px;
    text-align: center;
    background: #fafafa;
    transition: border-color .2s, background .2s;
    position: relative;
    overflow: hidden;
}
.paket-wizard .upload-zone:hover { border-color: #cbcbcb; background: #f7f7f7; }
.paket-wizard .upload-zone.uploading { border-color: #b0b0b0; pointer-events: none; }
.paket-wizard .upload-zone.uploaded { border-color: var(--green); background: #f0fdf4; border-style: solid; }
.paket-wizard .upload-zone-content { transition: opacity .3s; }
.paket-wizard .upload-zone.uploading .upload-zone-content { opacity: 0.15; }
.paket-wizard .upload-zone.uploaded .upload-zone-content { display: none; }
.paket-wizard .upload-zone-content .upload-ikon { font-size: 1.9rem; color: #b0b0b0; }
.paket-wizard .upload-zone-content p { font-size: 14px; color: var(--muted); margin: 8px 0 0; }
.paket-wizard .upload-zone input[type="file"] { margin-top: 10px; font-size: 14px; }
.paket-wizard .upload-done {
    display: none;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding: 0.25rem 0;
}
.paket-wizard .upload-zone.uploaded .upload-done { display: flex; }
.paket-wizard .upload-done-icon { font-size: 1.6rem; color: var(--green); flex-shrink: 0; }
.paket-wizard .upload-done-name {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    word-break: break-all;
}
.paket-wizard .btn-upload-action {
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #fff;
    color: #444;
    cursor: pointer;
    flex-shrink: 0;
}
.paket-wizard .btn-upload-action:hover { background: #f1f1f1; color: var(--text); }
.paket-wizard .btn-upload-kaldir:hover { border-color: #f5c6c0; color: #b71c1c; background: #fdecea; }
.paket-wizard .upload-progress-wrap {
    display: none;
    position: absolute;
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.paket-wizard .upload-zone.uploading .upload-progress-wrap { display: flex; }
.paket-wizard .upload-spinner {
    width: 44px;
    height: 44px;
    border: 4px solid #e2e2e2;
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: pwSpin 0.8s linear infinite;
}
@keyframes pwSpin { to { transform: rotate(360deg); } }
.paket-wizard .upload-progress-bar {
    width: 80%;
    max-width: 240px;
    height: 7px;
    background: #e2e2e2;
    border-radius: 999px;
    margin-top: 0.85rem;
    overflow: hidden;
}
.paket-wizard .upload-progress-fill {
    height: 100%;
    width: 0%;
    background: var(--accent);
    border-radius: 999px;
    transition: width 0.15s ease;
}
.paket-wizard .upload-progress-text { font-size: 14px; font-weight: 700; color: var(--muted); margin-top: 0.6rem; }

/* --- İçerik modal (Bootstrap'tan bağımsız) --- */
.pw-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(26, 26, 26, 0.55);
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}
.pw-modal.show { display: flex; }
.pw-modal-dialog {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 540px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
.pw-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid #ededed;
}
.pw-modal-header h5 { margin: 0; font-size: 19px; font-weight: 800; color: #1a1a1a; }
.pw-modal-kapat {
    border: none;
    background: transparent;
    font-size: 1.7rem;
    line-height: 1;
    color: var(--muted);
    cursor: pointer;
    padding: 0 0.25rem;
}
.pw-modal-kapat:hover { color: #1a1a1a; }
.pw-modal-body { padding: 22px; overflow-y: auto; }
.pw-modal .paket-icerik-paket-baslik {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 16px;
}
.pw-modal .paket-icerik-oge { padding-bottom: 0.2rem; }
.pw-modal .paket-icerik-adet { font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.pw-modal .paket-icerik-detay { font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.pw-modal .paket-icerik-cizgi {
    margin: 14px 0;
    color: #cbcbcb;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-align: center;
    user-select: none;
}

/* --- Başarı / teşekkür ekranı --- */
.paket-wizard .siparis-basarili-card {
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 48px 36px 40px;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 28px;
    border: 1px solid var(--border);
}
.paket-wizard .basarili-check-circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(145deg, #34d399, #10b981);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3rem;
    margin: 0 auto 22px;
    box-shadow: 0 14px 30px rgba(16, 185, 129, 0.35);
}
.paket-wizard .basarili-baslik {
    font-size: 28px;
    font-weight: 800;
    color: var(--text);
    margin: 0 0 10px;
}
.paket-wizard .basarili-alt { color: var(--muted); font-size: 16px; margin: 0 0 22px; line-height: 1.6; }
.paket-wizard .basarili-havale {
    text-align: left;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px 22px;
    margin: 0 0 22px;
    background: #fafafa;
}
.paket-wizard .basarili-havale h3 { font-size: 17px; font-weight: 800; color: var(--accent-dark); margin: 0 0 12px; }
.paket-wizard .basarili-havale .havale-liste { list-style: none; margin: 0; padding: 0; }
.paket-wizard .basarili-havale .havale-liste li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 15px;
}
.paket-wizard .basarili-havale .havale-liste li:last-child { border-bottom: 0; }
.paket-wizard .basarili-havale .havale-liste span { color: var(--muted); }
.paket-wizard .basarili-havale .havale-liste strong { color: #1a1a1a; text-align: right; }
.paket-wizard .btn-basarili-yeni {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: #fff !important;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
}
.paket-wizard .btn-basarili-yeni:hover { filter: brightness(1.06); color: #fff !important; }

.paket-wizard .pw-uyari {
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 18px;
    font-size: 15px;
}
.paket-wizard .pw-uyari-hata { background: #fdecea; border: 1px solid #f5c6c0; color: #b71c1c; }
.paket-wizard .paket-bos { text-align: center; padding: 50px 20px; color: var(--muted); font-size: 17px; }

/* --- Yardımcı satır içi grid --- */
.paket-wizard .pw-row {
    display: flex;
    gap: 16px;
}
.paket-wizard .pw-row > * { flex: 1; }
.paket-wizard .mt-3 { margin-top: 18px; }
.paket-wizard .mb-0 { margin-bottom: 0; }
.paket-wizard .mb-3 { margin-bottom: 18px; }

/* --- Responsive --- */
@media (max-width: 991px) {
    .paket-wizard .paket-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 600px) {
    .paket-wizard .paket-grid { grid-template-columns: 1fr; gap: 16px; }
    .paket-wizard .odeme-turleri { grid-template-columns: 1fr; }
    .paket-wizard .pw-row { flex-direction: column; gap: 0; }
    .paket-wizard .pw-baslik h1 { font-size: 24px; }
    .paket-wizard .section { padding: 20px 18px; }
    .paket-wizard .step-label { font-size: 12px; }
    .paket-wizard .step-circle { width: 42px; height: 42px; font-size: 1.05rem; }
    .paket-wizard .step-nav { flex-direction: column; }
    .paket-wizard .btn-step-back { min-width: 0; }
    .paket-wizard .btn-step { width: 100%; }
}

/* ==========================================================================
   YÜKSEK ÖNCELİK GUARD — promosyonjet main.css'in #sub-page.product-page
   kurallarının sihirbazı KÜÇÜLTMESİNİ engeller. Bu blok, sihirbaz #sub-page
   içinde render edildiği için aynı/daha yüksek specificity ile boyutları
   GARANTİ eder. Ölçek/okunabilirlik kilidi (işlevsellik değişmez).
   ========================================================================== */
#sub-page.paketler-page .paket-wizard { width: 100%; max-width: none; }

/* Kart grid: 3 sütun, geniş kartlar */
#sub-page.paketler-page .paket-wizard .paket-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
}
@media (max-width: 991px) {
    #sub-page.paketler-page .paket-wizard .paket-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
    #sub-page.paketler-page .paket-wizard .paket-grid { grid-template-columns: 1fr !important; }
}
#sub-page.paketler-page .paket-wizard .paket-card { width: 100% !important; float: none !important; margin: 0 !important; }

/* Adım göstergesi belirgin */
#sub-page.paketler-page .paket-wizard .step-circle { width: 44px; height: 44px; font-size: 1.15rem; }
#sub-page.paketler-page .paket-wizard .step-label { font-size: 15px; font-weight: 700; }

/* Butonlar BÜYÜK ve dokunulabilir (min 44px yükseklik) */
#sub-page.paketler-page .paket-wizard .btn-paket-sec {
    font-size: 15px; padding: 13px 14px; min-height: 46px;
    background: var(--accent); color: #fff !important; border-radius: 8px; float: none;
}
#sub-page.paketler-page .paket-wizard .btn-paket-icerik { font-size: 13px; padding: 9px 14px; min-height: 38px; }
#sub-page.paketler-page .paket-wizard .btn-adet {
    width: 44px; height: 44px; font-size: 1.4rem; color: #444 !important; background: #f3f3f3;
}
#sub-page.paketler-page .paket-wizard .paket-adet-input { width: 60px; height: 44px; font-size: 17px; }
#sub-page.paketler-page .paket-wizard .paket-adet-wrap { gap: 8px; }
#sub-page.paketler-page .paket-wizard .btn-step,
#sub-page.paketler-page .paket-wizard .btn-submit {
    font-size: 16px; padding: 15px 22px; min-height: 50px;
    color: #fff !important; float: none;
}
#sub-page.paketler-page .paket-wizard .btn-step-back { color: #444 !important; }
#sub-page.paketler-page .paket-wizard .btn-ozel-paket { font-size: 16px; padding: 15px 28px; min-height: 50px; }

/* Kart başlık/fiyat okunur */
#sub-page.paketler-page .paket-wizard .paket-card-baslik { font-size: 16px; font-weight: 700; }
#sub-page.paketler-page .paket-wizard .paket-card-fiyat { font-size: 22px; font-weight: 800; color: var(--accent); }
#sub-page.paketler-page .paket-wizard .paket-card-fiyat-dahil { font-size: 14px; font-weight: 300; color: #555; }
#sub-page.paketler-page .paket-wizard .paket-card-olustur-baslik { font-size: 19px; font-weight: 800; color: var(--accent); }
#sub-page.paketler-page .paket-wizard .paket-card-olustur-aciklama { font-size: 13px; }
#sub-page.paketler-page .paket-wizard .paket-card-olustur-btn { font-size: 15px; padding: 11px 26px; }
#sub-page.paketler-page .paket-wizard .ozel-urun-baslik { font-size: 16px; }
#sub-page.paketler-page .paket-wizard .ozel-urun-fiyat { font-size: 14px; }
#sub-page.paketler-page .paket-wizard .ozel-urun-fiyat-dahil { font-size: 12px; font-weight: 300; color: #555; }

/* Özet kutusu okunur; Ödenecek Toplam vurgulu */
#sub-page.paketler-page .paket-wizard .fiyat-satir { font-size: 16px; }
#sub-page.paketler-page .paket-wizard .fiyat-satir.toplam { font-size: 20px; font-weight: 800; }

/* Form alanları büyük */
#sub-page.paketler-page .paket-wizard .pw-label { font-size: 15px; }
#sub-page.paketler-page .paket-wizard .pw-control { font-size: 15px; padding: 13px 15px; }

/* ==========================================================================
   FAZ 3 — /sepet paket bölümü + /paketcheckout düzeni (promosyonjet ölçeği).
   ========================================================================== */

/* Akış göstergesi (Seçim → Sepet → Ödeme) — paketler/checkout üstü */
.paket-wizard .pw-akis { margin-bottom: 22px; }

/* --- /sepet paket bölümü --- */
.paketler-page .paket-sepet {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background: #fff;
    padding: 22px 24px;
    margin-top: 28px;
    box-shadow: 0 4px 16px rgba(26,26,26,.06);
}
.paketler-page .paket-sepet-baslik {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 2px solid #ff6633;
    padding-bottom: 14px;
    margin-bottom: 6px;
}
.paketler-page .paket-sepet-baslik h2 {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.paketler-page .paket-sepet-baslik h2 i { color: #ff6633; }
.paketler-page .paket-sepet-devam {
    font-size: 14px;
    font-weight: 600;
    color: #596b78;
    text-decoration: none;
}
.paketler-page .paket-sepet-devam:hover { color: #ff6633; }

.paketler-page .paket-sepet-satir {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #ededed;
}
.paketler-page .paket-sepet-satir:last-child { border-bottom: 0; }
.paketler-page .ps-resim {
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paketler-page .ps-resim img { width: 100%; height: 100%; object-fit: contain; }
.paketler-page .ps-resim-yok { font-size: 1.8rem; color: #cbcbcb; }
.paketler-page .ps-bilgi { flex: 1; min-width: 0; }
.paketler-page .ps-baslik { font-size: 16px; font-weight: 700; color: #1a1a1a; line-height: 1.35; }
.paketler-page .ps-birim { font-size: 13px; color: #596b78; margin-top: 4px; }
.paketler-page .ps-birim small { color: #9aa7b0; }
.paketler-page .ps-adet {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}
.paketler-page .ps-adet .btn-adet {
    width: 40px; height: 40px;
    border: 1px solid #d8d8d8; background: #f5f5f5;
    border-radius: 8px; font-size: 1.3rem; line-height: 1;
    color: #444; cursor: pointer; padding: 0; font-weight: 800;
}
.paketler-page .ps-adet .btn-adet:hover { background: #ececec; }
.paketler-page .ps-adet-input {
    width: 56px; height: 40px; text-align: center;
    border: 1px solid #e1e1e1; border-radius: 8px;
    font-size: 16px; font-weight: 800; background: #fff;
}
.paketler-page .ps-tutar {
    flex: 0 0 160px;
    text-align: right;
    font-size: 18px;
    font-weight: 800;
    color: #ff6633;
    white-space: nowrap;
}
.paketler-page .ps-tutar small {
    font-size: 12px;
    font-weight: 700;
    color: #ff6633;
    margin-left: 2px;
}
.paketler-page .ps-sil {
    flex: 0 0 auto;
    width: 40px; height: 40px;
    border: 1px solid #e1e1e1; border-radius: 8px;
    background: #fff; color: #b71c1c; cursor: pointer;
    font-size: 1rem;
}
.paketler-page .ps-sil:hover { background: #fdecea; border-color: #f5c6c0; }

.paketler-page .paket-sepet-altbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 2px dashed #ededed;
}
.paketler-page .paket-sepet-ozet { flex: 1; min-width: 260px; max-width: 420px; }
.paketler-page .ps-ozet-satir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #596b78;
    padding: 5px 0;
}
.paketler-page .ps-ozet-satir strong { color: #1a1a1a; }
.paketler-page .ps-ozet-toplam {
    border-top: 1px solid #ededed;
    margin-top: 6px;
    padding-top: 12px;
    font-size: 18px;
}
.paketler-page .ps-ozet-toplam strong { color: #ff6633; font-size: 20px; font-weight: 800; }
.paketler-page .ps-ozet-not { font-size: 13px; color: #9aa7b0; margin: 10px 0 0; }
.paketler-page .ps-ozet-not i { color: #ff6633; }
.paketler-page .paket-sepet-cta { flex: 0 0 auto; }
.paketler-page .btn-ps-checkout {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff6633, #e65100);
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 22px -8px rgba(255,102,51,.4);
}
.paketler-page .btn-ps-checkout:hover { filter: brightness(1.06); color: #fff !important; }

/* --- /paketcheckout düzeni (form + özet) --- */
.paket-wizard .checkout-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 0;
}
.paket-wizard .checkout-grid .section { border-bottom: 1px solid #e1e1e1; }
.paket-wizard .checkout-ozet { border-left: 1px solid #e1e1e1; }
.paket-wizard .checkout-ozet .section { border-bottom: none; }
.paket-wizard .checkout-kalemler { margin-bottom: 16px; }
.paket-wizard .checkout-kalem {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
}
.paket-wizard .checkout-kalem:last-child { border-bottom: 0; }
.paket-wizard .ck-ad { color: #1a1a1a; font-weight: 600; }
.paket-wizard .ck-ad small { color: #9aa7b0; font-weight: 400; }
.paket-wizard .ck-tutar { color: #1a1a1a; font-weight: 700; white-space: nowrap; }
.paket-wizard .checkout-geri {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #596b78;
    text-decoration: none;
}
.paket-wizard .checkout-geri:hover { color: #ff6633; }

@media (max-width: 900px) {
    .paket-wizard .checkout-grid { grid-template-columns: 1fr; }
    .paket-wizard .checkout-ozet { border-left: 0; border-top: 1px solid #e1e1e1; }
}
@media (max-width: 600px) {
    .paketler-page .paket-sepet-satir { flex-wrap: wrap; }
    .paketler-page .ps-bilgi { flex: 1 1 calc(100% - 100px); }
    .paketler-page .ps-tutar { flex: 1; text-align: left; }
    .paketler-page .paket-sepet-altbar { flex-direction: column; align-items: stretch; }
    .paketler-page .btn-ps-checkout { width: 100%; justify-content: center; }
}

/* Yüksek öncelik guard — /sepet ve /paketcheckout butonları main.css'e karşı */
#sub-page.paketler-page .btn-ps-checkout,
#sub-page.promossyon-cart .btn-ps-checkout { color: #fff !important; }
#sub-page.paketler-page .checkout-grid .btn-submit { width: 100%; }

/* ============================================================
   Üyelik (Giriş / Kayıt) sayfaları — profesyonel tasarım
   ============================================================ */
#sub-page.uyelik-page { padding: 28px 0 60px; }
#sub-page.uyelik-page .uyelik-form-kutu,
#sub-page.uyelik-page .uyelik-yan-kutu {
    background:#fff; border:1px solid #ececec; border-radius:14px;
    box-shadow:0 10px 30px rgba(26,26,26,.06); padding:34px 34px 30px;
}
#sub-page.uyelik-page h2 { font-size:26px; font-weight:800; color:#1a1a1a; margin:0 0 6px; }
#sub-page.uyelik-page .paket-form-not { color:#6b7785; font-size:14px; margin:0 0 22px; line-height:1.5; }
#sub-page.uyelik-page .form-grup { margin-bottom:16px; }
#sub-page.uyelik-page .form-grup label { display:block; font-weight:700; font-size:13.5px; color:#374151; margin-bottom:7px; }
#sub-page.uyelik-page .form-grup .zorunlu { color:#ff6633; }
#sub-page.uyelik-page .form-control {
    width:100%; height:auto; padding:13px 15px; font-size:15px;
    border:1.5px solid #e1e5ea; border-radius:9px; background:#fff; color:#222; box-shadow:none;
    transition:border-color .15s, box-shadow .15s;
}
#sub-page.uyelik-page .form-control:focus {
    border-color:#ff6633; box-shadow:0 0 0 3px rgba(255,102,51,.15) !important; outline:none;
}
#sub-page.uyelik-page textarea.form-control { min-height:92px; resize:vertical; }
#sub-page.uyelik-page .form-grup-row { display:flex; gap:16px; }
#sub-page.uyelik-page .form-grup-row .form-grup { flex:1; }
#sub-page.uyelik-page .uyelik-fatura-baslik {
    margin:24px 0 14px; padding-top:18px; border-top:1px dashed #e1e5ea;
    font-weight:800; color:#1a1a1a; font-size:15px;
}
#sub-page.uyelik-page .uyelik-fatura-baslik small { font-weight:400; color:#9aa7b0; font-size:12px; }
#sub-page.uyelik-page .paket-gonder-btn {
    display:block; width:100%; margin-top:22px; padding:15px; border:none; cursor:pointer;
    background:#ff6633; color:#fff; font-weight:800; font-size:16px; border-radius:10px;
    transition:background .2s, transform .15s;
}
#sub-page.uyelik-page .paket-gonder-btn:hover { background:#e65100; transform:translateY(-1px); }
#sub-page.uyelik-page .uyelik-hata { background:#fff3f2; border:1px solid #ffd0c7; border-radius:10px; padding:12px 16px; margin-bottom:18px; }
#sub-page.uyelik-page .uyelik-hata ul { margin:0; padding-left:18px; }
#sub-page.uyelik-page .uyelik-hata li { color:#c0392b; font-size:13.5px; line-height:1.6; }
#sub-page.uyelik-page .uyelik-basari { background:#e9f9ee; border:1px solid #b6e6c4; border-left:4px solid #2fcc71; border-radius:10px; padding:14px 18px; margin-bottom:18px; color:#1e7e44; font-size:14px; line-height:1.6; }
#sub-page.uyelik-page .uyelik-alt-link { text-align:center; margin:18px 0 0; color:#6b7785; font-size:14px; }
#sub-page.uyelik-page .uyelik-alt-link a { color:#ff6633; font-weight:700; }

/* Misafir / kolay alışveriş kutusu */
#sub-page.uyelik-page .uyelik-yan-kutu { display:flex; flex-direction:column; }
#sub-page.uyelik-page .uyelik-yan-kutu h3 { font-size:21px; font-weight:800; margin:0 0 8px; color:#1a1a1a; }
#sub-page.uyelik-page .uyelik-yan-kutu .yan-not { color:#6b7785; font-size:14px; margin:0 0 6px; line-height:1.5; }
#sub-page.uyelik-page .uyelik-avantaj { list-style:none; margin:16px 0 24px; padding:0; }
#sub-page.uyelik-page .uyelik-avantaj li { padding:8px 0 8px 30px; position:relative; color:#374151; font-size:14.5px; }
#sub-page.uyelik-page .uyelik-avantaj li:before { content:"\2713"; position:absolute; left:0; top:7px; width:20px; height:20px; line-height:20px; text-align:center; border-radius:50%; background:#eafaf0; color:#2fcc71; font-weight:800; font-size:12px; }
#sub-page.uyelik-page .btn-misafir {
    display:block; text-align:center; margin-top:auto; padding:15px; border-radius:10px;
    background:#1a1a1a; color:#fff !important; font-weight:800; font-size:16px; transition:background .2s, transform .15s;
}
#sub-page.uyelik-page .btn-misafir:hover { background:#000; transform:translateY(-1px); }
#sub-page.uyelik-page .btn-ikincil {
    display:block; text-align:center; margin-top:12px; padding:13px; border-radius:10px;
    background:#fff; border:1.5px solid #ff6633; color:#ff6633 !important; font-weight:700; font-size:15px; transition:all .2s;
}
#sub-page.uyelik-page .btn-ikincil:hover { background:#fff5f1; }
#sub-page.uyelik-page .uyelik-misafir-cta {
    background:#fff8f4; border:1px solid #ffd9c7; border-radius:12px; padding:16px 18px;
    display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:24px; flex-wrap:wrap;
}
#sub-page.uyelik-page .uyelik-misafir-cta .cta-metin { color:#5a3b2e; font-size:14.5px; }
#sub-page.uyelik-page .uyelik-misafir-cta .cta-metin strong { color:#1a1a1a; }
#sub-page.uyelik-page .uyelik-misafir-cta a { white-space:nowrap; background:#ff6633; color:#fff !important; font-weight:700; padding:11px 22px; border-radius:9px; font-size:14px; transition:background .2s; }
#sub-page.uyelik-page .uyelik-misafir-cta a:hover { background:#e65100; }
@media (max-width:767px){ #sub-page.uyelik-page .form-grup-row{ flex-direction:column; gap:0; } }
/* Giriş sayfası: iki kart eşit yükseklik */
#sub-page.uyelik-page .uyelik-row { display:flex; flex-wrap:wrap; align-items:stretch; }
#sub-page.uyelik-page .uyelik-row > [class*="col-"] { display:flex; float:none; }
#sub-page.uyelik-page .uyelik-row .uyelik-form-kutu,
#sub-page.uyelik-page .uyelik-row .uyelik-yan-kutu { width:100%; }
@media (max-width:767px){ #sub-page.uyelik-page .uyelik-row { display:block; } }

/* ============================================================
   HESABIM (üye paneli) — sidebar + içerik kartı + form + tablo
   ============================================================ */
#sub-page.hesabim-page { padding: 28px 0 60px; }

/* Sol menü */
#sub-page.hesabim-page .hesabim-menu {
    background:#fff; border:1px solid #ececec; border-radius:14px;
    box-shadow:0 10px 30px rgba(26,26,26,.06); overflow:hidden;
}
#sub-page.hesabim-page .hesabim-selam {
    background:#1a1a1a; color:#fff; padding:20px 22px; font-size:14px; line-height:1.5;
}
#sub-page.hesabim-page .hesabim-selam strong { font-size:17px; color:#ff7a45; }
#sub-page.hesabim-page .hesabim-menu ul { list-style:none; margin:0; padding:8px; }
#sub-page.hesabim-page .hesabim-menu li { margin:0; }
#sub-page.hesabim-page .hesabim-menu li a {
    display:block; padding:13px 16px; border-radius:9px; color:#374151;
    font-weight:600; font-size:14.5px; text-decoration:none; transition:all .15s;
}
#sub-page.hesabim-page .hesabim-menu li a:hover { background:#f6f7f9; color:#ff6633; }
#sub-page.hesabim-page .hesabim-menu li.aktif a { background:#fff5f1; color:#ff6633; }
#sub-page.hesabim-page .hesabim-menu li.hesabim-cikis a { color:#c0392b; border-top:1px solid #f0f0f0; margin-top:6px; border-radius:0; }
#sub-page.hesabim-page .hesabim-menu li.hesabim-cikis a:hover { background:#fdf0ee; }

/* İçerik kartı */
#sub-page.hesabim-page .hesabim-icerik,
#sub-page.hesabim-page .paket-form-kutu {
    background:#fff; border:1px solid #ececec; border-radius:14px;
    box-shadow:0 10px 30px rgba(26,26,26,.06); padding:32px 32px 30px;
}
#sub-page.hesabim-page h2 { font-size:24px; font-weight:800; color:#1a1a1a; margin:0 0 18px; }
#sub-page.hesabim-page .paket-form-not { color:#6b7785; font-size:14px; margin:-8px 0 22px; line-height:1.5; }

/* Form alanları */
#sub-page.hesabim-page .form-grup { margin-bottom:16px; }
#sub-page.hesabim-page .form-grup label { display:block; font-weight:700; font-size:13.5px; color:#374151; margin-bottom:7px; }
#sub-page.hesabim-page .form-grup .zorunlu { color:#ff6633; }
#sub-page.hesabim-page .form-control {
    width:100%; height:auto; padding:13px 15px; font-size:15px;
    border:1.5px solid #e1e5ea; border-radius:9px; background:#fff; color:#222; box-shadow:none;
    transition:border-color .15s, box-shadow .15s;
}
#sub-page.hesabim-page .form-control:focus {
    border-color:#ff6633; box-shadow:0 0 0 3px rgba(255,102,51,.15) !important; outline:none;
}
#sub-page.hesabim-page textarea.form-control { min-height:92px; resize:vertical; }
#sub-page.hesabim-page .form-grup-row { display:flex; gap:16px; }
#sub-page.hesabim-page .form-grup-row .form-grup { flex:1; }

/* Buton */
#sub-page.hesabim-page .paket-gonder-btn {
    display:inline-block; width:auto; min-width:180px; margin-top:8px; padding:14px 32px; border:none; cursor:pointer;
    background:#ff6633; color:#fff; font-weight:800; font-size:15px; border-radius:10px;
    transition:background .2s, transform .15s;
}
#sub-page.hesabim-page .paket-gonder-btn:hover { background:#e65100; transform:translateY(-1px); }

/* Uyarı / başarı */
#sub-page.hesabim-page .uyelik-hata { background:#fff3f2; border:1px solid #ffd0c7; border-radius:10px; padding:12px 16px; margin-bottom:18px; }
#sub-page.hesabim-page .uyelik-hata ul { margin:0; padding-left:18px; }
#sub-page.hesabim-page .uyelik-hata li { color:#c0392b; font-size:13.5px; line-height:1.6; }
#sub-page.hesabim-page .uyelik-basari { background:#e9f9ee; border:1px solid #b6e6c4; border-left:4px solid #2fcc71; border-radius:10px; padding:14px 18px; margin-bottom:18px; color:#1e7e44; font-size:14px; line-height:1.6; }
#sub-page.hesabim-page .paket-bos { background:#fafbfc; border:1px dashed #d8dee4; border-radius:12px; padding:26px; text-align:center; color:#6b7785; font-size:15px; }
#sub-page.hesabim-page .paket-bos a { color:#ff6633; font-weight:700; }

/* Siparişler tablosu */
#sub-page.hesabim-page .hesabim-siparis-tablo { overflow-x:auto; }
#sub-page.hesabim-page .hesabim-siparis-tablo table { width:100%; border-collapse:collapse; font-size:14px; }
#sub-page.hesabim-page .hesabim-siparis-tablo thead th {
    background:#f7f8fa; color:#5a6772; font-weight:700; text-align:left; padding:12px 14px; border-bottom:2px solid #eef1f3; white-space:nowrap;
}
#sub-page.hesabim-page .hesabim-siparis-tablo tbody td { padding:12px 14px; border-bottom:1px solid #f0f2f4; color:#2c3e50; }
#sub-page.hesabim-page .hesabim-siparis-tablo tbody tr:hover { background:#fafbfc; }
#sub-page.hesabim-page .siparis-durum { display:inline-block; padding:4px 12px; border-radius:20px; font-size:12px; font-weight:700; }
#sub-page.hesabim-page .siparis-durum.durum-beklemede { background:#fff4e0; color:#b9770e; }
#sub-page.hesabim-page .siparis-durum.durum-onaylandi { background:#e9f9ee; color:#1e7e44; }
#sub-page.hesabim-page .siparis-durum.durum-iptal { background:#fdecea; color:#c0392b; }

@media (max-width:991px){ #sub-page.hesabim-page .hesabim-menu { margin-bottom:22px; } }
@media (max-width:767px){ #sub-page.hesabim-page .form-grup-row{ flex-direction:column; gap:0; } #sub-page.hesabim-page .hesabim-icerik{ padding:24px 20px; } }

/* ============================================================
   Tek Paket Detay Sayfası (paketsiparis) — temiz ürün-detayı tarzı
   ============================================================ */
#sub-page.paketsiparis-page { padding: 22px 0 60px; }
#sub-page.paketsiparis-page .paket-detay-satir { display:flex; flex-wrap:wrap; align-items:stretch; margin:0 -15px; }
#sub-page.paketsiparis-page .paket-detay-gorsel-kutu {
    background:#fff; border:1px solid #e6e6e6; border-radius:12px; padding:24px;
    display:flex; align-items:center; justify-content:center; height:100%; min-height:380px;
    box-shadow:0 8px 26px rgba(26,26,26,.05);
}
#sub-page.paketsiparis-page .paket-detay-gorsel-kutu img { max-width:100%; max-height:420px; object-fit:contain; border-radius:8px; }
#sub-page.paketsiparis-page .paket-detay-bilgi { padding:8px 6px 6px; }
#sub-page.paketsiparis-page .paket-detay-kod { display:inline-block; font-size:12px; font-weight:700; letter-spacing:.4px; text-transform:uppercase; color:#fff; background:#ff6633; padding:5px 12px; border-radius:30px; margin-bottom:14px; }
#sub-page.paketsiparis-page .paket-detay-baslik { font-size:30px; font-weight:800; color:#1a1a1a; margin:0 0 18px; line-height:1.2; }
#sub-page.paketsiparis-page .paket-detay-icerik { list-style:none; padding:0; margin:0 0 20px; }
#sub-page.paketsiparis-page .paket-detay-icerik li { padding:7px 0; color:#374151; font-size:15px; border-bottom:1px dashed #ececec; }
#sub-page.paketsiparis-page .paket-detay-icerik li em { color:#2fcc71; margin-right:8px; }
#sub-page.paketsiparis-page .paket-detay-aciklama { color:#6b7785; font-size:14px; line-height:1.6; margin:0 0 20px; }
#sub-page.paketsiparis-page .paket-detay-fiyat { display:flex; align-items:baseline; gap:18px; margin:0 0 22px; flex-wrap:wrap; }
#sub-page.paketsiparis-page .paket-detay-fiyat .fd-haric { font-size:30px; font-weight:800; color:#ff6633; }
#sub-page.paketsiparis-page .paket-detay-fiyat .fd-haric small { font-size:13px; font-weight:600; color:#9aa7b0; }
#sub-page.paketsiparis-page .paket-detay-fiyat .fd-dahil { font-size:16px; font-weight:600; color:#596b78; }
#sub-page.paketsiparis-page .paket-detay-fiyat .fd-dahil small { font-size:12px; font-weight:400; color:#9aa7b0; }
#sub-page.paketsiparis-page .paket-detay-form { display:flex; align-items:flex-end; gap:14px; margin-bottom:14px; }
#sub-page.paketsiparis-page .paket-adet-kutu { display:flex; flex-direction:column; }
#sub-page.paketsiparis-page .paket-adet-kutu label { font-size:13px; font-weight:700; color:#374151; margin-bottom:6px; }
#sub-page.paketsiparis-page .paket-adet-kutu input { width:90px; padding:13px 12px; border:1.5px solid #e1e5ea; border-radius:9px; font-size:16px; text-align:center; font-weight:700; }
#sub-page.paketsiparis-page .btn-paket-sepet { flex:1; padding:15px 22px; border:none; cursor:pointer; background:#ff6633; color:#fff; font-weight:800; font-size:16px; border-radius:10px; transition:background .2s, transform .15s; }
#sub-page.paketsiparis-page .btn-paket-sepet:hover { background:#e65100; transform:translateY(-1px); }
#sub-page.paketsiparis-page .btn-paket-whatsapp { display:block; text-align:center; padding:14px; border-radius:10px; background:#25d366; color:#fff !important; font-weight:700; font-size:15px; transition:background .2s; }
#sub-page.paketsiparis-page .btn-paket-whatsapp:hover { background:#1da851; text-decoration:none; }
/* Diğer paketler */
#sub-page.paketsiparis-page .paket-diger { margin-top:46px; }
#sub-page.paketsiparis-page .paket-diger h2 { font-size:22px; font-weight:800; color:#1a1a1a; margin:0 0 20px; padding-bottom:12px; border-bottom:2px solid #f0f0f0; }
#sub-page.paketsiparis-page .paket-diger-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
/* Anasayfa "Kurumsal Paketler" kartının BİREBİR aynısı (#paketvitrin replikası) */
#sub-page.paketsiparis-page .paket-diger-grid .item { transition: all .54s linear; }
#sub-page.paketsiparis-page .paket-diger-grid .item:hover { box-shadow: 7px 7px 24px 0px rgb(209 209 209); }
#sub-page.paketsiparis-page .paket-diger-grid .item-image { background:#fff; text-align:center; width:100%; position:relative; z-index:200; border:1px solid #e1e1e1; border-bottom:none; border-top-left-radius:5px; border-top-right-radius:5px; height:266px; overflow:hidden; display:flex; align-items:center; justify-content:center; padding:14px; }
#sub-page.paketsiparis-page .paket-diger-grid .item-image img { display:inline-block !important; width:auto !important; max-width:92%; max-height:238px; object-fit:contain; }
#sub-page.paketsiparis-page .paket-diger-grid .item-description { background:#fdfefa; width:100%; border:1px solid #e1e1e1; border-top:0; float:left; border-bottom-left-radius:5px; border-bottom-right-radius:5px; overflow:hidden; }
#sub-page.paketsiparis-page .paket-diger-grid .item-description span { display:block; }
#sub-page.paketsiparis-page .paket-diger-grid .item-description .code { font-size:13px; padding:15px 0 0 20px; color:#596b78; height:30px; overflow:hidden; }
#sub-page.paketsiparis-page .paket-diger-grid .item-description .name { font-weight:bold; font-size:14px; padding:5px 0 0 20px; overflow:hidden; margin:5px 0; height:40px; color:#2e5bba; }
#sub-page.paketsiparis-page .paket-diger-grid .item-description .aciklama { font-size:13px; padding:0 20px; overflow:hidden; color:#596b78; margin:10px 0; min-height:31px; }
#sub-page.paketsiparis-page .paket-diger-grid .item-description .aciklama img { margin-top:-3px; }
#sub-page.paketsiparis-page .paket-diger-grid .item-description .price { font-size:24px; padding:4px 0 0 20px; color:#ff6633; font-weight:bold; }
#sub-page.paketsiparis-page .paket-diger-grid .item-description .pricetext { font-size:13px; padding:7px 20px 14px; color:#9d8f83; }
#sub-page.paketsiparis-page .paket-diger-grid .item-description .pakettext-kdv { font-weight:300; color:#7a8893; }
#sub-page.paketsiparis-page .paket-diger-grid .item-description a { text-decoration:none; }
@media (max-width:767px){
    #sub-page.paketsiparis-page .paket-diger-grid { grid-template-columns:repeat(2,1fr); }
    #sub-page.paketsiparis-page .paket-detay-baslik { font-size:24px; }
    /* Kart görseli = ürün liste kartı (mobil): kutu 195px, görsel kutuyu doldursun */
    #sub-page.paketsiparis-page .paket-diger-grid .item-image { height:195px; padding:8px 0; }
    #sub-page.paketsiparis-page .paket-diger-grid .item-image img { width:100% !important; max-width:100% !important; max-height:none !important; height:auto !important; }
    #sub-page.paketsiparis-page .paket-diger-grid .item-description .code { padding:15px 0 0 10px; height:30px; }
    #sub-page.paketsiparis-page .paket-diger-grid .item-description .name { padding:0 8px; height:39px; margin:10px 0; }
    #sub-page.paketsiparis-page .paket-diger-grid .item-description .aciklama { font-size:11px; padding:0 8px; margin:0; min-height:0; height:32px; }
    #sub-page.paketsiparis-page .paket-diger-grid .item-description .price { font-size:18px; padding:5px 10px; white-space:nowrap; }
    #sub-page.paketsiparis-page .paket-diger-grid .item-description .pricetext { font-size:12px; padding:8px 10px 12px; }
}

/* === MOBİL: özet "Ödenecek Toplam" büyük tutarı kırpılmasın (etiket üstte, tutar altta sağda) === */
@media (max-width: 767px){
  #sub-page.paketler-page .paket-wizard .fiyat-satir { font-size: 14px; }
  #sub-page.paketler-page .paket-wizard .fiyat-satir.toplam { font-size: 14px; flex-wrap: wrap; }
  #sub-page.paketler-page .paket-wizard .fiyat-satir.toplam > span:first-child { flex: 1 1 100%; min-width: 0; }
  #sub-page.paketler-page .paket-wizard .fiyat-satir.toplam > span:last-child { flex: 1 1 100%; text-align: right; font-size: 22px; margin-top: 2px; white-space: nowrap; }
}

/* === Paket kartı: "Seç" daralt + "Sepete Ekle" butonu === */
#sub-page.paketler-page .paket-wizard .paket-card-footer:has(.btn-paket-sepet) .btn-paket-sec{ flex:0 0 auto; padding:12px 18px; }
#sub-page.paketler-page .paket-wizard .paket-card-footer:has(.btn-paket-sepet) .paket-adet-wrap{ width:auto; }
#sub-page.paketler-page .paket-wizard .paket-card-footer:has(.btn-paket-sepet){ align-items:stretch; }
#sub-page.paketler-page .paket-wizard .btn-paket-sepet{
  flex:1; padding:13px 14px; min-height:46px; border:none; border-radius:8px;
  background:#1a1a1a; color:#fff; font-size:15px; font-weight:800; cursor:pointer;
  transition:background .15s; display:inline-flex; align-items:center; justify-content:center; gap:8px;
}
#sub-page.paketler-page .paket-wizard .btn-paket-sepet:hover{ background:#000; }
