html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

.index-launch__altimage {
    display: block;
    max-width: 690px;
    width: 100%;
    height: auto;
    margin: -30px auto 50px;
    animation: zoomFadeIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

/* Linha separadora abaixo da imagem */
.index-launch__title .index__about-separator {
    width: 100%;
    height: 1px;
    background-color: #75757594;
    margin: 15px 0 50px;
}

@media (max-width: 767px) {
    .index-launch__altimage {
        max-width: 85vw;
        margin-bottom: 40px;
    }
}

@keyframes zoomFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.85) translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes fadeSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-28px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(28px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.index-launch__title-img {
    animation: fadeSlideUp 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.15s both;
    max-width: 100%;
    height: auto;
}

.nav__btn {
    position: relative;
    transition: color 0.25s ease;
}

.nav__btn::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

.nav__btn:hover::after {
    width: 100%;
}

.nav__btn--pill {
    transition: box-shadow 0.28s ease, transform 0.22s ease, background 0.25s ease !important;
}

.nav__btn--pill:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
}

.form__btn {
    transition: box-shadow 0.28s ease, transform 0.22s ease, filter 0.25s ease;
    will-change: transform;
}

.form__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
    filter: brightness(1.08);
}

.form__btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.launch__logo-box,
.index__links-item-content,
.footer__address,
.footer__whatsapp,
.footer__phone {
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.index__links-item-content:hover,
.launch__logo-box:hover {
    opacity: 0.82;
    transform: translateY(-2px);
}

.footer__instagram,
.footer__facebook {
    display: inline-block;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.footer__instagram:hover,
.footer__facebook:hover {
    transform: translateY(-3px) scale(1.07);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.header__logo {
    display: inline-flex;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.header__logo:hover {
    opacity: 0.82;
    transform: scale(1.02);
}

.whatsapp {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
}

.whatsapp:hover {
    transform: scale(1.12) rotate(-5deg);
}

.whatsapp a {
    display: block;
    position: relative;
    transition: filter 0.28s ease;
}

.whatsapp a::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 211, 102, 0.35) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.35s ease;
    transform: scale(0.7);
    pointer-events: none;
}

.whatsapp:hover a::before {
    opacity: 1;
    transform: scale(1.1);
}

.whatsapp a:hover {
    filter: drop-shadow(0 6px 18px rgba(37, 211, 102, 0.55));
}

.footer__logo:hover {
    opacity: 0.82;
    transition: opacity 0.22s;
}

.index__about-content-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


/* Bloco Legado */
.index__about-legacy {
    position: relative;
    z-index: 2;
    padding: 50px 20px 60px;
    margin-top: -40px; /* sobe para ficar colado à base do SVG */
}

.index__about-legacy-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 36px;
    max-width: 900px;
    margin: 0 auto;
}

.index__about-legacy-photo {
    flex-shrink: 0;
    width: 350px;
    height: 350px;
    overflow: hidden;
    /* border: 2px solid #042750; */
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 57%) 0px 3px 8px;
}

.index__about-legacy-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.index__about-legacy-text {
    text-align: center;
    min-width: 0;
    width: 100%;
}

@font-face {
    font-family: 'PlayfairCustom';
    src: url('../font/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url('../font/Gotham-Light_0.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairRegular';
    src: url('../font/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.index__about-legacy-tagline {
    font-family: 'PlayfairCustom', serif;
    font-weight: bold;
    font-size: 2.30rem;
}

.index__about-legacy-name {
    font-family: 'GothamLight', sans-serif;
    font-weight: 300;
    font-size: 2.30rem;
    margin-bottom: 20px;
}

p.index__about-legacy-desc {
    font-family: 'PlayfairRegular', serif; /* 👈 aqui */
    font-size: 1.3rem;
    color: #cccccc;
    line-height: 1.9;
    margin: 0;
}


/* .index__about-legacy-tagline {
    font-size: 1.75rem;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    margin: 0 0 10px;
    line-height: 1.2;
} */


/* .index__about-legacy-name {
    font-size: 1.3rem;
    font-weight: 300;
    font-style: italic;
    color: #cccccc;
    margin: 0 0 14px;
} */


.index__about-legacy-desc {
    font-size: 0.9rem;
    color: #cccccc;
    line-height: 1.9;
    margin: 0;
}

@media (max-width: 640px) {
    .index__about-legacy-inner {
        flex-direction: column;
        gap: 24px;
    }
    .index__about-legacy-photo {
        width: min(55vw, 260px);
        height: min(55vw, 260px);
    }
    .index__about-legacy-tagline {
        font-size: 1.35rem;
    }
}


.index__about-background {
    position: absolute; /* ou relative/absolute conforme sua estrutura */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    
    width: 100%;
    height: 100%;
    
    overflow: hidden;
    pointer-events: none;

    display: flex;
    justify-content: center;
    align-items: center;
}

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

.index {
    position: relative;
}