/**
 * CoreV2 — Sipariş adımları birleşik tasarım dili
 * Referans: order-steps-hosting / order-steps-server (ticket/tile + stepper + buton)
 * Tüm modüller: hosting, sunucu, domain, SMS, yazılım, özel
 */
/* Eski hosting inline grid/mask override */
.sepethosting-period-block {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    mask-composite: unset !important;
    -webkit-mask-composite: unset !important;
}
/* Kur dönüşümü — fiyat flaşı yalnızca aktif FX modunda gizlenir */
html.cv2-fx-active:not(.fx-ready) [data-raw-amount],
html.cv2-fx-active:not(.fx-ready) [class*="-period-price"],
html.cv2-fx-active:not(.fx-ready) [class*="-original-price"],
html.cv2-fx-active:not(.fx-ready) [class*="-period-setup-fee"],
html.cv2-fx-active:not(.fx-ready) [class*="-summary-item-price"],
html.cv2-fx-active:not(.fx-ready) [class*="-summary-addon-price"],
html.cv2-fx-active:not(.fx-ready) #total_amount {
    opacity: 0;
    transition: opacity 0.2s ease;
}
html.fx-ready [data-raw-amount],
html.fx-ready [class*="-period-price"],
html.fx-ready [class*="-original-price"],
html.fx-ready [class*="-period-setup-fee"],
html.fx-ready [class*="-summary-item-price"],
html.fx-ready [class*="-summary-addon-price"],
html.fx-ready #total_amount {
    opacity: 1 !important;
}
/* ── Dönem kartları (ticket/tile) — hosting referans ── */
.sepethosting-period-block,
.sepetsunucu-period-block,
.sepetsms-period-block,
.sepetdomain-period-block,
.sepetsoftware-period-block,
.sepetozel-period-block {
    background: var(--header-action-gradient) !important;
    border: 1px solid var(--header-action-border) !important;
    border-radius: var(--cv2-radius-card, 18px) !important;
    padding: 10px 8px 0 !important;
    min-height: 132px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    cursor: pointer !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                filter 0.35s ease,
                opacity 0.35s ease,
                border-color 0.25s ease !important;
    contain: none !important;
    will-change: transform, filter, opacity !important;
}
.sepethosting-period-block:not(.active),
.sepetsunucu-period-block:not(.active),
.sepetsms-period-block:not(.active),
.sepetdomain-period-block:not(.active),
.sepetsoftware-period-block:not(.active),
.sepetozel-period-block:not(.active) {
    background: var(--header-action-gradient) !important;
    border-color: var(--header-action-border) !important;
}
.sepethosting-period-block:hover,
.sepetsunucu-period-block:hover,
.sepetsms-period-block:hover,
.sepetdomain-period-block:hover,
.sepetsoftware-period-block:hover,
.sepetozel-period-block:hover {
    transform: translateY(-5px) scale(1.02) !important;
    filter: none !important;
    opacity: 1 !important;
    z-index: 2 !important;
    border-color: rgba(var(--CoreV2-primary-rgb, 59, 130, 246), 0.22) !important;
}
@media (hover: hover) {
    .cv2-period-grid:hover [class*="-period-block"]:not(:hover):not(.active),
    .sepethosting-period-container:hover .sepethosting-period-block:not(:hover):not(.active),
    .sepetsunucu-period-container:hover .sepetsunucu-period-block:not(:hover):not(.active),
    .sepetsms-period-container:hover .sepetsms-period-block:not(:hover):not(.active),
    .sepetdomain-period-container:hover .sepetdomain-period-block:not(:hover):not(.active),
    .sepetsoftware-period-container:hover .sepetsoftware-period-block:not(:hover):not(.active),
    .sepetozel-period-container:hover .sepetozel-period-block:not(:hover):not(.active) {
        filter: blur(1.5px) !important;
        opacity: 0.62 !important;
        transform: scale(0.97) !important;
    }
}
.sepethosting-period-block.active,
.sepetsunucu-period-block.active,
.sepetsms-period-block.active,
.sepetdomain-period-block.active,
.sepetsoftware-period-block.active,
.sepetozel-period-block.active {
    background: var(--sepethosting-primary-gradient) !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    transform: translateY(-3px) scale(1.02) !important;
    filter: none !important;
    opacity: 1 !important;
    z-index: 3 !important;
}
.sepetsunucu-period-block.active {
    background: var(--sepetsunucu-primary-gradient) !important;
}
.sepetsms-period-block.active {
    background: var(--sepetsms-primary-gradient) !important;
}
.sepetdomain-period-block.active {
    background: var(--sepetdomain-primary-gradient) !important;
}
.sepetsoftware-period-block.active {
    background: var(--sepetsoftware-primary-gradient) !important;
}
.sepetozel-period-block.active {
    background: var(--sepetozel-primary-gradient) !important;
}
/* Aktif kart metin renkleri */
.sepethosting-period-block.active [class*="period-title"],
.sepethosting-period-block.active [class*="discount-badge"],
.sepethosting-period-block.active [class*="period-price"],
.sepethosting-period-block.active [class*="original-price"],
.sepethosting-period-block.active [class*="period-setup-fee"],
.sepethosting-period-block.active [class*="setup-fee"],
.sepetsunucu-period-block.active [class*="period-title"],
.sepetsunucu-period-block.active [class*="discount-badge"],
.sepetsunucu-period-block.active [class*="period-price"],
.sepetsunucu-period-block.active [class*="original-price"],
.sepetsunucu-period-block.active [class*="period-setup-fee"],
.sepetsms-period-block.active [class*="period-title"],
.sepetsms-period-block.active [class*="discount-badge"],
.sepetsms-period-block.active [class*="period-price"],
.sepetsms-period-block.active [class*="original-price"],
.sepetsms-period-block.active [class*="period-setup-fee"],
.sepetdomain-period-block.active [class*="period-title"],
.sepetdomain-period-block.active [class*="discount-badge"],
.sepetdomain-period-block.active [class*="period-price"],
.sepetdomain-period-block.active [class*="original-price"],
.sepetdomain-period-block.active [class*="period-setup-fee"],
.sepetsoftware-period-block.active [class*="period-title"],
.sepetsoftware-period-block.active [class*="discount-badge"],
.sepetsoftware-period-block.active [class*="period-price"],
.sepetsoftware-period-block.active [class*="original-price"],
.sepetsoftware-period-block.active [class*="period-setup-fee"],
.sepetsoftware-period-block.active [class*="setup-fee"],
.sepetozel-period-block.active [class*="period-title"],
.sepetozel-period-block.active [class*="discount-badge"],
.sepetozel-period-block.active [class*="period-price"],
.sepetozel-period-block.active [class*="original-price"],
.sepetozel-period-block.active [class*="period-setup-fee"],
.sepetozel-period-block.active [class*="setup-fee"] {
    color: #fff !important;
}
/* Seçim göstergesi (check) */
.sepethosting-select-indicator,
.sepetsunucu-select-indicator,
.sepetsms-select-indicator,
.sepetdomain-select-indicator,
.sepetsoftware-select-indicator,
.sepetozel-select-indicator {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    border: 2px solid var(--sepethosting-border, var(--border-color)) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    color: transparent !important;
    font-size: 12px !important;
    background: transparent !important;
}
.sepetsunucu-select-indicator { border-color: var(--sepetsunucu-border, var(--border-color)) !important; }
.sepetsms-select-indicator { border-color: var(--sepetsms-border, var(--border-color)) !important; }
.sepetdomain-select-indicator { border-color: var(--sepetdomain-border, var(--border-color)) !important; }
.sepetsoftware-select-indicator { border-color: var(--sepetsoftware-border, var(--border-color)) !important; }
.sepetozel-select-indicator { border-color: var(--sepetozel-border, var(--border-color)) !important; }
.sepethosting-period-block.active .sepethosting-select-indicator,
.sepetsunucu-period-block.active .sepetsunucu-select-indicator,
.sepetsms-period-block.active .sepetsms-select-indicator,
.sepetdomain-period-block.active .sepetdomain-select-indicator,
.sepetsoftware-period-block.active .sepetsoftware-select-indicator,
.sepetozel-period-block.active .sepetozel-select-indicator {
    background: transparent !important;
    border-color: transparent !important;
    color: #fff !important;
    transform: scale(1.08) !important;
    box-shadow: none !important;
}
.sepethosting-period-block.active .sepethosting-select-indicator i,
.sepetsunucu-period-block.active .sepetsunucu-select-indicator i,
.sepetsms-period-block.active .sepetsms-select-indicator i,
.sepetdomain-period-block.active .sepetdomain-select-indicator i,
.sepetsoftware-period-block.active .sepetsoftware-select-indicator i,
.sepetozel-period-block.active .sepetozel-select-indicator i {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}
/* Dönem konteyner — ortalanmış tile grid (1–5 kart) */
.cv2-order-shell .cv2-period-grid,
.cv2-order-shell [class*="-period-container"] {
    justify-content: flex-start !important;
    max-width: 100% !important;
}
.cv2-period-grid,
.sepethosting-period-container,
.sepetsunucu-period-container,
.sepetsms-period-container,
.sepetdomain-period-container,
.sepetsoftware-period-container,
.sepetozel-period-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    align-content: center !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: min(100%, 880px) !important;
    margin: 6px auto 10px !important;
    padding: 0 4px !important;
    box-sizing: border-box !important;
}
.cv2-period-grid [class*="-period-block"],
.sepethosting-period-container .sepethosting-period-block,
.sepetsunucu-period-container .sepetsunucu-period-block,
.sepetsms-period-container .sepetsms-period-block,
.sepetdomain-period-container .sepetdomain-period-block,
.sepetsoftware-period-container .sepetsoftware-period-block,
.sepetozel-period-container .sepetozel-period-block {
    flex: 0 0 var(--cv2-card-width, 148px) !important;
    max-width: var(--cv2-card-width, 148px) !important;
    width: var(--cv2-card-width, 148px) !important;
    min-width: 0 !important;
}
@media (max-width: 768px) {
    .cv2-period-grid.cv2-period-mobile-slider {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        justify-content: flex-start !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .cv2-period-grid.cv2-period-mobile-slider::-webkit-scrollbar {
        display: none;
    }
    .cv2-period-grid.cv2-period-mobile-slider [class*="-period-block"] {
        flex: 0 0 calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        width: calc(100% - 32px) !important;
        scroll-snap-align: center !important;
    }
}
/* ── Stepper — bekleyen (pending) adımlar ── */
.sepetsms-step:not(.active):not(.completed),
.sepetdomain-step:not(.active):not(.completed),
.sepetozel-step:not(.active):not(.completed) {
    opacity: 1 !important;
    filter: grayscale(1) !important;
    background: rgba(0, 0, 0, 0.02) !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
}
.sepetsms-step:not(.active):not(.completed):hover,
.sepetdomain-step:not(.active):not(.completed):hover,
.sepetozel-step:not(.active):not(.completed):hover {
    filter: grayscale(0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}
.sepetsms-step:not(.active):not(.completed) [class*="step-number"],
.sepetdomain-step:not(.active):not(.completed) [class*="step-number"],
.sepetozel-step:not(.active):not(.completed) [class*="step-number"] {
    background: rgba(0, 0, 0, 0.04) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    color: rgba(0, 0, 0, 0.3) !important;
}
.sepetsms-step:not(.active):not(.completed) [class*="step-name"],
.sepetdomain-step:not(.active):not(.completed) [class*="step-name"],
.sepetozel-step:not(.active):not(.completed) [class*="step-name"] {
    color: rgba(0, 0, 0, 0.35) !important;
}
.sepetsms-step:not(.active):not(.completed) [class*="step-description"],
.sepetdomain-step:not(.active):not(.completed) [class*="step-description"],
.sepetozel-step:not(.active):not(.completed) [class*="step-description"] {
    color: rgba(0, 0, 0, 0.25) !important;
}
.sepetsms-step:not(.active):not(.completed)::before,
.sepetdomain-step:not(.active):not(.completed)::before,
.sepetozel-step:not(.active):not(.completed)::before {
    background: rgba(0, 0, 0, 0.06) !important;
}
[data-theme="dark"] .sepetsms-step:not(.active):not(.completed),
[data-theme="dark"] .sepetdomain-step:not(.active):not(.completed),
[data-theme="dark"] .sepetozel-step:not(.active):not(.completed) {
    background: rgba(255, 255, 255, 0.02) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}
[data-theme="dark"] .sepetsms-step:not(.active):not(.completed) [class*="step-number"],
[data-theme="dark"] .sepetdomain-step:not(.active):not(.completed) [class*="step-number"],
[data-theme="dark"] .sepetozel-step:not(.active):not(.completed) [class*="step-number"] {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.25) !important;
}
[data-theme="dark"] .sepetsms-step:not(.active):not(.completed) [class*="step-name"],
[data-theme="dark"] .sepetdomain-step:not(.active):not(.completed) [class*="step-name"],
[data-theme="dark"] .sepetozel-step:not(.active):not(.completed) [class*="step-name"] {
    color: rgba(255, 255, 255, 0.3) !important;
}
[data-theme="dark"] .sepetsms-step:not(.active):not(.completed) [class*="step-description"],
[data-theme="dark"] .sepetdomain-step:not(.active):not(.completed) [class*="step-description"],
[data-theme="dark"] .sepetozel-step:not(.active):not(.completed) [class*="step-description"] {
    color: rgba(255, 255, 255, 0.2) !important;
}
[data-theme="dark"] .sepetsms-step:not(.active):not(.completed)::before,
[data-theme="dark"] .sepetdomain-step:not(.active):not(.completed)::before,
[data-theme="dark"] .sepetozel-step:not(.active):not(.completed)::before {
    background: rgba(255, 255, 255, 0.04) !important;
}
/* Hosting legacy completed step override (#ececec) */
.sepethosting-step.completed {
    background: var(--sepethosting-card-bg) !important;
    border-color: rgba(var(--sepethosting-primary-rgb), 0.1) !important;
    opacity: 0.55 !important;
    filter: grayscale(0.15) !important;
    pointer-events: auto !important;
}
.sepethosting-step.completed .sepethosting-step-number {
    background: rgba(var(--sepethosting-primary-rgb), 0.1) !important;
    border-color: rgba(var(--sepethosting-primary-rgb), 0.2) !important;
    color: var(--sepethosting-primary) !important;
    font-size: 0 !important;
}
.sepethosting-step.completed .sepethosting-step-name {
    color: var(--sepethosting-text) !important;
}
.sepethosting-step.completed .sepethosting-step-description {
    color: var(--sepethosting-text) !important;
    opacity: 0.5 !important;
}
/* ── Aksiyon butonları ── */
.sepethosting-button,
.sepetsunucu-button,
.sepetsms-button,
.sepetdomain-button,
.sepetsoftware-button,
.sepetozel-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 13px 40px !important;
        border-radius: var(--cv2-radius-btn, 12px) !important;
    font-size: var(--cv2-font-size-button, 15px) !important;
    font-weight: 600 !important;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    letter-spacing: 0.01em !important;
    width: auto !important;
    min-width: 280px !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    outline-offset: 0 !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}
.sepethosting-button,
.sepethosting-center .sepethosting-button {
    background: var(--sepethosting-primary-gradient) !important;
}
.sepetsunucu-button {
    background: var(--sepetsunucu-primary-gradient) !important;
}
.sepetsms-button {
    background: var(--sepetsms-primary-gradient) !important;
}
.sepetdomain-button {
    background: var(--sepetdomain-primary-gradient) !important;
}
.sepetsoftware-button {
    background: var(--sepetsoftware-primary-gradient) !important;
}
.sepetozel-button {
    background: var(--sepetozel-primary-gradient) !important;
}
.sepethosting-button:hover,
.sepetsunucu-button:hover,
.sepetsms-button:hover,
.sepetdomain-button:hover,
.sepetsoftware-button:hover,
.sepetozel-button:hover {
    transform: translateY(-1px) !important;
    filter: brightness(1.06) !important;
    box-shadow: none !important;
    color: #fff !important;
}
.sepethosting-button:active,
.sepetsunucu-button:active,
.sepetsms-button:active,
.sepetdomain-button:active,
.sepetsoftware-button:active,
.sepetozel-button:active {
    transform: translateY(0) !important;
}
.sepethosting-center button,
.sepethosting-center .btn,
.sepethosting-center input[type="submit"],
.sepethosting-center .mio-ajax-submit,
.sepetsunucu-center button,
.sepetsunucu-center .btn,
.sepetsunucu-center input[type="submit"],
.sepetsunucu-center .mio-ajax-submit,
.sepetsms-center button,
.sepetsms-center .btn,
.sepetsms-center input[type="submit"],
.sepetsms-center .mio-ajax-submit,
.sepetdomain-center button,
.sepetdomain-center .btn,
.sepetdomain-center input[type="submit"],
.sepetdomain-center .mio-ajax-submit,
.sepetsoftware-center button,
.sepetsoftware-center .btn,
.sepetsoftware-center input[type="submit"],
.sepetsoftware-center .mio-ajax-submit,
.sepetozel-center button,
.sepetozel-center .btn,
.sepetozel-center input[type="submit"],
.sepetozel-center .mio-ajax-submit {
    background: var(--CoreV2-primary-gradient, var(--CoreV2-primary)) !important;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    border-radius: var(--cv2-radius-btn, 12px) !important;
    box-shadow: none !important;
    outline: var(--cv2-btn-outline, 2px solid rgba(var(--CoreV2-primary-rgb), 0.25)) !important;
    outline-offset: var(--cv2-btn-outline-offset, 3px) !important;
    margin: 0 !important;
}
/* Sipariş kabuğu: paket altı buton sağa + çift çerçeve */
.cv2-order-shell [class*="-center"] {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}
.cv2-order-shell [class*="-center"] [class*="-button"],
.cv2-order-shell [class*="-center"] button,
.cv2-order-shell [class*="-center"] input[type="submit"],
.cv2-order-shell [class*="-center"] .mio-ajax-submit {
    margin: 0 !important;
    width: auto !important;
    outline: var(--cv2-btn-outline, 2px solid rgba(var(--CoreV2-primary-rgb), 0.25)) !important;
    outline-offset: var(--cv2-btn-outline-offset, 3px) !important;
}
@media (max-width: 767px) {
    .sepethosting-button,
    .sepetsunucu-button,
    .sepetsms-button,
    .sepetdomain-button,
    .sepetsoftware-button,
    .sepetozel-button {
        width: 100% !important;
        min-width: 0 !important;
        padding: 13px 16px !important;
        font-size: var(--cv2-font-size-button, 13px) !important;
        border-radius: var(--cv2-radius-btn, 12px) !important;
    }
}
[data-theme="dark"] .sepethosting-period-footer,
[data-theme="dark"] .sepetsunucu-period-footer,
[data-theme="dark"] .sepetsms-period-footer,
[data-theme="dark"] .sepetdomain-period-footer,
[data-theme="dark"] .sepetsoftware-period-footer,
[data-theme="dark"] .sepetozel-period-footer {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
}
[data-theme="dark"] .sepethosting-select-indicator,
[data-theme="dark"] .sepetsunucu-select-indicator,
[data-theme="dark"] .sepetsms-select-indicator,
[data-theme="dark"] .sepetdomain-select-indicator,
[data-theme="dark"] .sepetsoftware-select-indicator,
[data-theme="dark"] .sepetozel-select-indicator {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}
/* Fake indirim — çizili fiyat, rozet ve kampanya etiketi görünürlüğü */
[class*="-period-block"].has-discount [class*="-original-price"] {
    display: block !important;
    visibility: visible !important;
    opacity: 0.65 !important;
    text-decoration: line-through !important;
    font-size: 13px !important;
    margin-top: 2px !important;
}
[class*="-discount-badge"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: var(--cv2-font-size-button, 10px) !important;
    font-weight: 700 !important;
    padding: 2px 7px !important;
    border-radius: var(--cv2-radius-btn, 10px) !important;
    border-style: dashed !important;
    margin-bottom: 6px !important;
    letter-spacing: 0.01em !important;
    max-width: fit-content !important;
    white-space: nowrap !important;
}
.sepethosting-discount-badge,
.sepetsunucu-discount-badge,
.sepetsms-discount-badge,
.sepetdomain-discount-badge,
.sepetsoftware-discount-badge,
.sepetozel-discount-badge {
    background: rgba(var(--sepethosting-primary-rgb, 59, 130, 246), 0.08) !important;
    color: var(--sepethosting-primary, var(--CoreV2-primary)) !important;
    border-color: rgba(var(--sepethosting-primary-rgb, 59, 130, 246), 0.3) !important;
}
.sepetsunucu-discount-badge {
    background: rgba(var(--sepetsunucu-primary-rgb, 59, 130, 246), 0.08) !important;
    color: var(--sepetsunucu-primary, var(--CoreV2-primary)) !important;
    border-color: rgba(var(--sepetsunucu-primary-rgb, 59, 130, 246), 0.3) !important;
}
.sepetsms-discount-badge {
    background: rgba(var(--sepetsms-primary-rgb, 59, 130, 246), 0.08) !important;
    color: var(--sepetsms-primary, var(--CoreV2-primary)) !important;
    border-color: rgba(var(--sepetsms-primary-rgb, 59, 130, 246), 0.3) !important;
}
.sepetdomain-discount-badge {
    background: rgba(var(--sepetdomain-primary-rgb, 59, 130, 246), 0.08) !important;
    color: var(--sepetdomain-primary, var(--CoreV2-primary)) !important;
    border-color: rgba(var(--sepetdomain-primary-rgb, 59, 130, 246), 0.3) !important;
}
.sepetsoftware-discount-badge {
    background: rgba(var(--sepetsoftware-primary-rgb, 59, 130, 246), 0.08) !important;
    color: var(--sepetsoftware-primary, var(--CoreV2-primary)) !important;
    border-color: rgba(var(--sepetsoftware-primary-rgb, 59, 130, 246), 0.3) !important;
}
.sepetozel-discount-badge {
    background: rgba(var(--sepetozel-primary-rgb, 59, 130, 246), 0.08) !important;
    color: var(--sepetozel-primary, var(--CoreV2-primary)) !important;
    border-color: rgba(var(--sepetozel-primary-rgb, 59, 130, 246), 0.3) !important;
}
[class*="-period-block"].active [class*="-discount-badge"] {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
}
/* Eski stepper sayfaları (shell dışı) */
:not(.cv2-order-shell) [class*="-period-price"] {
    display: block !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
}
:not(.cv2-order-shell) [class*="-period-title"] {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
}
:not(.cv2-order-shell) [class*="-period-footer"] {
    border-top: 1px dashed rgba(var(--sepethosting-primary-rgb, 148, 163, 184), 0.12) !important;
    padding: 10px !important;
    margin-top: auto !important;
}
:not(.cv2-order-shell) [class*="-period-content"] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 0 14px !important;
    text-align: center !important;
}
