.wd-presupuesto {
    color: #212529;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 32px rgba(16, 24, 40, 0.08);
    overflow: hidden;
}

.wd-presupuesto__hero {
    background: linear-gradient(135deg, #1b00ac 0%, #0097a7 100%);
    color: #fff;
    padding: 1.6rem 1.5rem 1.4rem;
}

.wd-presupuesto__hero h2,
.wd-presupuesto__hero h3,
.wd-presupuesto__kicker,
.wd-presupuesto__lead {
    color: #fff !important;
}

.wd-presupuesto__kicker {
    margin: 0 0 0.35rem;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.85;
}

.wd-presupuesto__hero h2,
.wd-presupuesto__hero h3 {
    margin: 0 0 0.4rem;
    font-size: 1.45rem;
    font-weight: 700;
}

.wd-presupuesto__lead {
    margin: 0;
    opacity: 0.92;
    font-size: 0.95rem;
}

.wd-presupuesto__body {
    padding: 1.35rem 1.4rem 1.5rem;
}

.wd-presupuesto__label {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5f6368;
}

.wd-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.15rem;
}

.wd-stepper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.15rem;
}

.wd-stepper button {
    appearance: none;
    -webkit-appearance: none;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #1b00ac;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    font-family: inherit;
    box-shadow: none;
}

.wd-stepper button:hover:not(:disabled) {
    border-color: #1b00ac;
}

.wd-stepper button:disabled {
    opacity: 0.4;
    cursor: default;
}

.wd-stepper strong {
    min-width: 2ch;
    text-align: center;
    font-size: 1.45rem;
    color: #1b00ac;
}

.wd-stepper__hint {
    color: #6c757d;
    font-size: 0.85rem;
    flex: 1 1 12rem;
}

.wd-pill,
.wd-ciclo {
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
    box-shadow: none;
}

.wd-pill {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #212529;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.wd-pill.is-on {
    background: #1b00ac;
    border-color: #1b00ac;
    color: #fff;
}

.wd-ciclos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.2rem;
}

.wd-ciclo {
    width: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 0.7rem 0.85rem;
    background: #fff;
    cursor: pointer;
}

.wd-ciclo.is-on {
    border-color: #1b00ac;
    box-shadow: 0 0 0 2px rgba(27, 0, 172, 0.12);
}

.wd-ciclo__badge {
    position: absolute;
    top: -10px;
    right: 10px;
    background: #1b00ac;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 2px 8px;
}

.wd-ciclo__name {
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.wd-ciclo__price {
    display: block;
    color: #1b00ac;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.1;
}

.wd-ciclo__hint {
    display: block;
    color: #6c757d;
    font-size: 0.78rem;
    margin-top: 0.25rem;
}

.wd-addons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-bottom: 1.15rem;
}

.wd-addon {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.8rem 0.85rem;
    background: #fff;
    cursor: pointer;
    margin: 0;
}

.wd-addon.is-on {
    border-color: rgba(0, 151, 167, 0.45);
    background: #f0f7fa;
}

.wd-addon input {
    margin-top: 0.2rem;
}

.wd-addon strong {
    display: block;
}

.wd-addon small {
    display: block;
    color: #6c757d;
}

.wd-addon__price {
    margin-left: auto;
    white-space: nowrap;
    font-weight: 700;
    color: #1b00ac;
}

.wd-quote {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f7fa 100%);
    border: 1px solid rgba(27, 0, 172, 0.12);
    border-radius: 12px;
    padding: 1rem 1.1rem;
}

.wd-quote__row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.92rem;
    margin-bottom: 0.35rem;
}

.wd-quote__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(27, 0, 172, 0.12);
}

.wd-quote__total strong {
    font-size: 1.55rem;
    color: #1b00ac;
}

.wd-quote__cta {
    margin-top: 0.9rem;
}

.wd-includes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem 1rem;
    margin: 0 0 1.1rem;
    padding: 0;
    list-style: none;
    color: #495057;
    font-size: 0.9rem;
}

.wd-includes li:before {
    content: "✓ ";
    color: #0097a7;
    font-weight: 700;
}

.wd-presupuesto .btn-success {
    background: #25d366;
}

@media (max-width: 767px) {
    .wd-ciclos,
    .wd-addons,
    .wd-includes {
        grid-template-columns: 1fr;
    }
}

@media print {
    .wd-presupuesto {
        box-shadow: none;
    }
    .wd-quote__cta,
    .wd-presupuesto .no-print {
        display: none !important;
    }
}
