.elementor-2520 .elementor-element.elementor-element-4ae7a71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-042501e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-478efe9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-0b686fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-d87428b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-915a5ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-7f0d929{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-43e0a92{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-70d7f86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-7f50038{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-4f30317{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-2624237{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-8354663{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-d86c39b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2520 .elementor-element.elementor-element-0e69af7{--display:flex;}.elementor-2520 .elementor-element.elementor-element-2925211{text-align:center;}.elementor-2520 .elementor-element.elementor-element-557bb82{--spacer-size:50px;}/* Start custom CSS *//* =========================================================
   MILANDINGYA.ONLINE
   DEMO: HOT DOGS PARA EVENTOS
   Prefijo exclusivo: mlya-hotdog-
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Montserrat:wght@600;700;800;900&display=swap');

:root {
    --mlya-hotdog-primary: #e6282f;
    --mlya-hotdog-primary-dark: #a8171d;
    --mlya-hotdog-primary-light: #ff8e92;

    --mlya-hotdog-secondary: #f6b800;
    --mlya-hotdog-secondary-dark: #a97800;
    --mlya-hotdog-secondary-light: #ffe28a;

    --mlya-hotdog-orange: #f47b20;
    --mlya-hotdog-green: #4d9b55;

    --mlya-hotdog-white: #ffffff;
    --mlya-hotdog-dark: #171717;
    --mlya-hotdog-dark-soft: #292929;

    --mlya-hotdog-cream: #fff8e8;
    --mlya-hotdog-red-soft: #fff0f1;
    --mlya-hotdog-yellow-soft: #fff8d9;
    --mlya-hotdog-gray: #f5f5f3;
    --mlya-hotdog-slate: #e9e9e6;

    --mlya-hotdog-text: #686868;
    --mlya-hotdog-muted: #9a9a96;
    --mlya-hotdog-border: rgba(23, 23, 23, 0.12);

    --mlya-hotdog-font-title: "Montserrat", Arial, sans-serif;
    --mlya-hotdog-font-body: "DM Sans", Arial, sans-serif;

    --mlya-hotdog-container: 1200px;

    --mlya-hotdog-radius-sm: 12px;
    --mlya-hotdog-radius-md: 24px;
    --mlya-hotdog-radius-lg: 38px;
    --mlya-hotdog-radius-pill: 999px;

    --mlya-hotdog-shadow-sm:
        0 12px 34px rgba(23, 23, 23, 0.08);

    --mlya-hotdog-shadow-md:
        0 24px 65px rgba(23, 23, 23, 0.15);

    --mlya-hotdog-shadow-lg:
        0 35px 100px rgba(23, 23, 23, 0.24);

    --mlya-hotdog-transition: all 0.3s ease;
}

/* =========================================================
   RESET Y BASE
========================================================= */

.mlya-hotdog-section,
.mlya-hotdog-section *,
.mlya-hotdog-header,
.mlya-hotdog-header *,
.mlya-hotdog-footer,
.mlya-hotdog-footer * {
    box-sizing: border-box;
}

.mlya-hotdog-section,
.mlya-hotdog-header,
.mlya-hotdog-footer {
    color: var(--mlya-hotdog-text);
    font-family: var(--mlya-hotdog-font-body);
}

.mlya-hotdog-section img,
.mlya-hotdog-header img,
.mlya-hotdog-footer img {
    display: block;
    max-width: 100%;
}

.mlya-hotdog-section a,
.mlya-hotdog-header a,
.mlya-hotdog-footer a {
    text-decoration: none;
}

.mlya-hotdog-section h1,
.mlya-hotdog-section h2,
.mlya-hotdog-section h3,
.mlya-hotdog-section h4,
.mlya-hotdog-footer h2,
.mlya-hotdog-footer h3 {
    margin-top: 0;
    color: var(--mlya-hotdog-dark);
    font-family: var(--mlya-hotdog-font-title);
    line-height: 1.08;
}

.mlya-hotdog-section p,
.mlya-hotdog-header p,
.mlya-hotdog-footer p {
    line-height: 1.75;
}

.mlya-hotdog-container {
    width: min(100% - 40px, var(--mlya-hotdog-container));
    margin-inline: auto;
}

.mlya-hotdog-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.mlya-hotdog-section--white {
    background: var(--mlya-hotdog-white);
}

.mlya-hotdog-section--cream {
    background: var(--mlya-hotdog-cream);
}

.mlya-hotdog-section--red {
    background: var(--mlya-hotdog-red-soft);
}

.mlya-hotdog-section--yellow {
    background: var(--mlya-hotdog-yellow-soft);
}

.mlya-hotdog-section--gray {
    background: var(--mlya-hotdog-gray);
}

.mlya-hotdog-section--dark {
    background: var(--mlya-hotdog-dark);
    color: rgba(255, 255, 255, 0.78);
}

/* =========================================================
   UTILIDADES
========================================================= */

.mlya-hotdog-grid {
    display: grid;
    gap: 30px;
}

.mlya-hotdog-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlya-hotdog-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlya-hotdog-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlya-hotdog-align-center {
    text-align: center;
}

.mlya-hotdog-section-heading {
    margin-bottom: 56px;
}

.mlya-hotdog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--mlya-hotdog-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-hotdog-eyebrow::before {
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.mlya-hotdog-align-center .mlya-hotdog-eyebrow::after {
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.mlya-hotdog-title {
    max-width: 930px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 900;
    letter-spacing: -1.7px;
}

.mlya-hotdog-title--small {
    font-size: clamp(36px, 4vw, 54px);
}

.mlya-hotdog-description {
    max-width: 780px;
    margin-bottom: 0;
    font-size: 16px;
}

.mlya-hotdog-align-center .mlya-hotdog-title,
.mlya-hotdog-align-center .mlya-hotdog-description {
    margin-right: auto;
    margin-left: auto;
}

/* =========================================================
   BOTONES
========================================================= */

.mlya-hotdog-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.mlya-hotdog-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-hotdog-radius-pill);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: var(--mlya-hotdog-transition);
    cursor: pointer;
}

.mlya-hotdog-button:hover {
    transform: translateY(-3px);
}

.mlya-hotdog-button--primary {
    background: var(--mlya-hotdog-primary);
    color: var(--mlya-hotdog-white);
    box-shadow: 0 14px 34px rgba(230, 40, 47, 0.32);
}

.mlya-hotdog-button--primary:hover {
    background: var(--mlya-hotdog-primary-dark);
    color: var(--mlya-hotdog-white);
}

.mlya-hotdog-button--secondary {
    background: var(--mlya-hotdog-secondary);
    color: var(--mlya-hotdog-dark);
}

.mlya-hotdog-button--secondary:hover {
    background: var(--mlya-hotdog-secondary-dark);
    color: var(--mlya-hotdog-white);
}

.mlya-hotdog-button--outline {
    border-color: var(--mlya-hotdog-primary);
    background: transparent;
    color: var(--mlya-hotdog-primary);
}

.mlya-hotdog-button--outline:hover {
    background: var(--mlya-hotdog-primary);
    color: var(--mlya-hotdog-white);
}

.mlya-hotdog-button--light {
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-hotdog-white);
    backdrop-filter: blur(9px);
}

.mlya-hotdog-button--light:hover {
    background: var(--mlya-hotdog-white);
    color: var(--mlya-hotdog-dark);
}

/* =========================================================
   ICONOS
========================================================= */

.mlya-hotdog-icon {
    display: inline-flex;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--mlya-hotdog-yellow-soft);
    color: var(--mlya-hotdog-primary);
    font-size: 25px;
}

/* =========================================================
   HEADER
========================================================= */

.mlya-hotdog-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--mlya-hotdog-border);
    background: rgba(255, 255, 255, 0.98);
}

.mlya-hotdog-header__top {
    padding: 9px 0;
    background: var(--mlya-hotdog-dark);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.mlya-hotdog-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mlya-hotdog-header__top-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mlya-hotdog-header__top a {
    color: inherit;
}

.mlya-hotdog-header__main {
    padding: 18px 0;
}

.mlya-hotdog-header__inner {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mlya-hotdog-logo {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.mlya-hotdog-logo__symbol {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--mlya-hotdog-primary);
    color: var(--mlya-hotdog-white);
    font-size: 27px;
    transform: rotate(-3deg);
}

.mlya-hotdog-logo__text {
    display: flex;
    flex-direction: column;
}

.mlya-hotdog-logo__name {
    color: var(--mlya-hotdog-dark);
    font-family: var(--mlya-hotdog-font-title);
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
}

.mlya-hotdog-logo__tagline {
    margin-top: 6px;
    color: var(--mlya-hotdog-primary);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.mlya-hotdog-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.mlya-hotdog-nav a:not(.mlya-hotdog-button) {
    position: relative;
    padding: 10px 0;
    color: var(--mlya-hotdog-dark);
    font-size: 13px;
    font-weight: 700;
    transition: var(--mlya-hotdog-transition);
}

.mlya-hotdog-nav a:not(.mlya-hotdog-button)::after {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 3px;
    margin: auto;
    border-radius: 999px;
    background: var(--mlya-hotdog-primary);
    content: "";
    transition: var(--mlya-hotdog-transition);
}

.mlya-hotdog-nav a:not(.mlya-hotdog-button):hover {
    color: var(--mlya-hotdog-primary);
}

.mlya-hotdog-nav a:not(.mlya-hotdog-button):hover::after {
    width: 100%;
}

.mlya-hotdog-menu-toggle {
    display: none;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    background: var(--mlya-hotdog-yellow-soft);
    color: var(--mlya-hotdog-dark);
    font-size: 21px;
}

/* =========================================================
   HERO
========================================================= */

.mlya-hotdog-hero {
    position: relative;
    display: flex;
    min-height: 790px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(23, 23, 23, 0.97) 0%,
            rgba(23, 23, 23, 0.84) 43%,
            rgba(23, 23, 23, 0.28) 73%,
            rgba(23, 23, 23, 0.03) 100%
        ),
        url("https://images.unsplash.com/photo-1612392062631-94dd858cba88?auto=format&fit=crop&w=2000&q=88")
        center/cover no-repeat;
}

.mlya-hotdog-hero::before {
    position: absolute;
    top: -130px;
    right: 8%;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(246, 184, 0, 0.13);
    content: "";
    filter: blur(2px);
}

.mlya-hotdog-hero::after {
    position: absolute;
    right: -180px;
    bottom: -220px;
    width: 570px;
    height: 570px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    content: "";
}

.mlya-hotdog-hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    padding: 125px 0;
}

.mlya-hotdog-hero .mlya-hotdog-eyebrow {
    color: var(--mlya-hotdog-secondary-light);
}

.mlya-hotdog-hero__title {
    margin-bottom: 25px;
    color: var(--mlya-hotdog-white);
    font-size: clamp(57px, 7vw, 93px);
    font-weight: 900;
    letter-spacing: -3px;
}

.mlya-hotdog-hero__title span {
    color: var(--mlya-hotdog-secondary);
}

.mlya-hotdog-hero__description {
    max-width: 690px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
}

.mlya-hotdog-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 42px;
}

.mlya-hotdog-hero__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.mlya-hotdog-hero__detail strong {
    display: block;
    color: var(--mlya-hotdog-white);
    font-size: 14px;
}

/* =========================================================
   BENEFICIOS
========================================================= */

.mlya-hotdog-benefits {
    position: relative;
    z-index: 5;
    margin-top: -58px;
}

.mlya-hotdog-benefits__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--mlya-hotdog-radius-md);
    background: var(--mlya-hotdog-white);
    box-shadow: var(--mlya-hotdog-shadow-md);
}

.mlya-hotdog-benefit {
    display: flex;
    min-height: 124px;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border-right: 1px solid var(--mlya-hotdog-border);
}

.mlya-hotdog-benefit:last-child {
    border-right: 0;
}

.mlya-hotdog-benefit h3 {
    margin-bottom: 5px;
    font-family: var(--mlya-hotdog-font-body);
    font-size: 14px;
    font-weight: 800;
}

.mlya-hotdog-benefit p {
    margin: 0;
    color: var(--mlya-hotdog-muted);
    font-size: 12px;
    line-height: 1.5;
}

/* =========================================================
   SOBRE NOSOTROS
========================================================= */

.mlya-hotdog-about__media {
    position: relative;
    min-height: 620px;
}

.mlya-hotdog-about__image-main {
    width: 83%;
    height: 565px;
    overflow: hidden;
    border-radius: 38px;
    background: var(--mlya-hotdog-red-soft);
    box-shadow: var(--mlya-hotdog-shadow-md);
}

.mlya-hotdog-about__image-main img,
.mlya-hotdog-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-hotdog-about__image-small {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 49%;
    height: 260px;
    overflow: hidden;
    border: 9px solid var(--mlya-hotdog-cream);
    border-radius: 27px;
    background: var(--mlya-hotdog-yellow-soft);
    box-shadow: var(--mlya-hotdog-shadow-md);
}

.mlya-hotdog-about__badge {
    position: absolute;
    top: 44px;
    right: 0;
    display: flex;
    width: 152px;
    height: 152px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    background: var(--mlya-hotdog-secondary);
    color: var(--mlya-hotdog-dark);
    text-align: center;
    box-shadow: var(--mlya-hotdog-shadow-md);
    transform: rotate(4deg);
}

.mlya-hotdog-about__badge strong {
    font-family: var(--mlya-hotdog-font-title);
    font-size: 40px;
    font-weight: 900;
    line-height: 0.9;
}

.mlya-hotdog-about__badge span {
    max-width: 100px;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.mlya-hotdog-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.mlya-hotdog-about__list {
    display: grid;
    gap: 18px;
    margin: 30px 0 35px;
}

.mlya-hotdog-about__list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-hotdog-check {
    display: inline-flex;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--mlya-hotdog-green);
    color: var(--mlya-hotdog-white);
    font-size: 12px;
}

.mlya-hotdog-about__list-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-hotdog-dark);
    font-size: 14px;
}

.mlya-hotdog-about__list-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   SERVICIOS
========================================================= */

.mlya-hotdog-service {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 34px;
    border: 1px solid var(--mlya-hotdog-border);
    border-radius: var(--mlya-hotdog-radius-md);
    background: var(--mlya-hotdog-white);
    box-shadow: var(--mlya-hotdog-shadow-sm);
    transition: var(--mlya-hotdog-transition);
}

.mlya-hotdog-service:hover {
    border-color: rgba(230, 40, 47, 0.38);
    box-shadow: var(--mlya-hotdog-shadow-md);
    transform: translateY(-7px);
}

.mlya-hotdog-service .mlya-hotdog-icon {
    margin-bottom: 22px;
}

.mlya-hotdog-service h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.mlya-hotdog-service p {
    flex: 1;
    margin-bottom: 20px;
    font-size: 13px;
}

.mlya-hotdog-service__link {
    color: var(--mlya-hotdog-primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

/* =========================================================
   MENÚ
========================================================= */

.mlya-hotdog-menu-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-hotdog-radius-md);
    background: var(--mlya-hotdog-white);
    box-shadow: var(--mlya-hotdog-shadow-sm);
    transition: var(--mlya-hotdog-transition);
}

.mlya-hotdog-menu-card:hover {
    box-shadow: var(--mlya-hotdog-shadow-md);
    transform: translateY(-8px);
}

.mlya-hotdog-menu-card__image {
    position: relative;
    height: 290px;
    overflow: hidden;
}

.mlya-hotdog-menu-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-hotdog-menu-card:hover .mlya-hotdog-menu-card__image img {
    transform: scale(1.08);
}

.mlya-hotdog-menu-card__label {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    padding: 8px 12px;
    border-radius: var(--mlya-hotdog-radius-pill);
    background: var(--mlya-hotdog-primary);
    color: var(--mlya-hotdog-white);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.mlya-hotdog-menu-card__body {
    padding: 27px;
}

.mlya-hotdog-menu-card h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.mlya-hotdog-menu-card p {
    margin-bottom: 18px;
    font-size: 12px;
}

.mlya-hotdog-menu-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 18px;
    border-top: 1px solid var(--mlya-hotdog-border);
}

.mlya-hotdog-menu-card__note {
    color: var(--mlya-hotdog-primary);
    font-size: 11px;
    font-weight: 800;
}

/* =========================================================
   PAQUETES
========================================================= */

.mlya-hotdog-package {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 38px 32px;
    border: 1px solid var(--mlya-hotdog-border);
    border-radius: var(--mlya-hotdog-radius-md);
    background: var(--mlya-hotdog-white);
    transition: var(--mlya-hotdog-transition);
}

.mlya-hotdog-package:hover {
    border-color: rgba(230, 40, 47, 0.4);
    box-shadow: var(--mlya-hotdog-shadow-md);
    transform: translateY(-7px);
}

.mlya-hotdog-package--featured {
    border-color: var(--mlya-hotdog-secondary);
    background: var(--mlya-hotdog-dark);
    color: rgba(255, 255, 255, 0.78);
    box-shadow: var(--mlya-hotdog-shadow-md);
    transform: translateY(-14px);
}

.mlya-hotdog-package__label {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 12px;
    border-radius: var(--mlya-hotdog-radius-pill);
    background: var(--mlya-hotdog-secondary);
    color: var(--mlya-hotdog-dark);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.mlya-hotdog-package h3 {
    margin-bottom: 13px;
    font-size: 29px;
}

.mlya-hotdog-package--featured h3,
.mlya-hotdog-package--featured .mlya-hotdog-package__price {
    color: var(--mlya-hotdog-white);
}

.mlya-hotdog-package__subtitle {
    min-height: 44px;
    margin: 0 0 20px;
    font-size: 12px;
}

.mlya-hotdog-package__price {
    margin-bottom: 25px;
    color: var(--mlya-hotdog-primary);
    font-family: var(--mlya-hotdog-font-title);
    font-size: 39px;
    font-weight: 900;
}

.mlya-hotdog-package__price small {
    font-family: var(--mlya-hotdog-font-body);
    font-size: 11px;
    font-weight: 500;
}

.mlya-hotdog-package__list {
    display: grid;
    gap: 14px;
    margin: 0 0 30px;
    padding: 25px 0 0;
    border-top: 1px solid var(--mlya-hotdog-border);
    list-style: none;
}

.mlya-hotdog-package--featured .mlya-hotdog-package__list {
    border-color: rgba(255, 255, 255, 0.15);
}

.mlya-hotdog-package__list li {
    display: flex;
    gap: 11px;
    font-size: 12px;
    line-height: 1.55;
}

.mlya-hotdog-package__list li::before {
    color: var(--mlya-hotdog-green);
    content: "✓";
    font-weight: 800;
}

.mlya-hotdog-package--featured .mlya-hotdog-package__list li::before {
    color: var(--mlya-hotdog-secondary);
}

.mlya-hotdog-package .mlya-hotdog-button {
    width: 100%;
    margin-top: auto;
}

/* =========================================================
   EXPERIENCIA
========================================================= */

.mlya-hotdog-experience {
    background:
        linear-gradient(
            rgba(23, 23, 23, 0.82),
            rgba(23, 23, 23, 0.92)
        ),
        url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=2000&q=86")
        center/cover fixed no-repeat;
}

.mlya-hotdog-experience__box {
    max-width: 820px;
    margin-left: auto;
    padding: 66px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--mlya-hotdog-radius-lg);
    background: rgba(23, 23, 23, 0.7);
    backdrop-filter: blur(13px);
}

.mlya-hotdog-experience .mlya-hotdog-title {
    color: var(--mlya-hotdog-white);
}

.mlya-hotdog-experience .mlya-hotdog-description {
    color: rgba(255, 255, 255, 0.78);
}

.mlya-hotdog-experience__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0;
}

.mlya-hotdog-experience__item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--mlya-hotdog-white);
    font-size: 13px;
}

.mlya-hotdog-experience__item .mlya-hotdog-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-hotdog-secondary);
}

/* =========================================================
   PROCESO
========================================================= */

.mlya-hotdog-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.mlya-hotdog-process::before {
    position: absolute;
    top: 42px;
    right: 12%;
    left: 12%;
    height: 2px;
    background: var(--mlya-hotdog-border);
    content: "";
}

.mlya-hotdog-process__item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mlya-hotdog-process__number {
    display: flex;
    width: 86px;
    height: 86px;
    margin: 0 auto 24px;
    align-items: center;
    justify-content: center;
    border: 8px solid var(--mlya-hotdog-cream);
    border-radius: 25px;
    background: var(--mlya-hotdog-primary);
    color: var(--mlya-hotdog-white);
    font-family: var(--mlya-hotdog-font-title);
    font-size: 24px;
    font-weight: 900;
    box-shadow: var(--mlya-hotdog-shadow-sm);
    transform: rotate(-3deg);
}

.mlya-hotdog-process__item h3 {
    margin-bottom: 10px;
    font-size: 23px;
}

.mlya-hotdog-process__item p {
    margin: 0;
    font-size: 12px;
}

/* =========================================================
   GALERÍA
========================================================= */

.mlya-hotdog-gallery {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 1fr;
    grid-template-rows: repeat(2, 290px);
    gap: 16px;
}

.mlya-hotdog-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-hotdog-radius-md);
}

.mlya-hotdog-gallery__item:first-child {
    grid-row: span 2;
}

.mlya-hotdog-gallery__item:last-child {
    grid-column: span 2;
}

.mlya-hotdog-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-hotdog-gallery__item::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(23, 23, 23, 0.78),
            transparent 60%
        );
    content: "";
}

.mlya-hotdog-gallery__item:hover img {
    transform: scale(1.08);
}

.mlya-hotdog-gallery__caption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 22px;
    left: 22px;
    color: var(--mlya-hotdog-white);
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.mlya-hotdog-testimonial {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 35px;
    border-radius: var(--mlya-hotdog-radius-md);
    background: var(--mlya-hotdog-white);
    box-shadow: var(--mlya-hotdog-shadow-sm);
}

.mlya-hotdog-testimonial__stars {
    margin-bottom: 18px;
    color: var(--mlya-hotdog-secondary);
    letter-spacing: 3px;
}

.mlya-hotdog-testimonial__quote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--mlya-hotdog-dark);
    font-family: var(--mlya-hotdog-font-title);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.mlya-hotdog-testimonial__client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--mlya-hotdog-border);
}

.mlya-hotdog-testimonial__client img {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    object-fit: cover;
}

.mlya-hotdog-testimonial__client strong {
    display: block;
    color: var(--mlya-hotdog-dark);
    font-size: 13px;
}

.mlya-hotdog-testimonial__client span {
    font-size: 11px;
}

/* =========================================================
   CTA
========================================================= */

.mlya-hotdog-cta {
    overflow: hidden;
    border-radius: var(--mlya-hotdog-radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(230, 40, 47, 0.98),
            rgba(230, 40, 47, 0.91) 53%,
            rgba(230, 40, 47, 0.2)
        ),
        url("https://images.unsplash.com/photo-1558030006-450675393462?auto=format&fit=crop&w=1800&q=86")
        center right/cover no-repeat;
    box-shadow: var(--mlya-hotdog-shadow-md);
}

.mlya-hotdog-cta__content {
    max-width: 730px;
    padding: 78px 70px;
}

.mlya-hotdog-cta__label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mlya-hotdog-secondary-light);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-hotdog-cta h2 {
    margin-bottom: 20px;
    color: var(--mlya-hotdog-white);
    font-size: clamp(43px, 5vw, 64px);
}

.mlya-hotdog-cta p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.86);
}

/* =========================================================
   FORMULARIO
========================================================= */

.mlya-hotdog-request {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    border-radius: var(--mlya-hotdog-radius-lg);
    background: var(--mlya-hotdog-white);
    box-shadow: var(--mlya-hotdog-shadow-md);
}

.mlya-hotdog-request__info {
    padding: 60px 50px;
    background:
        linear-gradient(
            rgba(23, 23, 23, 0.92),
            rgba(23, 23, 23, 0.92)
        ),
        url("https://images.unsplash.com/photo-1612392062631-94dd858cba88?auto=format&fit=crop&w=1000&q=85")
        center/cover no-repeat;
    color: rgba(255, 255, 255, 0.8);
}

.mlya-hotdog-request__info h2 {
    color: var(--mlya-hotdog-white);
    font-size: 45px;
}

.mlya-hotdog-request__details {
    display: grid;
    gap: 24px;
    margin-top: 35px;
}

.mlya-hotdog-request__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mlya-hotdog-request__detail .mlya-hotdog-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-hotdog-secondary);
}

.mlya-hotdog-request__detail strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mlya-hotdog-white);
    font-size: 13px;
}

.mlya-hotdog-request__detail p,
.mlya-hotdog-request__detail a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.6;
}

.mlya-hotdog-request__form {
    padding: 60px 55px;
}

.mlya-hotdog-request__form h3 {
    margin-bottom: 7px;
    font-size: 35px;
}

.mlya-hotdog-request__form > p {
    margin: 0 0 28px;
    font-size: 13px;
}

.mlya-hotdog-form {
    display: grid;
    gap: 18px;
}

.mlya-hotdog-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mlya-hotdog-field {
    display: grid;
    gap: 7px;
}

.mlya-hotdog-field label {
    color: var(--mlya-hotdog-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.mlya-hotdog-field input,
.mlya-hotdog-field select,
.mlya-hotdog-field textarea {
    width: 100%;
    min-height: 51px;
    padding: 13px 15px;
    border: 1px solid var(--mlya-hotdog-border);
    border-radius: var(--mlya-hotdog-radius-sm);
    outline: none;
    background: var(--mlya-hotdog-gray);
    color: var(--mlya-hotdog-dark);
    font-family: var(--mlya-hotdog-font-body);
    font-size: 13px;
    transition: var(--mlya-hotdog-transition);
}

.mlya-hotdog-field textarea {
    min-height: 120px;
    resize: vertical;
}

.mlya-hotdog-field input:focus,
.mlya-hotdog-field select:focus,
.mlya-hotdog-field textarea:focus {
    border-color: var(--mlya-hotdog-primary);
    background: var(--mlya-hotdog-white);
    box-shadow: 0 0 0 3px rgba(230, 40, 47, 0.1);
}

/* =========================================================
   GRAVITY FORMS
========================================================= */

.mlya-hotdog-gravity-form .gform_wrapper {
    margin: 0;
}

.mlya-hotdog-gravity-form .gform_fields {
    gap: 18px;
}

.mlya-hotdog-gravity-form input,
.mlya-hotdog-gravity-form select,
.mlya-hotdog-gravity-form textarea {
    border: 1px solid var(--mlya-hotdog-border) !important;
    border-radius: var(--mlya-hotdog-radius-sm) !important;
    background: var(--mlya-hotdog-gray) !important;
    color: var(--mlya-hotdog-dark) !important;
}

.mlya-hotdog-gravity-form .gfield_label {
    color: var(--mlya-hotdog-dark) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.mlya-hotdog-gravity-form .gform_button {
    min-height: 54px !important;
    padding: 14px 28px !important;
    border: 0 !important;
    border-radius: var(--mlya-hotdog-radius-pill) !important;
    background: var(--mlya-hotdog-primary) !important;
    color: var(--mlya-hotdog-white) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    cursor: pointer;
}

/* =========================================================
   FAQ
========================================================= */

.mlya-hotdog-faq {
    display: grid;
    max-width: 900px;
    margin: auto;
    gap: 13px;
}

.mlya-hotdog-faq details {
    overflow: hidden;
    border: 1px solid var(--mlya-hotdog-border);
    border-radius: var(--mlya-hotdog-radius-sm);
    background: var(--mlya-hotdog-white);
}

.mlya-hotdog-faq summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    color: var(--mlya-hotdog-dark);
    font-size: 14px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

.mlya-hotdog-faq summary::-webkit-details-marker {
    display: none;
}

.mlya-hotdog-faq summary::after {
    color: var(--mlya-hotdog-primary);
    content: "+";
    font-size: 24px;
}

.mlya-hotdog-faq details[open] summary::after {
    content: "−";
}

.mlya-hotdog-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */

.mlya-hotdog-footer {
    background: #111111;
    color: rgba(255, 255, 255, 0.65);
}

.mlya-hotdog-footer__main {
    padding: 80px 0 55px;
}

.mlya-hotdog-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.95fr 1.1fr;
    gap: 50px;
}

.mlya-hotdog-footer .mlya-hotdog-logo__name {
    color: var(--mlya-hotdog-white);
}

.mlya-hotdog-footer__about {
    max-width: 345px;
    margin: 24px 0;
    font-size: 12px;
}

.mlya-hotdog-footer h3 {
    margin-bottom: 23px;
    color: var(--mlya-hotdog-white);
    font-family: var(--mlya-hotdog-font-body);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-hotdog-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlya-hotdog-footer__links a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    transition: var(--mlya-hotdog-transition);
}

.mlya-hotdog-footer__links a:hover {
    color: var(--mlya-hotdog-secondary);
    padding-left: 4px;
}

.mlya-hotdog-footer__contact {
    display: grid;
    gap: 15px;
}

.mlya-hotdog-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
    line-height: 1.7;
}

.mlya-hotdog-footer__contact-item a {
    color: inherit;
}

.mlya-hotdog-social {
    display: flex;
    gap: 9px;
}

.mlya-hotdog-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: 13px;
    color: var(--mlya-hotdog-white);
    transition: var(--mlya-hotdog-transition);
}

.mlya-hotdog-social a:hover {
    border-color: var(--mlya-hotdog-primary);
    background: var(--mlya-hotdog-primary);
}

.mlya-hotdog-footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mlya-hotdog-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

.mlya-hotdog-footer__bottom a {
    color: var(--mlya-hotdog-secondary);
}

/* =========================================================
   WHATSAPP
========================================================= */

.mlya-hotdog-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-hotdog-white);
    border-radius: 18px;
    background: #25d366;
    color: var(--mlya-hotdog-white);
    font-size: 27px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    transition: var(--mlya-hotdog-transition);
}

.mlya-hotdog-whatsapp:hover {
    color: var(--mlya-hotdog-white);
    transform: scale(1.08) translateY(-3px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .mlya-hotdog-nav {
        gap: 15px;
    }

    .mlya-hotdog-nav a:not(.mlya-hotdog-button) {
        font-size: 11px;
    }

    .mlya-hotdog-benefits__inner,
    .mlya-hotdog-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-hotdog-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mlya-hotdog-header__top {
        display: none;
    }

    .mlya-hotdog-header__inner {
        position: relative;
    }

    .mlya-hotdog-nav {
        display: none;
    }

    .mlya-hotdog-nav.mlya-hotdog-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-hotdog-border);
        border-radius: var(--mlya-hotdog-radius-md);
        background: var(--mlya-hotdog-white);
        box-shadow: var(--mlya-hotdog-shadow-md);
    }

    .mlya-hotdog-nav.mlya-hotdog-nav--open
    a:not(.mlya-hotdog-button) {
        padding: 13px 10px;
        border-bottom: 1px solid var(--mlya-hotdog-border);
    }

    .mlya-hotdog-nav.mlya-hotdog-nav--open .mlya-hotdog-button {
        margin-top: 15px;
    }

    .mlya-hotdog-menu-toggle {
        display: inline-flex;
    }

    .mlya-hotdog-grid--2,
    .mlya-hotdog-grid--3 {
        grid-template-columns: 1fr;
    }

    .mlya-hotdog-about__content {
        padding: 40px 0 0;
    }

    .mlya-hotdog-package--featured {
        transform: none;
    }

    .mlya-hotdog-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-hotdog-process::before {
        display: none;
    }

    .mlya-hotdog-request {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .mlya-hotdog-container {
        width: min(100% - 28px, var(--mlya-hotdog-container));
    }

    .mlya-hotdog-section {
        padding: 68px 0;
    }

    .mlya-hotdog-title {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .mlya-hotdog-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .mlya-hotdog-button {
        width: 100%;
    }

    .mlya-hotdog-logo__name {
        font-size: 18px;
    }

    .mlya-hotdog-hero {
        min-height: 700px;
        background:
            linear-gradient(
                rgba(23, 23, 23, 0.88),
                rgba(23, 23, 23, 0.95)
            ),
            url("https://images.unsplash.com/photo-1612392062631-94dd858cba88?auto=format&fit=crop&w=1200&q=85")
            center/cover no-repeat;
    }

    .mlya-hotdog-hero__content {
        padding: 90px 0;
    }

    .mlya-hotdog-hero__title {
        font-size: 49px;
        letter-spacing: -2px;
    }

    .mlya-hotdog-hero__details {
        display: grid;
        gap: 17px;
    }

    .mlya-hotdog-benefits {
        margin-top: -32px;
    }

    .mlya-hotdog-benefits__inner,
    .mlya-hotdog-grid--4,
    .mlya-hotdog-process {
        grid-template-columns: 1fr;
    }

    .mlya-hotdog-benefit {
        border-right: 0;
        border-bottom: 1px solid var(--mlya-hotdog-border);
    }

    .mlya-hotdog-about__media {
        min-height: 500px;
    }

    .mlya-hotdog-about__image-main {
        width: 89%;
        height: 435px;
    }

    .mlya-hotdog-about__image-small {
        height: 190px;
    }

    .mlya-hotdog-about__badge {
        top: 25px;
        width: 118px;
        height: 118px;
    }

    .mlya-hotdog-experience {
        background-attachment: scroll;
    }

    .mlya-hotdog-experience__box {
        padding: 38px 24px;
    }

    .mlya-hotdog-experience__items {
        grid-template-columns: 1fr;
    }

    .mlya-hotdog-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 210px);
    }

    .mlya-hotdog-gallery__item:first-child {
        grid-row: span 1;
    }

    .mlya-hotdog-gallery__item:last-child {
        grid-column: span 2;
    }

    .mlya-hotdog-cta {
        background:
            linear-gradient(
                rgba(230, 40, 47, 0.94),
                rgba(230, 40, 47, 0.94)
            ),
            url("https://images.unsplash.com/photo-1558030006-450675393462?auto=format&fit=crop&w=1000&q=85")
            center/cover no-repeat;
    }

    .mlya-hotdog-cta__content,
    .mlya-hotdog-request__info,
    .mlya-hotdog-request__form {
        padding: 45px 24px;
    }

    .mlya-hotdog-cta__content {
        text-align: center;
    }

    .mlya-hotdog-form__row {
        grid-template-columns: 1fr;
    }

    .mlya-hotdog-footer__grid {
        grid-template-columns: 1fr;
    }

    .mlya-hotdog-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */