* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.hero {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.hero img {
    width: 100%;
    height: auto;
    display: block;
}

.txt {
    width: 100%;
    margin: 0;
    padding: 78px 0 92px;
    background: #e4e0d8;
    color: #17303a;
    font-family: Georgia, "Times New Roman", serif;
}

.galeria {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
}

.galeria img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}

.txt__wrap {
    display: grid;
    gap: 36px;
    width: min(100% - 32px, 1200px);
    margin: 0 auto;
}

.txt__eyebrow {
    margin: 0;
    font-size: 0.92rem;
    letter-spacing: 0.05em;
    color: rgba(23, 48, 58, 0.9);
}

.txt__title {
    margin: 0;
    max-width: 14ch;
    font-size: clamp(3.2rem, 5.8vw, 5.4rem);
    line-height: 0.95;
    letter-spacing: -0.07em;
    font-weight: 800;
}

.txt__lead,
.txt__section p,
.txt__steps span,
.txt__list {
    color: rgba(23, 48, 58, 0.88);
}

.txt__lead {
    margin: 0;
    max-width: 92ch;
    font-size: 1.18rem;
    line-height: 1.85;
}

.txt__section {
    display: grid;
    gap: 14px;
    padding-top: 12px;
}

.txt__section h2 {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.txt__section p {
    margin: 0;
    max-width: 92ch;
    font-size: 1.03rem;
    line-height: 1.85;
}

.txt__list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.txt__list li {
    position: relative;
    padding-left: 18px;
    line-height: 1.75;
}

.txt__list li::before {
    content: "\2014";
    position: absolute;
    left: 0;
    color: rgba(23, 48, 58, 0.86);
}

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

.txt__steps li {
    display: grid;
    gap: 6px;
}

.txt__steps strong {
    font-size: 1rem;
    line-height: 1.3;
}

.txt__steps span {
    display: block;
    max-width: 92ch;
    line-height: 1.8;
}

.img-2 {
    width: 100%;
    height: auto;
}

.img-2 img {
    width: 100%;
    height: auto;
}

@media (max-width: 780px) {
    .txt {
        padding: 42px 0 56px;
    }
    .txt__wrap {
        width: min(100% - 20px, 1200px);
        gap: 22px;
    }
    .txt__title {
        max-width: 100%;
        font-size: clamp(2.5rem, 10vw, 4rem);
    }
    .txt__lead {
        font-size: 1.08rem;
    }
}

.texto-promocao {
    background: #e4e0d8;
    margin-top: 0;
}

.texto-promocao,
.img {
    width: 100%;
    display: block;
}

@media (max-width: 780px) {
    .galeria {
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 78%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding: 0 10px 12px;
        -webkit-overflow-scrolling: touch;
    }

    .galeria img {
        aspect-ratio: 4 / 5;
        scroll-snap-align: start;
        border-radius: 18px;
    }
}

.texto-promocao__hero {
    position: relative;
    height: clamp(220px, 26vw, 320px);
    overflow: hidden;
    background: #a7aead;
}

.texto-promocao__brand {
    position: absolute;
    left: 50%;
    bottom: -0.08em;
    transform: translateX(-50%);
    color: #ece8de;
    font-size: clamp(5rem, 16vw, 16rem);
    font-weight: 800;
    letter-spacing: -0.1em;
    line-height: 0.8;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
}

.texto-promocao__copy {
    position: absolute;
    top: 28px;
    right: 34px;
    color: #ece8de;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    user-select: none;
}

.texto-promocao__content {
    width: min(100% - 32px, 980px);
    margin: 0 auto;
    padding: 52px 0 72px;
}

.texto-promocao__content h2 {
    margin: 0 0 16px;
    color: #17303a;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    letter-spacing: -0.03em;
}

.texto-promocao__content p {
    max-width: 62ch;
    margin: 0;
    color: rgba(23, 48, 58, 0.86);
    font-size: 1.03rem;
    line-height: 1.85;
}

@media (max-width: 780px) {
    .texto-promocao__hero {
        height: 180px;
    }
    .texto-promocao__brand {
        font-size: 4.4rem;
        letter-spacing: -0.08em;
    }
    .texto-promocao__copy {
        top: 16px;
        right: 18px;
        font-size: 2rem;
    }
    .texto-promocao__content {
        width: min(100% - 20px, 980px);
        padding: 28px 0 44px;
    }
}
