/* Alimentos y Bebidas — plantilla maestra de páginas por industria */

.food-page {
    background: #f8fafc;
    color: #0b1120;
}

.food-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    background: #07101d;
}

.food-hero__image,
.food-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.food-hero__image {
    z-index: -3;
    object-fit: cover;
    object-position: center;
}

.food-hero__overlay {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4, 10, 20, .97) 0%, rgba(4, 10, 20, .86) 38%, rgba(4, 10, 20, .32) 72%, rgba(4, 10, 20, .12) 100%),
        linear-gradient(0deg, rgba(4, 10, 20, .78) 0%, transparent 48%);
}

.food-hero__content {
    width: min(720px, 100%);
    padding-top: 150px;
    padding-bottom: 96px;
}

.food-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: #67e8f9;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.food-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #06b6d4;
}

.food-hero h1 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2.55rem, 5vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.food-hero h1 span {
    color: #67e8f9;
}

.food-hero__lead {
    max-width: 670px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.75;
}

.food-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.food-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.food-btn:hover {
    transform: translateY(-2px);
}

.food-btn--primary {
    background: #06b6d4;
    color: #04101b;
    box-shadow: 0 10px 35px rgba(6, 182, 212, .22);
}

.food-btn--primary:hover {
    background: #67e8f9;
    box-shadow: 0 14px 42px rgba(6, 182, 212, .34);
}

.food-btn--ghost {
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    backdrop-filter: blur(10px);
}

.food-btn--ghost:hover {
    border-color: #67e8f9;
    background: rgba(6, 182, 212, .12);
}

.food-hero__note {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .62);
    font-size: .86rem;
}

.food-hero__note i {
    color: #67e8f9;
}

.food-scope {
    position: relative;
    z-index: 2;
    margin-top: -38px;
}

.food-scope__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(15, 23, 42, .13);
}

.food-scope__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 25px 28px;
}

.food-scope__item + .food-scope__item {
    border-left: 1px solid #e2e8f0;
}

.food-scope__item i {
    color: #0891b2;
    font-size: 2rem;
}

.food-scope__item strong,
.food-scope__item span {
    display: block;
}

.food-scope__item strong {
    margin-bottom: 5px;
    color: #0f172a;
    font-family: var(--font-heading);
    font-size: .98rem;
}

.food-scope__item span {
    color: #64748b;
    font-size: .88rem;
    line-height: 1.5;
}

.food-section {
    padding: 104px 0;
}

.food-section--soft {
    background: #eef6f8;
}

.food-section--dark {
    background:
        radial-gradient(circle at 85% 10%, rgba(6, 182, 212, .15), transparent 31%),
        #07101d;
    color: #fff;
}

.food-heading {
    max-width: 760px;
    margin-bottom: 46px;
}

.food-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.food-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #0891b2;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.food-section--dark .food-kicker {
    color: #67e8f9;
}

.food-heading h2,
.food-split__copy h2,
.food-lead__copy h2 {
    margin: 0;
    color: #0f172a;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.food-section--dark .food-heading h2,
.food-section--dark .food-split__copy h2 {
    color: #fff;
}

.food-heading p,
.food-split__copy > p {
    margin-top: 18px;
    color: #526174;
    font-size: 1.05rem;
    line-height: 1.75;
}

.food-section--dark .food-heading p,
.food-section--dark .food-split__copy > p {
    color: rgba(255, 255, 255, .7);
}

.food-cycle {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
}

.food-cycle__step {
    position: relative;
    min-height: 190px;
    padding: 24px 18px;
    overflow: hidden;
    border: 1px solid #dce7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .055);
}

.food-cycle__step:not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -18px;
    width: 22px;
    height: 2px;
    background: #06b6d4;
}

.food-cycle__number {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 11px;
    background: #cffafe;
    color: #0e7490;
    font-weight: 800;
}

.food-cycle__step strong,
.food-cycle__step span {
    display: block;
}

.food-cycle__step strong {
    margin-bottom: 8px;
    color: #0f172a;
    font-family: var(--font-heading);
    font-size: .9rem;
    line-height: 1.3;
}

.food-cycle__step span {
    color: #64748b;
    font-size: .78rem;
    line-height: 1.5;
}

.food-apps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.food-app {
    padding: 30px;
    border: 1px solid #dce7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(15, 23, 42, .05);
}

.food-app__top {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 21px;
}

.food-app__icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e6f9fc;
    color: #0891b2;
    font-size: 1.5rem;
}

.food-app h3 {
    margin: 1px 0 6px;
    color: #0f172a;
    font-family: var(--font-heading);
    font-size: 1.12rem;
}

.food-app__symptom {
    color: #be123c;
    font-size: .84rem;
    font-weight: 700;
}

.food-app dl {
    display: grid;
    gap: 15px;
    margin: 0;
}

.food-app dt {
    margin-bottom: 4px;
    color: #64748b;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.food-app dd {
    margin: 0;
    color: #334155;
    font-size: .92rem;
    line-height: 1.58;
}

.food-split {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: 70px;
    align-items: center;
}

.food-split--reverse .food-split__media {
    order: 2;
}

.food-split__media {
    position: relative;
}

.food-split__media::before {
    content: "";
    position: absolute;
    inset: 22px -22px -22px 22px;
    border: 1px solid rgba(6, 182, 212, .26);
    border-radius: 24px;
}

.food-split__media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 28px 70px rgba(2, 8, 23, .24);
}

.food-points {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.food-points li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    color: #334155;
    line-height: 1.6;
}

.food-section--dark .food-points li {
    color: rgba(255, 255, 255, .76);
}

.food-points i {
    margin-top: 4px;
    color: #06b6d4;
    font-size: 1.15rem;
}

.food-callout {
    margin-top: 28px;
    padding: 19px 21px;
    border-left: 3px solid #06b6d4;
    border-radius: 0 14px 14px 0;
    background: rgba(6, 182, 212, .09);
    color: #334155;
    font-size: .92rem;
    line-height: 1.65;
}

.food-section--dark .food-callout {
    color: rgba(255, 255, 255, .78);
}

.food-train {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.food-train__item {
    position: relative;
    padding: 26px 21px;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
}

.food-train__item i {
    color: #67e8f9;
    font-size: 1.75rem;
}

.food-train__item strong,
.food-train__item span {
    display: block;
}

.food-train__item strong {
    margin: 17px 0 8px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: .98rem;
}

.food-train__item span {
    color: rgba(255, 255, 255, .63);
    font-size: .84rem;
    line-height: 1.55;
}

.food-train__item::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: -13px;
    z-index: 2;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #06b6d4;
    color: #04101b;
    font-weight: 800;
}

.food-train__item:last-child::after {
    content: none;
}

.food-segments {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.food-segment {
    min-height: 210px;
    padding: 28px;
    border: 1px solid #dce7eb;
    border-radius: 19px;
    background: #fff;
}

.food-segment i {
    color: #0891b2;
    font-size: 2rem;
}

.food-segment h3 {
    margin: 20px 0 10px;
    color: #0f172a;
    font-family: var(--font-heading);
    font-size: 1rem;
}

.food-segment p {
    color: #64748b;
    font-size: .87rem;
    line-height: 1.6;
}

.food-compliance {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    margin-top: 42px;
    padding: 28px;
    border: 1px solid #bae6fd;
    border-radius: 18px;
    background: #f0f9ff;
}

.food-compliance i {
    color: #0284c7;
    font-size: 2.1rem;
}

.food-compliance h3 {
    margin: 0 0 7px;
    color: #0c4a6e;
    font-family: var(--font-heading);
    font-size: 1rem;
}

.food-compliance p {
    margin: 0;
    color: #334155;
    font-size: .9rem;
    line-height: 1.65;
}

.food-faq {
    display: grid;
    gap: 12px;
    max-width: 880px;
    margin: 0 auto;
}

.food-faq details {
    border: 1px solid #dce7eb;
    border-radius: 16px;
    background: #fff;
}

.food-faq summary {
    position: relative;
    padding: 22px 56px 22px 24px;
    cursor: pointer;
    color: #0f172a;
    font-family: var(--font-heading);
    font-weight: 700;
    list-style: none;
}

.food-faq summary::-webkit-details-marker {
    display: none;
}

.food-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 24px;
    color: #0891b2;
    font-size: 1.4rem;
    transform: translateY(-50%);
}

.food-faq details[open] summary::after {
    content: "−";
}

.food-faq p {
    padding: 0 24px 23px;
    color: #526174;
    line-height: 1.7;
}

.food-lead {
    padding: 104px 0;
    background:
        linear-gradient(120deg, rgba(6, 182, 212, .14), transparent 42%),
        #07101d;
}

.food-lead__grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 70px;
    align-items: start;
}

.food-lead__copy h2 {
    color: #fff;
}

.food-lead__copy > p {
    margin-top: 20px;
    color: rgba(255, 255, 255, .68);
    font-size: 1rem;
    line-height: 1.72;
}

.food-lead__benefits {
    display: grid;
    gap: 12px;
    margin-top: 28px;
    padding: 0;
    list-style: none;
}

.food-lead__benefits li {
    display: flex;
    gap: 11px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.55;
}

.food-lead__benefits i {
    margin-top: 3px;
    color: #67e8f9;
}

.food-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: rgba(255, 255, 255, .065);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
    backdrop-filter: blur(12px);
}

.food-field {
    display: grid;
    gap: 7px;
}

.food-field--full,
.food-form__actions {
    grid-column: 1 / -1;
}

.food-field label {
    color: rgba(255, 255, 255, .76);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.food-field input,
.food-field select,
.food-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 11px;
    outline: none;
    background: rgba(3, 10, 20, .62);
    color: #fff;
    font: inherit;
}

.food-field input,
.food-field select {
    min-height: 48px;
    padding: 0 13px;
}

.food-field textarea {
    min-height: 118px;
    padding: 13px;
    resize: vertical;
}

.food-field input:focus,
.food-field select:focus,
.food-field textarea:focus {
    border-color: #22d3ee;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, .14);
}

.food-field input[type="file"] {
    padding: 10px;
}

.food-field small,
.food-form__note {
    color: rgba(255, 255, 255, .47);
    font-size: .73rem;
    line-height: 1.5;
}

.food-form__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 3px;
}

.food-form__actions .food-btn {
    border: 0;
    cursor: pointer;
}

.food-related {
    padding: 52px 0;
    background: #020812;
}

.food-related h2 {
    margin-bottom: 20px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.15rem;
}

.food-related__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.food-related__links a {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.food-related__links a:hover {
    border-color: #06b6d4;
    background: rgba(6, 182, 212, .09);
    color: #67e8f9;
}

.food-honeypot {
    position: absolute;
    left: -10000px;
}

@media (max-width: 1100px) {
    .food-cycle {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .food-cycle__step:not(:last-child)::after {
        content: none;
    }

    .food-train {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .food-train__item::after {
        content: none;
    }

    .food-segments {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .food-hero {
        min-height: 700px;
    }

    .food-hero__image {
        object-position: 64% center;
    }

    .food-hero__overlay {
        background: linear-gradient(90deg, rgba(4, 10, 20, .94), rgba(4, 10, 20, .66));
    }

    .food-scope {
        margin-top: 0;
        background: #fff;
    }

    .food-scope__grid {
        border-radius: 0;
        box-shadow: none;
    }

    .food-split,
    .food-lead__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .food-split--reverse .food-split__media {
        order: 0;
    }
}

@media (max-width: 700px) {
    .food-section,
    .food-lead {
        padding: 78px 0;
    }

    .food-scope__grid,
    .food-apps,
    .food-form {
        grid-template-columns: 1fr;
    }

    .food-scope__item + .food-scope__item {
        border-top: 1px solid #e2e8f0;
        border-left: 0;
    }

    .food-cycle {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .food-train {
        grid-template-columns: 1fr;
    }

    .food-field--full,
    .food-form__actions {
        grid-column: auto;
    }

    .food-form__actions {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .food-hero {
        min-height: 730px;
    }

    .food-hero__content {
        padding-top: 124px;
        padding-bottom: 72px;
    }

    .food-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .food-hero__note {
        align-items: flex-start;
    }

    .food-cycle,
    .food-segments {
        grid-template-columns: 1fr;
    }

    .food-app,
    .food-form {
        padding: 23px;
    }

    .food-split__media::before {
        inset: 12px -10px -12px 10px;
    }

    .food-compliance {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .food-btn {
        transition: none;
    }
}
