/* MB Soluciones — estilos específicos */
.mbs-page {
    background: #f6faf8;
    color: #1d2624;
}

.mbs-page .container {
    max-width: 1180px;
}

.mbs-kicker {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #007b68;
    margin-bottom: .8rem;
}

.mbs-hero {
    padding: 4.5rem 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 168, 150, .20), transparent 32%),
        linear-gradient(135deg, #071512 0%, #0a2a23 48%, #0f3d34 100%);
    color: #fff;
    overflow: hidden;
}

.mbs-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 2.2rem;
    align-items: center;
}

.mbs-hero h1 {
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1.04;
    margin: 0 0 1rem;
    max-width: 870px;
}

.mbs-hero p {
    font-size: 1.08rem;
    color: rgba(255,255,255,.86);
    max-width: 720px;
    margin-bottom: .85rem;
}

.mbs-hero__note {
    color: #c5f6ec !important;
    font-weight: 650;
}

.mbs-hero__actions,
.mbs-confirm-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.5rem;
}

.mbs-btn,
.mbs-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    padding: .9rem 1.25rem;
    border: 0;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mbs-btn:hover,
.mbs-submit:hover {
    transform: translateY(-1px);
}

.mbs-btn--primary,
.mbs-submit {
    color: #fff;
    background: linear-gradient(135deg, #009c83, #006d5e);
    box-shadow: 0 12px 28px rgba(0, 109, 94, .25);
}

.mbs-btn--outline {
    color: #fff;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.26);
}

.mbs-confirm .mbs-btn--outline {
    color: #0d3029;
    border-color: #c8ddd8;
    background: #fff;
}

.mbs-hero__panel {
    display: grid;
    gap: .85rem;
}

.mbs-panel-item {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: .8rem;
    row-gap: .15rem;
    padding: 1.15rem;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(8px);
}

.mbs-panel-item span {
    grid-row: span 2;
    font-size: 1.55rem;
}

.mbs-panel-item strong {
    font-size: 1.05rem;
}

.mbs-panel-item small {
    color: rgba(255,255,255,.76);
}

.mbs-trust,
.mbs-section,
.mbs-process,
.mbs-guarantees,
.mbs-form-section,
.mbs-confirm {
    padding: 3.7rem 0;
}

.mbs-trust__grid,
.mbs-process-grid,
.mbs-guarantees__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}

.mbs-trust-card,
.mbs-step,
.mbs-service-card,
.mbs-price-disclaimer,
.mbs-form-card,
.mbs-confirm-card,
.mbs-guarantee-list div {
    background: #fff;
    border: 1px solid #deebe7;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(20, 70, 61, .07);
}

.mbs-trust-card,
.mbs-step,
.mbs-guarantee-list div {
    padding: 1.35rem;
}

.mbs-trust-card span {
    font-size: 1.7rem;
}

.mbs-trust-card h2,
.mbs-step h3 {
    margin: .55rem 0 .45rem;
    font-size: 1.18rem;
}

.mbs-trust-card p,
.mbs-step p,
.mbs-guarantees p,
.mbs-guarantee-list span,
.mbs-section-title p {
    color: #5d6d69;
}

.mbs-section-title {
    max-width: 780px;
    margin-bottom: 1.8rem;
}

.mbs-section-title h2,
.mbs-guarantees h2,
.mbs-form-intro h2,
.mbs-confirm h1 {
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.1;
    margin: 0 0 .75rem;
}

.mbs-service-card {
    margin: 1.25rem 0;
    overflow: hidden;
}

.mbs-service-head {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.45rem;
    border-bottom: 1px solid #e2efeb;
    background: linear-gradient(135deg, #ffffff, #effaf6);
}

.mbs-service-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #071512;
    color: #fff;
    font-size: 1.65rem;
    flex: 0 0 auto;
}

.mbs-service-head h3 {
    margin: 0 0 .35rem;
    font-size: 1.55rem;
}

.mbs-service-head p {
    margin: 0;
    color: #53645f;
}

.mbs-service-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    padding: 1.45rem;
}

.mbs-list-box,
.mbs-price-box {
    border-radius: 18px;
    border: 1px solid #e4efec;
    padding: 1.15rem;
    background: #fbfefd;
}

.mbs-list-box h4,
.mbs-price-box h4 {
    margin: 0 0 .8rem;
}

.mbs-list-box ul {
    padding-left: 1.1rem;
    margin: 0;
    color: #33423e;
}

.mbs-list-box li {
    margin-bottom: .48rem;
}

.mbs-price-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .72rem 0;
    border-bottom: 1px dashed #ccdcd7;
}

.mbs-price-row:last-of-type {
    border-bottom: 0;
}

.mbs-price-row span {
    color: #34443f;
}

.mbs-price-row strong {
    color: #006d5e;
    text-align: right;
    white-space: nowrap;
}

.mbs-small-note,
.mbs-help {
    font-size: .92rem;
    color: #687874;
    margin: .8rem 0 0;
}

.mbs-price-disclaimer {
    padding: 1rem 1.15rem;
    background: #fff8e6;
    border-color: #f5d98a;
    color: #57400b;
    margin-top: 1.25rem;
}

.mbs-process {
    background: #eef8f4;
}

.mbs-step span {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #009c83;
    color: #fff;
    font-weight: 900;
}

.mbs-guarantees__grid {
    grid-template-columns: .85fr 1.15fr;
    align-items: start;
}

.mbs-guarantee-list {
    display: grid;
    gap: .85rem;
}

.mbs-guarantee-list div {
    display: grid;
    gap: .25rem;
}

.mbs-form-section {
    background: linear-gradient(135deg, #071512, #0f3d34);
}

.mbs-form-wrap {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 1.4rem;
    align-items: start;
}

.mbs-form-intro {
    color: #fff;
    position: sticky;
    top: 88px;
}

.mbs-form-intro p,
.mbs-form-intro li {
    color: rgba(255,255,255,.78);
}

.mbs-form-intro ul {
    margin-top: 1rem;
    padding-left: 1.2rem;
}

.mbs-form-card {
    padding: 1.35rem;
}

.mbs-alert {
    padding: .95rem 1rem;
    border-radius: 14px;
    background: #fff3cd;
    border: 1px solid #e7c66b;
    color: #684c05;
    margin-bottom: 1rem;
    font-weight: 700;
}

.mbs-field {
    margin-bottom: 1.05rem;
}

.mbs-field label {
    display: block;
    font-weight: 800;
    margin-bottom: .38rem;
}

.mbs-field input[type="text"],
.mbs-field input[type="tel"],
.mbs-field input[type="email"],
.mbs-field input[type="file"],
.mbs-field textarea {
    width: 100%;
    border: 1px solid #cfdfda;
    border-radius: 14px;
    padding: .88rem .95rem;
    font: inherit;
    background: #fbfefd;
}

.mbs-field textarea {
    min-height: 140px;
    resize: vertical;
}

.mbs-field input:focus,
.mbs-field textarea:focus {
    outline: 3px solid rgba(0, 168, 150, .18);
    border-color: #009c83;
}

.mbs-two-cols,
.mbs-check-grid,
.mbs-radio-grid {
    display: grid;
    gap: .75rem;
}

.mbs-two-cols {
    grid-template-columns: 1fr 1fr;
}

.mbs-check-grid,
.mbs-radio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mbs-check-grid label,
.mbs-radio-grid label {
    border: 1px solid #dbe9e5;
    border-radius: 14px;
    padding: .75rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    background: #f8fcfb;
}

.mbs-submit {
    width: 100%;
    margin-top: .5rem;
    font-size: 1rem;
}

.mbs-confirm {
    min-height: 65vh;
    background: linear-gradient(135deg, #edf9f5, #ffffff);
}

.mbs-confirm-card {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
}

.mbs-confirm-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #e9f8f3;
    font-size: 2rem;
}

.mbs-confirm-steps {
    display: grid;
    gap: .75rem;
    margin: 1.3rem 0;
    text-align: left;
}

.mbs-confirm-steps div {
    display: grid;
    gap: .2rem;
    padding: .95rem;
    border-radius: 16px;
    background: #f7fcfa;
    border: 1px solid #dbe9e5;
}

.mbs-confirm-steps span {
    color: #63746f;
}

.mbs-confirm-actions {
    justify-content: center;
}

@media (max-width: 860px) {
    .mbs-hero__inner,
    .mbs-service-body,
    .mbs-trust__grid,
    .mbs-process-grid,
    .mbs-guarantees__grid,
    .mbs-form-wrap {
        grid-template-columns: 1fr;
    }

    .mbs-form-intro {
        position: static;
    }

    .mbs-check-grid,
    .mbs-radio-grid,
    .mbs-two-cols {
        grid-template-columns: 1fr;
    }

    .mbs-price-row {
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .mbs-hero,
    .mbs-trust,
    .mbs-section,
    .mbs-process,
    .mbs-guarantees,
    .mbs-form-section,
    .mbs-confirm {
        padding: 2.5rem 0;
    }

    .mbs-service-head {
        flex-direction: column;
    }

    .mbs-price-row {
        display: grid;
        gap: .25rem;
    }

    .mbs-price-row strong {
        text-align: left;
        white-space: normal;
    }
}
