/* ============================================================
   Antalya Hediye Plugin — Ana CSS v2.6
   Renk: #F72C5B (pembe-kırmızı)
   ============================================================ */

:root {
    --ah-primary:   #F72C5B;
    --ah-primary-d: #d4244f;
    --ah-primary-l: #fff0f4;
    --ah-secondary: #ff6b9d;
    --ah-green:     #25d366;
    --ah-white:     #ffffff;
    --ah-bg:        #f7f5f2;
    --ah-border:    #e8e2da;
    --ah-text:      #1c1917;
    --ah-muted:     #78716c;
    --ah-radius:    12px;
    --ah-shadow:    0 2px 12px rgba(0,0,0,.07);
}

/* ── Ürün sayfası buton alanı ── */
.ah-product-buttons { margin: 14px 0 18px; }

.ah-info-notice {
    display: flex; align-items: flex-start; gap: 8px;
    background: #fff0f4; border: 1px solid #ffc2d1;
    border-radius: 10px; padding: 12px 14px; margin-bottom: 14px;
    font-size: 13px; color: #9b1239; line-height: 1.5;
}
.ah-info-notice svg { flex-shrink: 0; margin-top: 1px; color: var(--ah-primary); }

.ah-btn-hazirla {
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 10px !important;
    width: 100% !important; padding: 15px 24px !important;
    background: linear-gradient(135deg, #F72C5B, #ff6b9d) !important;
    color: #fff !important; border: none !important;
    border-radius: 50px !important; font-size: 17px !important;
    font-weight: 800 !important; text-decoration: none !important;
    cursor: pointer !important; transition: all .25s !important;
    box-shadow: 0 4px 16px rgba(247,44,91,.28) !important;
    margin-bottom: 12px !important; line-height: 1 !important;
}
.ah-btn-hazirla:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(247,44,91,.4) !important;
    color: #fff !important;
}

.ah-btn-wa {
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 8px !important;
    width: 100% !important; background: #25d366 !important;
    color: #fff !important; padding: 13px 20px !important;
    border-radius: 50px !important; font-size: 15px !important;
    font-weight: 700 !important; text-decoration: none !important;
    transition: all .2s !important;
    box-shadow: 0 4px 14px rgba(37,211,102,.3) !important;
    margin-bottom: 14px !important; border: none !important;
}
.ah-btn-wa:hover {
    background: #1fba57 !important; color: #fff !important;
    transform: translateY(-2px) !important;
}

.ah-trust {
    display: flex; gap: 16px; flex-wrap: wrap;
    font-size: 12px; color: var(--ah-muted);
}
.ah-trust span { display: flex; align-items: center; gap: 4px; }

/* ── Loop ── */
.ah-btn-loop {
    background: linear-gradient(135deg, #F72C5B, #ff6b9d) !important;
    color: #fff !important; border: none !important;
    border-radius: 50px !important; font-weight: 700 !important;
    transition: all .2s !important; width: 100% !important;
    text-align: center !important;
}
.ah-btn-loop:hover {
    opacity: .9 !important; transform: translateY(-1px) !important;
    color: #fff !important;
}

/* ── Floating WA tamamen kaldır ── */
.ah-wa-float, .ahc-whatsapp-btn,
.wd-sticky-atc, .woodmart-sticky-add-to-cart { display: none !important; }

/* ── Kişiselleştirme sayfası ── */

/* =====================================================
   KİŞİSELLEŞTİRME SAYFASI — Yeni Tasarım
   Sol: Adım göstergesi (dar)   Sağ: Form (geniş)
   ===================================================== */

.ahp-wrap {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    max-width: 1000px;
    margin: 32px auto;
    padding: 0 20px 80px;
    font-family: system-ui, -apple-system, sans-serif;
    color: #1c1917;
    align-items: flex-start;
}

/* ── Sol Panel ── */
.ahp-sidebar {
    position: sticky;
    top: 80px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ahp-sidebar-product {
    background: #fff;
    border: 1.5px solid #e8e2da;
    border-radius: 12px;
    padding: 14px 16px;
}
.ahp-sidebar-name {
    font-size: 14px;
    font-weight: 700;
    color: #1c1917;
    margin-bottom: 5px;
    line-height: 1.35;
}
.ahp-sidebar-price {
    font-size: 20px;
    font-weight: 800;
    color: #F72C5B;
    margin-bottom: 8px;
}
.ahp-sidebar-hint {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 12px;
    color: #78716c;
    line-height: 1.5;
    background: #fafaf8;
    border-radius: 8px;
    padding: 8px 10px;
    border: 1px solid #e8e2da;
}

/* Adım Göstergesi */
.ahp-steps {
    background: #fff;
    border: 1.5px solid #e8e2da;
    border-radius: 12px;
    overflow: hidden;
}
.ahp-step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid #f3f4f6;
    transition: background .2s;
}
.ahp-step:last-child { border-bottom: none; }
.ahp-step.active { background: #fff0f4; }
.ahp-step.done   { background: #f0fdf4; }
.ahp-step-dot {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #f3f4f6;
    border: 2px solid #e5e7eb;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 800; color: #9ca3af;
    flex-shrink: 0; transition: all .3s;
}
.ahp-step.active .ahp-step-dot {
    background: #F72C5B; border-color: #F72C5B; color: #fff;
    box-shadow: 0 2px 8px rgba(247,44,91,.3);
}
.ahp-step.done .ahp-step-dot { background: #16a34a; border-color: #16a34a; color: #fff; }
.ahp-step-info strong { display: block; font-size: 12px; font-weight: 700; color: #374151; }
.ahp-step-info span   { font-size: 11px; color: #9ca3af; }
.ahp-step.active .ahp-step-info strong { color: #F72C5B; }
.ahp-step.done   .ahp-step-info span   { color: #16a34a; font-weight: 600; }

/* ── Sağ Form ── */
.ahp-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}
.ahp-section {
    background: #fff;
    border: 1.5px solid #e8e2da;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0,0,0,.04);
}
.ahp-section-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid #f3f4f6;
    background: #fafaf8;
}
.ahp-section-title {
    display: flex; align-items: center; gap: 9px;
    font-size: 15px; font-weight: 700; color: #1c1917;
}
.ahp-section-num {
    width: 24px; height: 24px;
    background: #F72C5B; color: #fff;
    border-radius: 50%; font-size: 11px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.ahp-counter {
    display: flex; align-items: baseline; gap: 2px;
    background: #f3f4f6; border: 1.5px solid #e5e7eb;
    border-radius: 8px; padding: 4px 12px;
    font-weight: 800; font-size: 16px; transition: all .3s;
}
.ahp-counter.full { border-color: #16a34a; color: #16a34a; }
.ahp-counter-sep { font-size: 12px; color: #9ca3af; }

/* Dropzone */
.ahp-dropzone {
    border: 2px dashed #ffc2d1; border-radius: 10px;
    margin: 14px 18px; background: #fffaf7;
    transition: all .2s; cursor: pointer; overflow: hidden;
}
.ahp-dropzone.drag-over { border-color: #F72C5B; background: #fff0f4; }
.ahp-dropzone input[type="file"] { display: none; }
.ahp-dropzone-label {
    display: flex; align-items: center; gap: 16px;
    padding: 18px 20px; cursor: pointer; flex-wrap: wrap;
}
.ahp-dropzone-icon {
    width: 48px; height: 48px; flex-shrink: 0;
    background: #fff; border: 1.5px solid #e8e2da;
    border-radius: 10px; display: flex; align-items: center;
    justify-content: center; color: #ccc; transition: all .2s;
}
.ahp-dropzone:hover .ahp-dropzone-icon { border-color: #F72C5B; color: #F72C5B; }
.ahp-dropzone-text { flex: 1; min-width: 120px; }
.ahp-dropzone-text strong { display: block; font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.ahp-dropzone-text em { font-style: normal; font-size: 12px; color: #9ca3af; }
.ahp-dropzone-btn {
    background: #F72C5B; color: #fff; padding: 9px 18px;
    border-radius: 50px; font-size: 13px; font-weight: 700;
    pointer-events: none; white-space: nowrap;
    box-shadow: 0 3px 10px rgba(247,44,91,.25);
}

/* Progress */
.ahp-progress { display: none; padding: 10px 18px; border-top: 1px solid #f3f4f6; background: #fafaf8; }
.ahp-progress-bar { height: 4px; background: #f0ebe3; border-radius: 2px; overflow: hidden; margin-bottom: 6px; }
.ahp-progress-bar::after {
    content: ''; display: block; height: 100%;
    background: linear-gradient(90deg, #F72C5B, #ff6b9d);
    width: var(--pct, 0%); transition: width .3s; border-radius: 2px;
}
.ahp-progress span { font-size: 12px; color: #78716c; }

/* Fotoğraf grid */
.ahp-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(110px,1fr));
    gap: 10px; padding: 0 18px 16px;
}
.ahp-grid:empty { display: none; }
.ahp-photo {
    position: relative; border-radius: 10px; overflow: hidden;
    aspect-ratio: 1; background: #f3f4f6;
    border: 2px solid #e8e2da; cursor: pointer; transition: all .2s;
}
.ahp-photo:hover { border-color: #F72C5B; transform: scale(1.02); }
.ahp-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ahp-photo-num {
    position: absolute; top: 6px; left: 6px;
    background: #F72C5B; color: #fff; width: 20px; height: 20px;
    border-radius: 50%; font-size: 10px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
}
.ahp-photo-overlay {
    position: absolute; inset: 0; background: rgba(0,0,0,0);
    display: flex; align-items: flex-end; transition: background .2s;
}
.ahp-photo:hover .ahp-photo-overlay { background: rgba(0,0,0,.45); }
.ahp-photo-actions {
    display: flex; width: 100%;
    opacity: 0; transform: translateY(6px); transition: all .2s;
}
.ahp-photo:hover .ahp-photo-actions { opacity: 1; transform: none; }
.ahp-photo-actions button {
    flex: 1; border: none; cursor: pointer; font-size: 11px; font-weight: 700;
    padding: 8px 4px; display: flex; align-items: center; justify-content: center; gap: 3px;
}
.btn-edit   { background: rgba(247,44,91,.9); color: #fff; border-right: 1px solid rgba(255,255,255,.2); }
.btn-remove { background: rgba(220,38,38,.88); color: #fff; }

/* Alert */
.ahp-alert {
    display: flex; align-items: center; gap: 7px;
    margin: 0 18px 14px; background: #fff7ed;
    border: 1px solid #fed7aa; border-radius: 8px;
    padding: 9px 12px; font-size: 13px; color: #9a3412;
}

/* Metin alanları */
.ahp-text-fields { padding: 16px 18px; display: flex; flex-direction: column; gap: 18px; }
.ahp-field { display: flex; flex-direction: column; gap: 6px; }
.ahp-field-label {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 14px; font-weight: 700; color: #374151;
}
.ahp-required {
    font-size: 10px; font-weight: 700;
    background: #fee2e2; color: #dc2626; border-radius: 4px; padding: 2px 7px;
}
.ahp-input {
    border: 1.5px solid #e8e2da; border-radius: 10px;
    padding: 11px 14px; font-size: 14px; font-family: inherit;
    transition: all .2s; resize: vertical; width: 100%; box-sizing: border-box;
}
.ahp-input:focus { outline: none; border-color: #F72C5B; box-shadow: 0 0 0 3px rgba(247,44,91,.1); }
.ahp-field-foot { display: flex; justify-content: flex-end; }
.ahp-chars { font-size: 11px; color: #9ca3af; }
.ahp-chars.limit { color: #dc2626; font-weight: 600; }

/* Sepete Ekle */
.ahp-section-action {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}
.ahp-action-row {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    background: #fff; border: 1.5px solid #e8e2da;
    border-radius: 14px; padding: 14px 18px;
    box-shadow: 0 1px 6px rgba(0,0,0,.04);
}
.ahp-qty { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.ahp-qty-ctrl {
    display: flex; align-items: center;
    border: 1.5px solid #e8e2da; border-radius: 8px; overflow: hidden;
}
.ahp-qty-ctrl button {
    background: #f8f9fa; border: none; width: 34px; height: 34px;
    font-size: 18px; cursor: pointer; transition: background .15s;
}
.ahp-qty-ctrl button:hover { background: #e8e2da; }
#ahp-qty {
    border: none; width: 42px; text-align: center;
    font-size: 15px; font-weight: 700; outline: none;
    -moz-appearance: textfield;
}
#ahp-qty::-webkit-inner-spin-button { -webkit-appearance: none; }
.ahp-submit {
    flex: 1;
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 9px !important;
    background: linear-gradient(135deg, #F72C5B, #ff6b9d) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    border: none !important; border-radius: 50px !important;
    padding: 13px 26px !important; font-size: 16px !important;
    font-weight: 800 !important; cursor: pointer !important;
    min-width: 180px; transition: all .2s;
    box-shadow: 0 4px 16px rgba(247,44,91,.3) !important;
}
.ahp-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(247,44,91,.4) !important; }
.ahp-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
#ahp-submit, #ahp-submit *, #ahp-submit span {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* ── Bundle Upsell ── */
.ahp-bundle-upsell {
    background: #fff;
    border: 2px solid #ffc2d1;
    border-radius: 14px;
    display: flex;
    gap: 0;
    overflow: hidden;
}
















/* ── Başarı ── */
.ahp-success-page {
    display: none; align-items: center; justify-content: center;
    min-height: 400px; padding: 40px 20px;
}
.ahp-success-inner {
    background: #fff; border: 1.5px solid #e8e2da;
    border-radius: 20px; padding: 52px 40px; text-align: center;
    max-width: 580px; width: 100%;
    box-shadow: 0 8px 40px rgba(0,0,0,.08);
}
.ahp-success-icon {
    width: 88px; height: 88px; background: #dcfce7; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #16a34a; margin: 0 auto 22px;
}
.ahp-success-title { font-size: 26px; font-weight: 800; margin: 0 0 10px; }
.ahp-success-sub   { font-size: 15px; color: #78716c; line-height: 1.7; margin: 0 0 32px; }
.ahp-success-btns  { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.ahp-btn-outline {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 11px 22px; border: 2px solid #F72C5B; border-radius: 50px;
    color: #F72C5B; font-weight: 700; font-size: 14px; text-decoration: none;
    transition: all .2s;
}
.ahp-btn-outline:hover { background: #F72C5B; color: #fff; }
.ahp-btn-solid {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 11px 22px;
    background: linear-gradient(135deg, #F72C5B, #ff6b9d);
    border: none; border-radius: 50px; color: #fff !important;
    font-weight: 700; font-size: 14px; text-decoration: none;
    box-shadow: 0 4px 14px rgba(247,44,91,.3); transition: all .2s;
}
.ahp-btn-solid:hover { transform: translateY(-1px); color: #fff !important; }
.ahp-btn-shop {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 11px 22px; border: 2px solid #e8e2da; border-radius: 50px;
    color: #374151; font-weight: 600; font-size: 14px; text-decoration: none;
    transition: all .2s;
}
.ahp-btn-shop:hover { border-color: #374151; background: #f8f9fa; }

/* Toast */
.ahp-toast {
    position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
    padding: 11px 22px; border-radius: 10px; font-size: 14px;
    font-weight: 600; color: #fff; z-index: 999999; white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0,0,0,.2); pointer-events: none;
}

/* Sepet düzenle */
.ah-cart-edit-btn {
    display: inline-flex; align-items: center; gap: 5px;
    background: #fff0f4; border: 1.5px solid #F72C5B;
    border-radius: 6px; padding: 4px 12px; font-size: 12px;
    font-weight: 700; color: #F72C5B; text-decoration: none;
    transition: all .2s; margin-top: 6px;
}
.ah-cart-edit-btn:hover { background: #F72C5B; color: #fff; }

/* Responsive */
@media(max-width:768px){
    .ahp-wrap { grid-template-columns: 1fr; gap: 16px; padding: 12px 12px 60px; }
    .ahp-sidebar { position: static; flex-direction: row; gap: 10px; flex-wrap: wrap; }
    .ahp-sidebar-product { flex: 1; min-width: 200px; }
    .ahp-steps { display: none; }
    .ahp-bundle-upsell { flex-direction: column; }
    
    .ahp-grid { grid-template-columns: repeat(3, 1fr); }
}
@media(max-width:480px){
    .ahp-sidebar { flex-direction: column; }
    .ahp-action-row { flex-direction: column; }
    .ahp-submit { min-width: auto; width: 100%; }
    .ahp-success-inner { padding: 32px 20px; }
    .ahp-success-btns { flex-direction: column; align-items: stretch; }
}

/* ── Ürün sayfası butonları ── */
.ah-product-buttons { margin: 12px 0 16px; }
.ah-info-notice {
    display: flex; align-items: flex-start; gap: 8px;
    background: #fff0f4; border: 1px solid #ffc2d1;
    border-radius: 10px; padding: 11px 14px; margin-bottom: 12px;
    font-size: 13px; color: #9b1239; line-height: 1.5;
}
.ah-info-notice svg { flex-shrink: 0; margin-top: 1px; color: #F72C5B; }
.ah-btn-hazirla {
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 9px !important;
    padding: 14px 22px !important;
    background: linear-gradient(135deg, #F72C5B, #ff6b9d) !important;
    color: #fff !important; -webkit-text-fill-color: #fff !important;
    border: none !important; border-radius: 50px !important;
    font-size: 16px !important; font-weight: 800 !important;
    text-decoration: none !important; cursor: pointer !important;
    transition: all .25s !important;
    box-shadow: 0 4px 16px rgba(247,44,91,.28) !important;
    line-height: 1 !important;
}
.ah-btn-hazirla:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(247,44,91,.4) !important;
    color: #fff !important;
}
.ah-btn-wa {
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 8px !important;
    background: #25d366 !important;
    color: #fff !important; -webkit-text-fill-color: #fff !important;
    border-radius: 50px !important; font-size: 15px !important;
    font-weight: 700 !important; text-decoration: none !important;
    transition: all .2s !important;
    box-shadow: 0 4px 14px rgba(37,211,102,.3) !important;
    border: none !important; white-space: nowrap !important;
}
.ah-btn-wa:hover {
    background: #1fba57 !important; color: #fff !important;
    transform: translateY(-2px) !important;
}
.ah-trust {
    display: flex; gap: 14px; flex-wrap: wrap;
    font-size: 12px; color: #78716c; margin-top: 4px;
}
.ah-trust span { display: flex; align-items: center; gap: 4px; }
/* Floating WA kaldır */
.ah-wa-float, .ahc-whatsapp-btn,
.wd-sticky-atc, .woodmart-sticky-add-to-cart { display: none !important; }
/* Loop butonu */
.ah-btn-loop {
    background: linear-gradient(135deg, #F72C5B, #ff6b9d) !important;
    color: #fff !important; border: none !important;
    border-radius: 50px !important; font-weight: 700 !important;
    transition: all .2s !important;
}
.ah-btn-loop:hover { opacity: .9 !important; color: #fff !important; }

/* ── Ürün sayfası YAN YANA buton satırı ── */
.ah-btn-row {
    display: flex !important;
    gap: 10px !important;
    align-items: stretch !important;
}
.ah-btn-hazirla {
    flex: 1 !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    gap: 8px !important; padding: 14px 20px !important;
    background: linear-gradient(135deg,#F72C5B,#ff6b9d) !important;
    color: #fff !important; -webkit-text-fill-color: #fff !important;
    border: none !important; border-radius: 50px !important;
    font-size: 15px !important; font-weight: 800 !important;
    text-decoration: none !important; cursor: pointer !important;
    transition: all .25s !important; line-height: 1 !important;
    box-shadow: 0 4px 16px rgba(247,44,91,.28) !important;
    white-space: nowrap !important;
}
.ah-btn-hazirla:hover { transform: translateY(-2px) !important; color: #fff !important; box-shadow: 0 8px 24px rgba(247,44,91,.4) !important; }
.ah-btn-hazirla span { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.ah-btn-wa {
    display: flex !important; align-items: center !important; justify-content: center !important;
    gap: 7px !important; padding: 14px 18px !important;
    background: #25d366 !important;
    color: #fff !important; -webkit-text-fill-color: #fff !important;
    border: none !important; border-radius: 50px !important;
    font-size: 14px !important; font-weight: 700 !important;
    text-decoration: none !important; transition: all .2s !important;
    box-shadow: 0 4px 14px rgba(37,211,102,.3) !important; white-space: nowrap !important;
}
.ah-btn-wa:hover { background: #1fba57 !important; transform: translateY(-2px) !important; color: #fff !important; }
.ah-btn-wa span { color: #fff !important; -webkit-text-fill-color: #fff !important; }

/* ── YENİ Upsell Box — "Ek Ürün" tasarımı ── */















/* Checkbox özel stil */














/* Üst bant */








/* Ürün kartı */












/* Toggle switch */








/* Butonlar */

/* ════════════════════════════════════════════
   BUNDLE UPSELL — v3.0  #F72C5B
   ════════════════════════════════════════════ */
.ahp-upsell-box {
    border-radius: 14px;
    overflow: hidden;
    border: 1.5px solid #ffc2d1;
    background: var(--color-background-primary, #fff);
    margin-bottom: 4px;
}
.ahp-upsell-topbar {
    background: #F72C5B;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.ahp-upsell-topbar-left { flex: 1; }
.ahp-upsell-topbar-sub {
    font-size: 10px; font-weight: 500;
    color: rgba(255,255,255,.75);
    letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 3px;
}
.ahp-upsell-headline {
    font-size: 16px; font-weight: 700; color: #fff; line-height: 1.3; margin-bottom: 2px;
}
.ahp-upsell-tagline { font-size: 11px; color: rgba(255,255,255,.78); }
.ahp-upsell-disc-circle {
    width: 58px; height: 58px; border-radius: 50%;
    background: rgba(255,255,255,.15);
    border: 2px solid rgba(255,255,255,.3);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    flex-shrink: 0;
}
.ahp-upsell-disc-num { font-size: 19px; font-weight: 800; color: #fff; line-height: 1; }
.ahp-upsell-disc-lbl { font-size: 9px; font-weight: 600; color: rgba(255,255,255,.85); }

/* Ürün satırı */
.ahp-upsell-product-row {
    padding: 14px 18px;
    display: flex; gap: 14px; align-items: center;
    border-bottom: 1px solid #ffd6e0;
}
.ahp-upsell-img-wrap {
    width: 76px; height: 76px; border-radius: 10px;
    overflow: hidden; flex-shrink: 0;
    background: #fff0f4; border: 1px solid #ffd6e0;
    position: relative; display: flex; align-items: center; justify-content: center;
}
.ahp-upsell-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ahp-upsell-img-tag {
    position: absolute; top: 5px; left: 5px;
    background: #F72C5B; color: #fff;
    font-size: 8px; font-weight: 800;
    padding: 2px 6px; border-radius: 4px;
    letter-spacing: .6px; text-transform: uppercase;
}
.ahp-upsell-info { flex: 1; min-width: 0; }
.ahp-upsell-pname { font-size: 14px; font-weight: 700; color: #1c1917; margin-bottom: 5px; line-height: 1.3; }
.ahp-upsell-prices { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.ahp-upsell-old  { font-size: 12px; color: #9ca3af; text-decoration: line-through; }
.ahp-upsell-new  { font-size: 20px; font-weight: 800; color: #F72C5B; line-height: 1; }
.ahp-upsell-save {
    display: inline-flex; align-items: center; gap: 4px;
    background: #fff0f4; border: 1px solid #ffc2d1;
    border-radius: 20px; padding: 2px 9px;
    font-size: 11px; color: #F72C5B; font-weight: 600;
}

/* Toggle switch */
.ahp-upsell-toggle-wrap {
    display: flex; flex-direction: column; align-items: center;
    gap: 5px; flex-shrink: 0;
}
.ahp-upsell-toggle-track {
    width: 44px; height: 24px; background: #F72C5B;
    border-radius: 12px; position: relative; cursor: pointer;
    transition: background .2s;
}
.ahp-upsell-toggle-track.off { background: #d1d5db; }
.ahp-upsell-toggle-thumb {
    position: absolute; top: 3px; right: 3px;
    width: 18px; height: 18px; background: #fff;
    border-radius: 50%; transition: transform .2s;
    box-shadow: 0 1px 4px rgba(247,44,91,.3);
}
.ahp-upsell-toggle-track.off .ahp-upsell-toggle-thumb { transform: translateX(-20px); right: auto; left: 3px; }
.ahp-upsell-toggle-lbl { font-size: 10px; font-weight: 600; color: #F72C5B; }

/* Gizli checkbox */
.ahp-bup-cb { display: none; }

/* Footer butonlar */
.ahp-upsell-footer {
    padding: 12px 18px;
    display: flex; align-items: center; gap: 12px;
    background: #fff8f9;
    border-top: 1px solid #ffd6e0;
    flex-wrap: wrap;
}
.ahp-bup-btn {
    display: inline-flex !important; align-items: center !important; gap: 7px !important;
    background: #F72C5B !important; color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    border: none !important; border-radius: 50px !important;
    padding: 10px 20px !important; font-size: 13px !important;
    font-weight: 700 !important; cursor: pointer !important;
    transition: all .2s !important;
    box-shadow: 0 3px 12px rgba(247,44,91,.3) !important;
}
.ahp-bup-btn:hover { transform: translateY(-1px) !important; box-shadow: 0 5px 18px rgba(247,44,91,.4) !important; }
.ahp-upsell-skip {
    background: none; border: none; cursor: pointer;
    font-size: 12px; color: #9ca3af;
    text-decoration: underline; padding: 0; font-weight: 500;
    transition: color .15s;
}
.ahp-upsell-skip:hover { color: #6b7280; }


/* ════ KİŞİSELLEŞTİRME SAYFASI — Önizleme ile eşleşen stiller ════ */

/* Ürün kartı */
.ahp-product-card {
    background: var(--color-background-primary, #fff);
    border: 1px solid var(--color-border-tertiary, #e8e2da);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0,0,0,.04);
}
.ahp-product-img {
    aspect-ratio: 1; overflow: hidden;
    background: #f3f4f6; position: relative;
}
.ahp-product-img img { width:100%; height:100%; object-fit:cover; display:block; }
.ahp-edit-chip {
    position: absolute; top: 9px; right: 9px;
    background: #fef3c7; border: 1px solid #fcd34d;
    border-radius: 20px; padding: 3px 10px;
    font-size: 11px; font-weight: 600; color: #92400e;
}
.ahp-product-meta { padding: 12px 14px; }
.ahp-product-title { font-size: 13px; font-weight: 700; color: #1c1917; margin-bottom: 4px; line-height: 1.35; }
.ahp-price { font-size: 18px; font-weight: 800; color: #F72C5B; margin-bottom: 8px; }
.ahp-chips { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 8px; }
.ahp-chip {
    background: #fff0f4; border: 1px solid #ffc2d1;
    border-radius: 20px; padding: 2px 8px;
    font-size: 10px; font-weight: 600; color: #F72C5B;
}
.ahp-hint {
    display: flex; align-items: flex-start; gap: 5px;
    font-size: 11px; color: #78716c; line-height: 1.5;
    background: #fafaf8; border-radius: 7px;
    padding: 7px 9px; margin: 0;
    border: 1px solid #e8e2da;
}

/* Adım göstergesi */
.ahp-steps {
    background: var(--color-background-primary, #fff);
    border: 1px solid var(--color-border-tertiary, #e8e2da);
    border-radius: 14px; overflow: hidden;
}
.ahp-step {
    display: flex; align-items: center; gap: 10px;
    padding: 11px 14px;
    border-bottom: 1px solid var(--color-border-tertiary, #f3f4f6);
    transition: background .2s;
}
.ahp-step:last-child { border-bottom: none; }
.ahp-step.active { background: #fff0f4; }
.ahp-step.done   { background: #f0fdf4; }
.ahp-step-dot {
    width: 26px; height: 26px; border-radius: 50%;
    background: var(--color-background-secondary, #f3f4f6);
    border: 1.5px solid var(--color-border-secondary, #e5e7eb);
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700;
    color: var(--color-text-secondary, #9ca3af);
    flex-shrink: 0; transition: all .3s;
}
.ahp-step.active .ahp-step-dot { background: #F72C5B; border-color: #F72C5B; color: #fff; box-shadow: 0 2px 8px rgba(247,44,91,.25); }
.ahp-step.done   .ahp-step-dot { background: #16a34a; border-color: #16a34a; color: #fff; }
.ahp-step-info strong { display: block; font-size: 12px; font-weight: 700; color: #374151; }
.ahp-step-info span   { font-size: 10px; color: #9ca3af; }
.ahp-step.active .ahp-step-info strong { color: #F72C5B; }
.ahp-step.active .ahp-step-info span   { color: rgba(247,44,91,.7); }
.ahp-step.done   .ahp-step-info span   { color: #16a34a; font-weight: 600; }

/* Section header */
.ahp-section-head {
    padding: 12px 16px;
    background: var(--color-background-secondary, #fafaf8);
    border-bottom: 1px solid var(--color-border-tertiary, #f3f4f6);
    display: flex; align-items: center; justify-content: space-between;
}
.ahp-section-title {
    display: flex; align-items: center; gap: 8px;
    font-size: 14px; font-weight: 700; color: #1c1917;
}
.ahp-section-num {
    width: 22px; height: 22px; border-radius: 50%;
    background: #F72C5B; color: #fff;
    font-size: 11px; font-weight: 800;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ahp-counter {
    background: var(--color-background-secondary, #f3f4f6);
    border: 1.5px solid var(--color-border-secondary, #e5e7eb);
    border-radius: 8px; padding: 3px 10px;
    font-weight: 800; font-size: 14px;
    display: flex; align-items: baseline; gap: 2px;
    transition: all .3s;
}
.ahp-counter.full { border-color: #16a34a; color: #16a34a; }
.ahp-counter-sep  { font-size: 11px; color: #9ca3af; }

/* Dropzone */
.ahp-dropzone {
    border: 2px dashed #ffc2d1; border-radius: 10px;
    margin: 12px 14px; background: #fff8f9; transition: all .2s; overflow: hidden;
}
.ahp-dropzone.drag-over { border-color: #F72C5B; background: #fff0f4; }
.ahp-dropzone input[type="file"] { display: none; }
.ahp-dropzone-label {
    display: flex; align-items: center; gap: 14px;
    padding: 16px 18px; cursor: pointer; flex-wrap: wrap;
}
.ahp-dropzone-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    background: #fff; border: 1.5px solid #ffd6e0;
    border-radius: 10px; display: flex; align-items: center;
    justify-content: center; color: #F72C5B;
}
.ahp-dropzone-text { flex: 1; min-width: 100px; }
.ahp-dropzone-text strong { display: block; font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.ahp-dropzone-text em { font-style: normal; font-size: 11px; color: #9ca3af; }
.ahp-dropzone-btn {
    background: #F72C5B; color: #fff;
    padding: 8px 16px; border-radius: 50px;
    font-size: 12px; font-weight: 700;
    pointer-events: none; white-space: nowrap;
}

/* Metin alanları */
.ahp-field-label {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 12px; font-weight: 700;
    color: var(--color-text-secondary, #6b7280); margin-bottom: 5px;
}
.ahp-required {
    background: #fff0f4; color: #F72C5B;
    font-size: 10px; font-weight: 700;
    padding: 1px 7px; border-radius: 4px;
}
.ahp-input {
    border: 1.5px solid var(--color-border-secondary, #e8e2da);
    border-radius: 10px; padding: 9px 12px;
    font-size: 13px; font-family: inherit;
    transition: border-color .2s; resize: vertical;
    width: 100%; box-sizing: border-box;
    background: var(--color-background-primary, #fff);
    color: var(--color-text-primary, #1c1917);
}
.ahp-input:focus { outline: none; border-color: #F72C5B; box-shadow: 0 0 0 3px rgba(247,44,91,.1); }
.ahp-chars { font-size: 10px; color: #9ca3af; }
.ahp-chars.limit { color: #dc2626; font-weight: 700; }

/* Sepete Ekle butonu */
.ahp-action-row {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    background: var(--color-background-primary, #fff);
    border: 1px solid var(--color-border-tertiary, #e8e2da);
    border-radius: 14px; padding: 14px 16px;
}
.ahp-qty { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #6b7280; font-weight: 600; }
.ahp-qty-ctrl {
    display: flex; align-items: center;
    border: 1.5px solid var(--color-border-secondary, #e8e2da);
    border-radius: 8px; overflow: hidden;
}
.ahp-qty-ctrl button {
    background: var(--color-background-secondary, #f8f9fa);
    border: none; width: 32px; height: 32px;
    font-size: 16px; cursor: pointer; transition: background .15s;
    color: var(--color-text-secondary, #6b7280);
}
.ahp-qty-ctrl button:hover { background: var(--color-border-tertiary, #e8e2da); }
#ahp-qty { border: none; width: 38px; text-align: center; font-size: 14px; font-weight: 700; outline: none; -moz-appearance: textfield; background: transparent; color: var(--color-text-primary, #1c1917); }
#ahp-qty::-webkit-inner-spin-button { -webkit-appearance: none; }
.ahp-submit {
    flex: 1; display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 8px !important;
    background: #F72C5B !important;
    color: #fff !important; -webkit-text-fill-color: #fff !important;
    border: none !important; border-radius: 50px !important;
    padding: 12px 24px !important; font-size: 15px !important;
    font-weight: 700 !important; cursor: pointer !important;
    min-width: 160px; transition: all .2s;
    box-shadow: 0 4px 14px rgba(247,44,91,.28) !important;
}
.ahp-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(247,44,91,.38) !important; }
.ahp-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
#ahp-submit, #ahp-submit *, #ahp-submit span { color: #fff !important; -webkit-text-fill-color: #fff !important; }

/* Wrap layout */
.ahp-wrap {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: 28px auto;
    padding: 0 20px 80px;
    font-family: system-ui,-apple-system,sans-serif;
    color: #1c1917;
    align-items: flex-start;
}
.ahp-sidebar { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 12px; }
.ahp-main    { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.ahp-section {
    background: var(--color-background-primary, #fff);
    border: 1px solid var(--color-border-tertiary, #e8e2da);
    border-radius: 14px; overflow: hidden;
}
.ahp-section-action { border: none !important; background: transparent !important; box-shadow: none !important; overflow: visible !important; }
.ahp-text-fields { padding: 14px 16px; display: flex; flex-direction: column; gap: 16px; }
.ahp-field { display: flex; flex-direction: column; gap: 5px; }
.ahp-field-foot { display: flex; justify-content: flex-end; }
.ahp-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(100px,1fr)); gap: 10px; padding: 0 14px 14px; }
.ahp-grid:empty { display: none; }
.ahp-photo { position:relative; border-radius:10px; overflow:hidden; aspect-ratio:1; background:#f3f4f6; border:2px solid #e8e2da; cursor:pointer; transition:all .2s; }
.ahp-photo:hover { border-color:#F72C5B; transform:scale(1.02); }
.ahp-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.ahp-photo-num { position:absolute; top:5px; left:5px; background:#F72C5B; color:#fff; width:18px; height:18px; border-radius:50%; font-size:10px; font-weight:800; display:flex; align-items:center; justify-content:center; }
.ahp-photo-overlay { position:absolute; inset:0; background:rgba(0,0,0,0); display:flex; align-items:flex-end; transition:background .2s; }
.ahp-photo:hover .ahp-photo-overlay { background:rgba(0,0,0,.45); }
.ahp-photo-actions { display:flex; width:100%; opacity:0; transform:translateY(6px); transition:all .2s; }
.ahp-photo:hover .ahp-photo-actions { opacity:1; transform:none; }
.ahp-photo-actions button { flex:1; border:none; cursor:pointer; font-size:11px; font-weight:700; padding:8px 4px; display:flex; align-items:center; justify-content:center; gap:3px; }
.btn-edit   { background:rgba(247,44,91,.9); color:#fff; border-right:1px solid rgba(255,255,255,.2); }
.btn-remove { background:rgba(220,38,38,.88); color:#fff; }
.ahp-alert { display:flex; align-items:center; gap:7px; margin:0 14px 12px; background:#fff7ed; border:1px solid #fed7aa; border-radius:8px; padding:9px 12px; font-size:12px; color:#9a3412; }
.ahp-progress { display:none; padding:10px 14px; border-top:1px solid #f3f4f6; }
.ahp-progress-bar { height:3px; background:#f0ebe3; border-radius:2px; overflow:hidden; margin-bottom:4px; }
.ahp-progress-bar::after { content:''; display:block; height:100%; background:#F72C5B; width:var(--pct,0%); transition:width .3s; }
.ahp-progress span { font-size:11px; color:#78716c; }
.ahp-toast { position:fixed; bottom:24px; left:50%; transform:translateX(-50%); padding:11px 22px; border-radius:10px; font-size:13px; font-weight:600; color:#fff; z-index:999999; white-space:nowrap; box-shadow:0 4px 20px rgba(0,0,0,.2); pointer-events:none; }
.ahp-success-page { display:none; align-items:center; justify-content:center; min-height:400px; padding:40px 20px; }
.ahp-success-inner { background:#fff; border:1px solid #e8e2da; border-radius:20px; padding:48px 36px; text-align:center; max-width:560px; width:100%; box-shadow:0 8px 40px rgba(0,0,0,.08); }
.ahp-success-icon { width:84px; height:84px; background:#dcfce7; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#16a34a; margin:0 auto 20px; }
.ahp-success-title { font-size:24px; font-weight:800; margin:0 0 10px; color:#1c1917; }
.ahp-success-sub   { font-size:14px; color:#78716c; line-height:1.7; margin:0 0 30px; }
.ahp-success-btns  { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; }
.ahp-btn-outline { display:inline-flex; align-items:center; gap:6px; padding:10px 20px; border:2px solid #F72C5B; border-radius:50px; color:#F72C5B; font-weight:700; font-size:13px; text-decoration:none; transition:all .2s; }
.ahp-btn-outline:hover { background:#F72C5B; color:#fff; }
.ahp-btn-solid { display:inline-flex; align-items:center; gap:6px; padding:10px 20px; background:#F72C5B; border:none; border-radius:50px; color:#fff!important; font-weight:700; font-size:13px; text-decoration:none; box-shadow:0 4px 14px rgba(247,44,91,.3); transition:all .2s; }
.ahp-btn-solid:hover { transform:translateY(-1px); }
.ahp-btn-shop { display:inline-flex; align-items:center; gap:6px; padding:10px 20px; border:1.5px solid #e8e2da; border-radius:50px; color:#374151; font-weight:600; font-size:13px; text-decoration:none; transition:all .2s; }
.ahp-btn-shop:hover { border-color:#374151; background:#f8f9fa; }
.ah-cart-edit-btn { display:inline-flex; align-items:center; gap:5px; background:#fff0f4; border:1.5px solid #F72C5B; border-radius:6px; padding:4px 10px; font-size:12px; font-weight:700; color:#F72C5B; text-decoration:none; transition:all .2s; margin-top:5px; }
.ah-cart-edit-btn:hover { background:#F72C5B; color:#fff; }
@media(max-width:768px){
    .ahp-wrap{grid-template-columns:1fr;gap:14px;padding:12px 12px 60px}
    .ahp-sidebar{position:static;flex-direction:row;gap:10px;flex-wrap:wrap}
    .ahp-product-card{display:flex;flex-direction:row;flex:1;min-width:200px}
    .ahp-product-img{width:90px;flex-shrink:0;aspect-ratio:auto;height:90px}
    .ahp-steps{display:none}
    .ahp-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:480px){
    .ahp-sidebar{flex-direction:column}
    .ahp-product-card{flex-direction:column}
    .ahp-action-row{flex-direction:column}
    .ahp-submit{min-width:auto;width:100%}
    .ahp-success-inner{padding:32px 18px}
    .ahp-success-btns{flex-direction:column;align-items:stretch}
}
.ah-product-buttons{margin:12px 0 16px}
.ah-info-notice{display:flex;align-items:flex-start;gap:8px;background:#fff0f4;border:1px solid #ffc2d1;border-radius:10px;padding:11px 14px;margin-bottom:12px;font-size:13px;color:#9b1239;line-height:1.5}
.ah-trust{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:#78716c}
.ah-trust span{display:flex;align-items:center;gap:4px}
.ah-wa-float,.ahc-whatsapp-btn,.wd-sticky-atc,.woodmart-sticky-add-to-cart{display:none!important}
.ah-btn-loop{background:linear-gradient(135deg,#F72C5B,#ff6b9d)!important;color:#fff!important;border:none!important;border-radius:50px!important;font-weight:700!important;transition:all .2s!important}
.ah-btn-loop:hover{opacity:.9!important;color:#fff!important}

/* =====================================================
   MOBİL UYUMLULUK — Kişiselleştirme Sayfası
   ===================================================== */

/* ── Tablet (768px altı) ── */
@media (max-width: 768px) {

    /* Grid'i tek sütuna çevir */
    #ahp-wrap, #ahp-wrap-inner,
    div[data-product-id] {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 0 0 60px !important;
        margin: 16px 0 !important;
    }

    /* Sidebar sticky kaldır, normal akışa al */
    #ahp-sidebar {
        position: static !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
    }

    /* Ürün kartı - yatay düzen */
    #ahp-sidebar > div:first-child {
        display: flex !important;
        flex-direction: row !important;
        flex: 1 1 200px !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }
    /* Ürün görseli mobilde küçük */
    #ahp-sidebar > div:first-child > div:first-child {
        width: 90px !important;
        height: 90px !important;
        flex-shrink: 0 !important;
        aspect-ratio: 1 !important;
    }
    /* Ürün bilgi kısmı */
    #ahp-sidebar > div:first-child > div:last-child {
        padding: 10px 12px !important;
    }

    /* Adım göstergesi mobilde gizle (sığmıyor) */
    #ahp-steps {
        display: none !important;
    }

    /* Bundle upsell mobilde dikey */
    div[style*="border:1.5px solid #ffc2d1"] {
        flex-direction: column !important;
    }

    /* Fotoğraf grid - 2 sütun */
    #ahp-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        padding: 0 12px 12px !important;
    }

    /* Dropzone padding küçült */
    .ahp-dropzone-label,
    label[for="ahp-file-input"] {
        padding: 14px !important;
        gap: 10px !important;
    }

    /* Sepete ekle action row dikey */
    #ahp-sec-action > div {
        flex-direction: column !important;
        gap: 10px !important;
    }
    #ahp-sec-action button {
        width: 100% !important;
        min-width: unset !important;
    }

    /* Başarı sayfası */
    #ahp-success > div {
        padding: 32px 20px !important;
    }
    #ahp-success .ahp-success-btns,
    #ahp-success > div > div:last-child {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    #ahp-success a {
        justify-content: center !important;
    }
}

/* ── Telefon (480px altı) ── */
@media (max-width: 480px) {

    /* Padding küçült */
    #ahp-wrap, #ahp-wrap-inner,
    div[data-product-id] {
        padding: 0 0 40px !important;
    }

    /* Sidebar tamamen dikey */
    #ahp-sidebar {
        flex-direction: column !important;
    }
    #ahp-sidebar > div:first-child {
        flex-direction: column !important;
    }
    #ahp-sidebar > div:first-child > div:first-child {
        width: 100% !important;
        height: 160px !important;
    }

    /* Section header font küçük */
    div[style*="font-size:14px;font-weight:700;color:#1c1917"] {
        font-size: 13px !important;
    }

    /* Dropzone kompakt */
    label[for="ahp-file-input"] {
        flex-direction: column !important;
        text-align: center !important;
        padding: 16px 12px !important;
    }
    label[for="ahp-file-input"] > div:last-child {
        width: 100% !important;
    }

    /* Fotoğraf grid - 3 sütun küçük */
    #ahp-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 6px !important;
    }

    /* Bundle upsell ürün satırı */
    div[style*="padding:14px 18px;display:flex;gap:14px"] {
        padding: 10px 12px !important;
        gap: 10px !important;
    }
    div[style*="width:76px;height:76px"] {
        width: 60px !important;
        height: 60px !important;
    }
    div[style*="font-size:20px;font-weight:800;color:#F72C5B"] {
        font-size: 17px !important;
    }

    /* Buton tam genişlik */
    a[style*="background:linear-gradient(135deg,#F72C5B"],
    button[style*="background:#F72C5B"],
    button[style*="background:linear-gradient(135deg,#F72C5B"] {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ── Çok küçük (380px altı) ── */
@media (max-width: 380px) {
    #ahp-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    div[style*="font-size:14px;font-weight:700"] {
        font-size: 13px !important;
    }
}
