.pshw-root {
    --pshw-green: #12c982;
    --pshw-green-soft: #effcf7;
    --pshw-navy: #17203c;
    --pshw-text: #30384a;
    --pshw-muted: #71798a;
    --pshw-border: #dfe4e8;
    --pshw-card: #ffffff;
    --pshw-element-gap: 18px;
}

.pshw-root .pluggishop-step--domain {
    padding: 64px 24px 56px;
    background: #ffffff;
}

.pshw-root .pshw-original-step-heading {
    display: none !important;
}

.pshw-root .pshw-domain-heading {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}

.pshw-root .pshw-step-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--pshw-green-soft);
    color: var(--pshw-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1;
    text-transform: uppercase;
}

.pshw-root .pshw-domain-title {
    margin: 18px 0 10px;
    color: var(--pshw-navy);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.12;
}

.pshw-root .pshw-domain-intro {
    max-width: 720px;
    margin: 0 auto;
    color: var(--pshw-muted);
    font-size: 17px;
    line-height: 1.65;
}

.pshw-root .pluggishop-domain-mode {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    max-width: 940px;
    margin: 38px auto 0;
}

.pshw-root .pluggishop-domain-mode__button {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    width: 100%;
    min-height: 250px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 32px 28px;
    border: 1px solid var(--pshw-border);
    border-radius: 22px;
    background: var(--pshw-card);
    color: var(--pshw-navy);
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(23, 32, 60, .06);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.pshw-root .pluggishop-domain-mode__button:hover {
    border-color: rgba(18, 201, 130, .75);
    box-shadow: 0 16px 38px rgba(23, 32, 60, .10);
    transform: translateY(-3px);
}

.pshw-root .pluggishop-domain-mode__button[aria-pressed="true"] {
    border-color: var(--pshw-green);
    background: var(--pshw-green-soft);
    box-shadow: 0 14px 38px rgba(18, 201, 130, .15);
}

.pshw-root .pshw-option-visual {
    display: inline-flex;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border-radius: 24px;
    background: var(--pshw-green-soft);
    color: var(--pshw-green);
    overflow: hidden;
    flex: 0 0 auto;
}

.pshw-root .pluggishop-domain-mode__button[aria-pressed="true"] .pshw-option-visual {
    background: #ffffff;
}

.pshw-root .pshw-option-visual i,
.pshw-root .pshw-option-visual svg {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 1;
}

.pshw-root .pshw-option-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pshw-root .pshw-option-title {
    display: block;
    color: var(--pshw-navy);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.pshw-root .pshw-option-description {
    display: block;
    max-width: 310px;
    color: var(--pshw-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

/* Panel que aparece debajo de las tarjetas al elegir una opción. */
.pshw-root .pluggishop-domain-panel {
    width: min(calc(100% - 48px), 720px);
    margin: 30px auto 0;
    padding: 28px;
    border: 1px solid var(--pshw-border);
    border-radius: 20px;
    background: #ffffff;
    color: var(--pshw-text);
    box-shadow: 0 12px 32px rgba(23, 32, 60, .06);
    box-sizing: border-box;
}

.pshw-root .pluggishop-domain-panel[hidden] {
    display: none !important;
}

.pshw-root .pluggishop-domain-search__form,
.pshw-root .pluggishop-existing-domain__form {
    text-align: left;
}

.pshw-root .pluggishop-domain-search__input,
.pshw-root .pluggishop-existing-domain__input {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid var(--pshw-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--pshw-navy);
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .pshw-root .pluggishop-step--domain {
        padding: 42px 18px 38px;
    }

    .pshw-root .pluggishop-domain-mode {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px;
    }

    .pshw-root .pluggishop-domain-mode__button {
        min-height: 210px;
        padding: 28px 22px;
    }

    .pshw-root .pluggishop-domain-panel {
        width: 100%;
        margin-top: 22px;
        padding: 22px 18px;
    }
}


/* =========================================================
 * ESTILO GLOBAL DEL WIZARD
 * ========================================================= */
.pshw-root .pluggishop-domain-search,
.pshw-root .pluggishop-domain-search * {
    box-sizing: border-box;
}

/*
 * El espaciado global se aplica a las etapas posteriores y a los paneles
 * desplegables del Paso 1. La cabecera y las tarjetas del primer paso
 * conservan sus controles específicos de Elementor.
 */
.pshw-root .pluggishop-step--hosting > * + *,
.pshw-root .pluggishop-step--summary > * + *,
.pshw-root .pluggishop-domain-panel > * + *,
.pshw-root .pluggishop-service-card > * + * {
    margin-top: var(--pshw-element-gap);
}

.pshw-root .pluggishop-service-billing-options {
    display: flex;
    flex-wrap: wrap;
    gap: var(--pshw-element-gap);
}

.pshw-root .pluggishop-domain-search__form,
.pshw-root .pluggishop-existing-domain__form {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: var(--pshw-element-gap);
}

.pshw-root .pluggishop-domain-search__form .pluggishop-domain-search__input,
.pshw-root .pluggishop-existing-domain__form .pluggishop-existing-domain__input {
    flex: 1 1 260px;
}

/* Botones generales. Las dos tarjetas del Paso 1 tienen controles propios. */
.pshw-root .pluggishop-domain-search button:not(.pluggishop-domain-mode__button),
.pshw-root .pshw-whatsapp-button {
    appearance: none;
    -webkit-appearance: none;
    min-height: 44px;
    border-style: solid;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pshw-root .pluggishop-domain-search button:not(.pluggishop-domain-mode__button):hover:not(:disabled),
.pshw-root .pshw-whatsapp-button:hover,
.pshw-root .pshw-whatsapp-button:focus {
    transform: translateY(-1px);
}

.pshw-root .pluggishop-domain-search button:not(.pluggishop-domain-mode__button):disabled {
    cursor: not-allowed;
}

.pshw-root .pluggishop-domain-search input,
.pshw-root .pluggishop-domain-search select,
.pshw-root .pluggishop-domain-search textarea,
.pshw-root .pluggishop-domain-search button,
.pshw-root .pshw-whatsapp-button {
    font: inherit;
}

/* =========================================================
 * DOMINIO PROPIO · OPCIONES DE CONEXIÓN
 * ========================================================= */
.pshw-root .pluggishop-existing-domain__connection {
    width: 100%;
}

.pshw-root .pluggishop-existing-domain__connection > p {
    margin-top: 0;
}

.pshw-root .pluggishop-existing-domain__connection > label {
    position: relative;
    box-sizing: border-box;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.pshw-root .pluggishop-existing-domain__connection input[type="radio"] {
    accent-color: var(--pshw-green);
    vertical-align: middle;
}

.pshw-root .pluggishop-existing-domain__connection > label > span {
    line-height: 1.45;
}

\n\n/* =========================================================\n * PANELES CONSISTENTES EN TODOS LOS PASOS\n * ========================================================= */\n.pshw-root .pluggishop-step--hosting,\n.pshw-root .pluggishop-step--summary {\n    width: min(calc(100% - 48px), 940px);\n    margin: 30px auto 0;\n    padding: 28px;\n    border: 1px solid var(--pshw-border);\n    border-radius: 20px;\n    background: #ffffff;\n    color: var(--pshw-text);\n    box-shadow: 0 12px 32px rgba(23, 32, 60, .06);\n    box-sizing: border-box;\n}\n\n.pshw-root .pluggishop-step--hosting[hidden],\n.pshw-root .pluggishop-step--summary[hidden] {\n    display: none !important;\n}\n\n.pshw-root .pluggishop-step--hosting > p:first-child,\n.pshw-root .pluggishop-step--summary > p:first-child {\n    margin-top: 0;\n}\n\n.pshw-root .pluggishop-step--hosting > p:first-child > strong,\n.pshw-root .pluggishop-step--summary > p:first-child > strong {\n    color: var(--pshw-navy);\n    font-size: 1.2em;\n    line-height: 1.3;\n}\n\n.pshw-root .pluggishop-service-options {\n    display: grid;\n    gap: var(--pshw-element-gap);\n}\n\n.pshw-root .pluggishop-service-card,\n.pshw-root .pluggishop-contract-summary {\n    padding: 20px;\n    border: 1px solid #e7ebef;\n    border-radius: 16px;\n    background: #f8fafb;\n    box-sizing: border-box;\n}\n\n.pshw-root .pluggishop-service-card > p:first-child {\n    margin-top: 0;\n}\n\n.pshw-root .pluggishop-service-card > p:last-of-type {\n    margin-bottom: 0;\n}\n\n.pshw-root .pluggishop-domain-search__selection,\n.pshw-root .pluggishop-service-choice,\n.pshw-root .pluggishop-order-status,\n.pshw-root .pluggishop-paypal-status {\n    border-radius: 12px;\n}\n\n.pshw-root .pluggishop-step--summary input[type="text"],\n.pshw-root .pluggishop-step--summary input[type="email"],\n.pshw-root .pluggishop-step--summary input[type="url"],\n.pshw-root .pluggishop-step--summary input[type="tel"],\n.pshw-root .pluggishop-step--summary select,\n.pshw-root .pluggishop-step--summary textarea {\n    width: 100%;\n    min-height: 48px;\n    margin-top: 7px;\n    padding: 11px 14px;\n    border: 1px solid var(--pshw-border);\n    border-radius: 10px;\n    background: #ffffff;\n    color: var(--pshw-navy);\n    box-sizing: border-box;\n}\n\n.pshw-root .pluggishop-step--summary hr {\n    border: 0;\n    border-top: 1px solid var(--pshw-border);\n}\n\n@media (max-width: 767px) {\n    .pshw-root .pluggishop-step--hosting,\n    .pshw-root .pluggishop-step--summary {\n        width: 100%;\n        margin-top: 22px;\n        padding: 22px 18px;\n    }\n\n    .pshw-root .pluggishop-service-card,\n    .pshw-root .pluggishop-contract-summary {\n        padding: 16px;\n    }\n}\n

/* WhatsApp final: aparece únicamente cuando PayPal ya aprobó la suscripción. */
.pshw-root .pshw-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: var(--pshw-element-gap, 16px);
    text-decoration: none !important;
    line-height: 1.25;
}

.pshw-root .pshw-whatsapp-button:hover,
.pshw-root .pshw-whatsapp-button:focus {
    text-decoration: none !important;
}

.pshw-root .pshw-whatsapp-icon {
    width: 1.25em;
    height: 1.25em;
    display: inline-flex;
    flex: 0 0 auto;
}

.pshw-root .pshw-whatsapp-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
