body,
html {
    padding: 0;
    margin: 0;
    background-color: rgb(18, 18, 18);
    -webkit-font-smoothing: antialiased;
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background: linear-gradient(135deg,
            #FFF6C3 0%,
            #FFE27A 12%,
            #FFD24D 25%,
            #FFEA9F 38%,
            #FFD24D 50%,
            #947326 62%,
            #FFD87A 75%,
            #FFF1B8 88%,
            #FFFFFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1 span {
    -webkit-text-fill-color: #fff;
    background: none;
}

@media (max-width: 768px) {
    h1 {
        font-size: 20px;
    }
}

@media (min-width: 769px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

@media (max-width: 768px) {
    h2 {
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    h2 {
        font-size: 18px;
    }
}

p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.container {
    display: inline-block;
    width: 1000px;
    max-width: 100%;
}

.main {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.logo-empreendimento {
    background-image: url("../logo/logoGarden.png");
    width: 200px;
    aspect-ratio: 7/3;
    display: inline-block;
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    .logo-imersao {
        width: 200px;
    }
}

.half {
    position: relative;
    width: 50%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .half {
        width: 100%;
    }
}

.padding10 {
    padding: 10px;
}

.thumb {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.thumb iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    display: block;
    background: #000;
}


.card-line {
    padding: 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #72530A;
    border-radius: 10px;
}

.card-line .with-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.card-line .check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.card-produtos {
    position: relative;
    display: inline-block;
    width: 500px;
    max-width: 80%;
    height: auto;
    border-radius: 20px;
    border: 1px solid #72530A;
    padding: 20px;
    background-color: #101010;
}

.card-produtos-left {
    position: relative;
    float: left;
    width: 70%;
    height: auto;
    box-sizing: border-box;
}

.card-produtos-right {
    position: relative;
    float: left;
    width: 30%;
    height: auto;
    box-sizing: border-box;
}

.card-total {
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #282828;
}

.card-cursos {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #636363;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
}

.card-cursos-texto {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-cursos-img {
    position: relative;
    flex: 0 0 300px;
    width: 300px;
    height: 400px;
    box-sizing: border-box;
}

.curso-modelagem {
    background-image: url("../ref/thumb-cursos-modelagem.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.curso-cenarios {
    background-image: url("../ref/thumb-cursos-cenarios.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .card-cursos {
        flex-direction: column;
        height: auto;
    }

    .card-cursos-img {
        width: 100%;
        flex: 0 0 auto;
        height: 300px;
    }

    .card-cursos-texto {
        width: 100%;
        align-items: center;
        text-align: center;
    }
}

.card-bonus {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #636363;
    background: #241703;
    background: radial-gradient(circle, rgba(36, 23, 3, 1) 0%, rgba(87, 65, 45, 1) 64%, rgba(31, 24, 12, 1) 100%);

}

.foto-autoridade {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-image: url("../ref/foto-autoridade.jpg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 20px;
    box-sizing: border-box;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 12px;
    margin-top: 20px;
    max-width: 420px;
    justify-items: start;
}

.logo-item {
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    height: 48px;
    object-fit: contain;
    display: block;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.depoimento {
    background: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 10px;
}

.depoimento img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.footer {
    background: #050505;
    color: #b5b5b5;
    text-align: center;
    padding: 30px 20px 40px;
    margin-top: 40px;
}

.footer a {
    color: #ffd24d;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-inner {
    display: grid;
    gap: 8px;
    justify-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.footer-links {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.footer-links .separator {
    color: #666;
}

.footer-info {
    color: #e6e6e6;
    font-weight: 600;
}

.footer-copy {
    color: #888;
}

.whatsapp-float {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    z-index: 999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
}

.whatsapp-float svg path {
    fill: #fff;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

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

.bonus-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.bonus-title .gift-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.botao {
    position: relative;
    display: inline-block;
    padding: 20px;
    background-color: #FFD24D;
    color: #000;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.botao:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    background-color: #FFE27A;
}

.botao:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.video-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1000;
}

.overlay-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.video-overlay.hidden {
    display: none;
}

.overlay-video {
    width: 100%;
    max-height: 100%;
    height: auto;
    background: #000;
    transition: opacity 0.2s ease;
    display: block;
    border-radius: 6px;
}

.replay-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffd24d;
    border: 1px solid rgba(255, 210, 77, 0.7);
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.replay-button:hover {
    transform: translate(-50%, -50%) scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    background: rgba(0, 0, 0, 0.82);
}

.is-hidden {
    display: none !important;
}

.overlay-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    display: grid;
    place-items: center;
    transition: background 0.2s ease;
}

.overlay-close:hover {
    background: rgba(255, 255, 255, 0.18);
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.overlay-loading {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.video-overlay.loading .overlay-loading {
    display: flex;
}

.video-overlay.loading .overlay-video {
    opacity: 0;
}

.spinner {
    width: 64px;
    height: 64px;
    border: 6px solid rgba(255, 255, 255, 0.15);
    border-top-color: #ffd24d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}