/**
 * ZipWeb checkout — sepet / ödeme / sipariş adımları
 * html.zwb-checkout-root + body.zwb-checkout-page
 */

html.zwb-checkout-root,
body.zwb-checkout-page,
body.zwb-cart-page,
body.zwb-order-steps-domain {
    background: #f5f7fb !important;
    color: #334155 !important;
}

/* Eski koyu bloklar */
html.zwb-checkout-root .hdgsr,
html.zwb-checkout-root .hdgzl,
html.zwb-checkout-root .alisdv,
html.zwb-checkout-root .syfbsks1,
html.zwb-checkout-root .affiliate-banner22,
html.zwb-checkout-root .hello,
html.zwb-checkout-root .hellobg,
html.zwb-checkout-root .helloleft,
html.zwb-checkout-root .helloright,
html.zwb-checkout-root .brnstnsr,
html.zwb-checkout-root .stsyrt,
html.zwb-checkout-root .ilanasamalar,
html.zwb-checkout-root .asamaline,
body.zwb-checkout-page .hdgsr,
body.zwb-checkout-page .hdgzl,
body.zwb-checkout-page .alisdv,
body.zwb-checkout-page .syfbsks1,
body.zwb-checkout-page .affiliate-banner22,
body.zwb-checkout-page .hello,
body.zwb-checkout-page .hellobg,
body.zwb-checkout-page .helloleft,
body.zwb-checkout-page .helloright {
    display: none !important;
}

/* Ana container */
html.zwb-checkout-root #wrapper,
body.zwb-checkout-page #wrapper,
body.zwb-checkout-page #wrapper.zwb-cart-wrapper,
body.zwb-checkout-page .zwb-checkout-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 20px 90px;
    box-sizing: border-box;
    background: transparent !important;
    float: none !important;
    width: 100% !important;
    position: relative !important;
    top: auto !important;
}

/* Başlık */
body.zwb-checkout-page .zwb-checkout-hero,
body.zwb-checkout-page .zwb-cart-hero,
body.zwb-checkout-page .zwb-osd-hero {
    margin: 0 0 32px;
    padding: 0;
    background: transparent !important;
    border: none !important;
}

body.zwb-checkout-page .zwb-checkout-hero h1,
body.zwb-checkout-page .zwb-cart-hero h1,
body.zwb-checkout-page .zwb-osd-hero h1 {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 800;
    color: #0f2f5f;
    line-height: 1.2;
}

body.zwb-checkout-page .zwb-checkout-hero p,
body.zwb-checkout-page .zwb-cart-hero p,
body.zwb-checkout-page .zwb-osd-hero p {
    margin: 0;
    font-size: 15px;
    color: #64748b;
    line-height: 1.5;
}

/* Grid layout */
body.zwb-checkout-page .zwb-checkout-grid,
body.zwb-checkout-page .sepet.zwb-cart-grid,
body.zwb-checkout-page .zwb-osd-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 32px;
    align-items: start;
    width: 100% !important;
    float: none !important;
    position: static !important;
    top: auto !important;
    margin: 0 !important;
}

body.zwb-checkout-page .zwb-checkout-main,
body.zwb-checkout-page .zwb-osd-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Kart temeli */
body.zwb-checkout-page .zwb-checkout-card,
body.zwb-checkout-page .zwb-osd-domain-card,
body.zwb-checkout-page .zwb-osd-main .siparisbilgileri,
body.zwb-checkout-page .zwb-osd-main .domainsec,
body.zwb-checkout-page .sepetleft.zwb-checkout-card--products {
    background: #fff;
    border: 1px solid #e5edf7;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(15, 47, 95, 0.06);
    padding: 22px;
    overflow: visible;
}

body.zwb-checkout-page .zwb-checkout-card--hosting,
body.zwb-order-steps-domain .zwb-checkout-card--hosting {
    overflow: visible !important;
    padding-bottom: 28px !important;
}

body.zwb-checkout-page .sepetleft.zwb-checkout-card--products {
    padding: 0;
}

body.zwb-checkout-page .zwb-checkout-card__title,
body.zwb-checkout-page .zwb-osd-domain-card__title {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 800;
    color: #0f2f5f;
}

/* Ürün listesi başlık */
body.zwb-checkout-page .sepetleft > .sepetbaslik {
    background: #0f2f5f !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    line-height: 1.4 !important;
}

body.zwb-checkout-page .sepetleft > .sepetbaslik > div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 120px 100px;
    gap: 12px;
    align-items: center;
    padding: 14px 22px !important;
}

body.zwb-checkout-page .sepetleft > .sepetbaslik .uhinfo,
body.zwb-checkout-page .sepetleft > .sepetbaslik .uhperiyod,
body.zwb-checkout-page .sepetleft > .sepetbaslik .uhtutar {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    float: none !important;
    width: auto !important;
    opacity: 1 !important;
}

body.zwb-checkout-page .sepetleft,
body.zwb-checkout-page .sepetleft .sepetlistcon {
    color: #334155 !important;
}

body.zwb-checkout-page .sepetlist {
    border-bottom: 1px solid #eef2f7;
}

body.zwb-checkout-page .sepetlistcon {
    padding: 18px 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

body.zwb-checkout-page .sepetlistcon .uhinfo a,
body.zwb-checkout-page .sepetlistcon .uhinfo strong {
    color: #2f80ff !important;
    font-size: 14px;
    font-weight: 600;
}

body.zwb-checkout-page .sepetlistcon .uhinfo h4 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    color: #0f2f5f !important;
}

body.zwb-checkout-page .sepetlistcon .fa-pencil,
body.zwb-checkout-page .sepetlistcon .fa-trash,
body.zwb-checkout-page .sepetlistcon .fa-edit {
    color: #94a3b8;
    margin-left: 8px;
}

/* Boş sepet */
body.zwb-checkout-page #empty_list.zwb-cart-empty {
    display: none;
    text-align: center;
    padding: 40px 24px 48px;
    background: #fff;
}

body.zwb-checkout-page #empty_list.zwb-cart-empty .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    line-height: 1;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #eef4ff;
    color: #0f2f5f;
    font-size: 22px;
}

body.zwb-checkout-page #empty_list.zwb-cart-empty h4 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 800;
    color: #0f2f5f !important;
}

body.zwb-checkout-page #empty_list.zwb-cart-empty p {
    margin: 0 auto 20px;
    max-width: 400px;
    font-size: 14px;
    color: #64748b !important;
}

body.zwb-checkout-page .zwb-cart-empty__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

body.zwb-checkout-page .zwb-cart-btn-primary {
    background: #2f80ff;
    color: #fff !important;
    padding: 11px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
}

body.zwb-checkout-page .zwb-cart-btn-outline {
    background: #fff;
    color: #0f2f5f !important;
    border: 1px solid #cbd5e1;
    padding: 11px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
}

body.zwb-checkout-page .paymentlogos {
    padding: 16px 22px 20px;
    border-top: 1px solid #eef2f7;
    margin: 0;
}

body.zwb-checkout-page .paymentlogos span {
    color: #64748b !important;
    font-size: 12px;
}

/* Sağ özet — sticky */
body.zwb-checkout-page .zwb-checkout-aside,
body.zwb-checkout-page .sepetright,
body.zwb-checkout-page .zwb-osd-aside {
    position: sticky;
    top: 110px;
    align-self: start;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

body.zwb-checkout-page .zwb-checkout-summary,
body.zwb-checkout-page .sepetrightshadow,
body.zwb-checkout-page .zwb-osd-summary {
    background: #0f2f5f !important;
    color: #fff !important;
    border-radius: 14px !important;
    padding: 24px !important;
    box-shadow: 0 20px 45px rgba(15, 47, 95, 0.25) !important;
    border: none !important;
}

body.zwb-checkout-page .sepetright .sepetbaslik,
body.zwb-checkout-page .zwb-osd-summary h2 {
    background: transparent !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    padding: 0 0 16px !important;
    margin: 0 0 12px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body.zwb-checkout-page .sepetright .sepetbaslik svg {
    color: #fff;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

body.zwb-checkout-page .sepetsipinfo td,
body.zwb-checkout-page .sepetsipinfo td strong {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px;
    padding: 6px 0;
}

body.zwb-checkout-page .sepetsipinfo tr:first-child td strong::after {
    content: " (Ara Toplam)";
    font-weight: 400;
    opacity: 0.8;
}

body.zwb-checkout-page #tax-see {
    color: rgba(255, 255, 255, 0.85) !important;
}

body.zwb-checkout-page .totalamountinfo {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.zwb-checkout-page .totalamountinfo strong {
    display: block;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

body.zwb-checkout-page .totalamountinfo h5,
body.zwb-checkout-page #total-amount-payable {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 !important;
}

body.zwb-checkout-page #total-amount,
body.zwb-checkout-page #tax-amount {
    color: #fff !important;
    font-weight: 700;
}

body.zwb-checkout-page .sepetright .gonderbtn,
body.zwb-checkout-page #continue_go,
body.zwb-checkout-page .zwb-osd-summary__cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 52px !important;
    margin-top: 20px !important;
    padding: 0 20px !important;
    border-radius: 8px !important;
    background: #2f80ff !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(47, 128, 255, 0.35) !important;
    box-sizing: border-box;
}

body.zwb-checkout-page .sepetright .gonderbtn:hover,
body.zwb-checkout-page #continue_go:hover {
    background: #1d6fe8 !important;
}

body.zwb-checkout-page .sepetright .gonderbtn svg {
    display: none;
}

body.zwb-checkout-page #coupon_code {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    border-radius: 8px;
}

/* Domain sipariş adımları */
body.zwb-checkout-page .zwb-osd-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

body.zwb-checkout-page .zwb-osd-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e5edf7;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(15, 47, 95, 0.05);
}

body.zwb-checkout-page .zwb-osd-step.is-active {
    border-color: #16a34a;
    box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.15);
}

body.zwb-checkout-page .zwb-osd-step__num {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    background: #e2e8f0;
    color: #475569;
}

body.zwb-checkout-page .zwb-osd-step.is-active .zwb-osd-step__num {
    background: #0f2f5f;
    color: #fff;
}

body.zwb-checkout-page .zwb-osd-step__label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
}

body.zwb-checkout-page .zwb-osd-step.is-active .zwb-osd-step__label {
    color: #0f2f5f;
}

body.zwb-checkout-page .zwb-osd-domain-card__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eef2f7;
    font-size: 14px;
}

body.zwb-checkout-page .zwb-osd-domain-card__row dt {
    margin: 0;
    color: #64748b;
    font-weight: 600;
}

body.zwb-checkout-page .zwb-osd-domain-card__row dd {
    margin: 0;
    color: #0f2f5f;
    text-align: right;
}

body.zwb-checkout-page .zwb-osd-domain-card__row dd strong {
    color: #2f80ff;
}

body.zwb-checkout-page .zwb-osd-domain-card__status {
    padding: 4px 10px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 12px;
    font-weight: 700;
}

body.zwb-checkout-page .zwb-osd-summary__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

body.zwb-checkout-page .zwb-osd-summary__note li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.88);
    list-style: none;
}

body.zwb-checkout-page .zwb-osd-summary__note li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4ade80;
}

body.zwb-checkout-page .zwb-osd-main .pakettitle {
    display: none;
}

body.zwb-checkout-page .zwb-osd-main input,
body.zwb-checkout-page .zwb-osd-main select {
    background: #fff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    color: #0f2f5f !important;
    max-width: 100%;
}

body.zwb-checkout-page .zwb-osd-main .gonderbtn,
body.zwb-checkout-page .zwb-osd-main .btn {
    background: #16a34a !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    padding: 12px 20px !important;
}

body.zwb-checkout-page .zwb-osd-main #accordion h3 {
    background: #f8fafc !important;
    border: 1px solid #e5edf7 !important;
    border-radius: 8px !important;
    color: #0f2f5f !important;
    padding: 12px 14px !important;
}

body.zwb-checkout-page .zwb-osd-wrapper-inner {
    padding: 0 !important;
}

/* Ödeme sayfası */
body.zwb-checkout-page .siparisbilgileri,
body.zwb-checkout-page .basket-payment-content {
    background: #fff;
    border: 1px solid #e5edf7;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(15, 47, 95, 0.06);
}

body.zwb-checkout-page .sepetim.css {
    background: transparent !important;
}

/* sepetim.css koyu zemin ez */
body.zwb-checkout-page .sepet,
body.zwb-checkout-page .sepetim {
    background: transparent !important;
}

body.zwb-checkout-page .footer-modern {
    margin-top: 80px !important;
}

@media (max-width: 991px) {
    body.zwb-checkout-page .zwb-checkout-grid,
    body.zwb-checkout-page .sepet.zwb-cart-grid,
    body.zwb-checkout-page .zwb-osd-layout {
        grid-template-columns: 1fr;
    }

    body.zwb-checkout-page .zwb-checkout-aside,
    body.zwb-checkout-page .sepetright,
    body.zwb-checkout-page .zwb-osd-aside {
        position: static !important;
        top: auto !important;
    }

    body.zwb-checkout-page .zwb-osd-steps {
        grid-template-columns: 1fr;
    }

    html.zwb-checkout-root #wrapper,
    body.zwb-checkout-page #wrapper {
        padding: 32px 16px 60px;
    }
}

/* Scoped: body sınıfı olmasa bile .zwb-checkout-shell ile çalışır */
.zwb-checkout-shell.zwb-order-domain-checkout {
    font-family: "Titillium Web", Arial, sans-serif;
    color: #334155;
    line-height: 1.5;
}

.zwb-checkout-shell .zwb-osd-wrapper-inner {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    background: transparent !important;
}

.zwb-checkout-shell .zwb-checkout-card--hosting .ui-accordion .ui-accordion-content {
    padding: 16px 0 8px !important;
    border: none !important;
    background: transparent !important;
}

.zwb-checkout-shell .zwb-checkout-card--hosting table {
    width: 100% !important;
    border: none !important;
}

.zwb-checkout-shell .zwb-checkout-card--hosting td {
    border: none !important;
    padding: 0 !important;
}

/* step.css koyu zemin ez */
body.zwb-order-steps-domain #muspanel,
body.zwb-checkout-page #muspanel,
html.zwb-checkout-root #wrapper.zwb-osd-wrapper-inner,
body.zwb-order-steps-domain .hello,
body.zwb-order-steps-domain .hellobg {
    background: transparent !important;
    min-height: 0 !important;
}

body.zwb-order-steps-domain img.hellobg,
body.zwb-order-steps-domain .helloleft img,
body.zwb-order-steps-domain .helloright img {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Hosting adımı — step.css koyu .alanadisorgu ezmesin */
body.zwb-checkout-page .zwb-checkout-card--hosting,
body.zwb-order-steps-domain .zwb-checkout-card--hosting {
    background: #fff !important;
    color: #334155 !important;
}

body.zwb-checkout-page .zwb-hosting-choices,
body.zwb-order-steps-domain .zwb-hosting-choices {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body.zwb-checkout-page .zwb-hosting-choice,
body.zwb-order-steps-domain .zwb-hosting-choice {
    padding: 20px 22px;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

body.zwb-checkout-page .zwb-hosting-choice__title,
body.zwb-order-steps-domain .zwb-hosting-choice__title {
    margin: 0 0 12px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0f2f5f !important;
}

body.zwb-checkout-page .zwb-hosting-choice__note,
body.zwb-order-steps-domain .zwb-hosting-choice__note {
    margin: 0 0 14px !important;
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
}

body.zwb-checkout-page .zwb-hosting-form,
body.zwb-order-steps-domain .zwb-hosting-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left !important;
}

body.zwb-checkout-page .zwb-hosting-form__label,
body.zwb-order-steps-domain .zwb-hosting-form__label {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
}

body.zwb-checkout-page .zwb-hosting-form__select,
body.zwb-order-steps-domain .zwb-hosting-form__select,
body.zwb-checkout-page .zwb-hosting-form select,
body.zwb-order-steps-domain .zwb-hosting-form select {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    background: #fff !important;
    color: #0f2f5f !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
}

body.zwb-checkout-page .zwb-hosting-dns-grid,
body.zwb-order-steps-domain .zwb-hosting-dns-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.zwb-checkout-page .zwb-hosting-dns-grid input,
body.zwb-order-steps-domain .zwb-hosting-dns-grid input {
    width: 100% !important;
    max-width: none !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    background: #fff !important;
    color: #0f2f5f !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

body.zwb-checkout-page .zwb-hosting-form__actions,
body.zwb-order-steps-domain .zwb-hosting-form__actions {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    margin-top: 16px !important;
    padding-top: 4px !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 52px;
}

body.zwb-checkout-page .zwb-hosting-form__hint,
body.zwb-order-steps-domain .zwb-hosting-form__hint {
    flex: 1 1 100%;
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

body.zwb-checkout-page .zwb-btn,
body.zwb-order-steps-domain .zwb-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px !important;
    padding: 12px 24px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    border: none !important;
    cursor: pointer !important;
    line-height: 1.2 !important;
    position: static !important;
    margin: 0 !important;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25) !important;
}

body.zwb-checkout-page .zwb-btn--primary,
body.zwb-order-steps-domain .zwb-btn--primary,
body.zwb-checkout-page .zwb-hosting-form .gonderbtn,
body.zwb-order-steps-domain .zwb-hosting-form .gonderbtn {
    background: #16a34a !important;
    color: #fff !important;
}

body.zwb-checkout-page .zwb-btn--primary:hover,
body.zwb-order-steps-domain .zwb-btn--primary:hover {
    background: #15803d !important;
    color: #fff !important;
}

body.zwb-checkout-page .zwb-btn--lg,
body.zwb-order-steps-domain .zwb-btn--lg {
    min-height: 48px !important;
    padding: 14px 28px !important;
    font-size: 16px !important;
}

body.zwb-checkout-page .zwb-btn--xl,
body.zwb-order-steps-domain .zwb-btn--xl {
    min-height: 52px !important;
    padding: 16px 32px !important;
    font-size: 17px !important;
    width: 100%;
    max-width: 320px;
}

body.zwb-checkout-page .zwb-btn--ghost,
body.zwb-order-steps-domain .zwb-btn--ghost {
    background: #fff !important;
    color: #0f2f5f !important;
    border: 2px solid #cbd5e1 !important;
    box-shadow: none !important;
}

body.zwb-checkout-page .zwb-osd-continue-card,
body.zwb-order-steps-domain .zwb-osd-continue-card {
    margin-top: 18px;
    padding: 18px 20px;
    background: #f0fdf4;
    border: 2px solid #86efac;
    border-radius: 12px;
}

body.zwb-checkout-page .zwb-osd-continue-card__lead,
body.zwb-order-steps-domain .zwb-osd-continue-card__lead {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: #166534;
}

body.zwb-checkout-page .zwb-osd-continue-card__btn,
body.zwb-order-steps-domain .zwb-osd-continue-card__btn,
body.zwb-checkout-page .zwb-osd-dns-mini input,
body.zwb-order-steps-domain .zwb-osd-dns-mini input {
    width: 100% !important;
    max-width: none !important;
    margin: 4px 0 0 !important;
    padding: 8px 10px !important;
    background: #fff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
}

body.zwb-checkout-page a.zwb-osd-continue-card__btn.mio-ajax-submit,
body.zwb-order-steps-domain a.zwb-osd-continue-card__btn.mio-ajax-submit,
body.zwb-checkout-page button.zwb-osd-continue-card__btn,
body.zwb-order-steps-domain button.zwb-osd-continue-card__btn,
body.zwb-checkout-page #zwbHostingSkipBtn,
body.zwb-order-steps-domain #zwbHostingSkipBtn,
body.zwb-checkout-page #zwbSkipPrimarySubmit,
body.zwb-order-steps-domain #zwbSkipPrimarySubmit {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #fff !important;
    background: #16a34a !important;
    border: 0 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35) !important;
}

body.zwb-checkout-page .zwb-hosting-dns-details,
body.zwb-order-steps-domain .zwb-hosting-dns-details {
    margin-top: 16px;
    padding: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

body.zwb-checkout-page .zwb-hosting-dns-details summary,
body.zwb-order-steps-domain .zwb-hosting-dns-details summary {
    cursor: pointer;
    font-weight: 700;
    color: #0f2f5f;
}

body.zwb-checkout-page .zwb-hosting-sticky-cta,
body.zwb-order-steps-domain .zwb-hosting-sticky-cta {
    margin-top: 24px;
    padding: 20px 22px;
    background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
    border: 2px solid #86efac;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.12);
}

body.zwb-checkout-page .zwb-hosting-sticky-cta__text,
body.zwb-order-steps-domain .zwb-hosting-sticky-cta__text {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 600;
    color: #0f2f5f;
}

body.zwb-checkout-page .zwb-hosting-sticky-cta__buttons,
body.zwb-order-steps-domain .zwb-hosting-sticky-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

body.zwb-checkout-page .zwb-hosting-form__actions .gonderbtn,
body.zwb-order-steps-domain .zwb-hosting-form__actions .gonderbtn,
body.zwb-checkout-page .zwb-hosting-form__actions a,
body.zwb-order-steps-domain .zwb-hosting-form__actions a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    left: auto !important;
    top: auto !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 5 !important;
}

body.zwb-checkout-page .zwb-btn--secondary,
body.zwb-order-steps-domain .zwb-btn--secondary {
    background: #0f2f5f !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(15, 47, 95, 0.2) !important;
}

body.zwb-checkout-page .zwb-hosting-form__link,
body.zwb-order-steps-domain .zwb-hosting-form__link {
    font-size: 14px;
    font-weight: 600;
    color: #2f80ff !important;
    text-decoration: none !important;
}

@media (max-width: 640px) {
    body.zwb-checkout-page .zwb-hosting-dns-grid,
    body.zwb-order-steps-domain .zwb-hosting-dns-grid {
        grid-template-columns: 1fr;
    }
}

/* Nova native hosting — sadece görünüm; form/JS Nova ile aynı */
body.zwb-order-steps-domain .zwb-nova-hosting-native {
    background: transparent !important;
    color: #334155 !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native .siparisbilgileri,
body.zwb-order-steps-domain .zwb-nova-hosting-native .domainsec {
    background: transparent !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #accordion h3 {
    background: #fff !important;
    color: #0f2f5f !important;
    border: 1px solid #e5edf7 !important;
    border-radius: 10px !important;
    margin-bottom: 8px !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #accordion .ui-accordion-content {
    background: #fff !important;
    border: 1px solid #e5edf7 !important;
    border-radius: 0 0 10px 10px !important;
    margin-bottom: 16px !important;
    padding: 16px !important;
}

/* NS alanları müşteriye gösterilmez (Nova input yapısı korunur) */
body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm2 .alanadisorgu h5,
body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm2 .alanadisorgu input[name="ns1"],
body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm2 .alanadisorgu input[name="ns2"],
body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm2 .alanadisorgu input[name="ns3"],
body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm2 .alanadisorgu input[name="ns4"] {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm2 .zwb-sepete-git-btn {
    display: inline-block !important;
    padding: 14px 28px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #fff !important;
    background: #16a34a !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm2 .zwb-sepete-git-btn:hover {
    background: #15803d !important;
    color: #fff !important;
}

/* Order step layout — kart hizası */
body.zwb-order-steps-domain .zwb-osd-layout {
    align-items: start;
}

body.zwb-order-steps-domain .zwb-osd-main {
    min-width: 0;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native {
    position: relative !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    margin-top: 8px;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native .siparisbilgileri {
    background: #fff !important;
    border: 1px solid #e5edf7 !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native .alanadisorgu select {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native .gonderbtn,
body.zwb-order-steps-domain .zwb-nova-hosting-native .btn.mio-ajax-submit {
    display: inline-block !important;
    margin-top: 8px !important;
}

/* v154: Hosting adımı form mantığına dokunmadan modern hizalama */
body.zwb-order-steps-domain .zwb-checkout-card--hosting {
    padding: 20px !important;
    overflow: visible !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native,
body.zwb-order-steps-domain .zwb-nova-hosting-native .siparisbilgileri,
body.zwb-order-steps-domain .zwb-nova-hosting-native .domainsec,
body.zwb-order-steps-domain .zwb-nova-hosting-native #accordion,
body.zwb-order-steps-domain .zwb-nova-hosting-native form,
body.zwb-order-steps-domain .zwb-nova-hosting-native table {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native .siparisbilgileri {
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid #e5edf7 !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 32px rgba(15, 47, 95, 0.07) !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native .domainsec {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #accordion h3 {
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    margin: 0 0 10px !important;
    padding: 0 18px !important;
    background: #f8fafc !important;
    border: 1px solid #dfe8f4 !important;
    border-radius: 12px !important;
    color: #0f2f5f !important;
    box-shadow: none !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #accordion h3 strong {
    color: #0f2f5f !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #accordion .ui-accordion-content {
    margin: -4px 0 18px !important;
    padding: 16px !important;
    border: 1px solid #e5edf7 !important;
    border-radius: 14px !important;
    background: #fff !important;
    overflow: visible !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native .alanadisorgu {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 28px !important;
    background: #32324a !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    overflow: visible !important;
    text-align: center !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native .alanadisorgu::before,
body.zwb-order-steps-domain .zwb-nova-hosting-native .alanadisorgu::after {
    display: none !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm1 .alanadisorgu select {
    flex: 1 1 360px !important;
    width: auto !important;
    min-width: 260px !important;
    max-width: 560px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #334155 !important;
    font-size: 15px !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm1 .gonderbtn,
body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm2 .zwb-sepete-git-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 140px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 26px !important;
    background: #16a34a !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(22, 163, 74, 0.28) !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm1 h5 {
    flex: 1 1 100% !important;
    width: 100% !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm1 h5 a {
    color: #93c5fd !important;
    font-weight: 700 !important;
}

body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm2 .alanadisorgu {
    justify-content: flex-end !important;
    min-height: 86px !important;
    padding: 18px 22px !important;
}

@media (max-width: 640px) {
    body.zwb-order-steps-domain .zwb-nova-hosting-native .siparisbilgileri,
    body.zwb-order-steps-domain .zwb-nova-hosting-native #accordion .ui-accordion-content {
        padding: 12px !important;
    }

    body.zwb-order-steps-domain .zwb-nova-hosting-native .alanadisorgu {
        padding: 20px !important;
    }

    body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm1 .alanadisorgu select,
    body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm1 .gonderbtn,
    body.zwb-order-steps-domain .zwb-nova-hosting-native #StepForm2 .zwb-sepete-git-btn {
        width: 100% !important;
        min-width: 0 !important;
    }
}
