.header{
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #1f2d38;
    display: flex;
    align-items: center;
    justify-content: center; /* separa os lados */
    padding: 0 20px; /* opcional, dá respiro lateral */
}
.header-A {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #1f2d38;
    align-items: center;
    justify-content: center; /* separa os lados */
    padding: 0 20px; /* opcional, dá respiro lateral */
}
.header-menu{
    flex: 1;
    display: flex;
    justify-content: flex-end; /* joga o botão Entrar para direita */
    font-weight: 500;
}
.header-logo{
    width: fit-content;
    color: #f1f1f1;
}
.header-logo a{
    color: var(--dark-5);
    font-weight: 500;
    gap: .5rem;
}
.header-logo img{
    width: 1.5rem;
}
.header-menu{
    flex: 1;
    font-weight: 500;
}
.header-menu ul{
    list-style: none;
}
.header-menu ul li{
    margin-left: 30px;
}
.header-menu ul li a{
    color: var(--light-1);
    gap: .3rem;
}

a {
    text-decoration: none;
    color: #5c5b5b; /* Exemplo: cor cinza escuro */
}
a:link, a:visited {
    text-decoration: none; /* Remove a linha */
}
.txt-large-banner {
    position: absolute;
    text-decoration: none;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(37, 44, 52, 0.863);
}
.intro{
    width: 100%;
    height: calc(80% - 64px);
    background-image: url('../img/back-loadway.avif');
    background-size: cover;
    background-position: center;
    text-align: center;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,8);(58, 57, 57, 0.8)*/
    color: var(--light-1);
    position: relative;
    overflow: hidden;
}
.intro p{
    margin: 1rem auto;
}
.intro-img{
    position: absolute;
    margin-top: 0px;
    width: 200px;
    top: 200px;
    height: 38px;
    color: rgb(168, 124, 1);
    background-color:var(--light-1);
    border-radius: 20px;
    text-shadow:none;
    padding: 4px;
    box-shadow: 10px 5px 5px -3px rgba(0,0,0,0.8);
}
.intro-img img{
    width: 100%;
}

.header-footer{
    width: 72px;
    position: absolute;
    bottom:20px;
    left:calc(50% - 36px);
    margin:0 auto;
    animation: updown 0.75s infinite alternate;
    -webkit-animation: updown .75s infinite alternate;
}
.header-footer svg{
    width: 100%;
    fill: var(--light-1);
    filter:drop-shadow(2px 2px 6px rgba(0,0,0,.4));
}
#header-footer-desktop{
    display: block;
}
#header-footer-mobile{
    display: none;
}
@keyframes updown {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}
.default-half{
    width: 100%;
    flex-wrap: wrap;
    color: #3a3a3a;
}
.default-half hr{
    width: 100%;
    height: 2px;
    border: none;
    background-color: #f4b223;
}
.half-img{
    width: 200px;
}
.half-img img{
    width: 100%;
    border-radius: 10px;
}
.half-txt{
    flex: 1;
    padding-left: 2rem;
    color: #3a3a3a;
}
.half-txt h2{
    margin-bottom: 1rem;
    color: #1f2d38;
}
.apresentation{
    border-top: 6px dashed var(--light-1);
    width: 100%;
    background-color: #1f2d38;
    color: var(--light-1);
}
.apresentation h2{
    margin-bottom: 2rem;
}
.apresentation h2 img{
    width: 38px;
    margin-right: 1rem;
}
/*FALE CONOSCO*/
.section-link{
    width: 100%;
    background-color: var(--tertiary-4);
    color: var(--light-1);
    text-align: center;
    padding: 10px 10px;
    text-align:center;
    flex-wrap: wrap;
}
.section-link .container-small{
    flex-wrap: wrap;
    gap: 1rem;
}
.section-link .container-small div{
    max-width: calc(100% - 260px);
}
.section-link a{
    max-width: 150px;
    padding: .5rem .75rem;
    border-radius: 6px;
    background: var(--primary-gradient);
    color: var(--light-1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-link a img{
    width: 20px;
    margin-right: 5px;
    margin-left: 1px;
}
.questions{
    width:100%;
    max-width: 1080px;
    margin: 0 auto;
}
.question{
    width: 100%;
    border-left: 1px solid var(--light-4);
    border-right: 1px solid var(--light-4);
}
.question:first-child{
    border-top: 1px solid var(--light-4);
    border-bottom: 1px solid var(--light-4);
}
.question:not(:first-child) {
    border-bottom: 1px solid var(--light-4);
}
.question-header{
    width: calc(100% - 50px);
    padding: 25px;
    cursor: pointer;
    background-color: var(--light-1);
    color:var(--dark-3);
}
.question-copy{
    width: calc(100% - 50px);
    padding: 0 25px 25px 25px;
    background-color: var(--light-1);
    color: var(--dark-4);
    display: none;
    overflow: hidden;
}
.question-copy a{
    color: var(--primary-3);
}
.question-copy ul{
    width: calc(100% - 20px);
    margin:20px 0;
    margin-left: 20px;
    list-style: circle;
}
.question-copy ul li{
    height: 34px;
}
.question-copy p{
    margin-bottom: 20px;
}
.question-copy p:last-child{
    margin-bottom: 0;
}
.question-footer{
    width: 100%;
    text-align: center;
}
.question-footer a{
    width: fit-content;
    padding: 10px 14px;
    margin: 0 auto;
    text-shadow: 0 2px 2px rgba(0,0,0,.15);
    color: var(--light-1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    background-color: var(--primary-3);
    border-radius: 6px;
}
.question-footer a svg{
    width: 20px;
    margin-right: 8px;
    fill:var(--light-1);
}
.default{
    width: 100%;
    flex-wrap: wrap;
}
#terms h2{
    padding:40px 0 20px 0;
}
#terms h2:first-child{
    padding:0 0 20px 0;
}
.hr-page{
    border:none;
    height: 2px;
    background-color: var(--light-4);
}
.main-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 0 20px;
    font-family: sans-serif;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Essencial para responsividade */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-section ul li {
list-style-type: none;
}

.footer-section h3 {
    margin-bottom: 15px;
    color: #00bcd4; /* Cor de destaque */
}

.footer-section a {
    color: #bbb;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-section a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px;
    color: #777;
}
* {
    box-sizing: border-box;
}

.header-loadway {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 64px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(31, 45, 56, .86);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 28px rgba(0,0,0,.18);
}

.header-logo-loadway {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: .3px;
}

.header-logo-loadway img {
    width: 34px;
    height: 34px;
}

.header-menu-loadway a {
    color: #fff;
    text-shadow: 2px 3px 2px #333333;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 700;
    padding: .55rem .9rem;
    border-radius: 999px;
    background-color: rgba(244, 178, 35, 0.9);
    transition: .3s ease;
}

.header-menu-loadway a:hover {
    background: #f4b223;
    color: #fff;
    text-shadow: 2px 3px 2px #333333;
    transform: translateY(-2px);
}

.hero-loadway {
    position: relative;
    min-height: 92vh;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url('../img/back-loadway.avif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(13, 20, 26, .82) 0%,
            rgba(13, 20, 26, .58) 38%,
            rgba(13, 20, 26, .16) 60%,
            rgba(13, 20, 26, .05) 70%
        );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;

    /* sobe o conteúdo */
    padding: 70px 5% 50px;

    color: #fff;

    /* ajuste fino */
    margin-top: -120px;
}

.hero-content {
    animation: heroEnter .9s ease forwards;
}

@keyframes heroEnter {
    from {
        opacity: 0;
        transform: translateX(-35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-tag {
    display: inline-block;
    margin-bottom: 1.1rem;
    padding: .55rem 1rem;
    border-radius: 999px;
    background-color: rgba(244, 178, 35, 0.9);
    color: #ffffff;
    text-shadow: 2px 3px 2px #333333;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    font-size: .82rem;
    box-shadow: 10px 10px 5px 2px rgba(0, 0, 0, 0.3);
}

.hero-content h1 {
    font-size: clamp(1.5rem, 5vw, 5.4rem);
    line-height: 1.02;
    margin: 0 0 1.2rem;
    font-weight: 900;
    text-shadow: 0 8px 28px rgba(0,0,0,.45);
}

.hero-content p {
    max-width: 650px;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255,255,255,.92);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary-loadway,
.btn-secondary-loadway {
    padding: .95rem 1.35rem;
    border-radius: 999px;
    font-weight: 600;
    transition: .3s ease;
}

.btn-primary-loadway {
    background: #f4b223;
    color: #1f2d38;
    box-shadow: 0 12px 26px rgba(244,178,35,.28);
}

.btn-secondary-loadway {
    color: #fff;
    border: 2px solid rgba(255,255,255,.55);
    background: rgba(255,255,255,.08);
}

.btn-primary-loadway:hover,
.btn-secondary-loadway:hover {
    transform: translateY(-3px);
}

.section-support {
    background: #f4b223;
    color: #1f2d38;
    padding: 14px 5%;
    font-weight: 700;
}

.container-loadway {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.section-support .container-loadway {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    text-align: center;
}

.section-support a {
    background: #1f2d38;
    color: #fff;
    padding: .55rem .9rem;
    border-radius: 999px;
    text-transform: uppercase;
}

.main-content-loadway {
    padding: 70px 0;
}

.cards-loadway {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.info-card-loadway {
    background: #fff;
    border-radius: 24px;
    padding: 1.4rem;
    display: flex;
    gap: 1.4rem;
    align-items: center;
    box-shadow: 0 14px 36px rgba(0,0,0,.08);
    border: 1px solid rgba(31,45,56,.08);
    transition: .3s ease;
}

.info-card-loadway:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(0,0,0,.13);
}

.info-card-loadway img {
    width: 150px;
    border-radius: 18px;
}

.info-card-loadway h2,
.about-loadway h2,
.how-title-loadway h2 {
    color: #1f2d38;
}

.info-card-loadway p,
.about-loadway p,
.how-text-loadway p {
    color: #4c4c4c;
    line-height: 1.7;
}

.about-loadway {
    margin-top: 3rem;
    padding: 2rem;
    border-left: 7px solid #f4b223;
    background: #f7f7f7;
    border-radius: 20px;
}

.how-loadway {
    background: #1f2d38;
    color: #fff;
    padding: 70px 0;
}

.how-grid-loadway {
    display: grid;
    grid-template-columns: .8fr 1.4fr;
    gap: 3rem;
    align-items: start;
}

.how-title-loadway {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.how-title-loadway img {
    width: 42px;
}

.how-title-loadway h2 {
    color: #fff;
    font-size: 2.2rem;
}

.how-text-loadway p {
    color: rgba(255,255,255,.86);
}

.benefits-loadway {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}

.benefits-loadway div {
    padding: 1.2rem;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
}

.benefits-loadway h3 {
    color: #f4b223;
    margin-bottom: .6rem;
}


.reveal-loadway {
    animation: revealLoadway .8s ease both;
}

@keyframes revealLoadway {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .hero-loadway {
        min-height: 88vh;
        background-position: 64% center;
    }



    .cards-loadway,
    .how-grid-loadway,
    .benefits-loadway {
        grid-template-columns: 1fr;
    }

    .info-card-loadway {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-card-loadway img {
        width: 100%;
        max-height: 230px;
        object-fit: cover;
    }
}

@media (max-width: 520px) {
    .header-loadway {
        height: 58px;
        padding: 0 4%;
        font-size: 1.5rem;
    }
    .hero-tag h1 {
        font-size: 1.5rem;
    }

    .header-logo-loadway span {
        font-size: .92rem;
    }

    .header-menu-loadway a {
        padding: .45rem .7rem;
        font-size: .9rem;
    }

    .hero-content {
        padding-top: 100px;
    }

    .hero-buttons a {
        width: 60%;
        padding: 10px;
        text-align: center;
    }
}