.elementor-2644 .elementor-element.elementor-element-4ae7a71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-042501e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-478efe9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-0b686fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-d87428b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-915a5ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-7f0d929{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-43e0a92{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-70d7f86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-7f50038{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-4f30317{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-6d8d835{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-2624237{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-8354663{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2644 .elementor-element.elementor-element-0e69af7{--display:flex;}.elementor-2644 .elementor-element.elementor-element-2925211{text-align:center;}.elementor-2644 .elementor-element.elementor-element-557bb82{--spacer-size:50px;}/* Start custom CSS *//* =========================================================
   MILANDINGYA.ONLINE
   DEMO: DISEÑO Y VENTA DE MUEBLES
   Prefijo exclusivo: mlya-furniture-
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
    --mlya-furniture-primary: #9b6b43;
    --mlya-furniture-primary-dark: #6f482c;
    --mlya-furniture-primary-light: #d8b28f;

    --mlya-furniture-secondary: #37453d;
    --mlya-furniture-secondary-dark: #202a25;
    --mlya-furniture-secondary-light: #9eafa5;

    --mlya-furniture-accent: #d6a84d;
    --mlya-furniture-green: #708c78;

    --mlya-furniture-white: #ffffff;
    --mlya-furniture-dark: #282521;
    --mlya-furniture-dark-soft: #48423c;

    --mlya-furniture-beige: #f6efe7;
    --mlya-furniture-sand: #fbf7f1;
    --mlya-furniture-green-soft: #eef3ef;
    --mlya-furniture-gray: #f5f5f3;

    --mlya-furniture-text: #6d6862;
    --mlya-furniture-muted: #9d9891;
    --mlya-furniture-border: rgba(40, 37, 33, 0.12);

    --mlya-furniture-font-title: "Playfair Display", Georgia, serif;
    --mlya-furniture-font-body: "DM Sans", Arial, sans-serif;

    --mlya-furniture-container: 1200px;

    --mlya-furniture-radius-sm: 12px;
    --mlya-furniture-radius-md: 24px;
    --mlya-furniture-radius-lg: 38px;
    --mlya-furniture-radius-pill: 999px;

    --mlya-furniture-shadow-sm:
        0 12px 35px rgba(40, 37, 33, 0.08);

    --mlya-furniture-shadow-md:
        0 24px 70px rgba(40, 37, 33, 0.16);

    --mlya-furniture-shadow-lg:
        0 38px 110px rgba(40, 37, 33, 0.25);

    --mlya-furniture-transition: all 0.3s ease;
}

/* =========================================================
   RESET Y BASE
========================================================= */

.mlya-furniture-section,
.mlya-furniture-section *,
.mlya-furniture-header,
.mlya-furniture-header *,
.mlya-furniture-footer,
.mlya-furniture-footer * {
    box-sizing: border-box;
}

.mlya-furniture-section,
.mlya-furniture-header,
.mlya-furniture-footer {
    color: var(--mlya-furniture-text);
    font-family: var(--mlya-furniture-font-body);
}

.mlya-furniture-section img,
.mlya-furniture-header img,
.mlya-furniture-footer img {
    display: block;
    max-width: 100%;
}

.mlya-furniture-section a,
.mlya-furniture-header a,
.mlya-furniture-footer a {
    text-decoration: none;
}

.mlya-furniture-section h1,
.mlya-furniture-section h2,
.mlya-furniture-section h3,
.mlya-furniture-section h4,
.mlya-furniture-footer h2,
.mlya-furniture-footer h3 {
    margin-top: 0;
    color: var(--mlya-furniture-dark);
    font-family: var(--mlya-furniture-font-title);
    line-height: 1.08;
}

.mlya-furniture-section p,
.mlya-furniture-header p,
.mlya-furniture-footer p {
    line-height: 1.75;
}

.mlya-furniture-container {
    width: min(100% - 40px, var(--mlya-furniture-container));
    margin-inline: auto;
}

.mlya-furniture-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.mlya-furniture-section--white {
    background: var(--mlya-furniture-white);
}

.mlya-furniture-section--beige {
    background: var(--mlya-furniture-beige);
}

.mlya-furniture-section--sand {
    background: var(--mlya-furniture-sand);
}

.mlya-furniture-section--green {
    background: var(--mlya-furniture-green-soft);
}

.mlya-furniture-section--gray {
    background: var(--mlya-furniture-gray);
}

/* =========================================================
   UTILIDADES
========================================================= */

.mlya-furniture-grid {
    display: grid;
    gap: 30px;
}

.mlya-furniture-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlya-furniture-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlya-furniture-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlya-furniture-align-center {
    text-align: center;
}

.mlya-furniture-section-heading {
    margin-bottom: 58px;
}

.mlya-furniture-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 17px;
    color: var(--mlya-furniture-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-furniture-eyebrow::before {
    width: 38px;
    height: 2px;
    background: currentColor;
    content: "";
}

.mlya-furniture-align-center .mlya-furniture-eyebrow::after {
    width: 38px;
    height: 2px;
    background: currentColor;
    content: "";
}

.mlya-furniture-title {
    max-width: 950px;
    margin-bottom: 20px;
    font-size: clamp(46px, 5.3vw, 72px);
    font-weight: 700;
    letter-spacing: -1.6px;
}

.mlya-furniture-title--small {
    font-size: clamp(38px, 4.2vw, 58px);
}

.mlya-furniture-description {
    max-width: 780px;
    margin-bottom: 0;
    font-size: 16px;
}

.mlya-furniture-align-center .mlya-furniture-title,
.mlya-furniture-align-center .mlya-furniture-description {
    margin-right: auto;
    margin-left: auto;
}

/* =========================================================
   BOTONES
========================================================= */

.mlya-furniture-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.mlya-furniture-button {
    display: inline-flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 15px 28px;
    border: 1px solid transparent;
    border-radius: var(--mlya-furniture-radius-pill);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: var(--mlya-furniture-transition);
    cursor: pointer;
}

.mlya-furniture-button:hover {
    transform: translateY(-3px);
}

.mlya-furniture-button--primary {
    background: var(--mlya-furniture-primary);
    color: var(--mlya-furniture-white);
    box-shadow: 0 15px 35px rgba(155, 107, 67, 0.28);
}

.mlya-furniture-button--primary:hover {
    background: var(--mlya-furniture-primary-dark);
    color: var(--mlya-furniture-white);
}

.mlya-furniture-button--secondary {
    background: var(--mlya-furniture-secondary);
    color: var(--mlya-furniture-white);
}

.mlya-furniture-button--secondary:hover {
    background: var(--mlya-furniture-secondary-dark);
    color: var(--mlya-furniture-white);
}

.mlya-furniture-button--outline {
    border-color: var(--mlya-furniture-primary);
    background: transparent;
    color: var(--mlya-furniture-primary-dark);
}

.mlya-furniture-button--outline:hover {
    background: var(--mlya-furniture-primary);
    color: var(--mlya-furniture-white);
}

.mlya-furniture-button--light {
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.12);
    color: var(--mlya-furniture-white);
}

.mlya-furniture-button--light:hover {
    background: var(--mlya-furniture-white);
    color: var(--mlya-furniture-dark);
}

/* =========================================================
   ICONOS
========================================================= */

.mlya-furniture-icon {
    display: inline-flex;
    width: 61px;
    height: 61px;
    flex: 0 0 61px;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    background: var(--mlya-furniture-beige);
    color: var(--mlya-furniture-primary-dark);
    font-size: 25px;
}

/* =========================================================
   HEADER
========================================================= */

.mlya-furniture-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--mlya-furniture-border);
    background: rgba(255, 255, 255, 0.98);
}

.mlya-furniture-header__top {
    padding: 9px 0;
    background: var(--mlya-furniture-secondary-dark);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.mlya-furniture-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mlya-furniture-header__top-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mlya-furniture-header__top a {
    color: inherit;
}

.mlya-furniture-header__main {
    padding: 18px 0;
}

.mlya-furniture-header__inner {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mlya-furniture-logo {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.mlya-furniture-logo__symbol {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            var(--mlya-furniture-primary),
            var(--mlya-furniture-secondary)
        );
    color: var(--mlya-furniture-white);
    font-size: 27px;
}

.mlya-furniture-logo__text {
    display: flex;
    flex-direction: column;
}

.mlya-furniture-logo__name {
    color: var(--mlya-furniture-dark);
    font-family: var(--mlya-furniture-font-title);
    font-size: 27px;
    font-weight: 700;
    line-height: 0.95;
}

.mlya-furniture-logo__tagline {
    margin-top: 7px;
    color: var(--mlya-furniture-primary-dark);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mlya-furniture-nav {
    display: flex;
    align-items: center;
    gap: 21px;
}

.mlya-furniture-nav a:not(.mlya-furniture-button) {
    position: relative;
    padding: 10px 0;
    color: var(--mlya-furniture-dark);
    font-size: 12px;
    font-weight: 700;
    transition: var(--mlya-furniture-transition);
}

.mlya-furniture-nav a:not(.mlya-furniture-button)::after {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto;
    background: var(--mlya-furniture-primary);
    content: "";
    transition: var(--mlya-furniture-transition);
}

.mlya-furniture-nav a:not(.mlya-furniture-button):hover {
    color: var(--mlya-furniture-primary-dark);
}

.mlya-furniture-nav a:not(.mlya-furniture-button):hover::after {
    width: 100%;
}

.mlya-furniture-menu-toggle {
    display: none;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    background: var(--mlya-furniture-beige);
    color: var(--mlya-furniture-dark);
    font-size: 21px;
    cursor: pointer;
}

/* =========================================================
   HERO
========================================================= */

.mlya-furniture-hero {
    position: relative;
    display: flex;
    min-height: 820px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(32, 42, 37, 0.97) 0%,
            rgba(32, 42, 37, 0.82) 44%,
            rgba(32, 42, 37, 0.26) 76%,
            rgba(32, 42, 37, 0.03) 100%
        ),
        url("https://images.pexels.com/photos/1571460/pexels-photo-1571460.jpeg?auto=compress&cs=tinysrgb&w=2000")
        center/cover no-repeat;
}

.mlya-furniture-hero::before {
    position: absolute;
    top: -180px;
    right: 8%;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    content: "";
}

.mlya-furniture-hero::after {
    position: absolute;
    right: -190px;
    bottom: -250px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: rgba(155, 107, 67, 0.16);
    content: "";
}

.mlya-furniture-hero__content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 130px 0;
}

.mlya-furniture-hero .mlya-furniture-eyebrow {
    color: var(--mlya-furniture-primary-light);
}

.mlya-furniture-hero__title {
    max-width: 900px;
    margin-bottom: 26px;
    color: var(--mlya-furniture-white);
    font-size: clamp(60px, 7.4vw, 100px);
    font-weight: 700;
    letter-spacing: -3px;
}

.mlya-furniture-hero__title span {
    color: var(--mlya-furniture-primary-light);
    font-style: italic;
}

.mlya-furniture-hero__description {
    max-width: 720px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.87);
    font-size: 18px;
}

.mlya-furniture-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 43px;
}

.mlya-furniture-hero__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.77);
    font-size: 13px;
}

.mlya-furniture-hero__detail-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-furniture-primary);
    color: var(--mlya-furniture-white);
    font-size: 12px;
}

.mlya-furniture-hero__detail strong {
    display: block;
    color: var(--mlya-furniture-white);
    font-size: 14px;
}

/* =========================================================
   BENEFICIOS
========================================================= */

.mlya-furniture-benefits {
    position: relative;
    z-index: 5;
    margin-top: -60px;
}

.mlya-furniture-benefits__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--mlya-furniture-radius-md);
    background: var(--mlya-furniture-white);
    box-shadow: var(--mlya-furniture-shadow-md);
}

.mlya-furniture-benefit {
    display: flex;
    min-height: 128px;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border-right: 1px solid var(--mlya-furniture-border);
    transition: var(--mlya-furniture-transition);
}

.mlya-furniture-benefit:last-child {
    border-right: 0;
}

.mlya-furniture-benefit:hover {
    background: var(--mlya-furniture-beige);
}

.mlya-furniture-benefit h3 {
    margin-bottom: 5px;
    font-family: var(--mlya-furniture-font-body);
    font-size: 14px;
    font-weight: 800;
}

.mlya-furniture-benefit p {
    margin: 0;
    color: var(--mlya-furniture-muted);
    font-size: 12px;
    line-height: 1.5;
}

/* =========================================================
   SOBRE NOSOTROS
========================================================= */

.mlya-furniture-about__media {
    position: relative;
    min-height: 630px;
}

.mlya-furniture-about__image-main {
    width: 83%;
    height: 575px;
    overflow: hidden;
    border-radius: 38px;
    background: var(--mlya-furniture-beige);
    box-shadow: var(--mlya-furniture-shadow-md);
}

.mlya-furniture-about__image-main img,
.mlya-furniture-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-furniture-about__image-small {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 49%;
    height: 265px;
    overflow: hidden;
    border: 9px solid var(--mlya-furniture-white);
    border-radius: 27px;
    background: var(--mlya-furniture-green-soft);
    box-shadow: var(--mlya-furniture-shadow-md);
}

.mlya-furniture-about__badge {
    position: absolute;
    top: 45px;
    right: 0;
    display: flex;
    width: 154px;
    height: 154px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            var(--mlya-furniture-primary),
            var(--mlya-furniture-secondary)
        );
    color: var(--mlya-furniture-white);
    text-align: center;
    box-shadow: var(--mlya-furniture-shadow-md);
}

.mlya-furniture-about__badge strong {
    font-family: var(--mlya-furniture-font-title);
    font-size: 41px;
    font-weight: 700;
    line-height: 0.9;
}

.mlya-furniture-about__badge span {
    max-width: 105px;
    margin-top: 8px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.mlya-furniture-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.mlya-furniture-about__list {
    display: grid;
    gap: 18px;
    margin: 30px 0 35px;
}

.mlya-furniture-about__list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-furniture-check {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-furniture-green);
    color: var(--mlya-furniture-white);
    font-size: 12px;
}

.mlya-furniture-about__list-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-furniture-dark);
    font-size: 14px;
}

.mlya-furniture-about__list-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   SERVICIOS Y COLECCIONES
========================================================= */

.mlya-furniture-service,
.mlya-furniture-product,
.mlya-furniture-testimonial {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 35px;
    border: 1px solid var(--mlya-furniture-border);
    border-radius: var(--mlya-furniture-radius-md);
    background: var(--mlya-furniture-white);
    box-shadow: var(--mlya-furniture-shadow-sm);
    transition: var(--mlya-furniture-transition);
}

.mlya-furniture-service:hover,
.mlya-furniture-product:hover {
    border-color: rgba(155, 107, 67, 0.4);
    box-shadow: var(--mlya-furniture-shadow-md);
    transform: translateY(-7px);
}

.mlya-furniture-service .mlya-furniture-icon {
    margin-bottom: 22px;
}

.mlya-furniture-service h3,
.mlya-furniture-product h3 {
    margin-bottom: 12px;
    font-size: 29px;
}

.mlya-furniture-service p,
.mlya-furniture-product p {
    flex: 1;
    margin-bottom: 18px;
    font-size: 13px;
}

.mlya-furniture-service__link {
    color: var(--mlya-furniture-primary-dark);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.mlya-furniture-category {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: var(--mlya-furniture-radius-md);
    background: var(--mlya-furniture-dark);
    box-shadow: var(--mlya-furniture-shadow-sm);
}

.mlya-furniture-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-furniture-category::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(40, 37, 33, 0.97),
            rgba(40, 37, 33, 0.05)
        );
    content: "";
}

.mlya-furniture-category:hover img {
    transform: scale(1.08);
}

.mlya-furniture-category__content {
    position: absolute;
    z-index: 2;
    right: 28px;
    bottom: 28px;
    left: 28px;
}

.mlya-furniture-category__tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: var(--mlya-furniture-radius-pill);
    background: var(--mlya-furniture-primary);
    color: var(--mlya-furniture-white);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.mlya-furniture-category h3 {
    margin-bottom: 9px;
    color: var(--mlya-furniture-white);
    font-size: 33px;
}

.mlya-furniture-category p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
}

/* =========================================================
   DISEÑO PERSONALIZADO
========================================================= */

.mlya-furniture-custom {
    background:
        linear-gradient(
            rgba(32, 42, 37, 0.84),
            rgba(32, 42, 37, 0.95)
        ),
        url("https://images.pexels.com/photos/5974331/pexels-photo-5974331.jpeg?auto=compress&cs=tinysrgb&w=2000")
        center/cover fixed no-repeat;
}

.mlya-furniture-custom__box {
    max-width: 850px;
    margin-left: auto;
    padding: 68px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--mlya-furniture-radius-lg);
    background: rgba(32, 42, 37, 0.74);
    backdrop-filter: blur(12px);
}

.mlya-furniture-custom .mlya-furniture-title {
    color: var(--mlya-furniture-white);
}

.mlya-furniture-custom .mlya-furniture-description {
    color: rgba(255, 255, 255, 0.78);
}

.mlya-furniture-custom__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0;
}

.mlya-furniture-custom__item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--mlya-furniture-white);
    font-size: 13px;
}

.mlya-furniture-custom__item .mlya-furniture-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-furniture-primary-light);
}

/* =========================================================
   PROCESO
========================================================= */

.mlya-furniture-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.mlya-furniture-process::before {
    position: absolute;
    top: 43px;
    right: 12%;
    left: 12%;
    height: 2px;
    background: var(--mlya-furniture-border);
    content: "";
}

.mlya-furniture-process__item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mlya-furniture-process__number {
    display: flex;
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
    align-items: center;
    justify-content: center;
    border: 8px solid var(--mlya-furniture-beige);
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            var(--mlya-furniture-primary),
            var(--mlya-furniture-secondary)
        );
    color: var(--mlya-furniture-white);
    font-family: var(--mlya-furniture-font-title);
    font-size: 28px;
    font-weight: 700;
    box-shadow: var(--mlya-furniture-shadow-sm);
}

.mlya-furniture-process__item h3 {
    margin-bottom: 10px;
    font-size: 27px;
}

.mlya-furniture-process__item p {
    margin: 0;
    font-size: 12px;
}

/* =========================================================
   ESTADÍSTICAS
========================================================= */

.mlya-furniture-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--mlya-furniture-radius-lg);
    background:
        linear-gradient(
            135deg,
            var(--mlya-furniture-secondary-dark),
            var(--mlya-furniture-primary-dark)
        );
    box-shadow: var(--mlya-furniture-shadow-md);
}

.mlya-furniture-stat {
    min-height: 190px;
    padding: 38px 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
}

.mlya-furniture-stat:last-child {
    border-right: 0;
}

.mlya-furniture-stat strong {
    display: block;
    margin-bottom: 9px;
    color: var(--mlya-furniture-primary-light);
    font-family: var(--mlya-furniture-font-title);
    font-size: 50px;
    font-weight: 700;
}

.mlya-furniture-stat span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.mlya-furniture-testimonial__stars {
    margin-bottom: 18px;
    color: var(--mlya-furniture-accent);
    letter-spacing: 3px;
}

.mlya-furniture-testimonial__quote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--mlya-furniture-dark);
    font-family: var(--mlya-furniture-font-title);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.mlya-furniture-testimonial__client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--mlya-furniture-border);
}

.mlya-furniture-testimonial__client img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.mlya-furniture-testimonial__client strong {
    display: block;
    color: var(--mlya-furniture-dark);
    font-size: 13px;
}

.mlya-furniture-testimonial__client span {
    font-size: 11px;
}

/* =========================================================
   CTA
========================================================= */

.mlya-furniture-cta {
    overflow: hidden;
    border-radius: var(--mlya-furniture-radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(111, 72, 44, 0.98),
            rgba(32, 42, 37, 0.9) 56%,
            rgba(32, 42, 37, 0.12)
        ),
        url("https://images.pexels.com/photos/1350789/pexels-photo-1350789.jpeg?auto=compress&cs=tinysrgb&w=1800")
        center right/cover no-repeat;
    box-shadow: var(--mlya-furniture-shadow-md);
}

.mlya-furniture-cta__content {
    max-width: 760px;
    padding: 82px 72px;
}

.mlya-furniture-cta__label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mlya-furniture-primary-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-furniture-cta h2 {
    margin-bottom: 20px;
    color: var(--mlya-furniture-white);
    font-size: clamp(45px, 5vw, 66px);
}

.mlya-furniture-cta p {
    margin-bottom: 29px;
    color: rgba(255, 255, 255, 0.86);
}

/* =========================================================
   FORMULARIO
========================================================= */

.mlya-furniture-request {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    border-radius: var(--mlya-furniture-radius-lg);
    background: var(--mlya-furniture-white);
    box-shadow: var(--mlya-furniture-shadow-md);
}

.mlya-furniture-request__info {
    padding: 62px 50px;
    background:
        linear-gradient(
            rgba(32, 42, 37, 0.93),
            rgba(32, 42, 37, 0.93)
        ),
        url("https://images.pexels.com/photos/5974331/pexels-photo-5974331.jpeg?auto=compress&cs=tinysrgb&w=1000")
        center/cover no-repeat;
    color: rgba(255, 255, 255, 0.8);
}

.mlya-furniture-request__info h2 {
    color: var(--mlya-furniture-white);
    font-size: 48px;
}

.mlya-furniture-request__details {
    display: grid;
    gap: 24px;
    margin-top: 35px;
}

.mlya-furniture-request__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mlya-furniture-request__detail .mlya-furniture-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-furniture-primary-light);
}

.mlya-furniture-request__detail strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mlya-furniture-white);
    font-size: 13px;
}

.mlya-furniture-request__detail p,
.mlya-furniture-request__detail a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.6;
}

.mlya-furniture-request__form {
    padding: 62px 56px;
}

.mlya-furniture-request__form h3 {
    margin-bottom: 7px;
    font-size: 39px;
}

.mlya-furniture-request__form > p {
    margin: 0 0 28px;
    font-size: 13px;
}

.mlya-furniture-form {
    display: grid;
    gap: 18px;
}

.mlya-furniture-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mlya-furniture-field {
    display: grid;
    gap: 7px;
}

.mlya-furniture-field label {
    color: var(--mlya-furniture-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.mlya-furniture-field input,
.mlya-furniture-field select,
.mlya-furniture-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    border: 1px solid var(--mlya-furniture-border);
    border-radius: var(--mlya-furniture-radius-sm);
    outline: none;
    background: var(--mlya-furniture-gray);
    color: var(--mlya-furniture-dark);
    font-family: var(--mlya-furniture-font-body);
    font-size: 13px;
    transition: var(--mlya-furniture-transition);
}

.mlya-furniture-field textarea {
    min-height: 125px;
    resize: vertical;
}

.mlya-furniture-field input:focus,
.mlya-furniture-field select:focus,
.mlya-furniture-field textarea:focus {
    border-color: var(--mlya-furniture-primary);
    background: var(--mlya-furniture-white);
    box-shadow: 0 0 0 3px rgba(155, 107, 67, 0.11);
}

/* =========================================================
   GRAVITY FORMS
========================================================= */

.mlya-furniture-gravity-form .gform_wrapper {
    margin: 0;
}

.mlya-furniture-gravity-form .gform_fields {
    gap: 18px;
}

.mlya-furniture-gravity-form input,
.mlya-furniture-gravity-form select,
.mlya-furniture-gravity-form textarea {
    border: 1px solid var(--mlya-furniture-border) !important;
    border-radius: var(--mlya-furniture-radius-sm) !important;
    background: var(--mlya-furniture-gray) !important;
    color: var(--mlya-furniture-dark) !important;
}

.mlya-furniture-gravity-form .gfield_label {
    color: var(--mlya-furniture-dark) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.mlya-furniture-gravity-form .gform_button {
    min-height: 54px !important;
    padding: 14px 28px !important;
    border: 0 !important;
    border-radius: var(--mlya-furniture-radius-pill) !important;
    background: var(--mlya-furniture-primary) !important;
    color: var(--mlya-furniture-white) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    cursor: pointer;
}

/* =========================================================
   FAQ
========================================================= */

.mlya-furniture-faq {
    display: grid;
    max-width: 900px;
    margin: auto;
    gap: 13px;
}

.mlya-furniture-faq details {
    overflow: hidden;
    border: 1px solid var(--mlya-furniture-border);
    border-radius: var(--mlya-furniture-radius-sm);
    background: var(--mlya-furniture-white);
}

.mlya-furniture-faq summary {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 23px;
    color: var(--mlya-furniture-dark);
    font-size: 14px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

.mlya-furniture-faq summary::-webkit-details-marker {
    display: none;
}

.mlya-furniture-faq summary::after {
    color: var(--mlya-furniture-primary);
    content: "+";
    font-family: var(--mlya-furniture-font-title);
    font-size: 28px;
}

.mlya-furniture-faq details[open] summary::after {
    content: "−";
}

.mlya-furniture-faq details p {
    margin: 0;
    padding: 0 23px 23px;
    font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */

.mlya-furniture-footer {
    background: #202a25;
    color: rgba(255, 255, 255, 0.65);
}

.mlya-furniture-footer__main {
    padding: 82px 0 56px;
}

.mlya-furniture-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.95fr 1.1fr;
    gap: 50px;
}

.mlya-furniture-footer .mlya-furniture-logo__name {
    color: var(--mlya-furniture-white);
}

.mlya-furniture-footer__about {
    max-width: 345px;
    margin: 24px 0;
    font-size: 12px;
}

.mlya-furniture-footer h3 {
    margin-bottom: 23px;
    color: var(--mlya-furniture-white);
    font-family: var(--mlya-furniture-font-body);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-furniture-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlya-furniture-footer__links a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    transition: var(--mlya-furniture-transition);
}

.mlya-furniture-footer__links a:hover {
    color: var(--mlya-furniture-primary-light);
    padding-left: 4px;
}

.mlya-furniture-footer__contact {
    display: grid;
    gap: 15px;
}

.mlya-furniture-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
    line-height: 1.7;
}

.mlya-furniture-footer__contact-item a {
    color: inherit;
}

.mlya-furniture-social {
    display: flex;
    gap: 9px;
}

.mlya-furniture-social a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: var(--mlya-furniture-white);
    transition: var(--mlya-furniture-transition);
}

.mlya-furniture-social a:hover {
    border-color: var(--mlya-furniture-primary);
    background: var(--mlya-furniture-primary);
}

.mlya-furniture-footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mlya-furniture-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

.mlya-furniture-footer__bottom a {
    color: var(--mlya-furniture-primary-light);
}

/* =========================================================
   WHATSAPP
========================================================= */

.mlya-furniture-whatsapp {
    position: fixed;
    z-index: 999;
    right: 22px;
    bottom: 22px;
    display: flex;
    width: 59px;
    height: 59px;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--mlya-furniture-white);
    border-radius: 50%;
    background: #25d366;
    color: var(--mlya-furniture-white);
    font-size: 27px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    transition: var(--mlya-furniture-transition);
}

.mlya-furniture-whatsapp:hover {
    color: var(--mlya-furniture-white);
    transform: scale(1.08) translateY(-3px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .mlya-furniture-nav {
        gap: 14px;
    }

    .mlya-furniture-nav a:not(.mlya-furniture-button) {
        font-size: 11px;
    }

    .mlya-furniture-benefits__inner,
    .mlya-furniture-grid--4,
    .mlya-furniture-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-furniture-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-furniture-stat:nth-child(2) {
        border-right: 0;
    }

    .mlya-furniture-stat:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }
}

@media (max-width: 900px) {
    .mlya-furniture-header__top {
        display: none;
    }

    .mlya-furniture-header__inner {
        position: relative;
    }

    .mlya-furniture-nav {
        display: none;
    }

    .mlya-furniture-nav.mlya-furniture-nav--open {
        position: absolute;
        top: calc(100% + 18px);
        right: 0;
        left: 0;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 18px;
        border: 1px solid var(--mlya-furniture-border);
        border-radius: var(--mlya-furniture-radius-md);
        background: var(--mlya-furniture-white);
        box-shadow: var(--mlya-furniture-shadow-md);
    }

    .mlya-furniture-nav.mlya-furniture-nav--open
    a:not(.mlya-furniture-button) {
        padding: 13px 10px;
        border-bottom: 1px solid var(--mlya-furniture-border);
    }

    .mlya-furniture-nav.mlya-furniture-nav--open
    .mlya-furniture-button {
        margin-top: 15px;
    }

    .mlya-furniture-menu-toggle {
        display: inline-flex;
    }

    .mlya-furniture-grid--2,
    .mlya-furniture-grid--3 {
        grid-template-columns: 1fr;
    }

    .mlya-furniture-about__content {
        padding: 40px 0 0;
    }

    .mlya-furniture-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-furniture-process::before {
        display: none;
    }

    .mlya-furniture-request {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .mlya-furniture-container {
        width: min(100% - 28px, var(--mlya-furniture-container));
    }

    .mlya-furniture-section {
        padding: 68px 0;
    }

    .mlya-furniture-title {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .mlya-furniture-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .mlya-furniture-button {
        width: 100%;
    }

    .mlya-furniture-logo__symbol {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .mlya-furniture-logo__name {
        font-size: 22px;
    }

    .mlya-furniture-logo__tagline {
        font-size: 7px;
    }

    .mlya-furniture-hero {
        min-height: 760px;
        background:
            linear-gradient(
                rgba(32, 42, 37, 0.9),
                rgba(32, 42, 37, 0.97)
            ),
            url("https://images.pexels.com/photos/1571460/pexels-photo-1571460.jpeg?auto=compress&cs=tinysrgb&w=1200")
            center/cover no-repeat;
    }

    .mlya-furniture-hero__content {
        padding: 95px 0;
    }

    .mlya-furniture-hero__title {
        font-size: 51px;
        letter-spacing: -2px;
    }

    .mlya-furniture-hero__description {
        font-size: 16px;
    }

    .mlya-furniture-hero__details {
        display: grid;
        gap: 17px;
    }

    .mlya-furniture-benefits {
        margin-top: -34px;
    }

    .mlya-furniture-benefits__inner,
    .mlya-furniture-grid--4,
    .mlya-furniture-process,
    .mlya-furniture-stats {
        grid-template-columns: 1fr;
    }

    .mlya-furniture-benefit {
        border-right: 0;
        border-bottom: 1px solid var(--mlya-furniture-border);
    }

    .mlya-furniture-about__media {
        min-height: 505px;
    }

    .mlya-furniture-about__image-main {
        width: 89%;
        height: 440px;
    }

    .mlya-furniture-about__image-small {
        height: 190px;
    }

    .mlya-furniture-about__badge {
        top: 25px;
        width: 120px;
        height: 120px;
    }

    .mlya-furniture-custom {
        background-attachment: scroll;
    }

    .mlya-furniture-custom__box {
        padding: 40px 24px;
    }

    .mlya-furniture-custom__items {
        grid-template-columns: 1fr;
    }

    .mlya-furniture-stat {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .mlya-furniture-cta {
        background:
            linear-gradient(
                rgba(111, 72, 44, 0.94),
                rgba(32, 42, 37, 0.96)
            ),
            url("https://images.pexels.com/photos/1350789/pexels-photo-1350789.jpeg?auto=compress&cs=tinysrgb&w=1000")
            center/cover no-repeat;
    }

    .mlya-furniture-cta__content,
    .mlya-furniture-request__info,
    .mlya-furniture-request__form {
        padding: 46px 24px;
    }

    .mlya-furniture-cta__content {
        text-align: center;
    }

    .mlya-furniture-form__row {
        grid-template-columns: 1fr;
    }

    .mlya-furniture-footer__grid {
        grid-template-columns: 1fr;
    }

    .mlya-furniture-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */