/* RuzgarMail — Müşteri paneli (tüm clientarea sayfaları) */
.rm-dashboard {
    margin-top: 0;
    background-color: #eef4fb;
}

html.clientarea-panel .rm-dashboard__header,
.rm-dashboard__header {
    background: url(../img/musteri-paneli-header-arkaplan.png) center top / cover no-repeat;
    padding: 32px 0 60px;
    position: relative;
    z-index: 1;
}

.rm-dashboard__body,
html.clientarea-panel .clientarea__wrap {
    background: url(../img/musteri-paneli-govde-arkaplan.png) center top / cover no-repeat;
    background-color: #eef4fb;
    padding: 0 0 56px;
    margin-top: 0;
    overflow: visible;
    position: relative;
}

html.clientarea-panel .rm-dashboard__body > .container,
html.clientarea-panel .clientarea__wrap > .container {
    margin-top: 1em;
    position: relative;
    z-index: 2;
}

html.clientarea-panel .clientarea__wrap--details > .container {
    margin-top: -1em;
}

html.clientarea-panel .clientarea__wrap > .container > .row.rm-dashboard__overlap,
html.clientarea-panel .clientarea__wrap > .container > .row.rm-upgrade__grid,
html.clientarea-panel .clientarea__wrap > .container > .row:first-child,
html.clientarea-panel .clientarea__wrap > .container > .clientarea__panel:first-child,
html.clientarea-panel .clientarea__wrap > .container > form:first-child > .clientarea__panel:first-child,
html.clientarea-panel .clientarea__wrap > .container > .row:first-child .clientarea__panel:first-child,
html.clientarea-panel .clientarea__wrap .clientarea__wrap > .row.rm-dashboard__overlap,
html.clientarea-panel .clientarea__wrap .clientarea__wrap > .row:first-child {
    margin-top: -1em;
    position: relative;
    z-index: 2;
}

html.clientarea-panel .rm-dashboard__overlap > [class*="col-"] > .rm-panel:first-child {
    margin-top: -2em !important;
    position: relative;
    z-index: 2;
}

html.clientarea-panel .clientarea__wrap:has(> .container > .clientarea__wrap) > .container {
    margin-top: 0;
    padding: 0;
    background: transparent;
}

html.clientarea-panel .clientarea__wrap .clientarea__wrap {
    background: none !important;
    padding: 0 0 56px !important;
    margin-top: -2em !important;
}

html.clientarea-panel .clientarea__wrap .clientarea__wrap > .container {
    margin-top: 0;
}

html.clientarea-panel .clientarea__wrap[style*="padding-top"] {
    padding-top: 0 !important;
}

html.clientarea-panel .clientarea__wrap .clientarea__panel,
html.clientarea-panel .rm-panel {
    border-radius: 18px;
    border: 0;
    box-shadow: 0 14px 44px rgba(15, 39, 73, 0.1);
    overflow: hidden;
}

html.clientarea-panel .verify-email {
    margin-bottom: 0;
}

html.clientarea-panel .clientarea__breadcrumbs,
html.clientarea-panel .menu-banner,
html.clientarea-panel .menu-list {
    display: none !important;
}

.rm-dashboard__body {
    background: url(../img/musteri-paneli-govde-arkaplan.png) center top / cover no-repeat;
    background-color: #eef4fb;
    padding: 0 0 56px;
    overflow: visible;
}

.rm-dashboard__cards {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 16px;
}

.rm-dash-card {
    border-radius: 16px;
    padding: 20px 18px 18px;
    color: #fff;
    min-height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rm-dash-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    color: #fff;
    text-decoration: none;
}

.rm-dash-card__icon {
    font-size: 22px;
    opacity: 0.92;
    margin-bottom: 8px;
}

.rm-dash-card__label {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.92;
    margin: 0 0 4px;
}

.rm-dash-card__value {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 12px;
}

.rm-dash-card__link,
.rm-dash-card__btn {
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
}

.rm-dash-card__link {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.rm-dash-card__link:hover {
    color: #fff;
    text-decoration: none;
}

.rm-dash-card--profile {
    background: linear-gradient(145deg, #1a3a6b 0%, #0f2749 100%);
}

.rm-dash-card--profile .rm-dash-card__profile {
    display: flex;
    gap: 14px;
    align-items: center;
    height: 100%;
}

.rm-dash-card--profile .rm-dash-card__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
    object-fit: cover;
}

.rm-dash-card--profile .rm-dash-card__name {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.rm-dash-card--profile .rm-dash-card__name img {
    height: 18px;
}

.rm-dash-card--profile .rm-dash-card__welcome {
    font-size: 12px;
    opacity: 0.85;
    margin: 0 0 12px;
    line-height: 1.4;
}

.rm-dash-card--profile .rm-dash-card__btn {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    border-radius: 10px;
    padding: 8px 14px;
    text-decoration: none;
    width: fit-content;
}

.rm-dash-card--profile .rm-dash-card__btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
}

.rm-dash-card--profile .rm-dash-card__btn--logout {
    background: rgba(251, 113, 133, 0.2);
    border-color: rgba(253, 164, 175, 0.45);
    color: #ffe4e6;
}

.rm-dash-card--profile .rm-dash-card__btn--logout:hover {
    background: rgba(244, 63, 94, 0.34);
    border-color: rgba(253, 164, 175, 0.7);
    color: #fff;
}

.rm-dash-card--profile .rm-dash-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rm-dash-card--services {
    background: linear-gradient(145deg, #1e4f8c 0%, #163a66 100%);
}

.rm-dash-card--domains {
    background: linear-gradient(145deg, #1a6b4a 0%, #124832 100%);
}

.rm-dash-card--tickets {
    background: linear-gradient(145deg, #5b3d8f 0%, #3f2a63 100%);
}

.rm-dashboard__overlap {
    align-items: flex-start;
}

.rm-dashboard__overlap > [class*="col-"] {
    margin-bottom: 24px;
}

.rm-panel {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 44px rgba(15, 39, 73, 0.1);
    overflow: hidden;
}

.rm-dashboard__overlap > [class*="col-"] > .rm-panel:first-child {
    margin-top: -1em;
}

.rm-dashboard__overlap > [class*="col-"] > .rm-panel + .rm-panel {
    margin-top: 24px;
}

.rm-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 22px 16px;
    border-bottom: 1px solid #eef2f7;
}

.rm-panel__title {
    font-size: 17px;
    font-weight: 700;
    color: #0f2749;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rm-panel__title i {
    color: #2563eb;
    font-size: 18px;
}

.rm-panel__link {
    color: #2563eb;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.rm-panel__link:hover {
    color: #1d4ed8;
    text-decoration: none;
}

.rm-panel__footer {
    padding: 12px 18px 16px;
    border-top: 1px solid #eef2f7;
}

.rm-panel__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.rm-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.rm-filter-pills .servicefilter {
    border: 1px solid #dbe4ef;
    background: #f8fafc;
    color: #475569;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    transition: all 0.15s ease;
}

.rm-filter-pills .servicefilter.active,
.rm-filter-pills .servicefilter:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.rm-filter-pills .servicefilter input {
    display: none;
}

.rm-search-wrap {
    position: relative;
    min-width: 200px;
}

.rm-search-wrap input {
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    padding: 7px 36px 7px 14px;
    font-size: 13px;
    width: 220px;
    outline: none;
}

.rm-search-wrap input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.rm-search-wrap i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

.rm-panel__body {
    padding: 0;
}

.rm-panel__body .table {
    margin: 0;
}

.rm-panel__body .table thead th {
    border-top: 0;
    border-bottom: 1px solid #eef2f7;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    padding: 14px 16px;
    white-space: nowrap;
}

.rm-panel__body .table tbody td {
    padding: 16px;
    vertical-align: middle;
    border-top: 1px solid #f1f5f9;
    font-size: 14px;
    color: #334155;
}

.rm-service-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rm-service-name__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.rm-service-name__title {
    font-weight: 700;
    color: #0f2749;
    margin: 0 0 2px;
    font-size: 14px;
}

.rm-service-name__meta {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

.rm-renewal {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.rm-renewal__date {
    font-size: 14px;
    font-weight: 600;
    color: #0f2749;
    line-height: 1.3;
}

.rm-renewal__days {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.rm-days {
    font-weight: 700;
    font-size: 13px;
}

.rm-days.is-success { color: #16a34a; }
.rm-days.is-warning { color: #ea580c; }
.rm-days.is-danger { color: #dc2626; }
.rm-days.is-muted { color: #94a3b8; }

.rm-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.rm-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
}

.rm-status--cancelled .rm-status__dot { background: #ef4444; }
.rm-status--pending .rm-status__dot { background: #f59e0b; }
.rm-status--suspended .rm-status__dot { background: #f97316; }
.rm-status--terminated .rm-status__dot { background: #94a3b8; }

.rm-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.rm-actions .btn-manage {
    background: #2563eb;
    border: 0;
    color: #fff;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.rm-actions .btn-manage:hover {
    background: #1d4ed8;
    color: #fff;
    text-decoration: none;
}

.rm-actions .btn-more {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 10px;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.rm-actions .btn-more::after {
    display: none !important;
}

.rm-actions .btn-more i {
    font-size: 14px;
    letter-spacing: 1px;
}

.rm-actions .btn-more:hover,
.rm-actions .btn-more:focus,
.rm-actions .show > .btn-more {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #2563eb;
    outline: none;
    box-shadow: none;
}

.rm-actions .dropdown-menu {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 32px rgba(15, 39, 73, 0.12);
    padding: 6px;
    min-width: 160px;
}

.rm-actions .dropdown-item {
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px;
    color: #334155;
}

.rm-actions .dropdown-item:hover {
    background: #f1f5f9;
    color: #0f2749;
}

.rm-panel__body .dataTables_wrapper .row:first-child,
.rm-panel__body .dataTables_wrapper .row:last-child {
    padding: 12px 18px;
    margin: 0;
}

.rm-panel__body .dataTables_wrapper .dataTables_length,
.rm-panel__body .dataTables_wrapper .dataTables_filter {
    display: none;
}

.rm-panel__body .dataTables_wrapper .dataTables_info {
    font-size: 13px;
    color: #64748b;
    padding-top: 8px;
}

.rm-panel__body .dataTables_wrapper .dataTables_paginate {
    padding-top: 4px;
}

.rm-panel__body .dataTables_wrapper .pagination {
    gap: 4px;
}

.rm-panel__body .dataTables_wrapper .pagination .page-link {
    border-radius: 8px;
    margin: 0;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    line-height: 1.4;
    min-width: 36px;
    text-align: center;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.rm-panel__body .dataTables_wrapper .pagination .page-link:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f2749;
}

.rm-panel__body .dataTables_wrapper .page-item.active .page-link {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
    font-weight: 600;
    box-shadow: none;
}

.rm-panel__body .dataTables_wrapper .page-item.active .page-link:hover {
    background: #dbeafe;
    border-color: #60a5fa;
    color: #1e40af;
}

.rm-panel__body .dataTables_wrapper .page-item.disabled .page-link {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #cbd5e1;
}

.rm-panel__body .dataTables_wrapper .paginate_button.current,
.rm-panel__body .dataTables_wrapper .paginate_button.current:hover {
    background: #eff6ff !important;
    border-color: #93c5fd !important;
    color: #1d4ed8 !important;
    font-weight: 600;
}

.rm-panel__body .dataTables_wrapper .paginate_button:not(.current):hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #0f2749 !important;
}

.rm-ticket-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rm-ticket-item {
    border-bottom: 1px solid #f1f5f9;
}

.rm-ticket-item:last-child {
    border-bottom: 0;
}

.rm-ticket-item__link {
    display: block;
    padding: 16px 20px;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease;
}

.rm-ticket-item__link:hover {
    background: #f8fafc;
    text-decoration: none;
    color: inherit;
}

.rm-ticket-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.rm-ticket-item__tag {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.rm-ticket-item__tag--support { background: #dbeafe; color: #1d4ed8; }
.rm-ticket-item__tag--announce { background: #dcfce7; color: #15803d; }
.rm-ticket-item__tag--invoice { background: #ffedd5; color: #c2410c; }

.rm-ticket-item__date {
    font-size: 12px;
    color: #94a3b8;
    white-space: nowrap;
}

.rm-ticket-item__title {
    font-size: 14px;
    font-weight: 700;
    color: #0f2749;
    margin: 0 0 4px;
    line-height: 1.35;
}

.rm-ticket-item__excerpt {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

.rm-ticket-item__arrow {
    float: right;
    color: #cbd5e1;
    margin-top: -18px;
}

.rm-empty {
    padding: 36px 20px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.rm-dashboard .alert {
    border-radius: 12px;
    margin-bottom: 18px;
}

@media (max-width: 1199px) {
    .rm-dashboard__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rm-dash-card--profile {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .rm-dashboard__cards {
        grid-template-columns: 1fr;
    }

    .rm-dash-card {
        min-height: auto;
    }
}

/* —— Paket yükseltme (upgrade.php) —— */
.rm-upgrade {
    padding-top: 0;
}

html.clientarea-panel .rm-upgrade--checkout > .container > .rm-upgrade-stepper {
    margin-top: -1em;
    position: relative;
    z-index: 2;
}

.rm-upgrade__grid {
    align-items: flex-start;
}

.rm-upgrade__grid > [class*="col-"] {
    margin-bottom: 24px;
}

.rm-upgrade-summary .rm-panel__body,
.rm-upgrade-main .rm-panel__body {
    padding: 22px;
}

.rm-upgrade-summary__list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.rm-upgrade-summary__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #eef2f7;
}

.rm-upgrade-summary__item:last-child {
    border-bottom: 0;
}

.rm-upgrade-summary__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.rm-upgrade-summary__icon--product {
    background: rgba(124, 58, 237, 0.12);
    color: #7c3aed;
}

.rm-upgrade-summary__icon--package {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
}

.rm-upgrade-summary__icon--domain {
    background: rgba(21, 212, 142, 0.14);
    color: #0d9668;
}

.rm-upgrade-summary__icon--cycle {
    background: rgba(13, 148, 136, 0.12);
    color: #0d9488;
}

.rm-upgrade-summary__label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 3px;
}

.rm-upgrade-summary__value {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f2749;
    line-height: 1.35;
    word-break: break-word;
}

.rm-upgrade-summary__back {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px 16px;
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    background: #fff;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s ease;
}

.rm-upgrade-summary__back:hover {
    border-color: #2563eb;
    color: #2563eb;
    text-decoration: none;
}

.rm-upgrade-main__intro {
    margin: 0 0 18px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.55;
}

.rm-upgrade-options__title {
    font-size: 15px;
    font-weight: 700;
    color: #0f2749;
    margin: 0 0 14px;
}

.rm-upgrade-card {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    background: #fff;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.rm-upgrade-card:last-child {
    margin-bottom: 0;
}

.rm-upgrade-card:hover {
    box-shadow: 0 10px 30px rgba(15, 39, 73, 0.08);
}

.rm-upgrade-card--teal {
    border-color: rgba(13, 148, 136, 0.35);
}

.rm-upgrade-card--purple {
    border-color: rgba(91, 61, 143, 0.35);
}

.rm-upgrade-card__badge {
    position: absolute;
    top: 8px;
    right: 16px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.rm-upgrade-card--purple .rm-upgrade-card__badge {
    background: rgba(91, 61, 143, 0.14);
    color: #5b3d8f;
}

.rm-upgrade-card__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 20px;
    align-items: start;
}

.rm-upgrade-card__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.rm-upgrade-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.rm-upgrade-card--teal .rm-upgrade-card__icon {
    background: rgba(13, 148, 136, 0.12);
    color: #0d9488;
}

.rm-upgrade-card--purple .rm-upgrade-card__icon {
    background: rgba(91, 61, 143, 0.12);
    color: #5b3d8f;
}

.rm-upgrade-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #0f2749;
    margin: 0 0 4px;
    line-height: 1.3;
}

.rm-upgrade-card__summary {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

.rm-upgrade-card__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rm-upgrade-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #334155;
    line-height: 1.35;
}

.rm-upgrade-card__features i {
    margin-top: 2px;
    flex-shrink: 0;
}

.rm-upgrade-card--teal .rm-upgrade-card__features i {
    color: #0d9488;
}

.rm-upgrade-card--purple .rm-upgrade-card__features i {
    color: #5b3d8f;
}

.rm-upgrade-card__aside {
    text-align: center;
    padding: 16px 14px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}

.rm-upgrade-card__price {
    font-size: 22px;
    font-weight: 800;
    color: #0f2749;
    line-height: 1.2;
    margin-bottom: 12px;
}

.rm-upgrade-card__price small {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-top: 4px;
}

.rm-upgrade-card__cycle {
    margin-bottom: 12px;
}

.rm-upgrade-card__cycle select {
    width: 100%;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 13px;
    color: #334155;
    background: #fff;
}

.rm-upgrade-card__submit {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.rm-upgrade-card__submit:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.rm-upgrade-card--teal .rm-upgrade-card__submit {
    background: linear-gradient(135deg, #0d9488, #14b8a6);
}

.rm-upgrade-card--purple .rm-upgrade-card__submit {
    background: linear-gradient(145deg, #5b3d8f 0%, #3f2a63 100%);
}

.rm-upgrade-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.rm-upgrade-actions .btn {
    border-radius: 12px;
    font-weight: 600;
}

.rm-upgrade-config-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.rm-upgrade-config-table th,
.rm-upgrade-config-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #eef2f7;
    font-size: 14px;
    vertical-align: middle;
}

.rm-upgrade-config-table th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}

.rm-upgrade-config-table select,
.rm-upgrade-config-table input[type="text"] {
    width: 100%;
    max-width: 280px;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 8px 10px;
}

@media (max-width: 991px) {
    .rm-upgrade-card__layout {
        grid-template-columns: 1fr;
    }

    .rm-upgrade-card__aside {
        text-align: left;
    }

    .rm-upgrade-card__features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .rm-upgrade-summary .rm-panel__body,
    .rm-upgrade-main .rm-panel__body {
        padding: 16px;
    }

    .rm-upgrade-stepper {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .rm-upgrade-step__line {
        display: none;
    }

    .rm-upgrade-checkout__forms {
        grid-template-columns: 1fr;
    }
}

/* —— Yükseltme ödeme adımı (upgradesummary.tpl) —— */
.rm-upgrade--checkout {
    padding-bottom: 40px;
}

.rm-upgrade-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto 24px;
    max-width: 720px;
}

.rm-upgrade-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 120px;
    gap: 4px;
}

.rm-upgrade-step__dot {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    background: #e2e8f0;
    color: #94a3b8;
    border: 2px solid #e2e8f0;
}

.rm-upgrade-step--done .rm-upgrade-step__dot {
    background: #0d9488;
    border-color: #0d9488;
    color: #fff;
}

.rm-upgrade-step--active .rm-upgrade-step__dot {
    background: #fff;
    border-color: #0d9488;
    color: #0d9488;
    box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.15);
}

.rm-upgrade-step__label {
    font-size: 14px;
    font-weight: 700;
    color: #0f2749;
}

.rm-upgrade-step__status {
    font-size: 12px;
    color: #64748b;
}

.rm-upgrade-step--active .rm-upgrade-step__status {
    color: #0d9488;
    font-weight: 600;
}

.rm-upgrade-step__line {
    flex: 1;
    height: 2px;
    min-width: 40px;
    max-width: 100px;
    margin: 0 8px 28px;
    background: repeating-linear-gradient(90deg, #cbd5e1 0, #cbd5e1 6px, transparent 6px, transparent 12px);
}

.rm-upgrade-checkout-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 12px;
    background: #eef6ff;
    border: 1px solid #cfe3ff;
    color: #1e4a7a;
    font-size: 14px;
    margin-bottom: 20px;
}

.rm-upgrade-checkout-bar i {
    color: #2563eb;
    flex-shrink: 0;
}

.rm-upgrade-checkout {
    margin-bottom: 18px;
}

.rm-upgrade-checkout__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 22px 0;
}

.rm-upgrade-checkout__head-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.rm-upgrade-checkout__title {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: #0f2749;
}

.rm-upgrade-checkout__subtitle {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.45;
}

.rm-upgrade-checkout__body {
    padding: 20px 22px 24px;
}

.rm-upgrade-checkout__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 18px;
}

.rm-upgrade-checkout__table thead th {
    padding: 12px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    border-bottom: 1px solid #eef2f7;
    background: #f8fafc;
}

.rm-upgrade-checkout__table tbody td {
    padding: 14px;
    font-size: 14px;
    color: #334155;
    border-bottom: 1px solid #eef2f7;
}

.rm-upgrade-checkout__subtotal td {
    color: #64748b;
    font-weight: 600;
}

.rm-upgrade-checkout__total td {
    background: rgba(13, 148, 136, 0.08);
    border-bottom: 0;
    font-size: 15px;
    color: #0d9488;
    padding-top: 16px;
    padding-bottom: 16px;
}

.rm-upgrade-checkout__notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 22px;
}

.rm-upgrade-checkout__notice i {
    margin-top: 2px;
    flex-shrink: 0;
}

.rm-upgrade-checkout__forms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.rm-upgrade-checkout__box {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    background: #fff;
}

.rm-upgrade-checkout__box-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.rm-upgrade-checkout__box-head h3 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    color: #0f2749;
}

.rm-upgrade-checkout__box-head p {
    margin: 0;
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

.rm-upgrade-checkout__box-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.rm-upgrade-checkout__box-icon--promo {
    background: rgba(13, 148, 136, 0.12);
    color: #0d9488;
}

.rm-upgrade-checkout__box-icon--payment {
    background: rgba(124, 58, 237, 0.12);
    color: #7c3aed;
}

.rm-upgrade-checkout__input-row {
    display: flex;
    gap: 10px;
}

.rm-upgrade-checkout__input-row .form-control {
    flex: 1;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    min-height: 44px;
}

.rm-upgrade-checkout__btn {
    border: 0;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.rm-upgrade-checkout__btn--promo {
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
}

.rm-upgrade-checkout__btn--danger {
    background: #ef4444;
    color: #fff;
}

.rm-upgrade-checkout__select {
    width: 100%;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    min-height: 44px;
}

.rm-upgrade-payment-form {
    margin-top: 18px;
}

.rm-upgrade-checkout__submit {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity 0.15s ease;
}

.rm-upgrade-checkout__submit:hover {
    opacity: 0.92;
}

.rm-upgrade-checkout__ssl {
    text-align: center;
    margin: 0;
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rm-upgrade-checkout__ssl i {
    color: #0d9488;
}
