﻿
    .abonelik-odeme-page {
        max-width: 1040px;
        margin: 0 auto;
        padding: 0;
    }
    .abonelik-odeme-page--modal {
        max-width: none;
    }
    .abonelik-page-header {
        background: linear-gradient(135deg, #fff 0%, #fafbfc 100%);
        border: 1px solid #e8edf3;
        border-radius: 14px;
        padding: 1.25rem 1.5rem;
        margin-bottom: 1rem;
        box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    }
    .abonelik-page-header__top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: .75rem 1rem;
    }
    .abonelik-page-header h4 {
        font-weight: 800;
        font-size: 1.2rem;
        margin: 0 0 .15rem;
        color: #0f172a;
    }
    .abonelik-page-header__firma {
        margin: 0;
        color: #64748b;
        font-size: .9rem;
    }
    .abonelik-page-header__alert {
        margin-top: .85rem;
        padding: .7rem .95rem;
        border-radius: 10px;
        font-size: .86rem;
        line-height: 1.45;
        display: flex;
        align-items: flex-start;
        gap: .55rem;
    }
    .abonelik-page-header__alert--warn {
        background: #fff7ed;
        border: 1px solid #fed7aa;
        color: #9a3412;
    }
    .abonelik-page-header__alert--lock {
        background: #fef2f2;
        border: 1px solid #fecaca;
        color: #991b1b;
    }
    .abonelik-checkout {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
        gap: 1rem;
        align-items: start;
    }
    .abonelik-panel {
        background: #fff;
        border-radius: 14px;
        border: 1px solid #e8edf3;
        box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
        overflow: hidden;
    }
    .abonelik-panel__head {
        padding: .85rem 1.15rem;
        border-bottom: 1px solid #eef2f7;
        background: #fafbfc;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
    }
    .abonelik-panel__title {
        margin: 0;
        font-size: .78rem;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: #64748b;
    }
    .abonelik-panel__body {
        padding: 1rem 1.15rem 1.1rem;
    }
    .abonelik-status {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        font-weight: 700;
        font-size: .76rem;
        border-radius: 999px;
        padding: 0.28rem 0.7rem;
        white-space: nowrap;
    }
    .abonelik-status--trial { background: #ecfdf5; color: #047857; }
    .abonelik-status--active { background: #fff7ed; color: #c2410c; }
    .abonelik-status--expired { background: #fef2f2; color: #b91c1c; }
    .abonelik-meta-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .65rem;
    }
    .abonelik-meta-item {
        background: #f8fafc;
        border: 1px solid #eef2f7;
        border-radius: 10px;
        padding: .7rem .8rem;
    }
    .abonelik-meta-item label {
        display: block;
        font-size: .7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: #94a3b8;
        margin-bottom: .2rem;
    }
    .abonelik-meta-item strong {
        display: block;
        font-size: .9rem;
        color: #0f172a;
        font-weight: 700;
        line-height: 1.35;
    }
    .abonelik-meta-item--highlight {
        grid-column: 1 / -1;
        background: #fff7ed;
        border-color: #fed7aa;
    }
    .abonelik-meta-item--highlight strong {
        color: #c2410c;
    }
    .abonelik-paket-sec {
        margin-bottom: 1rem;
    }
    .abonelik-paket-sec__hint {
        font-size: .72rem;
        color: #94a3b8;
        font-weight: 600;
    }
    .abonelik-paket-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: .75rem;
    }
    .abonelik-paket-card {
        position: relative;
        text-align: left;
        background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
        border: 1.5px solid #e2e8f0;
        border-radius: 14px;
        padding: .95rem .9rem .85rem;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
        transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
        cursor: pointer;
        min-height: 118px;
    }
    .abonelik-paket-card:hover {
        border-color: #fdba74;
        box-shadow: 0 6px 18px rgba(255, 159, 67, 0.12);
        transform: translateY(-1px);
    }
    .abonelik-paket-card.is-selected {
        border-color: #ff9f43;
        background: linear-gradient(180deg, #fffaf5 0%, #fff7ed 100%);
        box-shadow: 0 0 0 3px rgba(255, 159, 67, 0.18), 0 8px 20px rgba(255, 159, 67, 0.1);
    }
    .abonelik-paket-card__badge {
        position: absolute;
        top: .55rem;
        right: .55rem;
        font-size: .62rem;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #c2410c;
        background: #ffedd5;
        border: 1px solid #fed7aa;
        border-radius: 999px;
        padding: .12rem .45rem;
    }
    .abonelik-paket-card__name {
        font-size: .95rem;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: .35rem;
        padding-right: 3.2rem;
        line-height: 1.25;
    }
    .abonelik-paket-card__price {
        font-size: 1.05rem;
        font-weight: 800;
        color: #c2410c;
        margin-bottom: .35rem;
        font-variant-numeric: tabular-nums;
    }
    .abonelik-paket-card__price small {
        font-size: .7rem;
        font-weight: 600;
        color: #94a3b8;
    }
    .abonelik-paket-card__desc {
        font-size: .75rem;
        color: #64748b;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .abonelik-paket-card__check {
        position: absolute;
        bottom: .65rem;
        right: .65rem;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #e2e8f0;
        color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .65rem;
        transition: background .15s ease, color .15s ease;
    }
    .abonelik-paket-card.is-selected .abonelik-paket-card__check {
        background: #ff9f43;
        color: #fff;
    }
    .abonelik-checkout-side {
        position: sticky;
        top: 0;
    }
    .siparis-ozet-line {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 1rem;
        padding: .55rem 0;
        font-size: .88rem;
        color: #475569;
    }
    .siparis-ozet-line strong {
        color: #0f172a;
        font-weight: 700;
        text-align: right;
    }
    .siparis-ozet-divider {
        border: 0;
        border-top: 1px solid #eef2f7;
        margin: .35rem 0 .5rem;
    }
    .siparis-ozet-total {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .75rem .85rem;
        background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
        border: 1px solid #fed7aa;
        border-radius: 10px;
        margin-bottom: .85rem;
    }
    .siparis-ozet-total span:first-child {
        font-size: .82rem;
        font-weight: 700;
        color: #9a3412;
        text-transform: uppercase;
        letter-spacing: .04em;
    }
    .siparis-ozet-total strong {
        font-size: 1.15rem;
        font-weight: 800;
        color: #c2410c;
    }
    .abonelik-pay-btn {
        min-height: 50px;
        font-size: 1rem;
        font-weight: 800;
        background: linear-gradient(135deg, #ff9f43 0%, #f97316 100%);
        border-color: #ff9f43;
        box-shadow: 0 8px 20px rgba(255, 159, 67, 0.25);
        border-radius: 10px;
    }
    .abonelik-pay-btn:hover,
    .abonelik-pay-btn:focus {
        background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
        border-color: #fb923c;
    }
    .abonelik-security-compact {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: .5rem .65rem;
        margin-top: .75rem;
        padding-top: .75rem;
        border-top: 1px dashed #e8edf3;
    }
    .abonelik-card-logos {
        display: flex;
        gap: .35rem;
    }
    .abonelik-card-logo {
        padding: .2rem .55rem;
        border-radius: 6px;
        border: 1px solid #e5e7eb;
        background: #fff;
        font-size: .68rem;
        font-weight: 800;
        color: #334155;
    }
    .abonelik-card-logo--visa { color: #1a1f71; }
    .abonelik-card-logo--master { color: #ea580c; }
    .abonelik-card-logo--troy { color: #047857; }
    .abonelik-ssl-badge {
        font-size: .72rem;
        font-weight: 600;
        color: #64748b;
    }
    .abonelik-ssl-badge i { color: #ff9f43; }
    .abonelik-privacy-note {
        font-size: .74rem;
        color: #94a3b8;
        line-height: 1.45;
        margin: 0 0 .75rem;
        text-align: center;
    }

    #subscriptionExpiredModal .modal-dialog.subscription-expired-dialog {
        max-width: min(1040px, calc(100vw - 2rem));
        margin: 1rem auto;
        width: auto;
    }
    @@media (min-width: 1200px) {
        #subscriptionExpiredModal .modal-dialog.subscription-expired-dialog {
            max-width: 1040px;
        }
    }
    #subscriptionExpiredModal .modal-content {
        border: 0;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
        background: #f8fafc;
    }
    #subscriptionExpiredModal .modal-body {
        padding: 1.15rem 1.25rem 1.25rem;
        background: #f8fafc;
    }
    #subscriptionExpiredModal .modal-footer {
        border-top: 1px solid #eef2f7;
        background: #fff;
        padding: .75rem 1.25rem;
    }
    body.modal-open .modal-backdrop.show {
        opacity: 0.35;
    }

    .abonelik-modal .modal-dialog {
        max-width: 460px;
        max-height: 90vh;
        margin: 1rem auto;
    }
    .abonelik-modal .modal-content {
        border: 1px solid #e8edf3;
        border-radius: 16px;
        max-height: 90vh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
    }
    .abonelik-modal__header {
        border-color: #eef2f7;
        flex-shrink: 0;
        padding: 1rem 1.15rem;
        background: linear-gradient(135deg, #fff 0%, #fafbfc 100%);
    }
    .abonelik-modal__header .modal-title {
        font-size: 1.05rem;
        font-weight: 800;
        color: #0f172a;
        margin: 0;
    }
    .abonelik-modal__subtitle {
        margin: .2rem 0 0;
        font-size: .78rem;
        color: #64748b;
    }
    .abonelik-modal__subtitle i { color: #16a34a; }
    .abonelik-modal #abonelikRenewForm {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
        overflow: hidden;
    }
    .abonelik-modal .modal-body {
        overflow-y: auto;
        flex: 1;
        min-height: 0;
        padding: .9rem 1.15rem 1rem;
        background: #fafbfc;
    }
    .abonelik-modal .modal-footer {
        flex-shrink: 0;
        background: #fff;
        padding: .8rem 1.15rem;
        border-top: 1px solid #eef2f7;
    }
    .abonelik-card-preview {
        position: relative;
        background: linear-gradient(135deg, #1e293b 0%, #334155 55%, #475569 100%);
        border-radius: 14px;
        padding: 1.1rem 1.15rem 1rem;
        margin-bottom: 1rem;
        color: #fff;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
        overflow: hidden;
    }
    .abonelik-card-preview::before {
        content: '';
        position: absolute;
        inset: -40% auto auto -20%;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(255, 159, 67, 0.18);
        pointer-events: none;
    }
    .abonelik-card-preview__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.1rem;
        position: relative;
    }
    .abonelik-card-preview__chip {
        width: 38px;
        height: 28px;
        border-radius: 6px;
        background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
        opacity: .9;
    }
    .abonelik-card-preview__brand {
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .06em;
        padding: .25rem .55rem;
        border-radius: 6px;
        background: rgba(255,255,255,.12);
        min-width: 52px;
        text-align: center;
    }
    .abonelik-card-preview__brand--visa { color: #93c5fd; }
    .abonelik-card-preview__brand--master { color: #fdba74; }
    .abonelik-card-preview__brand--troy { color: #86efac; }
    .abonelik-card-preview__number {
        font-family: Consolas, monospace;
        font-size: 1.05rem;
        letter-spacing: .14em;
        font-weight: 600;
        margin-bottom: 1rem;
        position: relative;
    }
    .abonelik-card-preview__footer {
        display: flex;
        justify-content: space-between;
        font-size: .72rem;
        text-transform: uppercase;
        letter-spacing: .04em;
        opacity: .92;
        position: relative;
    }
    .abonelik-card-preview__name {
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .abonelik-card-form {
        background: #fff;
        border: 1px solid #e8edf3;
        border-radius: 12px;
        padding: .9rem .95rem .75rem;
    }
    .abonelik-modal .form-label {
        font-size: .76rem;
        margin-bottom: .3rem;
        font-weight: 700;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: .03em;
    }
    .abonelik-modal .form-control,
    .abonelik-modal .form-select {
        border-radius: 9px;
        border: 1px solid #dbe3ee;
        background: #fff;
        font-size: .92rem;
        padding: .5rem .7rem;
    }
    .abonelik-modal .form-control:focus,
    .abonelik-modal .form-select:focus {
        border-color: #ff9f43;
        box-shadow: 0 0 0 3px rgba(255, 159, 67, 0.14);
    }
    .abonelik-card-number-wrap { position: relative; }
    .abonelik-card-number-wrap .form-control { padding-right: 4.5rem; }
    .abonelik-card-number-input {
        font-family: Consolas, monospace;
        letter-spacing: .12em;
        font-weight: 600;
    }
    .abonelik-card-number-brand {
        position: absolute;
        right: .65rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: .65rem;
        font-weight: 800;
        color: #94a3b8;
        pointer-events: none;
    }
    .abonelik-card-number-brand.is-detected { color: #334155; }
    .abonelik-card-number-brand--visa { color: #1a1f71 !important; }
    .abonelik-card-number-brand--master { color: #ea580c !important; }
    .abonelik-card-number-brand--troy { color: #047857 !important; }
    .abonelik-expiry-row .form-select,
    .abonelik-expiry-row .form-control { min-height: 42px; }
    .abonelik-modal .form-check-input:checked {
        background-color: #ff9f43;
        border-color: #ff9f43;
    }
    .abonelik-modal .form-check-label {
        font-size: .82rem;
        color: #475569;
    }
    .abonelik-modal-trust {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: .45rem .65rem;
        margin-top: .75rem;
        padding-top: .7rem;
        border-top: 1px dashed #e8edf3;
        font-size: .68rem;
        font-weight: 700;
        color: #94a3b8;
    }
    .abonelik-modal-trust .trust-ssl { color: #16a34a; }
    .abonelik-modal .btn-primary {
        background: linear-gradient(135deg, #ff9f43 0%, #f97316 100%);
        border-color: #ff9f43;
        font-weight: 700;
    }
    .abonelik-modal .btn-primary:hover {
        background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
        border-color: #fb923c;
    }
    @@media (max-width: 900px) {
        .abonelik-checkout {
            grid-template-columns: 1fr;
        }
        .abonelik-checkout-side {
            position: static;
        }
        .abonelik-meta-grid {
            grid-template-columns: 1fr;
        }
        .abonelik-meta-item--highlight {
            grid-column: auto;
        }
    }


/* Public satin-al — premium checkout shell */
#publicSatinAlModal .satin-al-dialog {
  max-width: 980px;
  width: calc(100% - 1.5rem);
  margin: 1rem auto;
}
#publicSatinAlModal .satin-al-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
}
#publicSatinAlModal .satin-al-body {
  padding: 1.25rem 1.5rem 1.1rem;
  max-height: none;
  overflow: visible;
}
#publicSatinAlModal .abonelik-modal__header {
  padding: 1.1rem 1.5rem;
}
#publicSatinAlModal .modal-title {
  font-size: 1.2rem;
  font-weight: 800;
}

.satin-al-step { min-height: 0; }
.satin-al-step__head { margin-bottom: 1rem; }
.satin-al-step__title {
  font-weight: 800;
  font-size: 1.05rem;
  color: #0f172a;
  margin: 0 0 .2rem;
}
.satin-al-step__hint {
  margin: 0;
  font-size: .88rem;
  color: #64748b;
}

/* Wizard */
.satin-al-wizard {
  margin: 0 0 1.15rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #fffaf5 0%, #f8fafc 55%, #fff 100%);
  border: 1px solid #ffedd5;
}
.satin-al-wizard__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
}
.satin-al-wizard__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  text-align: center;
  min-width: 0;
}
.satin-al-wizard__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  left: calc(50% + 22px);
  width: calc(100% - 44px);
  height: 3px;
  border-radius: 999px;
  background: #e2e8f0;
  z-index: 0;
}
.satin-al-wizard__item.is-done:not(:last-child)::after,
.satin-al-wizard__item.is-active:not(:last-child)::after {
  background: linear-gradient(90deg, #ff9f43, #fdba74);
}
.satin-al-wizard__index {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
  font-weight: 800;
  color: #94a3b8;
  background: #fff;
  border: 2px solid #e2e8f0;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.satin-al-wizard__label {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #94a3b8;
}
.satin-al-wizard__item.is-active .satin-al-wizard__index {
  color: #fff;
  background: linear-gradient(135deg, #ff9f43 0%, #f97316 100%);
  border-color: #f97316;
  box-shadow: 0 8px 18px rgba(249, 115, 22, .3);
}
.satin-al-wizard__item.is-active .satin-al-wizard__label { color: #c2410c; }
.satin-al-wizard__item.is-done .satin-al-wizard__index {
  color: #fff;
  background: #16a34a;
  border-color: #16a34a;
}
.satin-al-wizard__item.is-done .satin-al-wizard__label { color: #15803d; }

/* Summary */
.satin-al-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.1rem;
  padding: .9rem 1.05rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
  border: 1px solid #fed7aa;
}
.satin-al-summary__label {
  display: block;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #c2410c;
  margin-bottom: .15rem;
}
.satin-al-summary__name {
  font-size: 1rem;
  color: #0f172a;
}
.satin-al-summary__price {
  font-size: 1.05rem;
  font-weight: 800;
  color: #c2410c;
  white-space: nowrap;
}

/* Package grid — 2x2, roomy */
#publicSatinAlModal .satin-al-paket-grid,
#publicSatinAlModal .abonelik-paket-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
#publicSatinAlModal .abonelik-paket-card {
  cursor: pointer;
  text-align: left;
  width: 100%;
  min-height: 148px;
  padding: 1.15rem 1.15rem 1rem;
  border-radius: 16px;
}
#publicSatinAlModal .abonelik-paket-card__name {
  font-size: 1.05rem;
  padding-right: 1.5rem;
  margin-bottom: .45rem;
}
#publicSatinAlModal .abonelik-paket-card__price {
  font-size: 1.2rem;
  margin-bottom: .45rem;
}
#publicSatinAlModal .abonelik-paket-card__desc {
  font-size: .82rem;
  line-height: 1.45;
  -webkit-line-clamp: 3;
  max-width: 92%;
}

/* Payment — two equal columns */
.satin-al-pay {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
  gap: 1.35rem;
  align-items: start;
}
.satin-al-pay__visual {
  display: flex;
  flex-direction: column;
  gap: .85rem;
}
#publicSatinAlModal .satin-al-card.abonelik-card-preview {
  width: 100%;
  max-width: none;
  min-height: 190px;
  margin: 0;
  border-radius: 18px;
  padding: 1.25rem 1.3rem;
}
.satin-al-trust {
  margin-top: 0 !important;
  padding-top: .55rem !important;
  justify-content: flex-start !important;
}
.satin-al-pay__fields {
  display: flex;
  flex-direction: column;
  gap: .85rem;
}
.satin-al-field-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}
.satin-al-field .form-label {
  margin-bottom: .35rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #64748b;
}
.satin-al-field .form-control,
.satin-al-field .form-select {
  min-height: 46px;
  border-radius: 10px;
}

/* Terms acceptance — payment step */
.satin-al-terms {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  column-gap: .7rem;
  row-gap: .55rem;
  margin: .15rem 0 0;
  padding: .95rem 1rem;
  border-radius: 12px;
  border: 1px solid #fed7aa;
  background: #fffaf5;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.satin-al-terms input {
  margin-top: .2rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #16a34a;
  flex-shrink: 0;
}
.satin-al-terms__text {
  font-size: .86rem;
  line-height: 1.45;
  color: #334155;
}
.satin-al-terms__text a {
  font-weight: 700;
  color: #c2410c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.satin-al-terms__badge {
  display: none;
  grid-column: 1 / -1;
  align-items: center;
  gap: .4rem;
  width: fit-content;
  margin-top: .1rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
  color: #166534;
  background: #dcfce7;
  border: 1px solid #86efac;
}
.satin-al-terms.is-accepted {
  border-color: #86efac;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .12);
}
.satin-al-terms.is-accepted .satin-al-terms__text {
  color: #166534;
}
.satin-al-terms.is-accepted .satin-al-terms__text a {
  color: #15803d;
}
.satin-al-terms.is-accepted .satin-al-terms__badge {
  display: inline-flex;
}

/* Firma — consistent 2-col */
.satin-al-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem 1rem;
}
.satin-al-field--spacer { display: none; }

/* Footer */
.satin-al-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 1rem 1.5rem 1.15rem;
  border-top: 1px solid #eef2f7;
  background: #fafbfc;
}
.satin-al-footer__actions {
  display: flex;
  gap: .65rem;
  margin-left: auto;
}
.satin-al-btn {
  min-height: 42px;
  padding: .55rem 1.15rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: .9rem;
}
.satin-al-btn--ghost {
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #475569;
}
.satin-al-btn--outline {
  background: #fff;
  border: 1px solid #cbd5e1;
  color: #475569;
}
.satin-al-btn--primary {
  background: linear-gradient(135deg, #ff9f43 0%, #f97316 100%);
  border: 1px solid #f97316;
  color: #fff;
  min-width: 160px;
  box-shadow: 0 8px 18px rgba(249, 115, 22, .22);
}
.satin-al-btn--primary:hover {
  background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
  color: #fff;
}

@media (max-width: 900px) {
  .satin-al-pay {
    grid-template-columns: 1fr;
  }
  #publicSatinAlModal .satin-al-card.abonelik-card-preview {
    min-height: 170px;
  }
}
@media (max-width: 640px) {
  #publicSatinAlModal .satin-al-dialog {
    margin: .5rem;
    width: calc(100% - 1rem);
    max-width: none;
  }
  #publicSatinAlModal .satin-al-body {
    padding: 1rem;
    max-height: min(78vh, 720px);
    overflow-y: auto;
  }
  #publicSatinAlModal .satin-al-paket-grid,
  #publicSatinAlModal .abonelik-paket-grid,
  .satin-al-form-grid,
  .satin-al-field-row {
    grid-template-columns: 1fr;
  }
  .satin-al-footer {
    flex-wrap: wrap;
    padding: .9rem 1rem 1rem;
  }
  .satin-al-footer__actions {
    width: 100%;
  }
  .satin-al-btn--primary {
    flex: 1;
  }
  .satin-al-wizard { padding: .85rem .7rem; }
  .satin-al-wizard__index { width: 30px; height: 30px; }
  .satin-al-wizard__label { font-size: .68rem; }
}
