/**
 * Hosting sipariş — alan adı adımı (sıfırdan, ZipWeb renkleri)
 * Eski .alanadisorgu / accordion sınıfları kullanılmaz.
 */
body.zwb-order-steps-domain .hello,
body.zwb-order-steps-domain .hdgsr,
body.zwb-order-steps-domain .hdgzl {
    display: none !important;
}

body.zwb-order-steps-domain #wrapper {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 24px 16px 48px !important;
}

/* —— Sayfa —— */
.zwb-ds-page {
    --zwb-ds-blue: #2563eb;
    --zwb-ds-navy: #123968;
    --zwb-ds-bg: #f0f4fa;
    --zwb-ds-border: #dbe4f0;
    --zwb-ds-text: #1e293b;
    --zwb-ds-muted: #64748b;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.zwb-ds-page--autoskip {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zwb-ds-hidden-form {
    display: none !important;
}

.zwb-ds-autoskip {
    text-align: center;
    padding: 48px 24px;
    background: #fff;
    border: 1px solid var(--zwb-ds-border);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(18, 57, 104, 0.07);
    width: 100%;
    max-width: 420px;
}

.zwb-ds-autoskip .spinner {
    margin: 0 auto 16px;
}

.zwb-ds-autoskip p {
    margin: 0;
    color: var(--zwb-ds-muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

/* —— Hero —— */
.zwb-ds-hero {
    text-align: center;
    margin-bottom: 28px;
}

.zwb-ds-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 900;
    color: var(--zwb-ds-navy);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.zwb-ds-hero p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--zwb-ds-muted);
    line-height: 1.55;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.zwb-ds-hero__product {
    margin-top: 14px;
    display: inline-block;
    padding: 8px 16px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    font-size: 14px;
    color: var(--zwb-ds-navy);
}

/* —— Sekmeler —— */
.zwb-ds-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.zwb-ds-tab {
    flex: 1 1 200px;
    padding: 14px 18px;
    border: 1px solid var(--zwb-ds-border);
    border-radius: 12px;
    background: #fff;
    color: var(--zwb-ds-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.zwb-ds-tab:hover {
    border-color: var(--zwb-ds-blue);
    background: #f8fafc;
}

.zwb-ds-tab.is-active {
    background: #eff6ff;
    border-color: var(--zwb-ds-blue);
    color: var(--zwb-ds-navy);
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.12);
}

/* —— Paneller —— */
.zwb-ds-panel {
    display: none;
}

.zwb-ds-panel.is-active {
    display: block;
}

.zwb-ds-card {
    border: 1px solid var(--zwb-ds-border) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 24px rgba(18, 57, 104, 0.06) !important;
    background: #fff !important;
    overflow: visible !important;
}

.zwb-ds-card .z2-card__body {
    padding: 24px !important;
}

.zwb-ds-label {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--zwb-ds-navy);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* —— Input satırı —— */
.zwb-ds-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
}

.zwb-ds-row input[type="text"] {
    flex: 1 1 220px;
    min-width: 0;
    height: 50px;
    padding: 0 16px;
    border: 1px solid var(--zwb-ds-border);
    border-radius: 12px;
    background: #f8fafc;
    color: var(--zwb-ds-text);
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.zwb-ds-row input[type="text"]:focus {
    border-color: var(--zwb-ds-blue);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.zwb-ds-row input::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.zwb-ds-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 50px;
    padding: 0 22px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #123968 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: filter 0.2s, box-shadow 0.2s;
}

.zwb-ds-btn:hover {
    filter: brightness(1.06);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
    color: #fff;
}

.zwb-ds-btn--success {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    margin-top: 12px;
    width: 100%;
}

.zwb-ds-hint {
    margin: 14px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--zwb-ds-muted);
    line-height: 1.5;
    text-align: center;
}

.zwb-ds-error {
    margin-top: 10px;
    width: 100%;
}

/* —— DNS bilgi —— */
.zwb-ds-dns {
    display: flex;
    gap: 14px;
    margin-top: 20px;
    padding: 16px 18px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    align-items: flex-start;
}

.zwb-ds-dns__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    color: var(--zwb-ds-blue);
    font-size: 18px;
}

.zwb-ds-dns__body {
    flex: 1;
    min-width: 0;
}

.zwb-ds-dns__body p {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--zwb-ds-text);
    line-height: 1.55;
}

.zwb-ds-dns__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zwb-ds-dns__chips span {
    display: inline-block;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid var(--zwb-ds-border);
    border-radius: 8px;
    color: var(--zwb-ds-navy);
    font-size: 13px;
    font-weight: 700;
    font-family: ui-monospace, Consolas, Monaco, monospace;
}

/* —— Sorgu sonucu —— */
.zwb-ds-result {
    margin-top: 20px;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid var(--zwb-ds-border);
    border-radius: 12px;
    text-align: center;
}

.zwb-ds-result h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    color: var(--zwb-ds-navy);
}

.zwb-ds-domain-name {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 800;
    color: var(--zwb-ds-blue);
}

.zwb-ds-alert {
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.zwb-ds-alert--warn {
    background: #fef3c7;
    border: 1px solid #fcd34d;
    color: #92400e;
}

.zwb-ds-alert--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

@media (max-width: 560px) {
    .zwb-ds-row {
        flex-direction: column;
    }

    .zwb-ds-btn {
        width: 100%;
    }

    .zwb-ds-tabs {
        flex-direction: column;
    }
}
