* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 120px 0 0;
    /* espaço para o header fixo */
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background: radial-gradient(circle at top, rgba(224, 90, 135, 0.75), rgba(63, 17, 86, 0.9) 65%, #05010d 100%);
    color: #fff;
    min-height: 100vh;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background: rgba(10, 6, 23, 0.85);
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(224, 90, 135, 0.65);
    z-index: 1000;
}

/* Fixar o conteúdo para rolar por baixo do header */
main,
.coluna,
.texto {
    position: relative;
    z-index: 1;
}

.img img {
    height: 100px;
    width: 100%;
}

.img img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in;
    opacity: 0.7;
}

.coluna {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    gap: 40px;
    padding: 0 20px;
}

.product-video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 720px;
    max-width: 720px;
}

.baixo {
    flex: 1 1 360px;
    max-width: 360px;
    margin-top: 50px;
    gap: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video-wrapper {
    position: relative;
    max-width: 720px;
}

video {
    height: auto;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #e05a87;
    cursor: pointer;
}

.video-unmute {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 16px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.video-unmute:hover {
    background: rgba(0, 0, 0, 0.8);
}

.button {
    display: flex;
    align-items: center;
}


.button button {
    text-decoration: none;
    color: white;
    background: linear-gradient(135deg, #ff66b3 0%, #e05a87 55%, #8b3cff 100%);
    padding: 15px 30px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    cursor: pointer;
    font-weight: 700;
    width: 350px;
    height: 70px;
    font-size: 20px;
    box-shadow: 0 10px 40px rgba(224, 90, 135, 0.25);
}

.button button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 15px 45px rgba(224, 90, 135, 0.35);
    filter: brightness(1.05);
}

.pague {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.pagamento {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pagamento img {
    height: 40px;
    object-fit: contain;
}

.texto {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.texto h1 {
    color: white;
    font-size: 40px;
    width: 720px;
    text-align: center;
}

.valor {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.valor h1 {
    color: #ffffff;
    font-size: 44px;
    text-align: center;
    margin: 0;
    margin: 0px 90px 0px 0px;
}

.valor h2 {
    color: rgb(255, 0, 0);
    font-size: 18px;
    text-align: center;
    text-decoration: line-through;
    margin: 0px 240px 0px 0px;
}

.parcelamento {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
    opacity: 0.85;
    margin: 0px 110px 0px 0px;
}

.separe {
    height: 1px;
    background-color: #e05a87;
    margin: 187px 0;
    width: 100%;
}

.separe2 {
    height: 1px;
    background-color: #e05a87;
    margin: 130px 0;
    width: 100%;
}

.footer {
    max-width: 900px;
    margin: 30px auto 60px;
    padding: 30px 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.55);
    border: 2px solid rgba(224, 90, 135, 0.6);
    text-align: center;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: start;
}

.footer-item h3 {
    margin: 0 0 10px;
    color: #e05a87;
    font-size: 18px;
}

.footer-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.footer-note {
    margin-top: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}

.pague {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pague h2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.pagamento {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Carousel abaixo */
.carousel {
    width: 720px;
    max-width: 90%;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #e05a87;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-track img {
    width: 720px;
    max-width: 100%;
    flex-shrink: 0;
    object-fit: cover;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    padding: 0;
}

.dot.active {
    background: #e05a87;
    border-color: #e05a87;
}

.text h1 {
    color: white;
    font-size: 40px;
    text-align: center;
    width: 720px;
    margin: 0 auto;
    margin-top: -70px;
}

.text h2 {
    color: white;
    font-size: 40px;
    text-align: center;
    width: 720px;
    margin: 0 auto;
    margin-top: 70px;
}

.actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 30px auto 0;
    max-width: 720px;
    padding: 0 20px;
}

.wide-btn {
    flex: 1 1 280px;
    max-width: 320px;
    padding: 14px 22px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wide-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.wide-btn.secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
}

.wide-btn.primary {
    background: linear-gradient(135deg, #ff66b3 0%, #e05a87 55%, #8b3cff 100%);
    color: #fff;
    box-shadow: 0 12px 35px rgba(224, 90, 135, 0.25);
}

.ask-panel {
    max-width: 720px;
    margin: 30px auto 50px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.55);
    border: 2px solid #e05a87;
}

.ask-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.ask-header h2 {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.close-btn {
    background: transparent;
    border: none;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    line-height: 1;
}

.chat-window {
    min-height: 200px;
    max-height: 340px;
    overflow-y: auto;
    padding: 14px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.chat-message {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 12px;
    border-radius: 12px;
    max-width: 90%;
}

.chat-message.user {
    background: rgba(224, 90, 135, 0.25);
    color: #fff;
    align-self: flex-end;
}

.chat-message.bot {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    align-self: flex-start;
}

.ask-form {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.ask-form input {
    flex: 1;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    outline: none;
}

.ask-form button {
    padding: 12px 18px;
    border-radius: 12px;
    border: none;
    background: #e05a87;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.note {
    margin-top: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
}

.footer p {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

/* Responsividade */
@media (max-width: 1024px) {
    .coluna {
        align-items: center;
    }

    .product-video,
    .baixo {
        max-width: 720px;
        width: 100%;
    }

    .texto h1,
    .text h1,
    .text h2 {
        width: 90%;
    }

    .carousel {
        width: 90%;
    }

    .carousel-track img {
        width: 100%;
    }

    .button button {
        width: 100%;
        width: 300px;
    }

    .wide-btn {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    body {
        padding: 110px 0 0;
    }

    .header {
        height: 90px;
    }

    .texto h1 {
        font-size: 24px;
        width: 90%;
    }

    .coluna {
        margin-top: 10px;
        gap: 20px;

    }

    .valor h1 {
        font-size: 32px;
        margin: 0px 110px 0px 0px;
    }

    .valor h2 {
        font-size: 16px;
        margin: 0px 200px 0px 0px;
    }

    .valor p {
        font-size: 14px;
        margin: 0px 85px 0px 0px;
    }

    .button button {
        height: 60px;
        font-size: 18px;
    }

    .carousel {
        width: 95%;
    }

    .ask-panel {
        margin: 20px auto 40px;
        padding: 16px;
    }

    .ask-header h2 {
        font-size: 20px;
    }

    .wide-btn {
        font-size: 16px;
        padding: 12px 18px;
    }
}

/* Ajustes específicos para dispositivos 414x896 (iPhone XR/11/12/13/14) */
@media (max-width: 414px) and (max-height: 896px) {
    body {
        padding: 100px 0 0;
    }

    .header {
        height: 80px;
        padding: 0 12px;
        width: 100%;
    }

    .img img {
        height: 40px;
        width: 100%;
    }

    .texto h1 {
        font-size: 26px;
        width: 95%;
    }

    .coluna {
        margin-top: 24px;
        gap: 18px;
        padding: 0 12px;
    }

    .button button {
        flex: 1 1 280px;
        max-width: 320px;
        padding: 14px 22px;
        font-size: 18px;
        font-weight: 700;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }


    .carousel {
        width: 100%;
    }


    .ask-panel {
        margin: 18px auto 40px;
        padding: 16px;
        width: 90%;
    }

    .ask-header h2 {
        font-size: 18px;
    }

    .wide-btn {
        font-size: 15px;
        padding: 12px 16px;
    }

    .text h1 {
        font-size: 28px;
        width: 90%;
    }

    .text h2 {
        font-size: 28px;
        width: 90%;
    }

    .separe {
        margin-top: 80px;
    }

    .separe2 {
        margin-top: 80px;
    }

    .footer-item {
        text-align: center;
        margin-top: 20px;
        width: 80%;
    }

    .footer {
        width: 80%;
        margin: 20px auto 40px;
        height: auto;
    }
}