﻿/* Molds Unlimited — hero banner (referencia PDF) */

.hero--mold {
    width: 100%;
    background: #f4f6f8;
    overflow: hidden;
}

.hero--mold .hero__main {
    position: relative;
    min-height: clamp(560px, 72vh, 720px);
    overflow: hidden;
    background:
        linear-gradient(115deg, #f7f8fa 0%, #f7f8fa 46%, #ffffff 46.2%, #ffffff 100%);
}

.hero--mold .hero__bg-shape {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(115deg, #f2f4f6 0%, #f2f4f6 48%, transparent 48.1%);
    pointer-events: none;
}

.hero--mold .hero__brand-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1.35rem 1rem 1.15rem;
    background: var(--mold-navy);
    border-bottom-left-radius: 28px;
    text-decoration: none;
    color: var(--mold-white);
    box-shadow: 0 8px 24px rgba(3, 62, 138, 0.2);
}

.lang-selector-hero {
    position: absolute;
    top: clamp(1rem, 2.5vw, 1.5rem);
    left: clamp(1rem, 3vw, 2rem);
    z-index: 10;
    display: flex;
    gap: 0.55rem;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
}

.lang-link-hero {
    color: rgba(3, 62, 138, 0.45);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.lang-link-hero:hover,
.lang-link-hero.is-active {
    color: var(--mold-navy);
    font-weight: 700;
}

.lang-divider-hero {
    color: rgba(3, 62, 138, 0.25);
}

.hero--mold .hero__brand-mark {
    width: clamp(36px, 3.5vw, 46px);
    height: auto;
    flex-shrink: 0;
}

.hero--mold .hero__brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.hero--mold .hero__brand-name {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hero--mold .hero__brand-sub {
    margin-top: 0.12rem;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.72rem, 0.95vw, 0.88rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    opacity: 0.95;
}

.hero--mold .hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    align-items: center;
    gap: clamp(1rem, 3vw, 2rem);
    width: 100%;
    max-width: 1400px;
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 3.75rem) var(--container-padding) clamp(2rem, 4vw, 3rem);
}

.hero--mold .hero__copy {
    max-width: 38rem;
    padding-right: clamp(0.5rem, 2vw, 1.5rem);
}

.hero--mold .hero__eyebrow {
    margin: 0 0 0.85rem;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.95rem, 1.35vw, 1.2rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.hero--mold .hero__title {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.75rem, 3.6vw, 2.85rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.hero--mold .hero__title::after {
    content: '';
    display: block;
    width: clamp(2.75rem, 5vw, 3.75rem);
    height: 4px;
    margin-top: 0.75rem;
    background: var(--mold-navy);
}

.hero--mold .hero__title-line {
    display: block;
}

.hero--mold .hero__lead {
    margin: 1rem 0 1.15rem;
    max-width: 34rem;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.92rem, 1.2vw, 1.08rem);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.hero--mold .hero__ribbon {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 1.25rem;
    padding: 0.7rem 1.75rem 0.7rem 1rem;
    max-width: 100%;
    background: var(--mold-navy);
    color: var(--mold-white);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.72rem, 1vw, 0.88rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.25;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}

.hero--mold .hero__ribbon-icon {
    width: 16px;
    height: auto;
    flex-shrink: 0;
}

.hero--mold .hero__body {
    max-width: 34rem;
}

.hero--mold .hero__body p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.92rem, 1.1vw, 1.02rem);
    font-weight: 400;
    line-height: 1.6;
    color: #4a5568;
}

.hero--mold .hero__body strong {
    font-weight: 700;
    color: #2d3748;
}

.hero--mold .hero__visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: end;
    min-height: 0;
    padding-bottom: 0.25rem;
}

.hero--mold .hero__machine {
    width: min(100%, 620px);
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 18px 28px rgba(3, 62, 138, 0.18));
}

.hero--mold .hero__trust {
    background: var(--mold-navy);
    padding: clamp(1.1rem, 2.4vw, 1.45rem) var(--container-padding);
}

.hero--mold .hero__trust-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.75rem, 2vw, 1.5rem);
    max-width: 1100px;
    align-items: center;
}

.hero--mold .hero__trust-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.72rem, 1.05vw, 0.92rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mold-white);
    white-space: nowrap;
}

.hero--mold .hero__trust-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .hero--mold .hero__layout {
        grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.9fr);
        gap: 1rem;
        padding-top: clamp(4.5rem, 8vw, 5.5rem);
    }

    .hero--mold .hero__title {
        font-size: clamp(1.55rem, 3.2vw, 2.2rem);
    }

    .hero--mold .hero__machine {
        width: min(100%, 520px);
    }

    .hero--mold .hero__trust-item {
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 900px) {
    .hero--mold .hero__main {
        min-height: 0;
        background: #f7f8fa;
    }

    .hero--mold .hero__bg-shape {
        display: none;
    }

    .lang-selector-hero {
        top: 0.85rem;
        left: var(--container-padding);
    }

    .hero--mold .hero__brand-badge {
        top: 0;
        right: 0;
        padding: 0.7rem 1.05rem 0.8rem 0.95rem;
        border-bottom-left-radius: 22px;
    }

    .hero--mold .hero__layout {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        padding-top: clamp(4.75rem, 14vw, 5.5rem);
        padding-bottom: 1.75rem;
    }

    .hero--mold .hero__copy {
        order: 2;
        max-width: 100%;
        padding-right: 0;
    }

    .hero--mold .hero__visual {
        order: 1;
        justify-content: center;
        align-self: center;
    }

    .hero--mold .hero__machine {
        width: min(100%, 400px);
    }

    .hero--mold .hero__ribbon {
        clip-path: none;
        border-radius: 4px;
        padding-right: 1rem;
        width: 100%;
        box-sizing: border-box;
    }

    .hero--mold .hero__trust-list {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        max-width: 420px;
    }

    .hero--mold .hero__trust-item {
        justify-content: flex-start;
        white-space: normal;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .hero--mold .hero__brand-badge {
        padding: 0.55rem 0.8rem 0.65rem 0.7rem;
        gap: 0.45rem;
    }

    .hero--mold .hero__brand-mark {
        width: 30px;
    }

    .hero--mold .hero__brand-name {
        font-size: 0.95rem;
    }

    .hero--mold .hero__brand-sub {
        font-size: 0.65rem;
    }

    .lang-selector-hero {
        font-size: 0.8rem;
    }

    .hero--mold .hero__layout {
        padding-top: 4.25rem;
        gap: 1.1rem;
    }

    .hero--mold .hero__title {
        font-size: clamp(1.35rem, 6.5vw, 1.7rem);
    }

    .hero--mold .hero__lead {
        font-size: 0.86rem;
        margin: 0.85rem 0 1rem;
    }

    .hero--mold .hero__ribbon {
        font-size: 0.68rem;
        gap: 0.45rem;
        padding: 0.6rem 0.85rem;
    }

    .hero--mold .hero__body p {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .hero--mold .hero__machine {
        width: min(100%, 320px);
    }

    .hero--mold .hero__trust {
        padding: 1rem var(--container-padding);
    }
}

/* Services — Everything your business needs */
.services {
    background: var(--mold-white);
    padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(4rem, 8vw, 5.5rem);
}

.services__header {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.services__title {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 2.15rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.services__title-line {
    display: block;
}

.services__title-accent {
    display: block;
    width: clamp(3.5rem, 8vw, 5rem);
    height: 5px;
    margin: 0.65rem auto 0;
    background: var(--mold-navy);
    border-radius: 2px;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.35rem);
    max-width: 1280px;
    margin: 0 auto;
}

.services__card {
    background: var(--mold-white);
    border: 1px solid rgba(13, 75, 142, 0.12);
    border-radius: 22px;
    padding: clamp(1.75rem, 3vw, 2.25rem) clamp(1.25rem, 2.5vw, 1.75rem);
    text-align: center;
    box-shadow: 0 8px 28px rgba(13, 75, 142, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.services__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(13, 75, 142, 0.11);
}

.services__card-title {
    margin: 0 0 clamp(1rem, 2vw, 1.25rem);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.82rem, 1.15vw, 0.95rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.services__card-text {
    margin: 0;
    font-size: clamp(0.88rem, 1.05vw, 0.98rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--mold-text);
}

@media (max-width: 1024px) {
    .services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .services__grid {
        grid-template-columns: 1fr;
        max-width: min(300px, 84vw);
        gap: 1.15rem;
    }

    .services__title {
        font-size: clamp(1.2rem, 5.5vw, 1.55rem);
    }

    .services__card {
        min-height: 17.5rem;
        padding: 2rem 1.35rem 2.15rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .services__card-title {
        margin-bottom: 1rem;
    }
}

/* Why Casavo — split content + benefits panel */
/* Fit + specs — two columns under hero */
.fit-specs {
    background: var(--mold-white);
    padding: clamp(2.75rem, 5.5vw, 4rem) 0 clamp(2.25rem, 4.5vw, 3.25rem);
}

.fit-specs__inner {
    position: relative;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding) clamp(1.75rem, 3.5vw, 2.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 3.25rem);
    align-items: start;
    border-bottom: 1px solid rgba(3, 62, 138, 0.22);
}

.fit-specs__inner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background: rgba(3, 62, 138, 0.22);
    pointer-events: none;
    z-index: 1;
}

.fit-specs__fit {
    padding-right: clamp(0.5rem, 2vw, 1.25rem);
}

.fit-specs__fit-title {
    margin: 0 0 clamp(0.85rem, 1.5vw, 1.1rem);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.05rem, 1.65vw, 1.35rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.fit-specs__fit-intro {
    margin: 0 0 clamp(1.15rem, 2vw, 1.5rem);
    font-size: clamp(0.92rem, 1.1vw, 1.02rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--mold-text);
}

.fit-specs__checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1.35vw, 1rem);
}

.fit-specs__checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: clamp(0.9rem, 1.05vw, 1rem);
    font-weight: 400;
    line-height: 1.45;
    color: var(--mold-text);
}

.fit-specs__checklist img {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 0.1rem;
}

.fit-specs__specs {
    align-self: start;
}

.fit-specs__specs-header {
    margin-bottom: clamp(0.85rem, 1.5vw, 1.15rem);
}

.fit-specs__specs-title {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.05rem, 1.65vw, 1.35rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.fit-specs__specs-model {
    margin: 0.35rem 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.3rem, 2.1vw, 1.65rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.fit-specs__table-wrap {
    overflow-x: auto;
}

.fit-specs__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--mold-navy);
    font-family: 'Poppins', sans-serif;
}

.fit-specs__table thead th {
    padding: 0.42rem 0.85rem;
    background: var(--mold-navy);
    color: var(--mold-white);
    border: 1px solid var(--mold-navy);
    font-size: clamp(0.72rem, 0.9vw, 0.82rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: left;
}

.fit-specs__table tbody td {
    padding: 0.38rem 0.85rem;
    border: 1px solid var(--mold-navy);
    font-size: clamp(0.8rem, 0.98vw, 0.9rem);
    color: var(--mold-text);
    text-align: left;
    background: var(--mold-white);
}

.fit-specs__table tbody td:first-child {
    font-weight: 500;
    width: 48%;
}

@media (max-width: 900px) {
    .fit-specs {
        padding: clamp(2.25rem, 5vw, 3rem) 0 clamp(1.75rem, 4vw, 2.5rem);
    }

    .fit-specs__inner {
        grid-template-columns: 1fr;
        gap: clamp(1.75rem, 4vw, 2.5rem);
        padding-bottom: clamp(1.5rem, 3.5vw, 2rem);
    }

    .fit-specs__inner::before {
        display: none;
    }

    .fit-specs__fit {
        padding-right: 0;
        padding-bottom: clamp(1.5rem, 3.5vw, 2rem);
        border-bottom: 1px solid rgba(3, 62, 138, 0.22);
    }

    .fit-specs__table-wrap {
        margin: 0 -0.15rem;
    }

    .fit-specs__table {
        min-width: 0;
        font-size: 0.9rem;
    }

    .fit-specs__table thead th,
    .fit-specs__table tbody td {
        padding: 0.45rem 0.7rem;
    }
}

@media (max-width: 600px) {
    .fit-specs__fit-title,
    .fit-specs__specs-title {
        font-size: clamp(1rem, 4.8vw, 1.2rem);
    }

    .fit-specs__specs-model {
        font-size: clamp(1.15rem, 5.2vw, 1.4rem);
    }

    .fit-specs__checklist {
        gap: 0.7rem;
    }

    .fit-specs__table thead th {
        font-size: 0.7rem;
        padding: 0.4rem 0.55rem;
    }

    .fit-specs__table tbody td {
        font-size: 0.8rem;
        padding: 0.35rem 0.55rem;
    }
}

/* Why this machine — image + copy */
.why-machine {
    background: var(--mold-white);
    padding: clamp(2.5rem, 5vw, 3.75rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.why-machine__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.why-machine__media {
    line-height: 0;
}

.why-machine__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 28px;
    object-fit: cover;
}

.why-machine__title {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.why-machine__title::after {
    content: '';
    display: block;
    width: 3.25rem;
    height: 5px;
    margin-top: 0.7rem;
    background: var(--mold-navy);
}

.why-machine__lead {
    margin: clamp(1rem, 2vw, 1.35rem) 0 clamp(0.85rem, 1.5vw, 1.1rem);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
}

.why-machine__text p {
    margin: 0 0 1rem;
    font-size: clamp(0.92rem, 1.1vw, 1.02rem);
    font-weight: 400;
    line-height: 1.65;
    color: #1a1a1a;
}

.why-machine__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .why-machine {
        padding: clamp(2.25rem, 5vw, 3.25rem) 0;
    }

    .why-machine__inner {
        grid-template-columns: 1fr;
        gap: clamp(1.5rem, 4vw, 2rem);
    }

    .why-machine__img {
        border-radius: 20px;
        max-height: 360px;
        width: 100%;
        object-fit: cover;
    }

    .why-machine__title {
        font-size: clamp(1.45rem, 5.5vw, 1.85rem);
    }
}

@media (max-width: 600px) {
    .why-machine__img {
        border-radius: 16px;
        max-height: 260px;
    }

    .why-machine__lead {
        font-size: 1rem;
    }

    .why-machine__text p {
        font-size: 0.92rem;
    }
}

/* Guatemala availability band */
.gt-band {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(3.25rem, 7vw, 5rem) var(--container-padding);
    color: var(--mold-white);
    text-align: center;
}

.gt-band__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.gt-band__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gt-band__inner {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gt-band__title {
    margin: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    width: auto;
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.05rem, 2.2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mold-white);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
    text-align: center;
}

.gt-band__title span {
    text-align: center;
}

.gt-band__icon {
    width: clamp(1.35rem, 2vw, 1.85rem);
    height: auto;
    flex-shrink: 0;
}

.gt-band__lead {
    margin: clamp(0.85rem, 1.6vw, 1.15rem) 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--mold-white);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.gt-band__text {
    margin: clamp(0.75rem, 1.4vw, 1rem) 0 0;
    max-width: 46rem;
    font-size: clamp(0.92rem, 1.15vw, 1.05rem);
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.98);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    text-align: center;
}

@media (max-width: 900px) {
    .gt-band {
        padding: clamp(2.5rem, 6vw, 3.5rem) var(--container-padding);
        min-height: 280px;
        display: flex;
        align-items: center;
    }

    .gt-band__title {
        font-size: clamp(0.95rem, 3.8vw, 1.25rem);
        gap: 0.5rem;
    }

    .gt-band__lead {
        font-size: clamp(1.05rem, 3.5vw, 1.25rem);
    }
}

@media (max-width: 600px) {
    .gt-band {
        min-height: 240px;
        padding: 2.25rem var(--container-padding);
    }

    .gt-band__title {
        flex-direction: column;
        gap: 0.55rem;
    }

    .gt-band__text {
        font-size: 0.9rem;
        line-height: 1.55;
    }
}

/* Who could benefit — card grid */
.who-serve {
    background: var(--mold-white);
    padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(4rem, 8vw, 5.5rem);
}

.who-serve__header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.who-serve__title {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 2.15rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.who-serve__title-accent {
    display: block;
    width: clamp(3.5rem, 8vw, 5rem);
    height: 5px;
    margin: 0.65rem auto 0;
    background: var(--mold-navy);
    border-radius: 2px;
}

.who-serve__subtitle {
    margin: clamp(0.9rem, 1.6vw, 1.15rem) 0 0;
    font-size: clamp(0.98rem, 1.2vw, 1.1rem);
    font-weight: 400;
    line-height: 1.45;
    color: var(--mold-text);
}

.who-serve__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    width: 100%;
    margin: 0;
    max-width: 920px;
    margin-inline: auto;
}

.who-serve__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    padding: clamp(1.15rem, 2vw, 1.35rem) clamp(1.1rem, 2vw, 1.4rem);
    text-align: left;
    background: var(--mold-white);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(3, 62, 138, 0.1);
    min-height: 0;
    border: none;
}

.who-serve__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    object-fit: contain;
}

.who-serve__label {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
    color: #2d3748;
    max-width: none;
}

@media (max-width: 800px) {
    .who-serve__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .who-serve__grid {
        grid-template-columns: 1fr;
        max-width: 360px;
    }
}

/* How we work — image + timeline */
.how-work {
    background: var(--mold-white);
    padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(4rem, 8vw, 5.5rem);
}

.how-work__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 4.5vw, 3.75rem);
    align-items: center;
    max-width: 1280px;
}

.how-work__media {
    line-height: 0;
}

.how-work__img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: 0 16px 40px rgba(13, 75, 142, 0.12);
}

.how-work__title {
    margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
    width: fit-content;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.how-work__title-main {
    display: block;
    color: var(--mold-navy);
}

.how-work__title-accent {
    display: block;
    width: clamp(3rem, 7vw, 4.5rem);
    height: 5px;
    margin: 0.5rem 0 0;
    background: var(--mold-navy);
    border-radius: 2px;
}

.how-work__title-brand {
    display: block;
    color: var(--mold-blue);
}

.how-work__steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.how-work__step {
    --step-dot: clamp(2rem, 3vw, 2.35rem);
    display: flex;
    align-items: flex-start;
    gap: clamp(0.85rem, 1.5vw, 1.15rem);
    position: relative;
    padding-bottom: clamp(1.15rem, 2vw, 1.45rem);
}

.how-work__step:last-child {
    padding-bottom: 0;
}

.how-work__step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: calc(var(--step-dot) / 2 - 1px);
    top: var(--step-dot);
    bottom: 0;
    width: 2px;
    background: var(--mold-navy);
}

.how-work__step-num {
    flex-shrink: 0;
    width: var(--step-dot);
    height: var(--step-dot);
    border-radius: 50%;
    background: var(--mold-navy);
    color: var(--mold-white);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.82rem, 1vw, 0.95rem);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.how-work__step-text {
    margin: 0;
    padding-top: 0.15rem;
    font-size: clamp(0.9rem, 1.05vw, 1rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--mold-text);
}

.how-work__step-text strong {
    font-weight: 700;
    color: var(--mold-navy);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

@media (max-width: 900px) {
    .how-work__grid {
        grid-template-columns: 1fr;
    }

    .how-work__media {
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }
}

/* Testimonials */
.testimonials {
    background: var(--mold-bg-light);
    padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(4rem, 8vw, 5.5rem);
}

.testimonials__header {
    text-align: center;
    margin-bottom: clamp(2.25rem, 4.5vw, 3rem);
}

.testimonials__title {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 2.15rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.testimonials__title-accent {
    display: block;
    width: clamp(3.5rem, 8vw, 5rem);
    height: 5px;
    margin: 0.65rem auto 0;
    background: var(--mold-navy);
    border-radius: 2px;
}

.testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.35rem);
    max-width: 1280px;
    margin: 0 auto;
}

.testimonials__card {
    background: var(--mold-white);
    border-radius: 22px;
    padding: clamp(1.75rem, 3vw, 2.25rem) clamp(1.35rem, 2.5vw, 1.75rem);
    text-align: center;
    box-shadow: 0 10px 32px rgba(13, 75, 142, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}

.testimonials__author {
    margin-bottom: clamp(1.15rem, 2vw, 1.5rem);
}

.testimonials__name {
    margin: 0 0 0.35rem;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.82rem, 1.05vw, 0.95rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mold-navy);
}

.testimonials__role {
    margin: 0;
    font-size: clamp(0.78rem, 0.95vw, 0.88rem);
    font-weight: 500;
    line-height: 1.4;
    color: var(--mold-blue);
}

.testimonials__quote {
    margin: 0 0 clamp(1.25rem, 2vw, 1.5rem);
    flex: 1;
    font-size: clamp(0.88rem, 1.05vw, 0.98rem);
    font-weight: 400;
    font-style: normal;
    line-height: 1.65;
    color: var(--mold-text);
}

.testimonials__stars {
    margin-top: auto;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    letter-spacing: 0.12em;
    color: var(--mold-navy);
    line-height: 1;
}

@media (max-width: 1024px) {
    .testimonials__grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
}

@media (min-width: 1025px) and (max-width: 1180px) {
    .testimonials__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .testimonials__card {
        padding: 1.5rem 1.15rem;
    }
}

/* Contact CTA — form + mockup */
.contact-cta {
    scroll-margin-top: 1rem;
    background: linear-gradient(
        105deg,
        #154d8a 0%,
        #2569ad 28%,
        #6aaddc 62%,
        #dce8f2 100%
    );
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    overflow: hidden;
}

.contact-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.contact-cta__content {
    max-width: min(520px, 100%);
    color: var(--mold-white);
}

.contact-cta__title {
    margin: 0 0 clamp(1.15rem, 2vw, 1.5rem);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.65rem, 3.2vw, 2.65rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.contact-cta__title-line {
    display: block;
}

.contact-cta__title-accent {
    display: block;
    width: clamp(3rem, 7vw, 4.5rem);
    height: 4px;
    margin: 0.5rem 0 0;
    background: var(--mold-white);
    border-radius: 2px;
}

.contact-cta__intro {
    margin: 0 0 clamp(1rem, 2vw, 1.25rem);
    font-size: clamp(0.92rem, 1.1vw, 1.02rem);
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
}

.contact-cta__benefits {
    list-style: none;
    margin: 0 0 clamp(1.5rem, 3vw, 2rem);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.contact-cta__benefits li {
    position: relative;
    padding-left: 1.1rem;
    font-size: clamp(0.88rem, 1.05vw, 0.98rem);
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
}

.contact-cta__benefits li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    background: var(--mold-white);
    border-radius: 50%;
    transform: translateY(-50%);
}

.contact-cta__form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 100%;
}

.contact-cta__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.contact-cta__form-status {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    line-height: 1.45;
    font-weight: 500;
}

.contact-cta__form-status.is-success {
    color: #d7f5e3;
}

.contact-cta__form-status.is-error {
    color: #ffd8d8;
}

.contact-cta__submit:disabled {
    opacity: 0.75;
    cursor: wait;
    transform: none;
}

.contact-cta__form input,
.contact-cta__form textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border: none;
    border-radius: 8px;
    background: var(--mold-white);
    color: var(--mold-navy);
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    line-height: 1.4;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.contact-cta__form input::placeholder,
.contact-cta__form textarea::placeholder {
    color: rgba(13, 75, 142, 0.45);
}

.contact-cta__form textarea {
    min-height: 110px;
    resize: vertical;
}

.contact-cta__submit {
    align-self: flex-start;
    margin-top: 0.35rem;
    padding: 0.85rem 1.75rem;
    border: none;
    border-radius: 999px;
    background: var(--mold-navy-dark);
    color: var(--mold-white);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(0.88rem, 1.05vw, 0.98rem);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-cta__submit:hover {
    background: #082440;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.contact-cta__visual {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-cta__img {
    width: min(100%, 640px);
    height: auto;
    object-fit: contain;
}

@media (max-width: 900px) {
    .contact-cta {
        background: linear-gradient(
            180deg,
            #1a5a9e 0%,
            #2d7ec4 45%,
            #eef4fa 100%
        );
    }

    .contact-cta__inner {
        grid-template-columns: 1fr;
    }

    .contact-cta__content {
        max-width: 100%;
    }

    .contact-cta__visual {
        order: -1;
        justify-content: center;
    }

    .contact-cta__img {
        width: min(100%, 480px);
    }
}


.availability {
    background: var(--mold-navy);
    color: var(--mold-white);
    padding: clamp(1.5rem, 3vw, 2.25rem) var(--container-padding);
}

.availability__list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: var(--container-max);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    text-align: center;
}

.availability__item {
    font-size: clamp(0.85rem, 1.1vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@media (max-width: 700px) {
    .availability__list {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }
}
