.elementor-2365 .elementor-element.elementor-element-4ae7a71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-042501e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-478efe9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-0b686fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-d87428b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-915a5ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-7f0d929{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-43e0a92{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-70d7f86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-7f50038{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-4f30317{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-2624237{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-8354663{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2365 .elementor-element.elementor-element-0e69af7{--display:flex;}.elementor-2365 .elementor-element.elementor-element-2925211{text-align:center;}.elementor-2365 .elementor-element.elementor-element-557bb82{--spacer-size:50px;}/* Start custom CSS *//* =========================================================
   MILANDINGYA.ONLINE
   DEMO UNIVERSAL: FOTÓGRAFO
   Prefijo exclusivo: mlya-photo-
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,600&display=swap');

:root {
    --mlya-photo-primary: #b47b5b;
    --mlya-photo-primary-dark: #75452e;
    --mlya-photo-primary-light: #ddb89e;

    --mlya-photo-secondary: #d7b56d;
    --mlya-photo-secondary-dark: #987331;

    --mlya-photo-cream: #f8f3ed;
    --mlya-photo-sand: #eee2d5;
    --mlya-photo-white: #ffffff;
    --mlya-photo-dark: #1c1917;
    --mlya-photo-dark-soft: #2d2926;
    --mlya-photo-text: #6a625d;
    --mlya-photo-muted: #978e88;
    --mlya-photo-border: rgba(117, 69, 46, 0.14);

    --mlya-photo-font-title: "Playfair Display", Georgia, serif;
    --mlya-photo-font-body: "DM Sans", Arial, sans-serif;

    --mlya-photo-container: 1200px;

    --mlya-photo-radius-sm: 12px;
    --mlya-photo-radius-md: 22px;
    --mlya-photo-radius-lg: 34px;
    --mlya-photo-radius-pill: 999px;

    --mlya-photo-shadow-sm: 0 10px 30px rgba(38, 28, 23, 0.08);
    --mlya-photo-shadow-md: 0 22px 60px rgba(38, 28, 23, 0.14);
    --mlya-photo-shadow-lg: 0 30px 90px rgba(38, 28, 23, 0.2);

    --mlya-photo-transition: all 0.3s ease;
}

/* =========================================================
   RESET GENERAL
========================================================= */

.mlya-photo-section,
.mlya-photo-section *,
.mlya-photo-header,
.mlya-photo-header *,
.mlya-photo-footer,
.mlya-photo-footer * {
    box-sizing: border-box;
}

.mlya-photo-section,
.mlya-photo-header,
.mlya-photo-footer {
    font-family: var(--mlya-photo-font-body);
    color: var(--mlya-photo-text);
}

.mlya-photo-section img,
.mlya-photo-header img,
.mlya-photo-footer img {
    display: block;
    max-width: 100%;
}

.mlya-photo-section a,
.mlya-photo-header a,
.mlya-photo-footer a {
    text-decoration: none;
}

.mlya-photo-section h1,
.mlya-photo-section h2,
.mlya-photo-section h3,
.mlya-photo-section h4,
.mlya-photo-header h1,
.mlya-photo-footer h2,
.mlya-photo-footer h3 {
    margin-top: 0;
    color: var(--mlya-photo-dark);
    font-family: var(--mlya-photo-font-title);
    line-height: 1.08;
}

.mlya-photo-section p,
.mlya-photo-header p,
.mlya-photo-footer p {
    line-height: 1.75;
}

.mlya-photo-container {
    width: min(100% - 40px, var(--mlya-photo-container));
    margin-inline: auto;
}

.mlya-photo-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.mlya-photo-section--white {
    background: var(--mlya-photo-white);
}

.mlya-photo-section--cream {
    background: var(--mlya-photo-cream);
}

.mlya-photo-section--sand {
    background: var(--mlya-photo-sand);
}

.mlya-photo-section--dark {
    background: var(--mlya-photo-dark);
    color: rgba(255, 255, 255, 0.76);
}

/* =========================================================
   UTILIDADES
========================================================= */

.mlya-photo-grid {
    display: grid;
    gap: 30px;
}

.mlya-photo-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlya-photo-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlya-photo-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlya-photo-align-center {
    text-align: center;
}

.mlya-photo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--mlya-photo-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.mlya-photo-eyebrow::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-photo-align-center .mlya-photo-eyebrow::after {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-photo-title {
    max-width: 880px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 600;
}

.mlya-photo-title--small {
    font-size: clamp(36px, 4vw, 54px);
}

.mlya-photo-align-center .mlya-photo-title,
.mlya-photo-align-center .mlya-photo-description {
    margin-right: auto;
    margin-left: auto;
}

.mlya-photo-description {
    max-width: 740px;
    margin-bottom: 0;
    font-size: 16px;
}

.mlya-photo-section-heading {
    margin-bottom: 55px;
}

/* =========================================================
   BOTONES
========================================================= */

.mlya-photo-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.mlya-photo-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: var(--mlya-photo-radius-pill);
    font-family: var(--mlya-photo-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: var(--mlya-photo-transition);
    cursor: pointer;
}

.mlya-photo-button--primary {
    background: var(--mlya-photo-primary);
    color: var(--mlya-photo-white);
    box-shadow: 0 12px 30px rgba(180, 123, 91, 0.28);
}

.mlya-photo-button--primary:hover {
    background: var(--mlya-photo-primary-dark);
    color: var(--mlya-photo-white);
    transform: translateY(-3px);
}

.mlya-photo-button--gold {
    background: var(--mlya-photo-secondary);
    color: var(--mlya-photo-dark);
}

.mlya-photo-button--gold:hover {
    background: var(--mlya-photo-secondary-dark);
    color: var(--mlya-photo-white);
    transform: translateY(-3px);
}

.mlya-photo-button--outline {
    border-color: var(--mlya-photo-primary);
    background: transparent;
    color: var(--mlya-photo-primary-dark);
}

.mlya-photo-button--outline:hover {
    background: var(--mlya-photo-primary);
    color: var(--mlya-photo-white);
    transform: translateY(-3px);
}

.mlya-photo-button--light {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-photo-white);
    backdrop-filter: blur(8px);
}

.mlya-photo-button--light:hover {
    border-color: var(--mlya-photo-white);
    background: var(--mlya-photo-white);
    color: var(--mlya-photo-dark);
}

/* =========================================================
   ICONOS
========================================================= */

.mlya-photo-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-photo-sand);
    color: var(--mlya-photo-primary-dark);
    font-size: 23px;
}

/* =========================================================
   HEADER
========================================================= */

.mlya-photo-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--mlya-photo-border);
    background: rgba(255, 255, 255, 0.97);
}

.mlya-photo-header__top {
    padding: 9px 0;
    background: var(--mlya-photo-dark);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.mlya-photo-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mlya-photo-header__top-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mlya-photo-header__top a {
    color: inherit;
}

.mlya-photo-header__main {
    padding: 18px 0;
}

.mlya-photo-header__inner {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mlya-photo-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.mlya-photo-logo__symbol {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-photo-primary-dark);
    color: var(--mlya-photo-white);
    font-size: 23px;
}

.mlya-photo-logo__text {
    display: flex;
    flex-direction: column;
}

.mlya-photo-logo__name {
    color: var(--mlya-photo-dark);
    font-family: var(--mlya-photo-font-title);
    font-size: 27px;
    font-weight: 700;
    line-height: 0.95;
}

.mlya-photo-logo__tagline {
    margin-top: 6px;
    color: var(--mlya-photo-primary);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-photo-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.mlya-photo-nav a:not(.mlya-photo-button) {
    position: relative;
    padding: 10px 0;
    color: var(--mlya-photo-dark);
    font-size: 13px;
    font-weight: 600;
    transition: var(--mlya-photo-transition);
}

.mlya-photo-nav a:not(.mlya-photo-button)::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1px;
    margin: auto;
    background: var(--mlya-photo-primary);
    content: "";
    transition: var(--mlya-photo-transition);
}

.mlya-photo-nav a:not(.mlya-photo-button):hover {
    color: var(--mlya-photo-primary);
}

.mlya-photo-nav a:not(.mlya-photo-button):hover::after {
    width: 100%;
}

.mlya-photo-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--mlya-photo-sand);
    color: var(--mlya-photo-dark);
    font-size: 21px;
}

/* =========================================================
   HERO
========================================================= */

.mlya-photo-hero {
    position: relative;
    display: flex;
    min-height: 780px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(28, 25, 23, 0.95) 0%,
            rgba(28, 25, 23, 0.79) 43%,
            rgba(28, 25, 23, 0.22) 74%,
            rgba(28, 25, 23, 0.04) 100%
        ),
        url("https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=2000&q=85")
        center/cover no-repeat;
}

.mlya-photo-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 125px 0;
}

.mlya-photo-hero .mlya-photo-eyebrow {
    color: var(--mlya-photo-primary-light);
}

.mlya-photo-hero__title {
    margin-bottom: 25px;
    color: var(--mlya-photo-white);
    font-size: clamp(58px, 7vw, 94px);
    font-weight: 600;
}

.mlya-photo-hero__title span {
    color: var(--mlya-photo-secondary);
    font-style: italic;
}

.mlya-photo-hero__description {
    max-width: 650px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

.mlya-photo-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 42px;
}

.mlya-photo-hero__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.mlya-photo-hero__detail strong {
    display: block;
    color: var(--mlya-photo-white);
    font-size: 14px;
}

/* =========================================================
   BENEFICIOS
========================================================= */

.mlya-photo-benefits {
    position: relative;
    z-index: 5;
    margin-top: -55px;
}

.mlya-photo-benefits__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--mlya-photo-radius-md);
    background: var(--mlya-photo-white);
    box-shadow: var(--mlya-photo-shadow-md);
}

.mlya-photo-benefit {
    display: flex;
    min-height: 120px;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border-right: 1px solid var(--mlya-photo-border);
}

.mlya-photo-benefit:last-child {
    border-right: 0;
}

.mlya-photo-benefit h3 {
    margin-bottom: 5px;
    font-family: var(--mlya-photo-font-body);
    font-size: 14px;
    font-weight: 700;
}

.mlya-photo-benefit p {
    margin: 0;
    color: var(--mlya-photo-muted);
    font-size: 12px;
    line-height: 1.5;
}

/* =========================================================
   SOBRE EL FOTÓGRAFO
========================================================= */

.mlya-photo-about__media {
    position: relative;
    min-height: 610px;
}

.mlya-photo-about__image-main {
    width: 83%;
    height: 560px;
    overflow: hidden;
    border-radius: 34px;
    background: var(--mlya-photo-sand);
    box-shadow: var(--mlya-photo-shadow-md);
}

.mlya-photo-about__image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-photo-about__image-small {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 49%;
    height: 255px;
    overflow: hidden;
    border: 9px solid var(--mlya-photo-cream);
    border-radius: 24px;
    background: var(--mlya-photo-sand);
    box-shadow: var(--mlya-photo-shadow-md);
}

.mlya-photo-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-photo-about__badge {
    position: absolute;
    top: 45px;
    right: 0;
    display: flex;
    width: 150px;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-photo-primary);
    color: var(--mlya-photo-white);
    text-align: center;
    box-shadow: var(--mlya-photo-shadow-md);
}

.mlya-photo-about__badge strong {
    font-family: var(--mlya-photo-font-title);
    font-size: 42px;
    line-height: 0.9;
}

.mlya-photo-about__badge span {
    max-width: 90px;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.mlya-photo-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.mlya-photo-about__list {
    display: grid;
    gap: 18px;
    margin: 30px 0 35px;
}

.mlya-photo-about__list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-photo-check {
    display: inline-flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-photo-primary);
    color: var(--mlya-photo-white);
    font-size: 12px;
}

.mlya-photo-about__list-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-photo-dark);
    font-size: 14px;
}

.mlya-photo-about__list-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   SERVICIOS
========================================================= */

.mlya-photo-service {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: var(--mlya-photo-radius-md);
    box-shadow: var(--mlya-photo-shadow-sm);
}

.mlya-photo-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-photo-service::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(28, 25, 23, 0.92),
        rgba(28, 25, 23, 0.08)
    );
    content: "";
}

.mlya-photo-service:hover img {
    transform: scale(1.08);
}

.mlya-photo-service__content {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 26px;
    left: 26px;
}

.mlya-photo-service h3 {
    margin-bottom: 9px;
    color: var(--mlya-photo-white);
    font-size: 31px;
}

.mlya-photo-service p {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}

.mlya-photo-service a {
    color: var(--mlya-photo-secondary);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

/* =========================================================
   PORTAFOLIO
========================================================= */

.mlya-photo-portfolio {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    grid-template-rows: repeat(2, 300px);
    gap: 16px;
}

.mlya-photo-portfolio__item {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-photo-radius-md);
}

.mlya-photo-portfolio__item:first-child {
    grid-row: span 2;
}

.mlya-photo-portfolio__item:last-child {
    grid-column: span 2;
}

.mlya-photo-portfolio__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-photo-portfolio__item::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(28, 25, 23, 0.8), transparent 55%);
    content: "";
    opacity: 0;
    transition: var(--mlya-photo-transition);
}

.mlya-photo-portfolio__item:hover img {
    transform: scale(1.08);
}

.mlya-photo-portfolio__item:hover::after {
    opacity: 1;
}

.mlya-photo-portfolio__caption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 22px;
    left: 22px;
    color: var(--mlya-photo-white);
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    transition: var(--mlya-photo-transition);
}

.mlya-photo-portfolio__item:hover .mlya-photo-portfolio__caption {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   EXPERIENCIA
========================================================= */

.mlya-photo-experience {
    background:
        linear-gradient(rgba(28, 25, 23, 0.83), rgba(28, 25, 23, 0.88)),
        url("https://images.unsplash.com/photo-1511285560929-80b456fea0bc?auto=format&fit=crop&w=2000&q=85")
        center/cover fixed no-repeat;
}

.mlya-photo-experience__box {
    max-width: 780px;
    padding: 65px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--mlya-photo-radius-lg);
    background: rgba(28, 25, 23, 0.68);
    backdrop-filter: blur(13px);
}

.mlya-photo-experience .mlya-photo-title {
    color: var(--mlya-photo-white);
}

.mlya-photo-experience .mlya-photo-description {
    color: rgba(255, 255, 255, 0.76);
}

.mlya-photo-experience__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0;
}

.mlya-photo-experience__item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--mlya-photo-white);
    font-size: 13px;
}

.mlya-photo-experience__item .mlya-photo-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-photo-secondary);
}

/* =========================================================
   PAQUETES
========================================================= */

.mlya-photo-package {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 38px 32px;
    border: 1px solid var(--mlya-photo-border);
    border-radius: var(--mlya-photo-radius-md);
    background: var(--mlya-photo-white);
    transition: var(--mlya-photo-transition);
}

.mlya-photo-package:hover {
    border-color: rgba(180, 123, 91, 0.42);
    box-shadow: var(--mlya-photo-shadow-md);
    transform: translateY(-7px);
}

.mlya-photo-package--featured {
    border-color: var(--mlya-photo-primary);
    background: var(--mlya-photo-primary-dark);
    color: rgba(255, 255, 255, 0.77);
    box-shadow: var(--mlya-photo-shadow-md);
    transform: translateY(-14px);
}

.mlya-photo-package__label {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 12px;
    border-radius: var(--mlya-photo-radius-pill);
    background: var(--mlya-photo-secondary);
    color: var(--mlya-photo-dark);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.mlya-photo-package h3 {
    margin-bottom: 13px;
    font-size: 31px;
}

.mlya-photo-package--featured h3,
.mlya-photo-package--featured .mlya-photo-package__price {
    color: var(--mlya-photo-white);
}

.mlya-photo-package__subtitle {
    min-height: 44px;
    margin: 0 0 20px;
    font-size: 12px;
}

.mlya-photo-package__price {
    margin-bottom: 25px;
    color: var(--mlya-photo-primary-dark);
    font-family: var(--mlya-photo-font-title);
    font-size: 45px;
    font-weight: 700;
}

.mlya-photo-package__list {
    display: grid;
    gap: 14px;
    margin: 0 0 30px;
    padding: 25px 0 0;
    border-top: 1px solid var(--mlya-photo-border);
    list-style: none;
}

.mlya-photo-package--featured .mlya-photo-package__list {
    border-color: rgba(255, 255, 255, 0.15);
}

.mlya-photo-package__list li {
    display: flex;
    gap: 11px;
    font-size: 12px;
    line-height: 1.55;
}

.mlya-photo-package__list li::before {
    color: var(--mlya-photo-primary);
    content: "✓";
    font-weight: 700;
}

.mlya-photo-package--featured .mlya-photo-package__list li::before {
    color: var(--mlya-photo-secondary);
}

.mlya-photo-package .mlya-photo-button {
    width: 100%;
    margin-top: auto;
}

/* =========================================================
   PROCESO
========================================================= */

.mlya-photo-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.mlya-photo-process::before {
    position: absolute;
    top: 42px;
    right: 12%;
    left: 12%;
    height: 1px;
    background: var(--mlya-photo-border);
    content: "";
}

.mlya-photo-process__item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mlya-photo-process__number {
    display: flex;
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    align-items: center;
    justify-content: center;
    border: 8px solid var(--mlya-photo-cream);
    border-radius: 50%;
    background: var(--mlya-photo-primary);
    color: var(--mlya-photo-white);
    font-family: var(--mlya-photo-font-title);
    font-size: 27px;
    font-weight: 700;
    box-shadow: var(--mlya-photo-shadow-sm);
}

.mlya-photo-process__item h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.mlya-photo-process__item p {
    margin: 0;
    font-size: 12px;
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.mlya-photo-testimonial {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 34px;
    border-radius: var(--mlya-photo-radius-md);
    background: var(--mlya-photo-white);
    box-shadow: var(--mlya-photo-shadow-sm);
}

.mlya-photo-testimonial__stars {
    margin-bottom: 18px;
    color: var(--mlya-photo-secondary);
    letter-spacing: 3px;
}

.mlya-photo-testimonial__quote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--mlya-photo-dark);
    font-family: var(--mlya-photo-font-title);
    font-size: 23px;
    font-style: italic;
    line-height: 1.5;
}

.mlya-photo-testimonial__client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--mlya-photo-border);
}

.mlya-photo-testimonial__client img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.mlya-photo-testimonial__client strong {
    display: block;
    color: var(--mlya-photo-dark);
    font-size: 13px;
}

.mlya-photo-testimonial__client span {
    font-size: 11px;
}

/* =========================================================
   CTA
========================================================= */

.mlya-photo-cta {
    overflow: hidden;
    border-radius: var(--mlya-photo-radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(117, 69, 46, 0.98),
            rgba(117, 69, 46, 0.9) 52%,
            rgba(117, 69, 46, 0.2)
        ),
        url("https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1800&q=85")
        center right/cover no-repeat;
    box-shadow: var(--mlya-photo-shadow-md);
}

.mlya-photo-cta__content {
    max-width: 710px;
    padding: 75px 70px;
}

.mlya-photo-cta__label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mlya-photo-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-photo-cta h2 {
    margin-bottom: 20px;
    color: var(--mlya-photo-white);
    font-size: clamp(43px, 5vw, 65px);
}

.mlya-photo-cta p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.82);
}

/* =========================================================
   FORMULARIO
========================================================= */

.mlya-photo-booking {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    border-radius: var(--mlya-photo-radius-lg);
    background: var(--mlya-photo-white);
    box-shadow: var(--mlya-photo-shadow-md);
}

.mlya-photo-booking__info {
    padding: 60px 50px;
    background:
        linear-gradient(rgba(28, 25, 23, 0.91), rgba(28, 25, 23, 0.91)),
        url("https://images.unsplash.com/photo-1452780212940-6f5c0d14d848?auto=format&fit=crop&w=1000&q=85")
        center/cover no-repeat;
    color: rgba(255, 255, 255, 0.78);
}

.mlya-photo-booking__info h2 {
    color: var(--mlya-photo-white);
    font-size: 47px;
}

.mlya-photo-booking__details {
    display: grid;
    gap: 24px;
    margin-top: 35px;
}

.mlya-photo-booking__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mlya-photo-booking__detail .mlya-photo-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-photo-secondary);
}

.mlya-photo-booking__detail strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mlya-photo-white);
    font-size: 13px;
}

.mlya-photo-booking__detail p,
.mlya-photo-booking__detail a {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.mlya-photo-booking__form {
    padding: 60px 55px;
}

.mlya-photo-booking__form h3 {
    margin-bottom: 7px;
    font-size: 37px;
}

.mlya-photo-form {
    display: grid;
    gap: 18px;
}

.mlya-photo-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mlya-photo-field {
    display: grid;
    gap: 7px;
}

.mlya-photo-field label {
    color: var(--mlya-photo-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.mlya-photo-field input,
.mlya-photo-field select,
.mlya-photo-field textarea {
    width: 100%;
    min-height: 51px;
    padding: 13px 15px;
    border: 1px solid var(--mlya-photo-border);
    border-radius: var(--mlya-photo-radius-sm);
    outline: none;
    background: var(--mlya-photo-cream);
    color: var(--mlya-photo-dark);
    font-family: var(--mlya-photo-font-body);
    font-size: 13px;
}

.mlya-photo-field textarea {
    min-height: 110px;
    resize: vertical;
}

.mlya-photo-field input:focus,
.mlya-photo-field select:focus,
.mlya-photo-field textarea:focus {
    border-color: var(--mlya-photo-primary);
    background: var(--mlya-photo-white);
    box-shadow: 0 0 0 3px rgba(180, 123, 91, 0.1);
}

/* =========================================================
   FAQ
========================================================= */

.mlya-photo-faq {
    display: grid;
    max-width: 900px;
    margin: auto;
    gap: 13px;
}

.mlya-photo-faq details {
    overflow: hidden;
    border: 1px solid var(--mlya-photo-border);
    border-radius: var(--mlya-photo-radius-sm);
    background: var(--mlya-photo-white);
}

.mlya-photo-faq summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    color: var(--mlya-photo-dark);
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.mlya-photo-faq summary::-webkit-details-marker {
    display: none;
}

.mlya-photo-faq summary::after {
    color: var(--mlya-photo-primary);
    content: "+";
    font-size: 24px;
}

.mlya-photo-faq details[open] summary::after {
    content: "−";
}

.mlya-photo-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */

.mlya-photo-footer {
    background: #171310;
    color: rgba(255, 255, 255, 0.65);
}

.mlya-photo-footer__main {
    padding: 80px 0 55px;
}

.mlya-photo-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.95fr 1.1fr;
    gap: 50px;
}

.mlya-photo-footer .mlya-photo-logo__name {
    color: var(--mlya-photo-white);
}

.mlya-photo-footer__about {
    max-width: 330px;
    margin: 24px 0;
    font-size: 12px;
}

.mlya-photo-footer h3 {
    margin-bottom: 23px;
    color: var(--mlya-photo-white);
    font-family: var(--mlya-photo-font-body);
    font-size: 13px;
    text-transform: uppercase;
}

.mlya-photo-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlya-photo-footer__links a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
}

.mlya-photo-footer__contact {
    display: grid;
    gap: 15px;
}

.mlya-photo-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
    line-height: 1.7;
}

.mlya-photo-footer__contact-item a {
    color: inherit;
}

.mlya-photo-social {
    display: flex;
    gap: 9px;
}

.mlya-photo-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-photo-white);
}

.mlya-photo-footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mlya-photo-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

.mlya-photo-footer__bottom a {
    color: var(--mlya-photo-primary-light);
}

/* =========================================================
   WHATSAPP
========================================================= */

.mlya-photo-whatsapp {
    position: fixed;
    z-index: 999;
    right: 22px;
    bottom: 22px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--mlya-photo-white);
    border-radius: 50%;
    background: #25d366;
    color: var(--mlya-photo-white);
    font-size: 27px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   MENÚ MÓVIL Y RESPONSIVE
========================================================= */

@media (max-width: 900px) {
    .mlya-photo-header__inner {
        position: relative;
    }

    .mlya-photo-nav {
        display: none;
    }

    .mlya-photo-nav.mlya-photo-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-radius: var(--mlya-photo-radius-md);
        background: var(--mlya-photo-white);
        box-shadow: var(--mlya-photo-shadow-md);
    }

    .mlya-photo-nav.mlya-photo-nav--open a:not(.mlya-photo-button) {
        padding: 13px 10px;
        border-bottom: 1px solid var(--mlya-photo-border);
    }

    .mlya-photo-menu-toggle {
        display: inline-flex;
    }

    .mlya-photo-grid--2,
    .mlya-photo-grid--3 {
        grid-template-columns: 1fr;
    }

    .mlya-photo-about__content {
        padding: 40px 0 0;
    }

    .mlya-photo-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-photo-process::before {
        display: none;
    }

    .mlya-photo-booking {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    .mlya-photo-benefits__inner,
    .mlya-photo-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-photo-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .mlya-photo-container {
        width: min(100% - 28px, var(--mlya-photo-container));
    }

    .mlya-photo-section {
        padding: 68px 0;
    }

    .mlya-photo-header__top {
        display: none;
    }

    .mlya-photo-title {
        font-size: 41px;
    }

    .mlya-photo-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .mlya-photo-button {
        width: 100%;
    }

    .mlya-photo-hero {
        min-height: 690px;
        background:
            linear-gradient(rgba(28, 25, 23, 0.82), rgba(28, 25, 23, 0.88)),
            url("https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1200&q=85")
            center/cover no-repeat;
    }

    .mlya-photo-hero__title {
        font-size: 53px;
    }

    .mlya-photo-hero__details {
        display: grid;
        gap: 17px;
    }

    .mlya-photo-benefits {
        margin-top: -32px;
    }

    .mlya-photo-benefits__inner,
    .mlya-photo-grid--4 {
        grid-template-columns: 1fr;
    }

    .mlya-photo-benefit {
        border-right: 0;
        border-bottom: 1px solid var(--mlya-photo-border);
    }

    .mlya-photo-about__media {
        min-height: 490px;
    }

    .mlya-photo-about__image-main {
        width: 89%;
        height: 430px;
    }

    .mlya-photo-about__image-small {
        height: 190px;
    }

    .mlya-photo-about__badge {
        width: 118px;
        height: 118px;
    }

    .mlya-photo-portfolio {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 210px);
    }

    .mlya-photo-portfolio__item:first-child {
        grid-row: span 1;
    }

    .mlya-photo-portfolio__item:last-child {
        grid-column: span 2;
    }

    .mlya-photo-experience {
        background-attachment: scroll;
    }

    .mlya-photo-experience__box {
        padding: 38px 24px;
    }

    .mlya-photo-experience__items,
    .mlya-photo-process {
        grid-template-columns: 1fr;
    }

    .mlya-photo-cta__content,
    .mlya-photo-booking__info,
    .mlya-photo-booking__form {
        padding: 45px 24px;
    }

    .mlya-photo-form__row {
        grid-template-columns: 1fr;
    }

    .mlya-photo-footer__grid {
        grid-template-columns: 1fr;
    }

    .mlya-photo-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */