/* =========================================================
   MTZ CONSTRUCTION & REMODELING LLC
   HERO DE CONTACTO
========================================================= */

.mtz-contact-hero {
    position: relative;
    z-index: 1;

    width: 100%;

    height:
        calc(
            100vh -
            var(--mtz-chrome-height)
        );

    height:
        calc(
            100svh -
            var(--mtz-chrome-height)
        );

    max-height:
        calc(
            100svh -
            var(--mtz-chrome-height)
        );

    min-height: 0;

    overflow: hidden;

    color: var(--mtz-navy-950);

    background:
        linear-gradient(
            135deg,
            rgba(248, 247, 243, 0.98),
            rgba(238, 243, 247, 0.96) 58%,
            rgba(245, 241, 233, 0.98)
        );

    border-bottom:
        1px solid rgba(16, 36, 58, 0.08);

    isolation: isolate;
}


/* =========================================================
   FONDO
========================================================= */

.mtz-contact-hero__background {
    position: absolute;
    inset: 0;
    z-index: -1;

    overflow: hidden;
    pointer-events: none;
}

.mtz-contact-hero__grid {
    position: absolute;
    inset: 0;

    opacity: 0.31;

    background-image:
        linear-gradient(
            rgba(16, 36, 58, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(16, 36, 58, 0.045) 1px,
            transparent 1px
        );

    background-size: 47px 47px;

    mask-image:
        linear-gradient(
            90deg,
            transparent,
            black 35%,
            black
        );
}

.mtz-contact-hero__glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(10px);
}

.mtz-contact-hero__glow--blue {
    top: -210px;
    right: -150px;

    width: 530px;
    height: 530px;

    background:
        radial-gradient(
            circle,
            rgba(47, 111, 159, 0.19),
            transparent 68%
        );
}

.mtz-contact-hero__glow--orange {
    bottom: -230px;
    left: -180px;

    width: 500px;
    height: 500px;

    background:
        radial-gradient(
            circle,
            rgba(241, 132, 37, 0.13),
            transparent 68%
        );
}

.mtz-contact-hero__frame {
    position: absolute;
    top: 12%;
    right: -70px;

    width: 280px;
    height: 390px;

    opacity: 0.13;

    border:
        2px solid var(--mtz-blue-600);

    border-radius: 34px;

    background:
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 53px,
            rgba(47, 111, 159, 0.34) 54px,
            rgba(47, 111, 159, 0.34) 56px
        );

    transform: rotate(8deg);
}

.mtz-contact-hero__beam {
    position: absolute;
    bottom: 21%;
    left: -90px;

    width: 360px;
    height: 3px;

    opacity: 0.34;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--mtz-orange-500),
            transparent
        );

    transform: rotate(-26deg);
}

.mtz-contact-hero__measure {
    position: absolute;
    top: 21%;
    left: 6%;

    width: 180px;
    height: 1px;

    opacity: 0.21;

    background:
        repeating-linear-gradient(
            90deg,
            var(--mtz-navy-900) 0,
            var(--mtz-navy-900) 4px,
            transparent 4px,
            transparent 10px
        );

    transform: rotate(-18deg);
}


/* =========================================================
   CONTENEDOR
========================================================= */

.mtz-contact-hero__container {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns:
        minmax(0, 1.06fr)
        minmax(360px, 0.94fr);
    align-items: center;
    gap: clamp(42px, 6vw, 86px);

    height: 100%;
    min-height: 0;

    padding-top: 25px;
    padding-bottom: 27px;
}


/* =========================================================
   CONTENIDO
========================================================= */

.mtz-contact-hero__content {
    display: flex;
    justify-content: center;
    flex-direction: column;

    min-width: 0;
    min-height: 0;
}


/* Breadcrumb */

.mtz-contact-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    width: fit-content;
    margin-bottom: 14px;

    color: var(--mtz-muted);

    font-size: 0.65rem;
    font-weight: 750;
    line-height: 1;
}

.mtz-contact-hero__breadcrumb a {
    color: var(--mtz-navy-900);

    transition:
        color var(--mtz-transition-fast);
}

.mtz-contact-hero__breadcrumb a:hover {
    color: var(--mtz-orange-600);
}

.mtz-contact-hero__breadcrumb svg {
    width: 13px;
    height: 13px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Eyebrow */

.mtz-contact-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    width: fit-content;
    min-height: 35px;
    margin-bottom: 17px;
    padding: 6px 14px 6px 7px;

    color: var(--mtz-navy-900);
    background: rgba(255, 255, 255, 0.8);

    border:
        1px solid rgba(16, 36, 58, 0.1);

    border-radius: var(--mtz-radius-pill);

    box-shadow: var(--mtz-shadow-xs);

    font-size: 0.69rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.mtz-contact-hero__eyebrow-icon {
    display: grid;
    place-items: center;

    width: 25px;
    height: 25px;

    color: var(--mtz-white);
    background: var(--mtz-orange-500);

    border-radius: 50%;
}

.mtz-contact-hero__eyebrow-icon svg {
    width: 13px;
    height: 13px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Título */

.mtz-contact-hero__title {
    max-width: 800px;
    margin: 0 0 18px;

    color: var(--mtz-navy-950);

    font-size:
        clamp(
            3rem,
            5.3vw,
            5.8rem
        );

    line-height: 0.93;
    letter-spacing: -0.055em;
}

.mtz-contact-hero__title span {
    display: block;

    color: var(--mtz-blue-600);
}

.mtz-contact-hero__description {
    max-width: 680px;
    margin: 0 0 24px;

    color: var(--mtz-slate);

    font-size:
        clamp(
            0.96rem,
            1.3vw,
            1.08rem
        );

    line-height: 1.68;
}


/* =========================================================
   ACCIONES
========================================================= */

.mtz-contact-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;

    margin-bottom: 24px;
}

.mtz-contact-hero__primary-action svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform var(--mtz-transition-fast);
}

.mtz-contact-hero__primary-action:hover svg {
    transform: translateX(4px);
}

.mtz-contact-hero__call-action {
    gap: 9px;

    color: var(--mtz-navy-900);
}

.mtz-contact-hero__call-icon {
    display: grid;
    place-items: center;

    width: 29px;
    height: 29px;

    color: var(--mtz-white);
    background: var(--mtz-navy-900);

    border-radius: 50%;
}

.mtz-contact-hero__call-icon svg {
    width: 14px;
    height: 14px;

    fill: currentColor;
}


/* =========================================================
   ELEMENTOS DE CONFIANZA
========================================================= */

.mtz-contact-hero__highlights {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 8px;

    padding: 0;
    margin: 0;

    list-style: none;
}

.mtz-contact-hero__highlights li {
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr);
    align-items: center;
    gap: 8px;

    min-width: 0;
    padding: 9px 10px;

    background: rgba(255, 255, 255, 0.62);

    border:
        1px solid rgba(16, 36, 58, 0.08);

    border-radius: 14px;
}

.mtz-contact-hero__highlight-icon {
    display: grid;
    place-items: center;

    width: 29px;
    height: 29px;

    color: var(--mtz-orange-600);
    background: var(--mtz-orange-100);

    border-radius: 9px;
}

.mtz-contact-hero__highlight-icon svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-contact-hero__highlights li > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mtz-contact-hero__highlights strong {
    margin-bottom: 2px;

    color: var(--mtz-navy-950);

    font-size: 0.65rem;
    font-weight: 850;
    line-height: 1.2;
}

.mtz-contact-hero__highlights small {
    color: var(--mtz-muted);

    font-size: 0.52rem;
    line-height: 1.3;
}


/* =========================================================
   PANEL VISUAL
========================================================= */

.mtz-contact-hero__visual {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 0;
    height: 100%;
    min-height: 0;

    padding: 10px 15px 27px;
}

.mtz-contact-hero__project-card {
    position: relative;

    display: flex;
    flex-direction: column;

    width: min(100%, 510px);
    height: min(100%, 585px);
    min-height: 380px;
    padding: 29px;

    overflow: hidden;

    color: var(--mtz-white);

    background:
        radial-gradient(
            circle at 91% 8%,
            rgba(47, 111, 159, 0.43),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            var(--mtz-navy-950),
            var(--mtz-navy-800)
        );

    border:
        1px solid rgba(255, 255, 255, 0.1);

    border-radius: 36px;

    box-shadow:
        0 29px 72px rgba(11, 22, 36, 0.2);

    isolation: isolate;
}

.mtz-contact-hero__card-grid {
    position: absolute;
    inset: 0;
    z-index: -2;

    opacity: 0.12;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.14) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.14) 1px,
            transparent 1px
        );

    background-size: 41px 41px;
}

.mtz-contact-hero__project-card::before {
    position: absolute;
    right: -125px;
    bottom: -145px;
    z-index: -1;

    width: 330px;
    height: 330px;

    content: "";

    border:
        47px solid rgba(241, 132, 37, 0.075);

    border-radius: 50%;
}


/* Encabezado de la tarjeta */

.mtz-contact-hero__card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.mtz-contact-hero__card-label {
    display: inline-flex;
    align-items: center;

    min-height: 31px;
    padding: 7px 12px;

    color: var(--mtz-orange-100);
    background: rgba(241, 132, 37, 0.12);

    border:
        1px solid rgba(241, 132, 37, 0.26);

    border-radius: var(--mtz-radius-pill);

    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mtz-contact-hero__card-header-icon {
    display: grid;
    place-items: center;

    width: 46px;
    height: 46px;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 15px;

    box-shadow:
        0 14px 30px rgba(241, 132, 37, 0.21);
}

.mtz-contact-hero__card-header-icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Presentación */

.mtz-contact-hero__card-intro {
    position: relative;
    z-index: 2;

    margin-top: 46px;
}

.mtz-contact-hero__monogram {
    display: block;
    margin-bottom: 26px;

    color: rgba(255, 255, 255, 0.09);

    font-family: var(--mtz-font-heading);
    font-size: clamp(5.8rem, 9vw, 8.5rem);
    font-weight: 900;
    line-height: 0.7;
    letter-spacing: -0.055em;
}

.mtz-contact-hero__card-intro > div > span {
    display: block;
    margin-bottom: 7px;

    color: var(--mtz-orange-500);

    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mtz-contact-hero__card-intro h2 {
    max-width: 420px;
    margin: 0;

    color: var(--mtz-white);

    font-size: clamp(1.65rem, 2.6vw, 2.5rem);
    line-height: 1.03;
}


/* Filas */

.mtz-contact-hero__request-details {
    display: grid;
    gap: 7px;

    margin-top: auto;
    padding-top: 28px;
}

.mtz-contact-hero__request-row {
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 11px;

    min-height: 56px;
    padding: 10px 12px;

    background: rgba(255, 255, 255, 0.055);

    border:
        1px solid rgba(255, 255, 255, 0.085);

    border-radius: 14px;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mtz-contact-hero__request-number {
    display: grid;
    place-items: center;

    width: 31px;
    height: 31px;

    color: var(--mtz-orange-500);
    background: rgba(241, 132, 37, 0.1);

    border-radius: 10px;

    font-size: 0.52rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.mtz-contact-hero__request-row > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mtz-contact-hero__request-row small {
    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.38);

    font-size: 0.48rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mtz-contact-hero__request-row strong {
    overflow: hidden;

    color: rgba(255, 255, 255, 0.82);

    font-size: 0.67rem;
    font-weight: 850;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtz-contact-hero__request-row > svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: var(--mtz-orange-500);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Horario */

.mtz-contact-hero__hours {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-top: 9px;
    padding: 9px 11px;

    background: rgba(255, 255, 255, 0.04);

    border-radius: 13px;
}

.mtz-contact-hero__hours-icon {
    display: grid;
    place-items: center;

    width: 31px;
    height: 31px;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 10px;
}

.mtz-contact-hero__hours-icon svg {
    width: 16px;
    height: 16px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-contact-hero__hours > span:last-child {
    display: flex;
    flex-direction: column;
}

.mtz-contact-hero__hours small {
    margin-bottom: 2px;

    color: rgba(255, 255, 255, 0.38);

    font-size: 0.47rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mtz-contact-hero__hours strong {
    color: rgba(255, 255, 255, 0.79);

    font-size: 0.64rem;
    font-weight: 850;
}


/* Formas internas */

.mtz-contact-hero__card-frame {
    position: absolute;
    top: 102px;
    right: -44px;
    z-index: 0;

    width: 165px;
    height: 220px;

    opacity: 0.12;

    border:
        2px solid var(--mtz-white);

    border-radius: 23px;
}

.mtz-contact-hero__card-door {
    position: absolute;
    top: 170px;
    right: 38px;
    z-index: 0;

    width: 70px;
    height: 118px;

    opacity: 0.2;

    border:
        2px solid var(--mtz-orange-500);

    border-radius: 14px 14px 2px 2px;
}


/* Email flotante */

.mtz-contact-hero__email-card {
    position: absolute;
    right: -5px;
    bottom: 6px;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 10px;

    max-width: 290px;
    padding: 11px 13px;

    color: var(--mtz-navy-950);
    background: rgba(255, 255, 255, 0.94);

    border:
        1px solid rgba(16, 36, 58, 0.1);

    border-radius: 16px;

    box-shadow: var(--mtz-shadow-md);

    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);

    transition:
        color var(--mtz-transition-fast),
        transform var(--mtz-transition-fast),
        box-shadow var(--mtz-transition-fast);
}

.mtz-contact-hero__email-card:hover {
    color: var(--mtz-navy-950);

    box-shadow: var(--mtz-shadow-lg);

    transform: translateY(-4px);
}

.mtz-contact-hero__email-icon {
    display: grid;
    place-items: center;

    width: 37px;
    height: 37px;

    flex: 0 0 auto;

    color: var(--mtz-white);
    background: var(--mtz-orange-500);

    border-radius: 12px;
}

.mtz-contact-hero__email-icon svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-contact-hero__email-card > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mtz-contact-hero__email-card small {
    margin-bottom: 3px;

    color: var(--mtz-muted);

    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mtz-contact-hero__email-card strong {
    overflow: hidden;

    font-size: 0.67rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* =========================================================
   ANIMACIÓN PROGRESIVA
========================================================= */

.mtz-contact-hero.is-ready
.mtz-contact-hero__content {
    animation:
        mtzContactHeroContentEntrance
        760ms
        var(--mtz-ease-standard)
        both;
}

.mtz-contact-hero.is-ready
.mtz-contact-hero__visual {
    animation:
        mtzContactHeroVisualEntrance
        820ms
        80ms
        var(--mtz-ease-standard)
        both;
}

@keyframes mtzContactHeroContentEntrance {

    from {
        opacity: 0;
        transform: translate3d(-25px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes mtzContactHeroVisualEntrance {

    from {
        opacity: 0;
        transform:
            translate3d(25px, 0, 0)
            scale(0.985);
    }

    to {
        opacity: 1;
        transform:
            translate3d(0, 0, 0)
            scale(1);
    }
}










































/* =========================================================
   MTZ CONSTRUCTION & REMODELING LLC
   INFORMACIÓN + FORMULARIO
========================================================= */

.mtz-contact-request {
    position: relative;
    z-index: 1;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            rgba(238, 243, 247, 0.98),
            rgba(248, 247, 243, 0.98)
        );

    border-top:
        1px solid rgba(16, 36, 58, 0.08);
}

.mtz-contact-request__container {
    position: relative;
    z-index: 3;
}


/* =========================================================
   DECORACIÓN
========================================================= */

.mtz-contact-request__background {
    position: absolute;
    inset: 0;
    z-index: 0;

    overflow: hidden;
    pointer-events: none;
}

.mtz-contact-request__grid {
    position: absolute;
    inset: 0;

    opacity: 0.27;

    background-image:
        linear-gradient(
            rgba(16, 36, 58, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(16, 36, 58, 0.045) 1px,
            transparent 1px
        );

    background-size: 52px 52px;

    mask-image:
        linear-gradient(
            90deg,
            black,
            transparent 48%,
            black
        );
}

.mtz-contact-request__glow {
    position: absolute;

    border-radius: 50%;
    filter: blur(12px);
}

.mtz-contact-request__glow--blue {
    top: -220px;
    right: -180px;

    width: 550px;
    height: 550px;

    background:
        radial-gradient(
            circle,
            rgba(47, 111, 159, 0.19),
            transparent 68%
        );
}

.mtz-contact-request__glow--orange {
    bottom: -250px;
    left: -210px;

    width: 530px;
    height: 530px;

    background:
        radial-gradient(
            circle,
            rgba(241, 132, 37, 0.13),
            transparent 68%
        );
}

.mtz-contact-request__frame {
    position: absolute;
    top: 16%;
    left: -110px;

    width: 280px;
    height: 390px;

    opacity: 0.12;

    border:
        2px solid var(--mtz-blue-600);

    border-radius: 34px;

    background:
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 51px,
            rgba(47, 111, 159, 0.35) 52px,
            rgba(47, 111, 159, 0.35) 54px
        );

    transform: rotate(-8deg);
}

.mtz-contact-request__measure {
    position: absolute;
    top: 41%;
    right: 4%;

    width: 310px;
    height: 2px;

    opacity: 0.27;

    background:
        repeating-linear-gradient(
            90deg,
            var(--mtz-orange-500) 0,
            var(--mtz-orange-500) 6px,
            transparent 6px,
            transparent 14px
        );

    transform: rotate(-29deg);
}

.mtz-contact-request__tiles {
    position: absolute;
    right: -75px;
    bottom: 9%;

    width: 235px;
    height: 235px;

    opacity: 0.13;

    border:
        2px solid var(--mtz-orange-500);

    border-radius: 28px;

    background-image:
        linear-gradient(
            rgba(217, 106, 22, 0.42) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(217, 106, 22, 0.42) 1px,
            transparent 1px
        );

    background-size: 47px 47px;

    transform: rotate(8deg);
}


/* =========================================================
   ENCABEZADO
========================================================= */

.mtz-contact-request__header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(330px, 0.92fr);
    align-items: end;
    gap: 62px;

    margin-bottom: 49px;
}

.mtz-contact-request__heading,
.mtz-contact-request__introduction {
    min-width: 0;
}

.mtz-contact-request__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 17px;

    color: var(--mtz-orange-700);

    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mtz-contact-request__eyebrow > span {
    width: 29px;
    height: 2px;

    background: var(--mtz-orange-500);
}

.mtz-contact-request__title {
    max-width: 860px;
    margin: 0;

    color: var(--mtz-navy-950);

    font-size:
        clamp(
            2.7rem,
            4.8vw,
            5rem
        );

    line-height: 0.97;
}

.mtz-contact-request__title span {
    display: block;

    color: var(--mtz-blue-600);
}

.mtz-contact-request__introduction > p {
    max-width: 590px;
    margin: 0 0 20px;

    color: var(--mtz-slate);

    font-size: 1rem;
    line-height: 1.75;
}

.mtz-contact-request__time-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 9px 14px 9px 9px;

    color: var(--mtz-navy-950);
    background: rgba(255, 255, 255, 0.76);

    border:
        1px solid rgba(16, 36, 58, 0.1);

    border-radius: var(--mtz-radius-pill);

    box-shadow: var(--mtz-shadow-xs);
}

.mtz-contact-request__time-icon {
    display: grid;
    place-items: center;

    width: 34px;
    height: 34px;

    color: var(--mtz-white);
    background: var(--mtz-orange-500);

    border-radius: 50%;
}

.mtz-contact-request__time-icon svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-contact-request__time-note > span:last-child {
    display: flex;
    flex-direction: column;
}

.mtz-contact-request__time-note small {
    margin-bottom: 3px;

    color: var(--mtz-muted);

    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mtz-contact-request__time-note strong {
    font-size: 0.76rem;
    font-weight: 850;
}


/* =========================================================
   LAYOUT
========================================================= */

.mtz-contact-request__layout {
    display: grid;
    grid-template-columns:
        minmax(310px, 0.72fr)
        minmax(0, 1.28fr);
    align-items: stretch;
    gap: 28px;
}


/* =========================================================
   PANEL DE INFORMACIÓN
========================================================= */

.mtz-contact-request__info-panel {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 760px;
    padding: 29px;

    overflow: hidden;

    color: var(--mtz-white);

    background:
        radial-gradient(
            circle at 91% 8%,
            rgba(47, 111, 159, 0.42),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            var(--mtz-navy-950),
            var(--mtz-navy-800)
        );

    border:
        1px solid rgba(255, 255, 255, 0.1);

    border-radius: 34px;

    box-shadow: var(--mtz-shadow-lg);

    isolation: isolate;
}

.mtz-contact-request__panel-grid {
    position: absolute;
    inset: 0;
    z-index: -2;

    opacity: 0.13;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.13) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.13) 1px,
            transparent 1px
        );

    background-size: 42px 42px;
}

.mtz-contact-request__info-panel::before {
    position: absolute;
    right: -115px;
    bottom: -130px;
    z-index: -1;

    width: 310px;
    height: 310px;

    content: "";

    border:
        47px solid rgba(241, 132, 37, 0.075);

    border-radius: 50%;
}

.mtz-contact-request__panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.mtz-contact-request__panel-label {
    display: inline-flex;
    align-items: center;

    min-height: 31px;
    padding: 7px 12px;

    color: var(--mtz-orange-100);
    background: rgba(241, 132, 37, 0.13);

    border:
        1px solid rgba(241, 132, 37, 0.27);

    border-radius: var(--mtz-radius-pill);

    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mtz-contact-request__panel-icon {
    display: grid;
    place-items: center;

    width: 45px;
    height: 45px;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 15px;
}

.mtz-contact-request__panel-icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-contact-request__panel-copy {
    margin-top: 49px;
}

.mtz-contact-request__panel-mark {
    display: block;
    margin-bottom: 24px;

    color: rgba(255, 255, 255, 0.08);

    font-family: var(--mtz-font-heading);
    font-size: clamp(5.8rem, 9vw, 8.4rem);
    font-weight: 900;
    line-height: 0.7;
    letter-spacing: -0.05em;
}

.mtz-contact-request__panel-copy h3 {
    max-width: 400px;
    margin: 0 0 15px;

    color: var(--mtz-white);

    font-size: clamp(1.7rem, 2.7vw, 2.55rem);
    line-height: 1.03;
}

.mtz-contact-request__panel-copy p {
    max-width: 410px;
    margin: 0;

    color: rgba(255, 255, 255, 0.6);

    font-size: 0.79rem;
    line-height: 1.65;
}


/* Contact cards */

.mtz-contact-request__contact-list {
    display: grid;
    gap: 7px;

    margin-top: 25px;
}

.mtz-contact-request__contact-card {
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 10px;

    min-width: 0;
    min-height: 58px;
    padding: 9px 11px;

    color: var(--mtz-white);
    background: rgba(255, 255, 255, 0.055);

    border:
        1px solid rgba(255, 255, 255, 0.085);

    border-radius: 14px;

    transition:
        color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast),
        border-color var(--mtz-transition-fast),
        transform var(--mtz-transition-fast);
}

a.mtz-contact-request__contact-card:hover {
    color: var(--mtz-white);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(241, 132, 37, 0.28);

    transform: translateX(4px);
}

.mtz-contact-request__contact-icon {
    display: grid;
    place-items: center;

    width: 37px;
    height: 37px;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 12px;
}

.mtz-contact-request__contact-icon svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-contact-request__contact-card:first-child
.mtz-contact-request__contact-icon svg {
    fill: currentColor;
    stroke: none;
}

.mtz-contact-request__contact-card > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mtz-contact-request__contact-card small {
    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.38);

    font-size: 0.48rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mtz-contact-request__contact-card strong {
    overflow: hidden;

    color: rgba(255, 255, 255, 0.81);

    font-size: 0.67rem;
    font-weight: 850;
    line-height: 1.3;
    text-overflow: ellipsis;
}

.mtz-contact-request__contact-arrow {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: var(--mtz-orange-500);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    opacity: 0.6;
}


/* Useful information */

.mtz-contact-request__helps {
    margin-top: 26px;
}

.mtz-contact-request__helps-heading {
    margin-bottom: 11px;
}

.mtz-contact-request__helps-heading > span {
    display: block;
    margin-bottom: 4px;

    color: var(--mtz-orange-500);

    font-size: 0.53rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mtz-contact-request__helps-heading h3 {
    margin: 0;

    color: var(--mtz-white);

    font-size: 0.96rem;
}

.mtz-contact-request__helps ul {
    display: grid;
    gap: 6px;

    padding: 0;
    margin: 0;

    list-style: none;
}

.mtz-contact-request__helps li {
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr);
    align-items: center;
    gap: 10px;

    padding: 9px 10px;

    background: rgba(255, 255, 255, 0.045);

    border-radius: 12px;
}

.mtz-contact-request__helps li > span {
    color: var(--mtz-orange-500);

    font-size: 0.5rem;
    font-weight: 900;
    letter-spacing: 0.09em;
}

.mtz-contact-request__helps p {
    margin: 0;

    color: rgba(255, 255, 255, 0.58);

    font-size: 0.61rem;
    line-height: 1.4;
}


/* Hours */

.mtz-contact-request__hours {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-top: auto;
    padding-top: 25px;
}

.mtz-contact-request__hours-icon {
    display: grid;
    place-items: center;

    width: 35px;
    height: 35px;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 11px;
}

.mtz-contact-request__hours-icon svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-contact-request__hours > span:last-child {
    display: flex;
    flex-direction: column;
}

.mtz-contact-request__hours small {
    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.37);

    font-size: 0.49rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mtz-contact-request__hours strong {
    color: rgba(255, 255, 255, 0.79);

    font-size: 0.67rem;
    font-weight: 850;
}

.mtz-contact-request__panel-frame {
    position: absolute;
    top: 130px;
    right: -53px;

    width: 155px;
    height: 230px;

    opacity: 0.12;

    border:
        2px solid var(--mtz-white);

    border-radius: 22px;
}


/* =========================================================
   COLUMNA DEL FORMULARIO
========================================================= */

.mtz-contact-request__form-column {
    position: relative;

    min-width: 0;
    padding: 12px 14px 28px;
}

.mtz-estimate-form {
    position: relative;
    z-index: 2;

    min-height: 760px;
    padding: 22px;

    background: rgba(255, 255, 255, 0.9);

    border:
        1px solid rgba(16, 36, 58, 0.1);

    border-radius: 32px;

    box-shadow: var(--mtz-shadow-lg);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* Honeypot */

.mtz-estimate-form__honeypot {
    position: absolute !important;
    left: -9999px !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;
}


/* Form header */

.mtz-estimate-form__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    min-height: 58px;
    padding: 2px 4px 15px;

    border-bottom:
        1px solid rgba(16, 36, 58, 0.09);
}

.mtz-estimate-form__header-copy {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mtz-estimate-form__header-icon {
    display: grid;
    place-items: center;

    width: 40px;
    height: 40px;

    color: var(--mtz-white);
    background: var(--mtz-navy-900);

    border-radius: 13px;
}

.mtz-estimate-form__header-icon svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-estimate-form__header-copy > span:last-child {
    display: flex;
    flex-direction: column;
}

.mtz-estimate-form__header-copy small {
    margin-bottom: 3px;

    color: var(--mtz-orange-700);

    font-size: 0.52rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mtz-estimate-form__header-copy strong {
    color: var(--mtz-navy-950);

    font-size: 0.82rem;
    font-weight: 850;
}

.mtz-estimate-form__step-count {
    color: var(--mtz-muted);

    font-size: 0.62rem;
    font-weight: 750;
}

.mtz-estimate-form__step-count strong {
    color: var(--mtz-orange-600);
}


/* Progress */

.mtz-estimate-form__progress {
    position: relative;

    width: 100%;
    height: 5px;

    overflow: hidden;

    background: var(--mtz-gray-200);

    border-radius: var(--mtz-radius-pill);
}

.mtz-estimate-form__progress > span {
    display: block;

    width: 50%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            var(--mtz-orange-500),
            var(--mtz-orange-600)
        );

    border-radius: inherit;

    transition:
        width 420ms var(--mtz-ease-standard);
}


/* Step navigation */

.mtz-estimate-form__steps {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 8px;

    margin: 16px 0 23px;
}

.mtz-estimate-form__step {
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr);
    align-items: center;
    gap: 10px;

    min-height: 54px;
    padding: 9px 11px;

    color: var(--mtz-muted);
    background: var(--mtz-gray-100);

    border:
        1px solid rgba(16, 36, 58, 0.07);

    border-radius: 14px;

    text-align: left;

    pointer-events: none;
}

.mtz-estimate-form__step > span:first-child {
    display: grid;
    place-items: center;

    width: 31px;
    height: 31px;

    color: var(--mtz-navy-900);
    background: rgba(47, 111, 159, 0.1);

    border-radius: 10px;

    font-size: 0.52rem;
    font-weight: 900;
}

.mtz-estimate-form__step > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mtz-estimate-form__step strong {
    margin-bottom: 3px;

    color: var(--mtz-navy-950);

    font-size: 0.68rem;
    font-weight: 850;
}

.mtz-estimate-form__step small {
    color: var(--mtz-muted);

    font-size: 0.52rem;
}

.mtz-estimate-form__step.is-active {
    color: var(--mtz-white);
    background:
        linear-gradient(
            135deg,
            var(--mtz-navy-950),
            var(--mtz-navy-800)
        );

    border-color: var(--mtz-navy-900);
}

.mtz-estimate-form__step.is-active
> span:first-child {
    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);
}

.mtz-estimate-form__step.is-active strong {
    color: var(--mtz-white);
}

.mtz-estimate-form__step.is-active small {
    color: rgba(255, 255, 255, 0.46);
}


/* Messages */

.mtz-estimate-form__message {
    margin-bottom: 16px;
    padding: 11px 13px;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-100);

    border:
        1px solid rgba(217, 106, 22, 0.18);

    border-radius: 13px;

    font-size: 0.68rem;
    font-weight: 750;
    line-height: 1.45;
}

.mtz-estimate-form__message[hidden] {
    display: none;
}


/* Step panels */

.mtz-estimate-form.is-enhanced
.mtz-estimate-form__panel[hidden] {
    display: none;
}

.mtz-estimate-form__panel {
    padding: 0;
    margin: 0;

    border: 0;
}

.mtz-estimate-form__section-heading {
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr);
    align-items: flex-start;
    gap: 12px;

    margin-bottom: 19px;
}

.mtz-estimate-form__section-heading > span {
    display: inline-flex;
    align-items: center;

    min-height: 27px;
    padding: 6px 9px;

    color: var(--mtz-orange-700);
    background: var(--mtz-orange-100);

    border-radius: var(--mtz-radius-pill);

    font-size: 0.5rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mtz-estimate-form__section-heading h3 {
    margin: 0 0 4px;

    color: var(--mtz-navy-950);

    font-size: 1.25rem;
    line-height: 1.05;
}

.mtz-estimate-form__section-heading p {
    margin: 0;

    color: var(--mtz-muted);

    font-size: 0.66rem;
    line-height: 1.45;
}


/* =========================================================
   FORM FIELDS
========================================================= */

.mtz-estimate-form__grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.mtz-form-field {
    min-width: 0;
}

.mtz-form-field--full {
    grid-column: 1 / -1;
}

.mtz-form-field > label,
.mtz-form-field__label-row label {
    display: block;
    margin-bottom: 7px;

    color: var(--mtz-navy-950);

    font-size: 0.64rem;
    font-weight: 800;
}

.mtz-form-field label > span {
    color: var(--mtz-orange-600);
}

.mtz-form-field__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    margin-bottom: 7px;
}

.mtz-form-field__label-row label {
    margin-bottom: 0;
}

.mtz-form-field__label-row > span {
    color: var(--mtz-muted);

    font-size: 0.56rem;
}

.mtz-form-field__label-row strong {
    color: var(--mtz-orange-600);
}

.mtz-form-field__control {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 51px;

    background: var(--mtz-gray-50);

    border:
        1px solid rgba(16, 36, 58, 0.11);

    border-radius: 14px;

    transition:
        border-color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast),
        box-shadow var(--mtz-transition-fast);
}

.mtz-form-field__control:focus-within {
    background: var(--mtz-white);
    border-color: var(--mtz-blue-500);

    box-shadow:
        0 0 0 4px rgba(66, 132, 181, 0.12);
}

.mtz-form-field__icon {
    display: grid;
    place-items: center;

    width: 42px;
    height: 100%;

    flex: 0 0 auto;

    color: var(--mtz-blue-600);
}

.mtz-form-field__icon svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-form-field input,
.mtz-form-field select,
.mtz-form-field textarea {
    width: 100%;
    min-width: 0;

    color: var(--mtz-navy-950);
    background: transparent;

    border: 0;
    outline: 0;

    font-family: var(--mtz-font-body);
    font-size: 0.75rem;
    font-weight: 650;
}

.mtz-form-field input,
.mtz-form-field select {
    height: 49px;
    padding: 0 13px 0 0;
}

.mtz-form-field select {
    cursor: pointer;
}

.mtz-form-field input::placeholder,
.mtz-form-field textarea::placeholder {
    color: var(--mtz-muted);
    opacity: 0.72;
}

.mtz-form-field__control--textarea {
    align-items: flex-start;

    min-height: 116px;
}

.mtz-form-field textarea {
    min-height: 114px;
    padding: 13px;

    resize: vertical;

    line-height: 1.55;
}

.mtz-form-field__error,
.mtz-estimate-form__service-error,
.mtz-estimate-form__permission-error {
    display: block;

    min-height: 16px;
    padding-top: 4px;

    color: #B13B2F;

    font-size: 0.54rem;
    font-weight: 750;
}

.mtz-form-field.is-invalid
.mtz-form-field__control {
    border-color: #C54B3D;

    box-shadow:
        0 0 0 3px rgba(197, 75, 61, 0.1);
}


/* =========================================================
   SERVICES
========================================================= */

.mtz-estimate-form__service-field {
    margin-top: 20px;
}

.mtz-estimate-form__field-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;

    margin-bottom: 11px;
}

.mtz-estimate-form__field-heading label {
    display: block;
    margin-bottom: 4px;

    color: var(--mtz-navy-950);

    font-size: 0.65rem;
    font-weight: 850;
}

.mtz-estimate-form__field-heading label span {
    color: var(--mtz-orange-600);
}

.mtz-estimate-form__field-heading p {
    margin: 0;

    color: var(--mtz-muted);

    font-size: 0.57rem;
}

.mtz-estimate-form__field-heading > span {
    color: var(--mtz-orange-700);

    font-size: 0.56rem;
    font-weight: 850;
    white-space: nowrap;
}

.mtz-estimate-form__services {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.mtz-estimate-service {
    position: relative;

    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 10px;

    min-height: 72px;
    padding: 10px 11px;

    color: var(--mtz-navy-950);
    background: var(--mtz-gray-50);

    border:
        1px solid rgba(16, 36, 58, 0.1);

    border-radius: 16px;

    cursor: pointer;

    transition:
        border-color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast),
        box-shadow var(--mtz-transition-fast),
        transform var(--mtz-transition-fast);
}

.mtz-estimate-service:hover {
    border-color: rgba(47, 111, 159, 0.28);

    transform: translateY(-2px);
}

.mtz-estimate-service:has(input:checked) {
    background: rgba(221, 236, 246, 0.68);
    border-color: var(--mtz-blue-500);

    box-shadow:
        0 8px 22px rgba(47, 111, 159, 0.12);
}

.mtz-estimate-service input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
}

.mtz-estimate-service__icon {
    display: grid;
    place-items: center;

    width: 40px;
    height: 40px;

    color: var(--mtz-orange-600);
    background: var(--mtz-orange-100);

    border-radius: 12px;

    transition:
        color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast);
}

.mtz-estimate-service:has(input:checked)
.mtz-estimate-service__icon {
    color: var(--mtz-white);
    background: var(--mtz-navy-900);
}

.mtz-estimate-service__icon svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-estimate-service__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mtz-estimate-service__content strong {
    margin-bottom: 4px;

    color: var(--mtz-navy-950);

    font-size: 0.69rem;
    font-weight: 850;
    line-height: 1.15;
}

.mtz-estimate-service__content small {
    color: var(--mtz-muted);

    font-size: 0.52rem;
    line-height: 1.35;
}

.mtz-estimate-service__check {
    display: grid;
    place-items: center;

    width: 24px;
    height: 24px;

    color: transparent;
    background: var(--mtz-gray-200);

    border-radius: 8px;

    transition:
        color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast),
        transform var(--mtz-transition-fast);
}

.mtz-estimate-service:has(input:checked)
.mtz-estimate-service__check {
    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    transform: scale(1.05);
}

.mtz-estimate-service__check svg {
    width: 14px;
    height: 14px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   CONTACT METHOD
========================================================= */

.mtz-estimate-form__contact-method {
    margin-top: 18px;
}

.mtz-estimate-form__contact-options {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.mtz-estimate-form__contact-options label {
    position: relative;

    cursor: pointer;
}

.mtz-estimate-form__contact-options input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
}

.mtz-estimate-form__contact-options label > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-height: 43px;
    padding: 8px 9px;

    color: var(--mtz-slate);
    background: var(--mtz-gray-100);

    border:
        1px solid rgba(16, 36, 58, 0.08);

    border-radius: 13px;

    font-size: 0.61rem;
    font-weight: 800;

    transition:
        color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast),
        border-color var(--mtz-transition-fast);
}

.mtz-estimate-form__contact-options
input:checked + span {
    color: var(--mtz-white);
    background: var(--mtz-navy-900);

    border-color: var(--mtz-navy-900);
}

.mtz-estimate-form__contact-options svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   SUMMARY
========================================================= */

.mtz-estimate-form__summary {
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr);
    align-items: center;
    gap: 18px;

    margin-top: 18px;
    padding: 14px;

    color: var(--mtz-white);

    background:
        linear-gradient(
            135deg,
            var(--mtz-navy-950),
            var(--mtz-navy-800)
        );

    border-radius: 17px;
}

.mtz-estimate-form__summary-heading {
    display: flex;
    align-items: center;
    gap: 9px;

    padding-right: 18px;

    border-right:
        1px solid rgba(255, 255, 255, 0.11);
}

.mtz-estimate-form__summary-icon {
    display: grid;
    place-items: center;

    width: 36px;
    height: 36px;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 11px;
}

.mtz-estimate-form__summary-icon svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-estimate-form__summary-heading > div {
    display: flex;
    flex-direction: column;
}

.mtz-estimate-form__summary-heading small,
.mtz-estimate-form__summary-values small {
    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.4);

    font-size: 0.47rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mtz-estimate-form__summary-heading strong {
    font-size: 0.68rem;
    font-weight: 850;
}

.mtz-estimate-form__summary-values {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.mtz-estimate-form__summary-values > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mtz-estimate-form__summary-values strong {
    overflow: hidden;

    color: rgba(255, 255, 255, 0.8);

    font-size: 0.59rem;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* =========================================================
   PERMISSION
========================================================= */

.mtz-estimate-form__permission {
    position: relative;

    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr);
    align-items: flex-start;
    gap: 9px;

    margin-top: 17px;

    color: var(--mtz-muted);

    font-size: 0.58rem;
    line-height: 1.45;

    cursor: pointer;
}

.mtz-estimate-form__permission input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
}

.mtz-estimate-form__permission-check {
    display: grid;
    place-items: center;

    width: 22px;
    height: 22px;

    color: transparent;
    background: var(--mtz-gray-100);

    border:
        1px solid rgba(16, 36, 58, 0.14);

    border-radius: 7px;

    transition:
        color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast),
        border-color var(--mtz-transition-fast);
}

.mtz-estimate-form__permission
input:checked + .mtz-estimate-form__permission-check {
    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);
    border-color: var(--mtz-orange-500);
}

.mtz-estimate-form__permission-check svg {
    width: 13px;
    height: 13px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   NAVIGATION BUTTONS
========================================================= */

.mtz-estimate-form__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    margin-top: 18px;
}

.mtz-estimate-form__navigation > p {
    margin: 0;

    color: var(--mtz-muted);

    font-size: 0.55rem;
}

.mtz-estimate-form__navigation > p span {
    color: var(--mtz-orange-600);
}

.mtz-estimate-form__next,
.mtz-estimate-form__submit,
.mtz-estimate-form__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 48px;
    padding: 10px 17px;

    border-radius: 14px;

    font-size: 0.67rem;
    font-weight: 850;

    cursor: pointer;

    transition:
        color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast),
        box-shadow var(--mtz-transition-fast),
        transform var(--mtz-transition-fast);
}

.mtz-estimate-form__next,
.mtz-estimate-form__submit {
    color: var(--mtz-white);
    background:
        linear-gradient(
            135deg,
            var(--mtz-orange-500),
            var(--mtz-orange-600)
        );

    border: 0;

    box-shadow:
        0 12px 27px rgba(217, 106, 22, 0.23);
}

.mtz-estimate-form__next:hover,
.mtz-estimate-form__submit:hover {
    box-shadow:
        0 17px 34px rgba(217, 106, 22, 0.31);

    transform: translateY(-2px);
}

.mtz-estimate-form__back {
    color: var(--mtz-navy-900);
    background: var(--mtz-gray-100);

    border:
        1px solid rgba(16, 36, 58, 0.09);
}

.mtz-estimate-form__back:hover {
    color: var(--mtz-white);
    background: var(--mtz-navy-900);

    transform: translateY(-2px);
}

.mtz-estimate-form__next svg,
.mtz-estimate-form__submit svg,
.mtz-estimate-form__back svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-estimate-form:not(.is-enhanced)
.mtz-estimate-form__next,
.mtz-estimate-form:not(.is-enhanced)
.mtz-estimate-form__back {
    display: none;
}

.mtz-estimate-form__submit.is-loading {
    pointer-events: none;
    opacity: 0.78;
}

.mtz-estimate-form__submit.is-loading > svg {
    display: none;
}

.mtz-estimate-form__spinner {
    display: none;

    width: 17px;
    height: 17px;

    border:
        2px solid rgba(255, 255, 255, 0.35);

    border-top-color: var(--mtz-white);

    border-radius: 50%;

    animation:
        mtzEstimateSpinner
        800ms
        linear
        infinite;
}

.mtz-estimate-form__submit.is-loading
.mtz-estimate-form__spinner {
    display: block;
}

@keyframes mtzEstimateSpinner {

    to {
        transform: rotate(360deg);
    }
}

.mtz-estimate-form__legal-note {
    margin: 11px 0 0;

    color: var(--mtz-muted);

    font-size: 0.51rem;
    line-height: 1.45;
    text-align: right;
}


/* Floating card */

.mtz-contact-request__floating-card {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 9px;

    padding: 10px 12px;

    color: var(--mtz-navy-950);
    background: rgba(255, 255, 255, 0.95);

    border:
        1px solid rgba(16, 36, 58, 0.1);

    border-radius: 15px;

    box-shadow: var(--mtz-shadow-md);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mtz-contact-request__floating-icon {
    display: grid;
    place-items: center;

    width: 31px;
    height: 31px;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 10px;
}

.mtz-contact-request__floating-icon svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-contact-request__floating-card > span:last-child {
    display: flex;
    flex-direction: column;
}

.mtz-contact-request__floating-card small {
    margin-bottom: 3px;

    color: var(--mtz-muted);

    font-size: 0.48rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mtz-contact-request__floating-card strong {
    font-size: 0.64rem;
    font-weight: 850;
}


/* =========================================================
   ANIMACIÓN DE ENTRADA
========================================================= */

.mtz-contact-request.is-in-view
.mtz-contact-request__header {
    animation:
        mtzContactRequestHeaderEntrance
        700ms
        var(--mtz-ease-standard)
        both;
}

.mtz-contact-request.is-in-view
.mtz-contact-request__info-panel {
    animation:
        mtzContactRequestInfoEntrance
        780ms
        80ms
        var(--mtz-ease-standard)
        both;
}

.mtz-contact-request.is-in-view
.mtz-contact-request__form-column {
    animation:
        mtzContactRequestFormEntrance
        780ms
        130ms
        var(--mtz-ease-standard)
        both;
}

@keyframes mtzContactRequestHeaderEntrance {

    from {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes mtzContactRequestInfoEntrance {

    from {
        opacity: 0;
        transform:
            translate3d(-24px, 18px, 0)
            scale(0.985);
    }

    to {
        opacity: 1;
        transform:
            translate3d(0, 0, 0)
            scale(1);
    }
}

@keyframes mtzContactRequestFormEntrance {

    from {
        opacity: 0;
        transform:
            translate3d(24px, 18px, 0)
            scale(0.985);
    }

    to {
        opacity: 1;
        transform:
            translate3d(0, 0, 0)
            scale(1);
    }
}









































/* =====================================================
   FORM SUBMISSION NOTICE
===================================================== */

.rl-form-notice {
    position: fixed;
    top:
        calc(
            var(--rl-nav-top) +
            var(--rl-nav-height) +
            14px
        );
    left: 50%;
    z-index: 9998;

    display: grid;
    grid-template-columns:
        46px minmax(0, 1fr) 38px;

    align-items: center;
    gap: 13px;

    width: min(
        calc(100% - 40px),
        720px
    );

    padding: 14px;

    color: var(--rl-heading);

    background:
        rgba(255, 255, 255, 0.96);

    border:
        1px solid
        rgba(6, 99, 172, 0.13);

    border-radius: 18px;

    box-shadow:
        0 22px 60px
        rgba(3, 39, 60, 0.18),
        0 6px 20px
        rgba(18, 75, 38, 0.07);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    transform:
        translate(-50%, -18px);

    visibility: hidden;
    opacity: 0;

    pointer-events: none;

    transition:
        opacity 360ms var(--rl-ease-standard),
        visibility 360ms var(--rl-ease-standard),
        transform 460ms var(--rl-ease-smooth);
}

.rl-form-notice[hidden] {
    display: none;
}

.rl-form-notice.is-visible {
    visibility: visible;
    opacity: 1;

    pointer-events: auto;

    transform: translate(-50%, 0);
}

.rl-form-notice.is-success {
    border-color:
        rgba(53, 122, 58, 0.25);
}

.rl-form-notice.is-error {
    border-color:
        rgba(200, 115, 71, 0.32);
}

.rl-form-notice__icon {
    display: grid;
    place-items: center;

    width: 46px;
    height: 46px;

    color: var(--rl-white);

    border-radius: 14px;
}

.rl-form-notice.is-success
.rl-form-notice__icon {
    background:
        linear-gradient(
            135deg,
            var(--rl-green-700),
            var(--rl-green-400)
        );

    box-shadow:
        0 10px 24px
        rgba(53, 122, 58, 0.22);
}

.rl-form-notice.is-error
.rl-form-notice__icon {
    background:
        linear-gradient(
            135deg,
            #a9472f,
            var(--rl-clay)
        );

    box-shadow:
        0 10px 24px
        rgba(200, 115, 71, 0.22);
}

.rl-form-notice__icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rl-form-notice__icon-error,
.rl-form-notice.is-error
.rl-form-notice__icon-success {
    display: none;
}

.rl-form-notice.is-error
.rl-form-notice__icon-error {
    display: block;
}

.rl-form-notice__content {
    min-width: 0;
}

.rl-form-notice__content strong {
    display: block;

    margin-bottom: 4px;

    color: var(--rl-heading);

    font-family: var(--rl-font-heading);
    font-size: 0.94rem;
    line-height: 1.15;
}

.rl-form-notice__content p {
    margin: 0;

    color: var(--rl-muted);

    font-size: 0.68rem;
    line-height: 1.5;
}

.rl-form-notice__close {
    display: grid;
    place-items: center;

    width: 38px;
    height: 38px;

    padding: 0;

    color: var(--rl-muted);

    background:
        rgba(6, 99, 172, 0.055);

    border:
        1px solid
        rgba(6, 99, 172, 0.08);

    border-radius: 12px;

    cursor: pointer;

    transition:
        color var(--rl-transition-fast),
        background var(--rl-transition-fast),
        transform var(--rl-transition-fast);
}

.rl-form-notice__close:hover {
    color: var(--rl-white);
    background: var(--rl-blue-900);

    transform: rotate(5deg);
}

.rl-form-notice__close svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}






























/* =========================================================
   RESULTADO DEL FORMULARIO
========================================================= */

.mtz-contact-request__server-alert {
    position: relative;

    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 14px;

    margin-bottom: 30px;
    padding: 17px 18px;

    color: var(--mtz-navy-950);
    background: rgba(255, 255, 255, 0.94);

    border:
        1px solid rgba(16, 36, 58, 0.11);

    border-radius: 19px;

    box-shadow: var(--mtz-shadow-md);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    animation:
        mtzServerAlertEntrance
        500ms
        var(--mtz-ease-standard)
        both;
}

.mtz-contact-request__server-alert[hidden] {
    display: none;
}

.mtz-contact-request__server-alert.is-success {
    background:
        linear-gradient(
            135deg,
            rgba(232, 248, 239, 0.97),
            rgba(255, 255, 255, 0.97)
        );

    border-color:
        rgba(42, 146, 93, 0.25);
}

.mtz-contact-request__server-alert.is-error {
    background:
        linear-gradient(
            135deg,
            rgba(253, 232, 213, 0.98),
            rgba(255, 255, 255, 0.97)
        );

    border-color:
        rgba(217, 106, 22, 0.28);
}

.mtz-contact-request__server-alert-icon {
    display: grid;
    place-items: center;

    width: 45px;
    height: 45px;

    color: var(--mtz-white);
    background: var(--mtz-orange-500);

    border-radius: 14px;

    box-shadow:
        0 12px 25px rgba(217, 106, 22, 0.2);
}

.mtz-contact-request__server-alert.is-success
.mtz-contact-request__server-alert-icon {
    background: #2A925D;

    box-shadow:
        0 12px 25px rgba(42, 146, 93, 0.2);
}

.mtz-contact-request__server-alert-icon svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-contact-request__server-alert-content {
    min-width: 0;
}

.mtz-contact-request__server-alert-content strong {
    display: block;
    margin-bottom: 4px;

    color: var(--mtz-navy-950);

    font-family: var(--mtz-font-heading);
    font-size: 0.95rem;
    font-weight: 850;
}

.mtz-contact-request__server-alert-content p {
    margin: 0;

    color: var(--mtz-slate);

    font-size: 0.72rem;
    line-height: 1.5;
}

.mtz-contact-request__server-alert-close {
    display: grid;
    place-items: center;

    width: 35px;
    height: 35px;

    color: var(--mtz-muted);
    background: rgba(16, 36, 58, 0.06);

    border: 0;
    border-radius: 11px;

    cursor: pointer;

    transition:
        color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast),
        transform var(--mtz-transition-fast);
}

.mtz-contact-request__server-alert-close:hover {
    color: var(--mtz-white);
    background: var(--mtz-navy-900);

    transform: rotate(4deg);
}

.mtz-contact-request__server-alert-close svg {
    width: 16px;
    height: 16px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

@keyframes mtzServerAlertEntrance {

    from {
        opacity: 0;
        transform: translate3d(0, -16px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}










































/* =========================================================
   MTZ CONSTRUCTION & REMODELING LLC
   WHAT HAPPENS NEXT
========================================================= */

.mtz-next-steps {
    position: relative;
    z-index: 1;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            rgba(248, 247, 243, 0.98),
            rgba(238, 243, 247, 0.97)
        );

    border-top:
        1px solid rgba(16, 36, 58, 0.08);
}

.mtz-next-steps__container {
    position: relative;
    z-index: 3;
}


/* =========================================================
   DECORACIÓN DE FONDO
========================================================= */

.mtz-next-steps__background {
    position: absolute;
    inset: 0;
    z-index: 0;

    overflow: hidden;
    pointer-events: none;
}

.mtz-next-steps__grid {
    position: absolute;
    inset: 0;

    opacity: 0.26;

    background-image:
        linear-gradient(
            rgba(16, 36, 58, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(16, 36, 58, 0.045) 1px,
            transparent 1px
        );

    background-size: 50px 50px;

    mask-image:
        linear-gradient(
            90deg,
            black,
            transparent 48%,
            black
        );
}

.mtz-next-steps__glow {
    position: absolute;

    border-radius: 50%;
    filter: blur(12px);
}

.mtz-next-steps__glow--blue {
    top: -210px;
    left: -180px;

    width: 530px;
    height: 530px;

    background:
        radial-gradient(
            circle,
            rgba(47, 111, 159, 0.18),
            transparent 68%
        );
}

.mtz-next-steps__glow--orange {
    right: -190px;
    bottom: -230px;

    width: 520px;
    height: 520px;

    background:
        radial-gradient(
            circle,
            rgba(241, 132, 37, 0.13),
            transparent 68%
        );
}

.mtz-next-steps__frame {
    position: absolute;
    top: 16%;
    right: -105px;

    width: 275px;
    height: 390px;

    opacity: 0.12;

    border:
        2px solid var(--mtz-blue-600);

    border-radius: 34px;

    background:
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 51px,
            rgba(47, 111, 159, 0.34) 52px,
            rgba(47, 111, 159, 0.34) 54px
        );

    transform: rotate(8deg);
}

.mtz-next-steps__route {
    position: absolute;
    bottom: 7%;
    left: -90px;

    width: 420px;
    height: 205px;

    opacity: 0.18;

    border:
        3px dashed var(--mtz-orange-500);

    border-right-color: transparent;
    border-bottom-color: transparent;

    border-radius: 50%;

    transform: rotate(13deg);
}

.mtz-next-steps__measure {
    position: absolute;
    top: 44%;
    right: 5%;

    width: 280px;
    height: 2px;

    opacity: 0.23;

    background:
        repeating-linear-gradient(
            90deg,
            var(--mtz-orange-500) 0,
            var(--mtz-orange-500) 5px,
            transparent 5px,
            transparent 13px
        );

    transform: rotate(-30deg);
}


/* =========================================================
   ENCABEZADO
========================================================= */

.mtz-next-steps__header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(330px, 0.92fr);
    align-items: end;
    gap: 62px;

    margin-bottom: 48px;
}

.mtz-next-steps__heading,
.mtz-next-steps__introduction {
    min-width: 0;
}

.mtz-next-steps__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 17px;

    color: var(--mtz-orange-700);

    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mtz-next-steps__eyebrow > span {
    width: 29px;
    height: 2px;

    background: var(--mtz-orange-500);
}

.mtz-next-steps__title {
    max-width: 850px;
    margin: 0;

    color: var(--mtz-navy-950);

    font-size: clamp(2.7rem, 4.8vw, 5rem);
    line-height: 0.97;
}

.mtz-next-steps__title span {
    display: block;

    color: var(--mtz-blue-600);
}

.mtz-next-steps__introduction > p {
    max-width: 590px;
    margin: 0 0 20px;

    color: var(--mtz-slate);

    font-size: 1rem;
    line-height: 1.75;
}

.mtz-next-steps__intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 9px 14px 9px 9px;

    color: var(--mtz-navy-950);
    background: rgba(255, 255, 255, 0.77);

    border:
        1px solid rgba(16, 36, 58, 0.1);

    border-radius: var(--mtz-radius-pill);

    box-shadow: var(--mtz-shadow-xs);
}

.mtz-next-steps__intro-icon {
    display: grid;
    place-items: center;

    width: 34px;
    height: 34px;

    color: var(--mtz-white);
    background: var(--mtz-orange-500);

    border-radius: 50%;
}

.mtz-next-steps__intro-icon svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-next-steps__intro-badge > span:last-child {
    display: flex;
    flex-direction: column;
}

.mtz-next-steps__intro-badge small {
    margin-bottom: 3px;

    color: var(--mtz-muted);

    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mtz-next-steps__intro-badge strong {
    font-size: 0.76rem;
    font-weight: 850;
}


/* =========================================================
   LAYOUT
========================================================= */

.mtz-next-steps__layout {
    display: grid;
    grid-template-columns:
        minmax(330px, 0.82fr)
        minmax(0, 1.18fr);
    align-items: stretch;
    gap: 28px;
}


/* =========================================================
   PANEL DE PROCESO
========================================================= */

.mtz-next-steps__process-panel {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 620px;
    padding: 28px;

    overflow: hidden;

    color: var(--mtz-white);

    background:
        radial-gradient(
            circle at 91% 8%,
            rgba(47, 111, 159, 0.42),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            var(--mtz-navy-950),
            var(--mtz-navy-800)
        );

    border:
        1px solid rgba(255, 255, 255, 0.1);

    border-radius: 34px;

    box-shadow: var(--mtz-shadow-lg);

    isolation: isolate;
}

.mtz-next-steps__panel-grid {
    position: absolute;
    inset: 0;
    z-index: -2;

    opacity: 0.13;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.13) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.13) 1px,
            transparent 1px
        );

    background-size: 42px 42px;
}

.mtz-next-steps__process-panel::before {
    position: absolute;
    right: -120px;
    bottom: -135px;
    z-index: -1;

    width: 315px;
    height: 315px;

    content: "";

    border:
        47px solid rgba(241, 132, 37, 0.075);

    border-radius: 50%;
}

.mtz-next-steps__panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.mtz-next-steps__panel-header > div > span {
    display: block;
    margin-bottom: 5px;

    color: var(--mtz-orange-500);

    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mtz-next-steps__panel-header h3 {
    margin: 0;

    color: var(--mtz-white);

    font-size: 1.15rem;
    line-height: 1.1;
}

.mtz-next-steps__panel-icon {
    display: grid;
    place-items: center;

    width: 46px;
    height: 46px;

    flex: 0 0 auto;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 15px;

    box-shadow:
        0 14px 30px rgba(241, 132, 37, 0.2);
}

.mtz-next-steps__panel-icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Progress */

.mtz-next-steps__progress {
    margin-top: 35px;
}

.mtz-next-steps__progress-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 9px;
}

.mtz-next-steps__progress-heading > span {
    color: rgba(255, 255, 255, 0.42);

    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mtz-next-steps__progress-heading strong {
    color: rgba(255, 255, 255, 0.58);

    font-size: 0.63rem;
    font-weight: 850;
}

.mtz-next-steps__progress-heading strong span {
    color: var(--mtz-orange-500);
}

.mtz-next-steps__progress-track {
    width: 100%;
    height: 5px;

    overflow: hidden;

    background: rgba(255, 255, 255, 0.09);

    border-radius: var(--mtz-radius-pill);
}

.mtz-next-steps__progress-track > span {
    display: block;

    width: 33.333%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            var(--mtz-orange-500),
            var(--mtz-orange-600)
        );

    border-radius: inherit;

    transition:
        width 420ms var(--mtz-ease-standard);
}


/* Tabs */

.mtz-next-steps__tabs {
    display: grid;
    gap: 8px;

    margin-top: 20px;
}

.mtz-next-steps__tab {
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 12px;

    min-height: 82px;
    padding: 11px 12px;

    color: var(--mtz-white);
    background: rgba(255, 255, 255, 0.05);

    border:
        1px solid rgba(255, 255, 255, 0.085);

    border-radius: 16px;

    text-align: left;
    cursor: pointer;

    transition:
        background-color var(--mtz-transition-fast),
        border-color var(--mtz-transition-fast),
        box-shadow var(--mtz-transition-fast),
        transform var(--mtz-transition-fast);
}

.mtz-next-steps__tab:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(241, 132, 37, 0.24);

    transform: translateX(4px);
}

.mtz-next-steps__tab.is-active {
    background: rgba(241, 132, 37, 0.13);
    border-color: rgba(241, 132, 37, 0.4);

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.12);
}

.mtz-next-steps__tab:focus-visible {
    outline:
        3px solid rgba(241, 132, 37, 0.32);

    outline-offset: 3px;
}

.mtz-next-steps__tab-number {
    display: grid;
    place-items: center;

    width: 39px;
    height: 39px;

    color: var(--mtz-orange-500);
    background: rgba(241, 132, 37, 0.1);

    border-radius: 12px;

    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.08em;

    transition:
        color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast);
}

.mtz-next-steps__tab.is-active
.mtz-next-steps__tab-number {
    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);
}

.mtz-next-steps__tab-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.mtz-next-steps__tab-copy small {
    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.36);

    font-size: 0.46rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mtz-next-steps__tab-copy strong {
    margin-bottom: 4px;

    color: var(--mtz-white);

    font-size: 0.71rem;
    font-weight: 850;
    line-height: 1.15;
}

.mtz-next-steps__tab-copy > span {
    color: rgba(255, 255, 255, 0.43);

    font-size: 0.54rem;
    line-height: 1.35;
}

.mtz-next-steps__tab-arrow {
    display: grid;
    place-items: center;

    width: 31px;
    height: 31px;

    color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.06);

    border-radius: 10px;

    transition:
        color var(--mtz-transition-fast),
        background-color var(--mtz-transition-fast),
        transform var(--mtz-transition-fast);
}

.mtz-next-steps__tab.is-active
.mtz-next-steps__tab-arrow {
    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    transform: translateX(2px);
}

.mtz-next-steps__tab-arrow svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Panel note */

.mtz-next-steps__panel-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    margin-top: auto;
    padding-top: 23px;
}

.mtz-next-steps__panel-note-icon {
    display: grid;
    place-items: center;

    width: 31px;
    height: 31px;

    flex: 0 0 auto;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 10px;
}

.mtz-next-steps__panel-note-icon svg {
    width: 16px;
    height: 16px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-next-steps__panel-note p {
    margin: 2px 0 0;

    color: rgba(255, 255, 255, 0.5);

    font-size: 0.59rem;
    line-height: 1.5;
}

.mtz-next-steps__panel-frame {
    position: absolute;
    top: 118px;
    right: -52px;

    width: 150px;
    height: 225px;

    opacity: 0.11;

    border:
        2px solid var(--mtz-white);

    border-radius: 22px;
}


/* =========================================================
   DETALLES
========================================================= */

.mtz-next-steps__details {
    position: relative;

    min-width: 0;
    padding: 13px 14px 29px;
}

.mtz-next-steps__detail-panel {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 620px;
    padding: 27px;

    overflow: hidden;

    color: var(--mtz-navy-950);
    background: rgba(255, 255, 255, 0.9);

    border:
        1px solid rgba(16, 36, 58, 0.1);

    border-radius: 32px;

    box-shadow: var(--mtz-shadow-lg);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mtz-next-steps__detail-panel::before {
    position: absolute;
    top: -145px;
    right: -140px;

    width: 340px;
    height: 340px;

    content: "";

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(47, 111, 159, 0.15),
            transparent 68%
        );
}

.mtz-next-steps.is-enhanced
.mtz-next-steps__detail-panel[hidden] {
    display: none;
}

.mtz-next-steps__detail-panel.is-entering {
    animation:
        mtzNextStepPanelEntrance
        480ms
        var(--mtz-ease-standard)
        both;
}

@keyframes mtzNextStepPanelEntrance {

    from {
        opacity: 0;
        transform:
            translate3d(18px, 0, 0)
            scale(0.99);
    }

    to {
        opacity: 1;
        transform:
            translate3d(0, 0, 0)
            scale(1);
    }
}


/* Detail top */

.mtz-next-steps__detail-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.mtz-next-steps__detail-label {
    display: inline-flex;
    align-items: center;

    min-height: 31px;
    padding: 7px 12px;

    color: var(--mtz-orange-700);
    background: var(--mtz-orange-100);

    border-radius: var(--mtz-radius-pill);

    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mtz-next-steps__detail-icon {
    display: grid;
    place-items: center;

    width: 48px;
    height: 48px;

    color: var(--mtz-white);
    background: var(--mtz-navy-900);

    border-radius: 15px;

    box-shadow:
        0 14px 30px rgba(16, 36, 58, 0.17);
}

.mtz-next-steps__detail-icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Main detail */

.mtz-next-steps__detail-content {
    position: relative;
    z-index: 2;

    margin-top: 48px;
}

.mtz-next-steps__detail-number {
    position: absolute;
    top: -35px;
    right: 0;

    color: rgba(16, 36, 58, 0.055);

    font-family: var(--mtz-font-heading);
    font-size: clamp(7rem, 13vw, 11rem);
    font-weight: 900;
    line-height: 0.7;
}

.mtz-next-steps__detail-eyebrow {
    display: block;
    margin-bottom: 8px;

    color: var(--mtz-orange-700);

    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mtz-next-steps__detail-content h3 {
    position: relative;
    z-index: 2;

    max-width: 600px;
    margin: 0 0 16px;

    color: var(--mtz-navy-950);

    font-size: clamp(2rem, 3.6vw, 3.5rem);
    line-height: 0.98;
}

.mtz-next-steps__detail-content > p {
    position: relative;
    z-index: 2;

    max-width: 680px;
    margin: 0;

    color: var(--mtz-slate);

    font-size: 0.88rem;
    line-height: 1.68;
}


/* Checklist */

.mtz-next-steps__detail-checklist {
    display: grid;
    gap: 8px;

    margin-top: 27px;
}

.mtz-next-steps__detail-checklist > div {
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr);
    align-items: center;
    gap: 11px;

    min-height: 53px;
    padding: 10px 12px;

    background: var(--mtz-gray-50);

    border:
        1px solid rgba(16, 36, 58, 0.08);

    border-radius: 14px;
}

.mtz-next-steps__detail-checklist > div > span {
    display: grid;
    place-items: center;

    width: 32px;
    height: 32px;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 10px;
}

.mtz-next-steps__detail-checklist svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-next-steps__detail-checklist p {
    margin: 0;

    color: var(--mtz-charcoal);

    font-size: 0.69rem;
    font-weight: 750;
    line-height: 1.4;
}


/* Options step 3 */

.mtz-next-steps__detail-options {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 8px;

    margin-top: 27px;
}

.mtz-next-steps__detail-options > div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;

    min-height: 145px;
    padding: 14px;

    background: var(--mtz-gray-50);

    border:
        1px solid rgba(16, 36, 58, 0.08);

    border-radius: 16px;
}

.mtz-next-steps__option-icon {
    display: grid;
    place-items: center;

    width: 38px;
    height: 38px;

    color: var(--mtz-white);
    background: var(--mtz-navy-900);

    border-radius: 12px;
}

.mtz-next-steps__option-icon svg {
    width: 19px;
    height: 19px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-next-steps__detail-options > div > span:last-child {
    display: flex;
    flex-direction: column;
}

.mtz-next-steps__detail-options strong {
    margin-bottom: 5px;

    color: var(--mtz-navy-950);

    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1.2;
}

.mtz-next-steps__detail-options small {
    color: var(--mtz-muted);

    font-size: 0.57rem;
    line-height: 1.45;
}


/* Detail bottom */

.mtz-next-steps__detail-bottom {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: auto;
    padding: 13px 14px;

    color: var(--mtz-white);

    background:
        linear-gradient(
            135deg,
            var(--mtz-navy-950),
            var(--mtz-navy-800)
        );

    border-radius: 16px;
}

.mtz-next-steps__detail-bottom-icon {
    display: grid;
    place-items: center;

    width: 35px;
    height: 35px;

    flex: 0 0 auto;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 11px;
}

.mtz-next-steps__detail-bottom-icon svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-next-steps__detail-bottom p {
    margin: 0;

    color: rgba(255, 255, 255, 0.64);

    font-size: 0.61rem;
    line-height: 1.5;
}


/* Floating card */

.mtz-next-steps__floating-card {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 9px;

    padding: 10px 12px;

    color: var(--mtz-navy-950);
    background: rgba(255, 255, 255, 0.95);

    border:
        1px solid rgba(16, 36, 58, 0.1);

    border-radius: 15px;

    box-shadow: var(--mtz-shadow-md);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mtz-next-steps__floating-icon {
    display: grid;
    place-items: center;

    width: 31px;
    height: 31px;

    color: var(--mtz-navy-950);
    background: var(--mtz-orange-500);

    border-radius: 10px;
}

.mtz-next-steps__floating-icon svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-next-steps__floating-card > span:last-child {
    display: flex;
    flex-direction: column;
}

.mtz-next-steps__floating-card small {
    margin-bottom: 3px;

    color: var(--mtz-muted);

    font-size: 0.47rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mtz-next-steps__floating-card strong {
    font-size: 0.63rem;
    font-weight: 850;
}


/* =========================================================
   CONTACT STRIP
========================================================= */

.mtz-next-steps__contact-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    margin-top: 28px;
    padding: 21px 23px;

    color: var(--mtz-navy-950);
    background: rgba(255, 255, 255, 0.84);

    border:
        1px solid rgba(16, 36, 58, 0.1);

    border-radius: 22px;

    box-shadow: var(--mtz-shadow-sm);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mtz-next-steps__contact-copy {
    display: flex;
    align-items: center;
    gap: 13px;

    min-width: 0;
}

.mtz-next-steps__contact-icon {
    display: grid;
    place-items: center;

    width: 47px;
    height: 47px;

    flex: 0 0 auto;

    color: var(--mtz-white);
    background: var(--mtz-navy-900);

    border-radius: 15px;
}

.mtz-next-steps__contact-icon svg {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtz-next-steps__contact-copy > div > span {
    display: block;
    margin-bottom: 4px;

    color: var(--mtz-orange-700);

    font-size: 0.54rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mtz-next-steps__contact-copy h3 {
    margin: 0 0 4px;

    color: var(--mtz-navy-950);

    font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.mtz-next-steps__contact-copy p {
    margin: 0;

    color: var(--mtz-muted);

    font-size: 0.67rem;
    line-height: 1.45;
}

.mtz-next-steps__contact-actions {
    display: flex;
    align-items: center;
    gap: 16px;

    flex: 0 0 auto;
}

.mtz-next-steps__contact-actions
.mtz-btn svg {
    width: 17px;
    height: 17px;

    fill: currentColor;
}

.mtz-next-steps__email-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: var(--mtz-navy-900);

    font-size: 0.68rem;
    font-weight: 850;

    transition:
        color var(--mtz-transition-fast),
        gap var(--mtz-transition-fast);
}

.mtz-next-steps__email-link:hover {
    color: var(--mtz-orange-600);
    gap: 11px;
}

.mtz-next-steps__email-link svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   ANIMACIÓN DE ENTRADA
========================================================= */

.mtz-next-steps.is-in-view
.mtz-next-steps__header {
    animation:
        mtzNextStepsHeaderEntrance
        700ms
        var(--mtz-ease-standard)
        both;
}

.mtz-next-steps.is-in-view
.mtz-next-steps__process-panel {
    animation:
        mtzNextStepsProcessEntrance
        780ms
        80ms
        var(--mtz-ease-standard)
        both;
}

.mtz-next-steps.is-in-view
.mtz-next-steps__details {
    animation:
        mtzNextStepsDetailsEntrance
        780ms
        130ms
        var(--mtz-ease-standard)
        both;
}

.mtz-next-steps.is-in-view
.mtz-next-steps__contact-strip {
    animation:
        mtzNextStepsContactEntrance
        680ms
        190ms
        var(--mtz-ease-standard)
        both;
}

@keyframes mtzNextStepsHeaderEntrance {

    from {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes mtzNextStepsProcessEntrance {

    from {
        opacity: 0;
        transform:
            translate3d(-24px, 18px, 0)
            scale(0.985);
    }

    to {
        opacity: 1;
        transform:
            translate3d(0, 0, 0)
            scale(1);
    }
}

@keyframes mtzNextStepsDetailsEntrance {

    from {
        opacity: 0;
        transform:
            translate3d(24px, 18px, 0)
            scale(0.985);
    }

    to {
        opacity: 1;
        transform:
            translate3d(0, 0, 0)
            scale(1);
    }
}

@keyframes mtzNextStepsContactEntrance {

    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}












































/* =========================================================
   1. COMPUTADORAS
========================================================= */

@media (min-width: 1200px) {
     .mtz-next-steps__layout {
        grid-template-columns:
            minmax(370px, 0.82fr)
            minmax(0, 1.18fr);

        gap: 30px;
    }

    .mtz-next-steps__process-panel,
    .mtz-next-steps__detail-panel {
        min-height: 640px;
    }
      .mtz-contact-request__server-alert {
        padding-inline: 20px;
    }
        .mtz-contact-request__layout {
        grid-template-columns:
            minmax(350px, 0.72fr)
            minmax(0, 1.28fr);

        gap: 30px;
    }

    .mtz-contact-request__info-panel,
    .mtz-estimate-form {
        min-height: 780px;
    }


    .mtz-contact-hero__container {
        grid-template-columns:
            minmax(0, 1.08fr)
            minmax(410px, 0.92fr);

        gap: clamp(58px, 6vw, 92px);
    }

    .mtz-contact-hero__project-card {
        width: min(100%, 520px);
        height: min(100%, 595px);
    }
}


/* =========================================================
   2. TABLETS Y COMPUTADORAS PEQUEÑAS
========================================================= */

@media (min-width: 768px) and (max-width: 1199px) {
     .mtz-next-steps__header {
        grid-template-columns:
            minmax(0, 1.04fr)
            minmax(290px, 0.96fr);

        gap: 39px;

        margin-bottom: 41px;
    }

    .mtz-next-steps__title {
        font-size: clamp(2.4rem, 4.8vw, 4rem);
    }

    .mtz-next-steps__introduction > p {
        font-size: 0.92rem;
        line-height: 1.65;
    }

    .mtz-next-steps__layout {
        grid-template-columns:
            minmax(285px, 0.82fr)
            minmax(0, 1.18fr);

        gap: 20px;
    }

    .mtz-next-steps__process-panel {
        min-height: 595px;
        padding: 23px;

        border-radius: 28px;
    }

    .mtz-next-steps__tab {
        min-height: 74px;
        padding: 9px;
    }

    .mtz-next-steps__tab-copy strong {
        font-size: 0.65rem;
    }

    .mtz-next-steps__details {
        padding-inline: 7px;
    }

    .mtz-next-steps__detail-panel {
        min-height: 595px;
        padding: 23px;

        border-radius: 28px;
    }

    .mtz-next-steps__detail-content {
        margin-top: 39px;
    }

    .mtz-next-steps__detail-content h3 {
        font-size: 2.4rem;
    }

    .mtz-next-steps__detail-options {
        grid-template-columns: 1fr;
    }

    .mtz-next-steps__detail-options > div {
        align-items: center;
        flex-direction: row;

        min-height: 67px;
    }
    .mtz-contact-request__server-alert {
        margin-bottom: 25px;
    }
      .mtz-contact-request__header {
        grid-template-columns:
            minmax(0, 1.04fr)
            minmax(290px, 0.96fr);

        gap: 39px;

        margin-bottom: 41px;
    }

    .mtz-contact-request__title {
        font-size:
            clamp(
                2.4rem,
                4.8vw,
                4rem
            );
    }

    .mtz-contact-request__introduction > p {
        font-size: 0.92rem;
        line-height: 1.65;
    }

    .mtz-contact-request__layout {
        grid-template-columns:
            minmax(275px, 0.78fr)
            minmax(0, 1.22fr);

        gap: 20px;
    }

    .mtz-contact-request__info-panel {
        min-height: 735px;
        padding: 23px;

        border-radius: 28px;
    }

    .mtz-contact-request__panel-copy {
        margin-top: 42px;
    }

    .mtz-contact-request__panel-mark {
        font-size: 5.7rem;
    }

    .mtz-contact-request__panel-copy h3 {
        font-size: 1.75rem;
    }

    .mtz-contact-request__form-column {
        padding-inline: 6px;
    }

    .mtz-estimate-form {
        min-height: 735px;
        padding: 18px;

        border-radius: 27px;
    }

    .mtz-estimate-form__services {
        grid-template-columns: 1fr;
    }

    .mtz-estimate-service {
        min-height: 63px;
    }

    .mtz-estimate-form__summary {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .mtz-estimate-form__summary-heading {
        padding-right: 0;
        padding-bottom: 10px;

        border-right: 0;
        border-bottom:
            1px solid rgba(255, 255, 255, 0.1);
    }

    .mtz-contact-hero__container {
        grid-template-columns:
            minmax(0, 1.02fr)
            minmax(300px, 0.98fr);

        gap: 28px;

        padding-top: 20px;
        padding-bottom: 22px;
    }

    .mtz-contact-hero__breadcrumb {
        margin-bottom: 10px;
    }

    .mtz-contact-hero__eyebrow {
        margin-bottom: 13px;
    }

    .mtz-contact-hero__title {
        margin-bottom: 14px;

        font-size:
            clamp(
                2.45rem,
                5.2vw,
                4.3rem
            );
    }

    .mtz-contact-hero__description {
        margin-bottom: 18px;

        font-size: 0.93rem;
        line-height: 1.56;
    }

    .mtz-contact-hero__actions {
        margin-bottom: 17px;
    }

    .mtz-contact-hero__highlights {
        gap: 6px;
    }

    .mtz-contact-hero__highlights li {
        padding: 7px;
    }

    .mtz-contact-hero__highlights strong {
        font-size: 0.58rem;
    }

    .mtz-contact-hero__highlights small {
        font-size: 0.47rem;
    }

    .mtz-contact-hero__visual {
        padding-inline: 5px;
    }

    .mtz-contact-hero__project-card {
        width: min(100%, 430px);
        height: min(100%, 520px);
        min-height: 340px;
        padding: 23px;

        border-radius: 30px;
    }

    .mtz-contact-hero__card-intro {
        margin-top: 35px;
    }

    .mtz-contact-hero__monogram {
        margin-bottom: 21px;

        font-size: 5.7rem;
    }

    .mtz-contact-hero__card-intro h2 {
        font-size: 1.8rem;
    }

    .mtz-contact-hero__request-details {
        padding-top: 21px;
    }

    .mtz-contact-hero__request-row {
        min-height: 50px;
    }

    .mtz-contact-hero__email-card {
        right: -4px;

        max-width: 250px;
    }
}


/* =========================================================
   3. CELULARES
========================================================= */

@media (min-width: 481px) and (max-width: 767px) {
     .mtz-next-steps__header {
        grid-template-columns: 1fr;
        gap: 20px;

        margin-bottom: 36px;
    }

    .mtz-next-steps__title {
        font-size: clamp(2.3rem, 8.5vw, 3.6rem);
    }

    .mtz-next-steps__introduction > p {
        max-width: 650px;

        font-size: 0.93rem;
    }

    .mtz-next-steps__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mtz-next-steps__process-panel {
        width: min(100%, 590px);
        min-height: auto;
        margin-inline: auto;
        padding: 27px;

        border-radius: 28px;
    }

    .mtz-next-steps__tabs {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .mtz-next-steps__tab {
        grid-template-columns: 1fr;
        align-content: start;

        min-height: 135px;

        text-align: center;
    }

    .mtz-next-steps__tab-number {
        margin-inline: auto;
    }

    .mtz-next-steps__tab-arrow {
        display: none;
    }

    .mtz-next-steps__panel-note {
        margin-top: 23px;
    }

    .mtz-next-steps__details {
        padding: 8px 7px 25px;
    }

    .mtz-next-steps__detail-panel {
        min-height: 555px;
        padding: 25px;

        border-radius: 27px;
    }

    .mtz-next-steps__detail-content h3 {
        font-size: 2.6rem;
    }

    .mtz-next-steps__contact-strip {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .mtz-next-steps__contact-actions {
        justify-content: space-between;

        width: 100%;
    }
      .mtz-contact-request__server-alert {
        margin-bottom: 23px;
    }
     .mtz-contact-request__header {
        grid-template-columns: 1fr;
        gap: 20px;

        margin-bottom: 36px;
    }

    .mtz-contact-request__title {
        font-size:
            clamp(
                2.3rem,
                8.5vw,
                3.6rem
            );
    }

    .mtz-contact-request__introduction > p {
        max-width: 650px;

        font-size: 0.93rem;
    }

    .mtz-contact-request__layout {
        grid-template-columns: 1fr;
        gap: 29px;
    }

    .mtz-contact-request__info-panel {
        width: min(100%, 590px);
        min-height: auto;
        margin-inline: auto;
        padding: 27px;

        border-radius: 28px;
    }

    .mtz-contact-request__contact-list {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .mtz-contact-request__contact-card:last-child {
        grid-column: 1 / -1;
    }

    .mtz-contact-request__hours {
        margin-top: 24px;
    }

    .mtz-contact-request__form-column {
        padding: 9px 7px 25px;
    }

    .mtz-estimate-form {
        min-height: auto;
        padding: 19px;

        border-radius: 27px;
    }

    .mtz-estimate-form__services {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .mtz-estimate-form__summary {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .mtz-estimate-form__summary-heading {
        padding-right: 0;
        padding-bottom: 10px;

        border-right: 0;
        border-bottom:
            1px solid rgba(255, 255, 255, 0.1);
    }

    .mtz-contact-hero__container {
        grid-template-columns: 1fr;
        grid-template-rows:
            auto
            minmax(180px, 1fr);

        align-content: center;
        gap: 12px;

        width: calc(100% - 32px);

        padding-top: 11px;
        padding-bottom: 13px;
    }

    .mtz-contact-hero__breadcrumb {
        display: none;
    }

    .mtz-contact-hero__eyebrow {
        min-height: 29px;
        margin-bottom: 8px;
        padding: 5px 11px 5px 5px;

        font-size: 0.57rem;
    }

    .mtz-contact-hero__eyebrow-icon {
        width: 21px;
        height: 21px;
    }

    .mtz-contact-hero__title {
        margin-bottom: 8px;

        font-size:
            clamp(
                2.05rem,
                8vw,
                3.05rem
            );

        line-height: 0.95;
    }

    .mtz-contact-hero__description {
        max-width: 650px;
        margin-bottom: 11px;

        font-size: 0.82rem;
        line-height: 1.42;
    }

    .mtz-contact-hero__actions {
        gap: 7px;
        margin-bottom: 10px;
    }

    .mtz-contact-hero__actions .mtz-btn {
        min-height: 41px;
        padding: 9px 14px;

        font-size: 0.72rem;
    }

    .mtz-contact-hero__call-icon {
        width: 25px;
        height: 25px;
    }

    .mtz-contact-hero__highlights {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
        gap: 5px;
    }

    .mtz-contact-hero__highlights li {
        padding: 6px;
    }

    .mtz-contact-hero__highlight-icon {
        width: 23px;
        height: 23px;
    }

    .mtz-contact-hero__highlights strong {
        font-size: 0.53rem;
    }

    .mtz-contact-hero__highlights small {
        display: none;
    }

    .mtz-contact-hero__visual {
        align-items: stretch;

        padding: 0 8px 17px;
    }

    .mtz-contact-hero__project-card {
        width: min(100%, 520px);
        height: 100%;
        min-height: 175px;
        margin-inline: auto;
        padding: 15px;

        border-radius: 23px;
    }

    .mtz-contact-hero__card-header-icon {
        width: 35px;
        height: 35px;

        border-radius: 11px;
    }

    .mtz-contact-hero__card-label {
        min-height: 26px;
        padding: 5px 9px;

        font-size: 0.48rem;
    }

    .mtz-contact-hero__card-intro {
        margin-top: 13px;
    }

    .mtz-contact-hero__monogram {
        margin-bottom: 8px;

        font-size: 3.7rem;
    }

    .mtz-contact-hero__card-intro > div > span {
        display: none;
    }

    .mtz-contact-hero__card-intro h2 {
        max-width: 370px;

        font-size: 1.2rem;
    }

    .mtz-contact-hero__request-details {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
        gap: 5px;

        padding-top: 12px;
    }

    .mtz-contact-hero__request-row {
        grid-template-columns:
            auto
            minmax(0, 1fr);
        gap: 6px;

        min-height: 43px;
        padding: 6px;
    }

    .mtz-contact-hero__request-number {
        width: 25px;
        height: 25px;

        font-size: 0.46rem;
    }

    .mtz-contact-hero__request-row small {
        display: none;
    }

    .mtz-contact-hero__request-row strong {
        font-size: 0.5rem;
        white-space: normal;
    }

    .mtz-contact-hero__request-row > svg {
        display: none;
    }

    .mtz-contact-hero__hours {
        display: none;
    }

    .mtz-contact-hero__email-card {
        right: 0;
        bottom: 0;

        max-width: 245px;
        padding: 8px 10px;
    }

    .mtz-contact-hero__email-icon {
        width: 31px;
        height: 31px;
    }

    .mtz-contact-hero__email-card strong {
        font-size: 0.59rem;
    }
}


/* =========================================================
   4. CELULARES PEQUEÑOS
========================================================= */

@media (max-width: 480px) {
     .mtz-next-steps__header {
        grid-template-columns: 1fr;
        gap: 17px;

        margin-bottom: 30px;
    }

    .mtz-next-steps__eyebrow {
        margin-bottom: 13px;

        font-size: 0.62rem;
    }

    .mtz-next-steps__title {
        font-size: clamp(2.05rem, 10vw, 2.9rem);
    }

    .mtz-next-steps__introduction > p {
        margin-bottom: 16px;

        font-size: 0.86rem;
        line-height: 1.6;
    }

    .mtz-next-steps__layout {
        grid-template-columns: 1fr;
        gap: 23px;
    }

    .mtz-next-steps__process-panel {
        min-height: auto;
        padding: 19px;

        border-radius: 23px;
    }

    .mtz-next-steps__panel-header h3 {
        font-size: 1rem;
    }

    .mtz-next-steps__panel-icon {
        width: 40px;
        height: 40px;

        border-radius: 13px;
    }

    .mtz-next-steps__progress {
        margin-top: 27px;
    }

    .mtz-next-steps__tab {
        min-height: 68px;
        padding: 8px;
    }

    .mtz-next-steps__tab-number {
        width: 34px;
        height: 34px;
    }

    .mtz-next-steps__tab-copy strong {
        font-size: 0.61rem;
    }

    .mtz-next-steps__tab-copy > span {
        display: none;
    }

    .mtz-next-steps__tab-arrow {
        width: 27px;
        height: 27px;
    }

    .mtz-next-steps__details {
        padding: 6px 0 21px;
    }

    .mtz-next-steps__detail-panel {
        min-height: 520px;
        padding: 19px;

        border-radius: 22px;
    }

    .mtz-next-steps__detail-icon {
        width: 41px;
        height: 41px;

        border-radius: 13px;
    }

    .mtz-next-steps__detail-content {
        margin-top: 36px;
    }

    .mtz-next-steps__detail-number {
        font-size: 6rem;
    }

    .mtz-next-steps__detail-content h3 {
        font-size: 2rem;
    }

    .mtz-next-steps__detail-content > p {
        font-size: 0.78rem;
        line-height: 1.58;
    }

    .mtz-next-steps__detail-checklist {
        margin-top: 21px;
    }

    .mtz-next-steps__detail-checklist > div {
        padding: 9px;
    }

    .mtz-next-steps__detail-checklist p {
        font-size: 0.62rem;
    }

    .mtz-next-steps__detail-options {
        grid-template-columns: 1fr;
        margin-top: 21px;
    }

    .mtz-next-steps__detail-options > div {
        align-items: center;
        flex-direction: row;

        min-height: 65px;
        padding: 10px;
    }

    .mtz-next-steps__detail-bottom {
        align-items: flex-start;

        padding: 11px;
    }

    .mtz-next-steps__floating-card {
        right: 5px;

        padding: 8px 10px;
    }

    .mtz-next-steps__contact-strip {
        align-items: stretch;
        flex-direction: column;
        gap: 17px;

        margin-top: 20px;
        padding: 17px;

        border-radius: 19px;
    }

    .mtz-next-steps__contact-copy {
        align-items: flex-start;
    }

    .mtz-next-steps__contact-icon {
        width: 42px;
        height: 42px;

        border-radius: 13px;
    }

    .mtz-next-steps__contact-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .mtz-next-steps__contact-actions
    .mtz-btn {
        width: 100%;
    }

    .mtz-next-steps__email-link {
        justify-content: center;
    }

    .mtz-next-steps__frame {
        right: -210px;
    }
     .mtz-contact-request__server-alert {
        grid-template-columns:
            auto
            minmax(0, 1fr);

        gap: 10px;

        margin-bottom: 20px;
        padding: 14px;

        border-radius: 16px;
    }

    .mtz-contact-request__server-alert-icon {
        width: 39px;
        height: 39px;

        border-radius: 12px;
    }

    .mtz-contact-request__server-alert-content strong {
        font-size: 0.84rem;
    }

    .mtz-contact-request__server-alert-content p {
        font-size: 0.66rem;
    }

    .mtz-contact-request__server-alert-close {
        position: absolute;
        top: 8px;
        right: 8px;

        width: 29px;
        height: 29px;
    }

    .mtz-contact-request__server-alert-content {
        padding-right: 24px;
    }
    .mtz-contact-request__header {
        grid-template-columns: 1fr;
        gap: 17px;

        margin-bottom: 30px;
    }

    .mtz-contact-request__eyebrow {
        margin-bottom: 13px;

        font-size: 0.62rem;
    }

    .mtz-contact-request__title {
        font-size:
            clamp(
                2.05rem,
                10vw,
                2.9rem
            );
    }

    .mtz-contact-request__introduction > p {
        margin-bottom: 16px;

        font-size: 0.86rem;
        line-height: 1.6;
    }

    .mtz-contact-request__layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mtz-contact-request__info-panel {
        min-height: auto;
        padding: 20px;

        border-radius: 24px;
    }

    .mtz-contact-request__panel-label {
        min-height: 28px;
        padding: 6px 9px;

        font-size: 0.5rem;
    }

    .mtz-contact-request__panel-icon {
        width: 40px;
        height: 40px;

        border-radius: 13px;
    }

    .mtz-contact-request__panel-copy {
        margin-top: 38px;
    }

    .mtz-contact-request__panel-mark {
        margin-bottom: 20px;

        font-size: 5rem;
    }

    .mtz-contact-request__panel-copy h3 {
        font-size: 1.55rem;
    }

    .mtz-contact-request__panel-copy p {
        font-size: 0.74rem;
    }

    .mtz-contact-request__helps {
        margin-top: 21px;
    }

    .mtz-contact-request__hours {
        margin-top: 23px;
    }

    .mtz-contact-request__form-column {
        padding: 7px 0 21px;
    }

    .mtz-estimate-form {
        min-height: auto;
        padding: 14px;

        border-radius: 22px;
    }

    .mtz-estimate-form__header {
        align-items: flex-start;
    }

    .mtz-estimate-form__header-copy strong {
        font-size: 0.71rem;
    }

    .mtz-estimate-form__steps {
        gap: 5px;
        margin-bottom: 19px;
    }

    .mtz-estimate-form__step {
        gap: 6px;

        min-height: 49px;
        padding: 7px;
    }

    .mtz-estimate-form__step > span:first-child {
        width: 27px;
        height: 27px;
    }

    .mtz-estimate-form__step strong {
        font-size: 0.58rem;
    }

    .mtz-estimate-form__step small {
        display: none;
    }

    .mtz-estimate-form__section-heading {
        gap: 8px;
    }

    .mtz-estimate-form__section-heading h3 {
        font-size: 1.08rem;
    }

    .mtz-estimate-form__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mtz-form-field--full {
        grid-column: auto;
    }

    .mtz-estimate-form__services {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .mtz-estimate-service {
        min-height: 62px;
        padding: 8px 9px;
    }

    .mtz-estimate-service__icon {
        width: 36px;
        height: 36px;
    }

    .mtz-estimate-form__field-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .mtz-estimate-form__contact-options {
        grid-template-columns: 1fr;
    }

    .mtz-estimate-form__contact-options label > span {
        justify-content: flex-start;

        padding-inline: 13px;
    }

    .mtz-estimate-form__summary {
        grid-template-columns: 1fr;
        gap: 10px;

        padding: 12px;
    }

    .mtz-estimate-form__summary-heading {
        padding-right: 0;
        padding-bottom: 9px;

        border-right: 0;
        border-bottom:
            1px solid rgba(255, 255, 255, 0.1);
    }

    .mtz-estimate-form__summary-values {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mtz-estimate-form__summary-values > div {
        padding-bottom: 7px;

        border-bottom:
            1px solid rgba(255, 255, 255, 0.07);
    }

    .mtz-estimate-form__summary-values > div:last-child {
        padding-bottom: 0;

        border-bottom: 0;
    }

    .mtz-estimate-form__navigation {
        align-items: stretch;
        flex-direction: column;
        gap: 9px;
    }

    .mtz-estimate-form__navigation > p {
        order: 2;
        text-align: center;
    }

    .mtz-estimate-form__next,
    .mtz-estimate-form__submit,
    .mtz-estimate-form__back {
        width: 100%;
    }

    .mtz-estimate-form__legal-note {
        text-align: center;
    }

    .mtz-contact-request__floating-card {
        right: 5px;

        padding: 8px 10px;
    }

    .mtz-contact-request__floating-card strong {
        font-size: 0.57rem;
    }

    .mtz-contact-hero__container {
        grid-template-columns: 1fr;
        grid-template-rows:
            auto
            minmax(145px, 1fr);

        align-content: center;
        gap: 8px;

        width: calc(100% - 24px);

        padding-top: 8px;
        padding-bottom: 9px;
    }

    .mtz-contact-hero__breadcrumb {
        display: none;
    }

    .mtz-contact-hero__eyebrow {
        min-height: 26px;
        margin-bottom: 6px;
        padding: 4px 9px 4px 4px;
        gap: 6px;

        font-size: 0.5rem;
        letter-spacing: 0.08em;
    }

    .mtz-contact-hero__eyebrow-icon {
        width: 19px;
        height: 19px;
    }

    .mtz-contact-hero__title {
        margin-bottom: 6px;

        font-size:
            clamp(
                1.8rem,
                9vw,
                2.5rem
            );

        line-height: 0.96;
    }

    .mtz-contact-hero__description {
        margin-bottom: 8px;

        font-size: 0.72rem;
        line-height: 1.35;
    }

    .mtz-contact-hero__actions {
        display: grid;
        grid-template-columns:
            minmax(0, 1.25fr)
            minmax(0, 0.75fr);
        gap: 5px;

        margin-bottom: 7px;
    }

    .mtz-contact-hero__actions .mtz-btn {
        width: 100%;
        min-height: 37px;
        padding: 7px 8px;

        font-size: 0.61rem;
    }

    .mtz-contact-hero__primary-action svg {
        display: none;
    }

    .mtz-contact-hero__call-icon {
        width: 22px;
        height: 22px;
    }

    .mtz-contact-hero__highlights {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
        gap: 3px;
    }

    .mtz-contact-hero__highlights li {
        display: flex;
        align-items: center;
        gap: 4px;

        padding: 4px;
    }

    .mtz-contact-hero__highlight-icon {
        width: 19px;
        height: 19px;

        border-radius: 6px;
    }

    .mtz-contact-hero__highlight-icon svg {
        width: 11px;
        height: 11px;
    }

    .mtz-contact-hero__highlights strong {
        font-size: 0.44rem;
        line-height: 1.15;
    }

    .mtz-contact-hero__highlights small {
        display: none;
    }

    .mtz-contact-hero__visual {
        align-items: stretch;

        padding: 0 3px 14px;
    }

    .mtz-contact-hero__project-card {
        width: 100%;
        height: 100%;
        min-height: 142px;
        padding: 11px;

        border-radius: 19px;
    }

    .mtz-contact-hero__card-header-icon {
        width: 29px;
        height: 29px;

        border-radius: 9px;
    }

    .mtz-contact-hero__card-header-icon svg {
        width: 15px;
        height: 15px;
    }

    .mtz-contact-hero__card-label {
        min-height: 23px;
        padding: 4px 7px;

        font-size: 0.41rem;
    }

    .mtz-contact-hero__card-intro {
        margin-top: 7px;
    }

    .mtz-contact-hero__monogram {
        margin-bottom: 5px;

        font-size: 2.8rem;
    }

    .mtz-contact-hero__card-intro > div > span {
        display: none;
    }

    .mtz-contact-hero__card-intro h2 {
        max-width: 260px;

        font-size: 0.93rem;
    }

    .mtz-contact-hero__request-details {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
        gap: 3px;

        padding-top: 7px;
    }

    .mtz-contact-hero__request-row {
        grid-template-columns: 1fr;

        min-height: 35px;
        padding: 5px;

        text-align: center;
    }

    .mtz-contact-hero__request-number,
    .mtz-contact-hero__request-row small,
    .mtz-contact-hero__request-row > svg {
        display: none;
    }

    .mtz-contact-hero__request-row strong {
        font-size: 0.41rem;
        white-space: normal;
    }

    .mtz-contact-hero__hours {
        display: none;
    }

    .mtz-contact-hero__email-card {
        right: 0;
        bottom: 0;

        max-width: 215px;
        padding: 6px 8px;
    }

    .mtz-contact-hero__email-icon {
        width: 27px;
        height: 27px;

        border-radius: 9px;
    }

    .mtz-contact-hero__email-icon svg {
        width: 14px;
        height: 14px;
    }

    .mtz-contact-hero__email-card small {
        font-size: 0.41rem;
    }

    .mtz-contact-hero__email-card strong {
        font-size: 0.51rem;
    }

    .mtz-contact-hero__frame {
        right: -190px;
    }
}


/* =========================================================
   MOVIMIENTO REDUCIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {
     .mtz-next-steps__header,
    .mtz-next-steps__process-panel,
    .mtz-next-steps__details,
    .mtz-next-steps__contact-strip,
    .mtz-next-steps__detail-panel,
    .mtz-next-steps__tab,
    .mtz-next-steps__progress-track > span {
        animation: none !important;
        transition: none !important;
    }

    .mtz-contact-hero__content,
    .mtz-contact-hero__visual,
    .mtz-contact-hero__email-card,
    .mtz-contact-hero__primary-action svg {
        animation: none !important;
        transition: none !important;
    }
}