* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    background-color: #00030c;
}

body {
    overflow-x: hidden;
}

.texto {
    color: #fff;
    position: absolute;
    top: 65%;
    left: 40%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    z-index: 10;
}

.texto label {
    font-size: 12px;
    color: #FFC300;
    background-color: transparent;
}

.texto h1 {
    font-size: 40px;
    background-color: transparent;
    margin-top: 2vh;
}

.texto p {
    font-size: 12px;
    margin-top: 2vh;
    background-color: transparent;
    width: 50%;
}

.btn {
    background-color: #FFC300;
    color: #00030c;
     
    position: absolute;
    top: 87%;
    left: 13.5%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    padding: 15px;
    border-radius: 25px;
    width: 8%;
    text-align: center;
    font-size: 12.5px;
}

html {
    scroll-behavior: smooth;
}

.pic {
    width: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-mask-image: linear-gradient(to top, transparent, #101828 60%, #101828 40%, transparent);
    mask-image: linear-gradient(top, transparent, #101828 50%, #101828 50%, transparent);
}

.header {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 50px;
    z-index: 10;
    background-color: transparent;
}

.header dl {
    background-color: transparent;
}

.header a {
    color: #fff;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    position: relative;
    display: inline-block;
    animation: headerLinkAppear 0.8s ease-out both;
    background-color: transparent;
}

.header a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #ffc300;
    color: #ffc300;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.header a:hover::after {
    transform: scaleX(1);
}

@keyframes headerLinkAppear {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.picture {
    width: 30%;
    position: absolute;
    top: 15%;
    left: 16%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: transparent;
}

.telefone {
    color: #05070d;
    text-decoration: none;
    position: absolute;
    top: 15%;
    background-color: #ffc300;
    left: 87%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    padding: 15px;
    border-radius: 30px;
    border: 1.5px solid #FFC300;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    transition: 0.6s;
    width: 14%;
    text-align: center;
}

.telefone:hover {
    background-color: #05070d;
    color: #a57e00;
    padding: 20px;
    border: 1.5px solid #FFC300;
    transition: 0.6s;
    width: 15%;
}

.mission-pic {
    width: 40%;
    z-index: 20;

    position: absolute;
    top: 100%;
    left: 73%;
    transform: translate(-50%, -50%);
    margin-top: 90vh;
    border-radius: 20px;
}

#mission label {
    font-size: 12px;

    position: absolute;
    top: 100%;
    left: 12%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: #FFC300;
    margin-top: 75vh;
}

#mission h2 {
    font-size: 40px;

    position: absolute;
    top: 90%;
    left: 20%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: #fff;
    margin-top: 92vh;
}

#mission p {
    font-size: 12px;

    position: absolute;
    top: 100%;
    left: 22.8%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: rgb(151, 150, 150);
    margin-top: 98vh;
    width: 25%;
}

.foto {
    width: 40%;

    position: absolute;
    top: 100%;
    left: 25%;
    transform: translate(-50%, -50%);
    margin-top: 160vh;

    border-radius: 20px;
}

.info label {
    position: absolute;
    top: 95%;
    left: 66.5%;
    transform: translate(-50%, -50%);
    color: #FFC300;
    font-size: 12px;
    margin-top: 145vh;
    z-index: 20;
}

.info h2 {
    position: absolute;
    top: 100%;
    left: 114%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    margin-top: 147vh;
    width: 100%
}

.info p {
    position: absolute;
    top: 100%;
    left: 76%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: rgb(151, 150, 150);
    margin-top: 163vh;
}

.vid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    margin-top: 400vh;
}

.video {
    width: 1920px;
    -webkit-mask-image: linear-gradient(to top, transparent, #101828 80%, #101828 20%, transparent);
    mask-image: linear-gradient(to top, transparent, #101828 65%, #101828 35%, transparent);
    opacity: 50%;
}

.txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    background-color: transparent;
    color: #fff;
    margin-top: 400vh;
}

.txt h2 {
    font-size: 50px;
    background-color: transparent;
}

.txt p {
    font-size: 12px;
    background-color: transparent;
    margin-top: 2vh;
}

.txt a {
    text-decoration: none;
    padding: 20px;
    font-size: 15px;
    background-color: #FFC300;
    color: #00030c;
    width: 50%;
    margin-top: 18vh;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
    transition: 0.6s;
}

.txt a:hover {
    background-color: #00030c;
    color: #FFC300;
    border: 2px solid #FFC300;
    padding: 25px;
    font-size: 16px;
    transition: 0.6s;
}

.footer {
    background: linear-gradient(135deg, #05070d, #101828);
    color: #f5f5f5;
    padding: 50px 24px 24px;
    margin-top: 580vh;
    border-top: 1px solid rgba(255, 195, 0, 0.25);

    position: relative;
    width: 100%;
    left: 0;
    transform: none;
    background-color: transparent;
}

.footer div {
    background-color: transparent;
}

.footer a {
    font-weight: bold;
    color: #ffc300;
    text-decoration: none;
    font-size: 15px;
    background-color: transparent;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    background-color: transparent;
}

.footer h3,
.footer h4 {
    color: #ffc300;
    margin-bottom: 10px;
    background-color: transparent;
}

.footer p {
    color: #cbd5e1;
    margin-bottom: 6px;
    font-size: 14px;
    background-color: transparent;
}

.footer-bottom {
    text-align: center;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #8b95a6;
    font-size: 13px;
}

.menu-toggle {
    display: none;
}

/* ==========================================================
   RESPONSIVE — apenas telas <= 1024px
   Desktop (>1024px) permanece intocado acima
   ========================================================== */

@media (max-width: 1024px) {

    /* --- Header & navegação --- */
    header {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding-bottom: 2rem;
    }

    nav.sections {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 1rem 1.25rem;
        position: relative;
        z-index: 100;
        width: 100%;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 2;
        margin-left: auto;
        width: 44px;
        height: 44px;
        padding: 0;
        background: rgba(255, 195, 0, 0.12);
        border: 1.5px solid #ffc300;
        border-radius: 8px;
        color: #ffc300;
        font-size: 1.15rem;
        cursor: pointer;
        flex-shrink: 0;
    }

    .menu-toggle i {
        background-color: transparent;
        color: #ffc300;
    }

    .picture {
        position: static;
        transform: none;
        width: clamp(90px, 22vw, 130px);
        order: 1;
    }

    .header {
        position: static;
        transform: none;
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 0;
        order: 4;
        width: 100%;
        padding: 0.75rem 0;
        background: rgba(5, 7, 13, 0.97);
        border: 1px solid rgba(255, 195, 0, 0.2);
        border-radius: 12px;
    }

    .header.is-open {
        display: flex;
    }

    .header dl {
        width: 100%;
        text-align: center;
    }

    .header a {
        display: block;
        padding: 0.85rem 1rem;
        font-size: 1rem;
        min-height: 44px;
    }

    .telefone {
        position: static;
        transform: none;
        order: 3;
        width: auto;
        padding: 0.75rem 1rem;
        font-size: clamp(0.7rem, 2.5vw, 0.875rem);
        white-space: nowrap;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }

    .telefone:hover {
        padding: 0.75rem 1rem;
        width: auto;
    }

    /* --- Hero --- */
    .back {
        width: 100%;
        order: 2;
    }

    .pic {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        display: block;
    }

    .texto {
        position: static;
        transform: none;
        order: 3;
        padding: 0 1.25rem;
        margin-top: 1.5rem;
    }

    .texto h1 {
        font-size: clamp(1.75rem, 7vw, 2.5rem);
    }

    .texto p {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .btn {
        position: static;
        transform: none;
        order: 4;
        align-self: flex-start;
        width: auto;
        margin: 1.5rem 1.25rem 0;
        padding: 0.85rem 1.5rem;
        font-size: 0.875rem;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* --- Seções de conteúdo --- */
    #mission,
    .info {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding: 2.5rem 1.25rem;
        width: 100%;
    }

    #mission label,
    #mission h2,
    #mission p,
    .info label,
    .info h2,
    .info p {
        position: static;
        transform: none;
        top: auto;
        left: auto;
        margin: 0;
        width: 100%;
    }

    .txt {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    #mission h2,
    .info h2 {
        font-size: clamp(1.6rem, 6vw, 2.25rem);
    }

    #mission p,
    .info p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .mission-pic,
    .foto {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        margin: 1rem 0 0;
    }

    /* --- Vídeo + CTA --- */
    .vid {
        position: static;
        transform: none;
        margin: 0;
        width: 100%;
        overflow: hidden;
    }

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

    .txt {
        position: static;
        transform: none;
        margin: 0;
        padding: 2.5rem 1.25rem 3rem;
        width: 100%;
    }

    .txt h2 {
        font-size: clamp(1.75rem, 7vw, 2.5rem);
    }

    .txt p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .txt a {
        position: static;
        transform: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 1.5rem;
        padding: 0.9rem 1.75rem;
        font-size: 0.9rem;
        min-height: 44px;
    }

    .txt a:hover {
        padding: 0.9rem 1.75rem;
        font-size: 0.9rem;
    }

    /* --- Rodapé --- */
    .footer {
        margin-top: 0;
        padding: 40px 1.25rem 24px;
    }
}

@media (max-width: 768px) {

    nav.sections {
        padding: 0.875rem 1rem;
    }

    .menu-toggle {
        order: 2;
        margin-left: auto;
    }

    .telefone {
        order: 5;
        width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal;
        font-size: clamp(0.65rem, 2.2vw, 0.8rem);
        padding: 0.65rem 0.75rem;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    #mission,
    .info,
    .txt {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 150vh;
    }

    .texto {
        padding: 0 1rem;
    }

    .btn {
        margin: 1.25rem 1rem 0;
    }

    .texto {
        position: absolute;
        top: 40%;
        left: 2%;
        width: 100%;
        transform: translate(-50%, -50%);
        transform: scale(0.7);
    }

    .footer {
        margin-top: 30vh;
    }
}

@media (max-width: 480px) {

    nav.sections {
        padding: 0.75rem 1rem;
        gap: 0.5rem;
    }

    .picture {
        width: clamp(80px, 26vw, 110px);
    }

    .menu-toggle {
        order: 2;
    }

    .telefone {
        order: 5;
        width: 100%;
        justify-content: center;
        text-align: center;
        margin-top: 0.25rem;
    }

    .texto h1,
    .txt h2 {
        font-size: 1.6rem;
    }

    #mission h2,
    .info h2 {
        font-size: 1.5rem;
    }

    .texto p,
    #mission p,
    .info p,
    .txt p {
        font-size: 0.85rem;
    }
}

@media (max-width: 430px) {

    nav.sections {
        padding: 0.75rem 0.875rem;
    }

    .picture {
        width: clamp(80px, 24vw, 100px);
    }
}

@media (max-width: 390px) {

    .header a {
        font-size: 0.95rem;
        padding: 0.75rem;
    }

    .telefone {
        font-size: 0.75rem;
        padding: 0.6rem 0.65rem;
    }
}

@media (max-width: 360px) {

    .picture {
        width: 78px;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 320px) {

    nav.sections {
        padding: 0.65rem 0.75rem;
    }

    #mission,
    .info,
    .txt {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .texto {
        padding: 0 0.85rem;
    }

    .btn {
        margin: 1rem 0.85rem 0;
        width: calc(100% - 1.7rem);
    }
}