/* ==================================================================
   Minik Köşe - Ön yüz stilleri
   Mobil öncelikli. Yumuşak pembe/pastel palet.
   ================================================================== */

:root {
    --pink-50:  #fff5f9;
    --pink-100: #fdf2f8;
    --pink-200: #fce7f3;
    --pink-300: #f9cfe4;
    --pink-400: #f472b6;
    --pink-500: #ec4899;
    --pink-600: #db2777;
    --pink-700: #be185d;

    --cream:    #fffafc;
    --text:     #3f2a36;
    --text-soft:#8a7580;
    --line:     #f3d7e6;

    --gold:     #f59e0b;
    --green:    #10b981;
    --green-bg: #ecfdf5;

    --radius:   18px;
    --radius-sm:12px;
    --shadow:   0 4px 20px rgba(219, 39, 119, .08);
    --shadow-lg:0 12px 40px rgba(219, 39, 119, .14);

    --max: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: 'Quicksand', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    background: var(--cream);
    color: var(--text);
    line-height: 1.65;
    font-size: 16px;
}

img { max-width: 100%; display: block; }

a { color: var(--pink-600); text-decoration: none; }
a:hover { color: var(--pink-700); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 18px; }

/* ------------------------------------------------------------------
   DUYURU ŞERİDİ
   ------------------------------------------------------------------ */
.announce {
    background: linear-gradient(90deg, var(--pink-500), var(--pink-400), var(--pink-500));
    color: #fff;
    text-align: center;
    font-size: 13.5px;
    font-weight: 600;
    padding: 9px 14px;
    letter-spacing: .2px;
}

/* ------------------------------------------------------------------
   ÜST BAR
   ------------------------------------------------------------------ */
.header {
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 50;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    max-width: var(--max);
    margin: 0 auto;
}
.logo {
    font-size: 23px;
    font-weight: 700;
    color: var(--pink-600);
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -.3px;
}
.logo span { font-size: 22px; }

/* Maskot rozeti — logo dosyasının kendi krem zemini var, yuvarlatarak kullanıyoruz */
.logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: block;
    flex: none;
}

.header-actions { display: flex; align-items: center; gap: 10px; }

/* WhatsApp butonu — yeşil bilinçli bir tercih: WhatsApp'ın kendi rengi
   dünyada tanınan bir işaret, ürün temasına boyamak tanınırlığı düşürür. */
.btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14.5px;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(37, 211, 102, .3);
    transition: background .15s ease, transform .15s ease;
}
.btn-wa:hover     { background: #1EBE5A; color: #fff; transform: translateY(-1px); }
.btn-wa:active    { transform: translateY(0); }
.btn-wa svg       { flex: none; }
.btn-wa .wa-kisa  { display: none; }

/* Dar ekranda kısa metin — buton logoyu ezmesin */
@media (max-width: 560px) {
    .btn-wa          { padding: 9px 14px; font-size: 13.5px; }
    .btn-wa .wa-tam  { display: none; }
    .btn-wa .wa-kisa { display: inline; }
}

/* ------------------------------------------------------------------
   BUTONLAR
   ------------------------------------------------------------------ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 26px;
    border: none;
    border-radius: 999px;
    font-family: inherit;
    font-size: 16.5px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    text-align: center;
}
.btn-primary {
    background: linear-gradient(135deg, var(--pink-500), var(--pink-600));
    color: #fff;
    box-shadow: 0 6px 18px rgba(236, 72, 153, .32);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(236,72,153,.4); color:#fff; }
.btn-primary:active { transform: translateY(0); }

.btn-block { width: 100%; }
.btn-lg { padding: 18px 30px; font-size: 18px; }

/* ------------------------------------------------------------------
   HERO (ana sayfa)
   ------------------------------------------------------------------ */
.hero {
    background: linear-gradient(160deg, var(--pink-100) 0%, var(--cream) 100%);
    padding: 46px 0 40px;
    text-align: center;
}
.hero h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--pink-700);
    margin-bottom: 12px;
    letter-spacing: -.5px;
}
.hero p {
    color: var(--text-soft);
    font-size: 16.5px;
    max-width: 560px;
    margin: 0 auto;
}

/* ------------------------------------------------------------------
   GÜVEN ŞERİDİ - ince tek satır
   ------------------------------------------------------------------ */
.trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 14px;
    margin: 14px 0;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
}
.trust-strip span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text-soft);
    white-space: nowrap;
}

/* ------------------------------------------------------------------
   ÜRÜN KARTLARI (ana sayfa)
   ------------------------------------------------------------------ */
.section-title {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: var(--pink-700);
    margin: 40px 0 8px;
}
.section-sub {
    text-align: center;
    color: var(--text-soft);
    margin-bottom: 28px;
    font-size: 15.5px;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding-bottom: 50px;
}
.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform .18s ease, box-shadow .18s ease;
    display: flex;
    flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.card-img { position: relative; background: var(--pink-50); aspect-ratio: 1 / 1; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }

.badge-discount {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--pink-600);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    padding: 5px 11px;
    border-radius: 999px;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}
.badge-out {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.82);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; color: var(--text-soft); font-size: 16px;
}

.card-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { font-size: 17px; font-weight: 700; margin-bottom: 5px; line-height: 1.35; }
.card-body p { font-size: 13.5px; color: var(--text-soft); margin-bottom: 12px; flex: 1; }

.price-row { display: flex; align-items: baseline; gap: 9px; margin-bottom: 13px; flex-wrap: wrap; }
.price { font-size: 22px; font-weight: 700; color: var(--pink-600); }
.price-old { font-size: 15px; color: #bda9b4; text-decoration: line-through; }

/* ------------------------------------------------------------------
   ÜRÜN DETAY - GALERİ
   ------------------------------------------------------------------ */
/* Sadece dikey boşluk ver; .wrap'in yan boşluğu korunsun */
.product-page { padding-top: 22px; padding-bottom: 50px; }

.gallery { margin-bottom: 22px; }
.gallery-main {
    position: relative;
    background: var(--pink-50);
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--line);
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }

.gallery-thumbs {
    display: flex;
    gap: 9px;
    margin-top: 11px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}
.gallery-thumbs button {
    flex: 0 0 68px;
    width: 68px; height: 68px;
    border: 2px solid transparent;
    border-radius: 11px;
    overflow: hidden;
    background: var(--pink-50);
    cursor: pointer;
    padding: 0;
}
.gallery-thumbs button.active { border-color: var(--pink-500); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

/* ------------------------------------------------------------------
   ÜRÜN DETAY - BİLGİ
   ------------------------------------------------------------------ */
.product-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    letter-spacing: -.4px;
}
.product-short { color: var(--text-soft); font-size: 16px; margin-bottom: 18px; }

.price-box {
    background: linear-gradient(135deg, var(--pink-100), var(--pink-50));
    border: 1.5px solid var(--pink-200);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 20px;
}
.price-box .price { font-size: 34px; }
.price-box .price-old { font-size: 18px; }
.save-note {
    display: inline-block;
    background: var(--green-bg);
    color: #047857;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
    margin-top: 8px;
}
.stock-note { font-size: 14px; color: var(--text-soft); margin-top: 9px; }
.stock-low { color: #dc2626; font-weight: 700; }

/* ------------------------------------------------------------------
   KAPIDA ÖDEME FORMU
   ------------------------------------------------------------------ */
.order-form {
    background: #fff;
    border: 2px solid var(--pink-200);
    border-radius: var(--radius);
    padding: 24px 20px;
    box-shadow: var(--shadow-lg);
    scroll-margin-top: 90px;
}
.order-form h2 {
    font-size: 21px;
    font-weight: 700;
    color: var(--pink-700);
    margin-bottom: 5px;
    text-align: center;
}
.order-form .form-sub {
    text-align: center;
    font-size: 14px;
    color: var(--text-soft);
    margin-bottom: 20px;
}

.field { margin-bottom: 15px; }
.field label {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    margin-bottom: 6px;
}
.field label .req { color: var(--pink-600); }

.field input[type=text],
.field input[type=tel],
.field input[type=number],
.field select,
.field textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-sm);
    font-size: 16px;              /* 16px altı iOS'ta zoom yapar */
    font-family: inherit;
    background: var(--pink-50);
    color: var(--text);
    transition: border-color .15s ease, background .15s ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: none;
    border-color: var(--pink-400);
    background: #fff;
}
.field textarea { resize: vertical; min-height: 78px; }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.field-error { border-color: #f87171 !important; background: #fef2f2 !important; }
.error-text { color: #dc2626; font-size: 12.5px; margin-top: 4px; font-weight: 600; }

/* Ödeme seçimi */
.payment-options { display: grid; gap: 10px; }
.pay-option {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 14px 15px;
    cursor: pointer;
    background: var(--pink-50);
    transition: all .15s ease;
}
.pay-option:hover { border-color: var(--pink-300); }
.pay-option input { accent-color: var(--pink-500); width: 19px; height: 19px; flex-shrink: 0; }
.pay-option.selected { border-color: var(--pink-500); background: #fff; box-shadow: 0 0 0 3px var(--pink-100); }
.pay-option .pay-ico { font-size: 21px; }
.pay-option strong { display: block; font-size: 14.5px; font-weight: 700; }
.pay-option small { color: var(--text-soft); font-size: 12.5px; }

/* Adet seçici */
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; background: var(--pink-50); }
.qty button {
    width: 44px; height: 46px;
    border: none; background: transparent;
    font-size: 21px; font-weight: 700; color: var(--pink-600);
    cursor: pointer; font-family: inherit;
}
.qty button:hover { background: var(--pink-100); }
.qty input {
    width: 54px; height: 46px;
    border: none; background: transparent;
    text-align: center; font-size: 16px; font-weight: 700;
    font-family: inherit; color: var(--text);
    -moz-appearance: textfield;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Toplam özeti */
.summary {
    background: var(--pink-50);
    border: 1px dashed var(--pink-300);
    border-radius: var(--radius-sm);
    padding: 14px 16px;
    margin: 16px 0;
    font-size: 14.5px;
}
.summary-row { display: flex; justify-content: space-between; padding: 4px 0; }
.summary-row.total {
    border-top: 1px solid var(--pink-200);
    margin-top: 8px; padding-top: 10px;
    font-size: 18px; font-weight: 700; color: var(--pink-700);
}
.summary .free { color: var(--green); font-weight: 700; }

.form-note {
    text-align: center;
    font-size: 12.5px;
    color: var(--text-soft);
    margin-top: 13px;
    line-height: 1.6;
}

/* Bal küpü - insan görmez, bot doldurur */
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ------------------------------------------------------------------
   TANITIM GÖRSELLERİ (formun altı)
   ------------------------------------------------------------------ */
.content-images { margin: 34px 0; }
.content-images img {
    width: 100%;
    border-radius: var(--radius);
    margin-bottom: 16px;
    box-shadow: var(--shadow);
}

/* ------------------------------------------------------------------
   AÇIKLAMA
   ------------------------------------------------------------------ */
.description {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px 20px;
    margin: 26px 0;
    box-shadow: var(--shadow);
}
.description h2 { font-size: 20px; color: var(--pink-700); margin-bottom: 13px; }
.description p  { margin-bottom: 12px; }
.description ul { margin: 0 0 12px 20px; }
.description li { margin-bottom: 6px; }

/* ------------------------------------------------------------------
   BİLDİRİMLER
   ------------------------------------------------------------------ */
.alert {
    padding: 13px 16px;
    border-radius: var(--radius-sm);
    font-size: 14.5px;
    margin-bottom: 16px;
    line-height: 1.6;
}
.alert-error   { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.alert-success { background: var(--green-bg); color: #047857; border: 1px solid #a7f3d0; }
.alert-info    { background: #fffbeb; color: #a16207; border: 1px solid #fde68a; }

/* ------------------------------------------------------------------
   TEŞEKKÜR SAYFASI
   ------------------------------------------------------------------ */
.thanks {
    text-align: center;
    padding: 50px 18px 60px;
    max-width: 560px;
    margin: 0 auto;
}
.thanks .check {
    width: 82px; height: 82px;
    background: var(--green-bg);
    border: 3px solid var(--green);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 40px;
    margin: 0 auto 22px;
}
.thanks h1 { font-size: 27px; color: var(--pink-700); margin-bottom: 11px; }
.thanks > p { color: var(--text-soft); margin-bottom: 24px; font-size: 16px; }

.order-detail {
    background: #fff;
    border: 1.5px solid var(--pink-200);
    border-radius: var(--radius);
    padding: 22px;
    text-align: left;
    margin-bottom: 24px;
    box-shadow: var(--shadow);
}
.order-detail .order-no {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: var(--pink-600);
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px dashed var(--pink-200);
}
.detail-row { display: flex; justify-content: space-between; gap: 14px; padding: 6px 0; font-size: 14.5px; }
.detail-row span:first-child { color: var(--text-soft); flex-shrink: 0; }
.detail-row span:last-child  { font-weight: 600; text-align: right; }

/* ------------------------------------------------------------------
   ALT BİLGİ
   ------------------------------------------------------------------ */
.footer {
    background: var(--pink-100);
    border-top: 1px solid var(--line);
    padding: 34px 0 26px;
    margin-top: 40px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
}
.footer h4 { font-size: 15.5px; color: var(--pink-700); margin-bottom: 10px; }
.footer p, .footer a { font-size: 14.5px; color: var(--text-soft); }
.footer a:hover { color: var(--pink-600); }
.footer ul { list-style: none; }
.footer li { margin-bottom: 6px; }
.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: var(--text-soft);
    border-top: 1px solid var(--pink-200);
    padding-top: 18px;
}
.social { display: flex; gap: 10px; margin-top: 10px; }
.social a {
    width: 38px; height: 38px;
    background: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px;
    box-shadow: var(--shadow);
}

/* ------------------------------------------------------------------
   MOBİL SABİT SİPARİŞ ÇUBUĞU
   ------------------------------------------------------------------ */
/* Trafiğin tamamı Facebook/Instagram uygulama içi tarayıcısından ve mobilden
   geliyor. iPhone'ların alt ana-ekran çubuğu sabit çubuğu örtüyordu: buton o
   alanda kalınca dokunmak zorlaşıyor, bazen basmak yerine sistemin kaydırma
   hareketi tetikleniyordu. env(safe-area-inset-bottom) bunu telafi eder. */
.sticky-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 11px 16px;
    padding-bottom: calc(11px + env(safe-area-inset-bottom, 0px));
    padding-left:   max(16px, env(safe-area-inset-left, 0px));
    padding-right:  max(16px, env(safe-area-inset-right, 0px));
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 -4px 20px rgba(219,39,119,.1);
    z-index: 60;
}
.sticky-bar .sb-price { font-size: 20px; font-weight: 700; color: var(--pink-600); white-space: nowrap; }
.sticky-bar .btn { flex: 1; padding: 13px 18px; font-size: 15.5px; }

/* Sayfa sonu sabit çubuğun altında kalmasın — çentik payı dahil */
body.has-sticky { padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }

/* ------------------------------------------------------------------
   BOŞ DURUM
   ------------------------------------------------------------------ */
.empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-soft);
}
.empty .ico { font-size: 52px; display: block; margin-bottom: 14px; }

/* ------------------------------------------------------------------
   MASAÜSTÜ
   ------------------------------------------------------------------ */
@media (min-width: 768px) {
    .hero { padding: 62px 0 52px; }
    .hero h1 { font-size: 40px; }
    .trust-strip { gap: 8px 26px; font-size: 13.5px; }
    .product-title { font-size: 32px; }
    .order-form { padding: 30px 28px; }
    .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
    .section-title { font-size: 30px; }
}

@media (min-width: 992px) {
    .product-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: start;
    }
    .gallery { position: sticky; top: 96px; }
    .sticky-bar { display: none; }
    body.has-sticky { padding-bottom: 0; }
}

/* ---- Trendyol tarzi urun rozetleri ---- */
.badge-best {
    position: absolute;
    top: 12px; right: 12px;
    background: #fff;
    color: #d97706;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    letter-spacing: .01em;
}

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 14px;
}
.card-tags .tag {
    font-size: 11.5px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 8px;
    white-space: nowrap;
    line-height: 1.3;
}
.tag-cargo { background: #ecfdf5; color: #15803d; }
.tag-cod   { background: #fff7ed; color: #c2410c; }
.tag-fast  { background: #eff6ff; color: #1d4ed8; }

@media (max-width: 480px) {
    .card-tags .tag { font-size: 10.5px; padding: 4px 8px; }
    .badge-best { font-size: 11px; padding: 4px 8px; top: 10px; right: 10px; }
}

/* ==================================================================
   ANA SAYFA HİKÂYE BÖLÜMLERİ
   ================================================================== */

:root {
    --lilac-50:  #f7f3ff;
    --lilac-100: #efe8ff;
    --lilac-300: #c9b6f5;
    --lilac-600: #7c3aed;
    --lilac-700: #6d28d9;
}

.eyebrow {
    display: inline-block;
    background: var(--lilac-100);
    color: var(--lilac-700);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

/* ---------------- HİKÂYE ---------------- */
.story {
    background: linear-gradient(165deg, var(--lilac-50) 0%, var(--pink-50) 100%);
    padding: 56px 0;
    margin-top: 54px;
}
.story-in {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: center;
}
.story-text h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.28;
    color: var(--lilac-700);
    margin-bottom: 16px;
    letter-spacing: -.4px;
}
.story-text p {
    color: var(--text-soft);
    font-size: 16px;
    margin-bottom: 14px;
}
.story-text strong { color: var(--text); font-weight: 700; }

.story-points { margin-top: 24px; display: grid; gap: 12px; }
.sp {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    background: #fff;
    border-radius: var(--radius-sm);
    padding: 14px 16px;
    box-shadow: var(--shadow);
}
.sp > span { font-size: 22px; line-height: 1.2; flex-shrink: 0; }
.sp div { font-size: 14px; color: var(--text-soft); line-height: 1.5; }
.sp b { display: block; color: var(--text); font-size: 15px; margin-bottom: 2px; font-weight: 700; }

.story-img { order: -1; }
.story-img img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
}

/* ---------------- 3 ADIM ---------------- */
.steps { padding: 56px 0 10px; }
.steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
}
.step {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius);
    padding: 26px 22px;
    text-align: center;
    transition: transform .18s, box-shadow .18s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.step-no {
    width: 46px; height: 46px;
    margin: 0 auto 15px;
    border-radius: 15px;
    display: grid; place-items: center;
    font-size: 20px; font-weight: 800; color: #fff;
}
.steps-grid .step:nth-child(1) .step-no { background: linear-gradient(135deg, var(--pink-500), var(--pink-600)); }
.steps-grid .step:nth-child(2) .step-no { background: linear-gradient(135deg, var(--gold), #f97316); }
.steps-grid .step:nth-child(3) .step-no { background: linear-gradient(135deg, var(--lilac-300), var(--lilac-600)); }
.step h3 { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--text-soft); }

/* ---------------- ÖZELLİKLER ---------------- */
.features { padding: 50px 0 10px; }
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 28px;
}
.feature {
    background: var(--pink-50);
    border-radius: var(--radius);
    padding: 22px 18px;
    text-align: center;
}
.fico {
    width: 52px; height: 52px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #fff;
    display: grid; place-items: center;
    font-size: 24px;
    box-shadow: var(--shadow);
}
.feature h3 { font-size: 15.5px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.feature p { font-size: 13.5px; color: var(--text-soft); line-height: 1.55; }

/* ---------------- İÇİNDEKİLER ---------------- */
.contents {
    background: var(--lilac-50);
    padding: 54px 0;
    margin-top: 50px;
}
.contents-in { display: grid; grid-template-columns: 1fr; gap: 32px; }
.contents h2 {
    font-size: 24px; font-weight: 700; line-height: 1.3;
    color: var(--lilac-700); margin-bottom: 14px; letter-spacing: -.3px;
}
.contents-lead { color: var(--text-soft); font-size: 15.5px; margin-bottom: 20px; }
.contents-lead strong { color: var(--text); }

.contents-list { list-style: none; display: grid; gap: 10px; }
.contents-list li {
    display: flex; align-items: center; gap: 12px;
    background: #fff;
    border-radius: var(--radius-sm);
    padding: 13px 17px;
    font-size: 15px; font-weight: 600; color: var(--text);
    box-shadow: var(--shadow);
}
.contents-list li span { font-size: 20px; }
.contents-note { font-size: 13px; color: var(--text-soft); margin-top: 14px; font-style: italic; }

.figures {
    background: #fff;
    border-radius: var(--radius);
    padding: 24px 22px;
    box-shadow: var(--shadow);
}
.figures h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 16px; }
.fig-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.fig-grid span {
    background: var(--pink-50);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13.5px; font-weight: 600; color: var(--text);
    text-align: center;
}
.fig-note { font-size: 12.5px; color: var(--text-soft); margin-top: 15px; text-align: center; }

/* ---------------- SSS ---------------- */
.faq { padding: 54px 0 10px; }
.faq-list { margin-top: 26px; max-width: 780px; margin-left: auto; margin-right: auto; }
.faq-item {
    background: #fff;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-sm);
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-item summary {
    padding: 16px 20px;
    font-size: 15.5px; font-weight: 700; color: var(--text);
    cursor: pointer;
    list-style: none;
    display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    font-size: 22px; font-weight: 400; color: var(--pink-500);
    transition: transform .2s; flex-shrink: 0; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item[open] summary { color: var(--pink-700); }
.faq-item p {
    padding: 0 20px 18px;
    font-size: 14.5px; color: var(--text-soft); line-height: 1.65;
}
.faq-item p strong { color: var(--text); }

/* ---------------- SON ÇAĞRI ---------------- */
.cta-band {
    background: linear-gradient(135deg, var(--pink-500) 0%, var(--pink-600) 45%, var(--lilac-600) 100%);
    padding: 54px 0;
    text-align: center;
    margin-top: 54px;
}
.cta-band h2 {
    color: #fff; font-size: 25px; font-weight: 700;
    margin-bottom: 12px; letter-spacing: -.3px; line-height: 1.3;
}
.cta-band p {
    color: rgba(255,255,255,.93);
    font-size: 16px; max-width: 500px; margin: 0 auto 24px;
}
.btn-cta {
    display: inline-block;
    background: #fff; color: var(--pink-700);
    padding: 16px 38px;
    border-radius: 999px;
    font-size: 17px; font-weight: 800;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
    transition: transform .18s, box-shadow .18s;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.24); color: var(--pink-700); }

.cta-trust {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 10px; margin-top: 26px;
}
.cta-trust span {
    background: rgba(255,255,255,.18);
    color: #fff;
    padding: 7px 15px;
    border-radius: 999px;
    font-size: 13px; font-weight: 700;
    backdrop-filter: blur(4px);
}

/* ---------------- MASAÜSTÜ ---------------- */
@media (min-width: 760px) {
    .story { padding: 72px 0; }
    .story-in { grid-template-columns: 1.05fr .95fr; gap: 48px; }
    .story-img { order: 0; }
    .story-text h2 { font-size: 32px; }

    .steps { padding: 72px 0 10px; }
    .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }

    .features { padding: 64px 0 10px; }
    .features-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }

    .contents { padding: 72px 0; }
    .contents-in { grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
    .contents h2 { font-size: 28px; }
    .fig-grid { grid-template-columns: repeat(3, 1fr); }

    .faq { padding: 70px 0 10px; }
    .cta-band { padding: 70px 0; }
    .cta-band h2 { font-size: 31px; }
}

@media (min-width: 1000px) {
    .story-img img { max-height: 620px; object-fit: cover; }
}

/* ==================================================================
   SİPARİŞ FORMU - PAKET SEÇİCİ
   ================================================================== */

.packs { display: grid; gap: 10px; }

.pack {
    position: relative;
    display: block;
    border: 2px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 14px 16px;
    cursor: pointer;
    background: #fff;
    transition: border-color .16s, background .16s, transform .16s;
}
.pack:hover { border-color: var(--pink-300); }
.pack.active {
    border-color: var(--pink-500);
    background: var(--pink-50);
    box-shadow: 0 0 0 3px rgba(236, 72, 153, .1);
}

.pack input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pack-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-left: 30px;
}

/* Özel radyo göstergesi */
.pack-body::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; height: 20px;
    border: 2px solid var(--line);
    border-radius: 50%;
    background: #fff;
    transition: border-color .16s, box-shadow .16s;
}
.pack.active .pack-body::before {
    border-color: var(--pink-500);
    box-shadow: inset 0 0 0 4px var(--pink-500);
}

.pack-left { display: flex; flex-direction: column; line-height: 1.35; min-width: 0; }
.pack-left b { font-size: 16px; font-weight: 800; color: var(--text); }
.pack-left small { font-size: 12.5px; color: var(--text-soft); font-weight: 600; }

.pack-right { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.3; flex-shrink: 0; }
.pack-right b { font-size: 17px; font-weight: 800; color: var(--pink-600); }
.pack-right s { font-size: 12.5px; color: #b9a8b2; }
.pack.active .pack-right b { color: var(--pink-700); }

.pack-flag {
    position: absolute;
    top: -9px; right: 12px;
    background: var(--gold);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .04em;
    padding: 3px 9px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(245, 158, 11, .35);
}
.pack:last-child .pack-flag { background: var(--green); box-shadow: 0 2px 6px rgba(16, 185, 129, .35); }

.pack-hint {
    font-size: 12.5px;
    color: var(--text-soft);
    margin-top: 10px;
    line-height: 1.5;
}

@media (min-width: 520px) {
    .pack { padding: 15px 18px; }
    .pack-left b { font-size: 17px; }
    .pack-right b { font-size: 18px; }
}
