/* ────────────────────────────────────────────────────────────
 * asirvakfi.org.tr — Bağış Sayfası (mirza tema bordo+altın)
 * Bootstrap kullanılmaz. Saf CSS.
 * Asrinder mantığı, asirvakfi görseli.
 * ──────────────────────────────────────────────────────────── */

:root {
    --av-primary: #8B2D2D;
    --av-primary-dark: #6B1F1F;
    --av-primary-soft: #FAEEEE;
    --av-gold: #C8941F;
    --av-gold-soft: #FAF3E5;
    --av-cream: #FBF9F7;
    --av-warm: #F5F0E8;
    --av-text: #1F2937;
    --av-text-light: #6B7280;
    --av-border: #E5E7EB;
    --av-shadow: 0 1px 3px rgba(0,0,0,.04), 0 8px 24px rgba(31,41,55,.06);
}

.av-page * { box-sizing: border-box; }
.av-page {
    background: var(--av-cream);
    min-height: 100vh;
    padding: 24px 16px 80px;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: var(--av-text);
}

/* Mirza temasının svg{width:100%} default'unu nötrle — tüm av-* svg'lere güvenli boyut */
.av-page svg { width: 18px; height: 18px; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.av-urgency svg { width: 22px; height: 22px; color: #fff; }
.av-trust-item svg { width: 22px; height: 22px; }
.av-head-icon svg { width: 22px; height: 22px; }
.av-card-image svg { width: 36px; height: 36px; color: #fff; }
.av-yontem-icon svg { width: 18px; height: 18px; }
.av-sec-head svg { width: 18px; height: 18px; }
.av-sepet-head svg { width: 18px; height: 18px; }
.av-sepete-ekle-btn svg, .av-pay-btn svg, .av-sepet-checkout svg { width: 15px; height: 15px; color: currentColor; }
.av-mobile-sepet svg { width: 22px; height: 22px; color: #fff; }
.av-sepetim-empty svg { width: 64px; height: 64px; color: #cbd5e1; flex-shrink: 0; }
.av-sepet-empty svg { width: 42px; height: 42px; color: #cbd5e1; flex-shrink: 0; }
.av-secure-row svg { width: 11px; height: 11px; }

/* ── HEADER ─────────────────────────────────────────────── */
.av-head {
    max-width: 1280px; margin: 0 auto 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--av-border);
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.av-head-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: var(--av-primary-soft);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.av-head-icon::before {
    content: ""; width: 22px; height: 22px;
    background: var(--av-primary); mask-size: contain; mask-repeat: no-repeat;
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}
.av-head-title { flex: 1; min-width: 0; }
.av-head-title h1 { margin: 0; font-size: 1.35rem; font-weight: 700; color: var(--av-text); letter-spacing: -.2px; }
.av-head-title p { margin: 2px 0 0; color: var(--av-text-light); font-size: 0.85rem; }

/* ── URGENCY BAR ────────────────────────────────────────── */
.av-urgency {
    max-width: 1280px; margin: 0 auto 16px;
    background: linear-gradient(90deg, var(--av-primary) 0%, var(--av-primary-dark) 100%);
    color: #fff; padding: 12px 18px;
    border-radius: 10px;
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
    box-shadow: 0 4px 14px rgba(139,45,45,.22);
}
.av-urgency-text { flex: 1; font-size: 14px; }
.av-urgency-text strong { font-weight: 700; }
.av-urgency-btn {
    background: var(--av-gold); color: #fff; text-decoration: none;
    padding: 8px 16px; border-radius: 6px; font-weight: 600; font-size: 13px;
    transition: background .15s;
}
.av-urgency-btn:hover { background: #B07F1A; color: #fff; }

/* ── GÜVEN BANDI ────────────────────────────────────────── */
.av-trust {
    max-width: 1280px; margin: 0 auto 18px;
    background: #fff;
    border: 1px solid var(--av-border);
    border-radius: 10px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.av-trust-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; color: var(--av-text); font-weight: 500;
}
.av-trust-item svg { color: var(--av-gold); flex-shrink: 0; width: 22px; height: 22px; }
@media (max-width: 800px) {
    .av-trust { grid-template-columns: repeat(2, 1fr); }
    .av-trust-item { font-size: 12px; }
}
@media (max-width: 480px) {
    .av-trust { grid-template-columns: 1fr; }
}

/* ── ANA GRİD ───────────────────────────────────────────── */
.av-grid {
    max-width: 1280px; margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 20px;
    align-items: start;
}
@media (max-width: 1024px) {
    .av-grid { grid-template-columns: 1fr; }
}

.av-panel {
    background: #fff;
    border: 1px solid var(--av-border);
    border-radius: 12px;
    box-shadow: var(--av-shadow);
    overflow: hidden;
}

/* ── TAB NAV ────────────────────────────────────────────── */
.av-tabs-nav {
    display: flex; flex-wrap: wrap; gap: 6px;
    padding: 12px; margin: 0;
    background: var(--av-warm);
    border-bottom: 1px solid var(--av-border);
    list-style: none;
}
.av-tab-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    background: #fff; color: var(--av-text);
    border: 1px solid var(--av-border);
    border-radius: 999px;
    font-size: 13px; font-weight: 600;
    cursor: pointer; transition: all .15s;
    text-decoration: none;
    font-family: inherit;
}
.av-tab-btn:hover { border-color: var(--av-primary); color: var(--av-primary); }
.av-tab-btn.active { background: var(--av-primary); color: #fff; border-color: var(--av-primary); box-shadow: 0 4px 10px rgba(139,45,45,.22); }
.av-tab-btn.ozel { border-color: var(--av-gold); }
.av-tab-btn.ozel.active { background: var(--av-gold); border-color: var(--av-gold); }
.av-tab-rozet {
    background: var(--av-gold); color: #fff;
    font-size: 9px; font-weight: 700;
    padding: 1px 6px; border-radius: 999px;
    letter-spacing: .5px;
}
.av-tab-btn.active .av-tab-rozet { background: rgba(255,255,255,.25); }

/* ── TAB CONTENT ────────────────────────────────────────── */
.av-tab-content { padding: 20px; }
@media (max-width: 600px) { .av-tab-content { padding: 14px; } }

.av-tab-pane { display: none; }
.av-tab-pane.active { display: block; }

/* ── KURBAN AÇIKLAMA ────────────────────────────────────── */
.av-kurban-aciklama {
    background: var(--av-gold-soft);
    border-left: 3px solid var(--av-gold);
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 13.5px; line-height: 1.6;
    color: var(--av-text);
}

/* ── KAMPANYA KARTLARI GRİD ────────────────────────────── */
.av-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 14px;
}

.av-card {
    background: #fff;
    border: 1px solid var(--av-border);
    border-radius: 10px;
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: all .2s ease;
}
.av-card:hover {
    border-color: var(--av-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(139,45,45,.12);
}

.av-card-image {
    height: 110px;
    background: linear-gradient(135deg, var(--av-primary) 0%, var(--av-primary-dark) 100%);
    position: relative;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    color: #fff;
}
.av-card-image.with-img {
    background-size: cover; background-position: center;
}
.av-card-image.with-img::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(139,45,45,.85) 0%, rgba(107,31,31,.92) 100%);
}
.av-card-image > * { position: relative; z-index: 1; }

.av-fiyat-big {
    font-size: 28px; font-weight: 800;
    line-height: 1;
}
.av-fiyat-big.serbest { font-size: 22px; }
.av-fiyat-etiket {
    font-size: 11px; font-weight: 500; opacity: .92;
    margin-top: 4px; letter-spacing: .3px;
}

.av-card-body {
    padding: 14px;
    display: flex; flex-direction: column; gap: 10px;
    flex: 1;
}
.av-card-baslik {
    font-size: 14px; font-weight: 700;
    color: var(--av-text); margin: 0;
    line-height: 1.3;
    min-height: 36px;
    display: flex; align-items: center;
}
.av-card-aciklama {
    font-size: 12px; color: var(--av-text-light);
    line-height: 1.5; margin: 0;
}

.av-tutar-row {
    display: grid; grid-template-columns: 1fr; gap: 6px;
    align-items: center;
}
.av-tutar-row.with-adet {
    grid-template-columns: 1fr 70px;
}

.av-tutar-input {
    position: relative;
    background: #fff;
    border: 1.5px solid var(--av-border);
    border-radius: 8px;
}
.av-tutar-input::before {
    content: "₺"; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
    color: var(--av-primary); font-weight: 700; font-size: 15px;
    pointer-events: none;
}
.av-tutar-input input {
    width: 100%; padding: 9px 12px 9px 30px;
    border: 0; background: transparent;
    font-size: 15px; font-weight: 700; color: var(--av-text);
    text-align: right;
    font-family: inherit;
}
.av-tutar-input input:focus { outline: none; }
.av-tutar-input input:disabled, .av-tutar-input input[readonly] {
    background: var(--av-cream); color: var(--av-text); cursor: default;
}
.av-tutar-input:focus-within { border-color: var(--av-primary); box-shadow: 0 0 0 3px rgba(139,45,45,.12); }

.av-adet-input {
    width: 100%; padding: 9px 8px;
    border: 1.5px solid var(--av-border); border-radius: 8px;
    text-align: center; font-weight: 700; font-size: 14px;
    color: var(--av-text); background: #fff;
    font-family: inherit;
}
.av-adet-input:focus { outline: none; border-color: var(--av-primary); box-shadow: 0 0 0 3px rgba(139,45,45,.12); }

.av-birim-etiket {
    font-size: 10.5px; font-weight: 600;
    color: var(--av-text-light); text-align: center;
    text-transform: uppercase; letter-spacing: .4px;
    margin-top: -4px;
}

.av-kurban-select-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
}
.av-kurban-select {
    width: 100%; padding: 8px 10px;
    border: 1.5px solid var(--av-border); border-radius: 8px;
    font-size: 12.5px; font-family: inherit;
    background: #fff; color: var(--av-text);
    cursor: pointer;
}
.av-kurban-select:focus { outline: none; border-color: var(--av-primary); }

.av-vekalet-input {
    width: 100%; padding: 9px 12px;
    border: 1.5px solid var(--av-border); border-radius: 8px;
    font-size: 13px; color: var(--av-text); background: #fff;
    font-family: inherit;
}
.av-vekalet-input:focus { outline: none; border-color: var(--av-primary); box-shadow: 0 0 0 3px rgba(139,45,45,.12); }
.av-vekalet-input::placeholder { color: #9ca3af; }

.av-toplam-info {
    font-size: 11.5px; color: var(--av-text-light);
}
.av-toplam-info strong { color: var(--av-primary); font-size: 13px; font-weight: 700; }

.av-sepete-ekle-btn {
    background: var(--av-primary); color: #fff;
    border: 0; padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px; font-weight: 600;
    cursor: pointer; transition: background .15s;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    font-family: inherit;
    box-shadow: 0 3px 10px rgba(139,45,45,.18);
}
.av-sepete-ekle-btn:hover:not(:disabled) { background: var(--av-primary-dark); }
.av-sepete-ekle-btn:disabled { opacity: .65; cursor: not-allowed; }
.av-sepete-ekle-btn svg { width: 14px; height: 14px; }

/* ── KURBAN ORGANIZASYON ────────────────────────────────── */
.av-kurban-org {
    margin-top: 26px;
    padding: 18px;
    background: var(--av-warm);
    border-radius: 10px;
    border: 1px solid var(--av-border);
}
.av-kurban-org h3 {
    margin: 0 0 14px;
    color: var(--av-primary);
    font-size: 1rem; font-weight: 700;
    display: flex; align-items: center; gap: 8px;
}
.av-kurban-org h3::before {
    content: ""; width: 4px; height: 18px;
    background: var(--av-gold); border-radius: 2px;
}
.av-kurban-org ol {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 8px;
}
.av-kurban-org li {
    display: flex; gap: 10px;
    font-size: 13px; color: var(--av-text);
    line-height: 1.5;
}
.av-kurban-org-no {
    width: 24px; height: 24px;
    background: var(--av-primary); color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700;
    flex-shrink: 0;
}

/* ── SEPET SIDEBAR ──────────────────────────────────────── */
.av-sepet-side {
    background: #fff;
    border: 1px solid var(--av-border);
    border-radius: 12px;
    box-shadow: var(--av-shadow);
    overflow: hidden;
    position: sticky; top: 20px;
}
.av-sepet-head {
    background: var(--av-gold-soft);
    padding: 12px 16px;
    border-bottom: 1px solid #E8D9B4;
    display: flex; align-items: center; gap: 8px;
    font-weight: 700; color: var(--av-text);
    font-size: 14px;
}
.av-sepet-head svg { color: var(--av-gold); width: 18px; height: 18px; }
.av-sepet-badge {
    margin-left: auto;
    background: var(--av-primary); color: #fff;
    border-radius: 999px;
    padding: 2px 9px;
    font-size: 11px; font-weight: 700;
    min-width: 22px; text-align: center;
}

.av-sepet-body { padding: 12px; max-height: 60vh; overflow-y: auto; }

.av-sepet-empty {
    padding: 30px 14px; text-align: center;
    color: var(--av-text-light);
}
.av-sepet-empty svg { width: 42px; height: 42px; color: #cbd5e1; margin-bottom: 8px; }
.av-sepet-empty p { margin: 0; font-size: 13px; }

.av-sepet-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 8px; align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed var(--av-border);
}
.av-sepet-item:last-child { border-bottom: 0; }
.av-sepet-item-bilgi { min-width: 0; }
.av-sepet-item-baslik { font-size: 13px; font-weight: 600; color: var(--av-text); line-height: 1.3; }
.av-sepet-item-detay { font-size: 11.5px; color: var(--av-text-light); margin-top: 2px; }
.av-sepet-item-vekalet { font-size: 11px; color: var(--av-primary); font-style: italic; margin-top: 2px; }
.av-sepet-item-tutar { font-size: 13px; font-weight: 700; color: var(--av-primary); white-space: nowrap; }
.av-sepet-item-sil {
    width: 22px; height: 22px;
    background: #fff; border: 1px solid var(--av-border);
    color: var(--av-text-light);
    border-radius: 5px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; line-height: 1;
}
.av-sepet-item-sil:hover { background: #fef2f2; color: #dc2626; border-color: #fca5a5; }

.av-sepet-toplam {
    background: var(--av-warm);
    padding: 12px 14px;
    border-top: 1px solid var(--av-border);
    display: flex; justify-content: space-between; align-items: center;
    font-weight: 700; color: var(--av-text); font-size: 14px;
}
.av-sepet-toplam-tutar { color: var(--av-primary); font-size: 17px; }

.av-sepet-checkout {
    display: block; text-align: center;
    background: var(--av-primary); color: #fff !important;
    padding: 12px;
    text-decoration: none; font-weight: 600; font-size: 14px;
    border-radius: 0;
    transition: background .15s;
}
.av-sepet-checkout:hover { background: var(--av-primary-dark); }

/* ── MOBİL SEPET BAR ────────────────────────────────────── */
.av-mobile-sepet {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0;
    background: var(--av-primary); color: #fff;
    padding: 10px 16px;
    z-index: 1000;
    box-shadow: 0 -4px 14px rgba(0,0,0,.18);
}
.av-mobile-sepet a {
    color: #fff; text-decoration: none;
    display: flex; align-items: center; gap: 10px;
}
.av-mobile-sepet svg { width: 22px; height: 22px; }
.av-mobile-sepet-badge {
    background: var(--av-gold); padding: 2px 8px;
    border-radius: 999px; font-size: 11px; font-weight: 700;
}
.av-mobile-sepet-toplam { margin-left: auto; font-weight: 700; }
@media (max-width: 1024px) {
    .av-mobile-sepet.show { display: block; }
    .av-page { padding-bottom: 80px; }
}

/* ── TOAST/ALERT ────────────────────────────────────────── */
.av-toast {
    position: fixed; top: 20px; right: 20px;
    background: #fff; border: 1px solid var(--av-border);
    border-left: 4px solid #15803d;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    z-index: 2000;
    display: flex; align-items: center; gap: 10px;
    font-size: 13.5px; color: var(--av-text);
    min-width: 250px; max-width: 380px;
    animation: avToastSlide .3s ease;
}
.av-toast.error { border-left-color: #dc2626; }
.av-toast.warn  { border-left-color: var(--av-gold); }
.av-toast svg { width: 18px; height: 18px; color: #15803d; flex-shrink: 0; }
.av-toast.error svg { color: #dc2626; }
.av-toast.warn svg  { color: var(--av-gold); }
@keyframes avToastSlide {
    from { transform: translateX(420px); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}

/* ── SEPETIM SAYFASI ────────────────────────────────────── */
.av-sepetim-empty {
    background: #fff;
    border: 1px solid var(--av-border);
    border-radius: 12px;
    box-shadow: var(--av-shadow);
    padding: 60px 24px; text-align: center;
}
.av-sepetim-empty svg { width: 64px; height: 64px; color: #cbd5e1; margin-bottom: 14px; }
.av-sepetim-empty h3 { margin: 0 0 6px; color: var(--av-text); }
.av-sepetim-empty p { color: var(--av-text-light); margin: 0 0 20px; }
.av-sepetim-empty a {
    display: inline-block;
    background: var(--av-primary); color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none; font-weight: 600;
}
.av-sepetim-empty a:hover { background: var(--av-primary-dark); color: #fff; }

.av-sec {
    background: #fff;
    border: 1px solid var(--av-border);
    border-radius: 12px;
    box-shadow: var(--av-shadow);
    margin-bottom: 16px;
}
.av-sec-head {
    background: var(--av-warm);
    padding: 12px 18px;
    border-bottom: 1px solid var(--av-border);
    font-weight: 700; color: var(--av-text);
    font-size: 0.95rem;
    display: flex; align-items: center; gap: 8px;
}
.av-sec-head svg { color: var(--av-primary); width: 18px; height: 18px; }
.av-sec-body { padding: 14px 18px 18px; }

.av-cart-row {
    display: grid; grid-template-columns: 1fr auto auto;
    gap: 14px; align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed var(--av-border);
}
.av-cart-row:last-child { border-bottom: 0; }

.av-fg { margin-bottom: 12px; }
.av-fg label {
    display: block; font-size: 12px; font-weight: 600;
    color: var(--av-text); margin-bottom: 5px;
}
.av-fg label .req { color: #dc2626; }
.av-fg label .opt { color: var(--av-text-light); font-weight: 400; font-size: 11px; }
.av-fg input[type=text], .av-fg input[type=email], .av-fg input[type=tel], .av-fg textarea {
    width: 100%; padding: 10px 12px;
    border: 1.5px solid var(--av-border); border-radius: 8px;
    font-size: 14px; background: #fff; color: var(--av-text);
    font-family: inherit; transition: all .15s;
}
.av-fg input:focus, .av-fg textarea:focus { outline: none; border-color: var(--av-primary); box-shadow: 0 0 0 3px rgba(139,45,45,.12); }
.av-fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 540px) { .av-fg-row { grid-template-columns: 1fr; } }

.av-checkbox {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 12.5px; color: var(--av-text);
    padding: 9px 12px;
    background: var(--av-cream); border-radius: 8px;
    border: 1px solid var(--av-border);
    cursor: pointer; margin-bottom: 6px;
}
.av-checkbox input { width: 16px; height: 16px; accent-color: var(--av-primary); margin-top: 1px; }
.av-checkbox a { color: var(--av-primary); }

.av-yontem-list { display: flex; flex-direction: column; gap: 10px; }
.av-yontem {
    display: flex; align-items: center; gap: 12px;
    padding: 14px;
    border: 1.5px solid var(--av-border);
    border-radius: 10px;
    cursor: pointer; transition: all .15s;
    background: #fff;
}
.av-yontem:hover { border-color: var(--av-primary); }
.av-yontem.secili { border-color: var(--av-primary); background: var(--av-primary-soft); }
.av-yontem input { width: 18px; height: 18px; accent-color: var(--av-primary); cursor: pointer; }
.av-yontem-icon {
    width: 38px; height: 38px; border-radius: 9px;
    background: var(--av-gold-soft); color: var(--av-gold);
    display: flex; align-items: center; justify-content: center;
}
.av-yontem-icon svg { width: 18px; height: 18px; }
.av-yontem-bilgi { flex: 1; }
.av-yontem-ad { font-size: 14px; font-weight: 600; color: var(--av-text); }
.av-yontem-acik { font-size: 11.5px; color: var(--av-text-light); margin-top: 2px; }

.av-banka-blok {
    margin-top: 10px;
    padding: 12px;
    background: var(--av-cream);
    border: 1px dashed var(--av-border);
    border-radius: 8px;
}
.av-banka-blok h4 { margin: 0 0 8px; font-size: 12.5px; font-weight: 700; color: var(--av-text); }
.av-banka-row { display: flex; justify-content: space-between; padding: 5px 0; font-size: 12.5px; border-bottom: 1px dotted var(--av-border); }
.av-banka-row:last-child { border: 0; }
.av-banka-row strong { color: var(--av-text-light); font-weight: 600; }
.av-banka-row .iban { font-family: monospace; color: var(--av-primary); font-weight: 700; }

.av-pay-btn {
    width: 100%; padding: 14px;
    background: var(--av-primary); color: #fff;
    border: 0; border-radius: 10px;
    font-size: 15px; font-weight: 600;
    cursor: pointer; transition: background .15s;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    box-shadow: 0 4px 14px rgba(139,45,45,.22);
    font-family: inherit; margin-top: 8px;
}
.av-pay-btn:hover:not(:disabled) { background: var(--av-primary-dark); }
.av-pay-btn:disabled { opacity: .65; cursor: not-allowed; }

.av-secure-row {
    display: flex; justify-content: center; gap: 14px;
    margin-top: 12px; flex-wrap: wrap;
    font-size: 11.5px; color: var(--av-text-light); font-weight: 500;
}
.av-secure-row span { display: inline-flex; align-items: center; gap: 4px; }

.av-alert {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 14px;
    display: flex; align-items: flex-start; gap: 8px;
}
.av-alert.danger  { background: #fef2f2; color: #991b1b; border-left: 4px solid #dc2626; }
.av-alert.warn    { background: #fffbeb; color: #92400e; border-left: 4px solid var(--av-gold); }

/* ── BACK LINK ──────────────────────────────────────────── */
.av-back {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff; border: 1px solid var(--av-border);
    border-radius: 999px;
    padding: 7px 14px;
    color: var(--av-text); text-decoration: none;
    font-size: 13px; font-weight: 600;
    transition: all .15s;
}
.av-back:hover { border-color: var(--av-primary); color: var(--av-primary); }
