/* Variáveis de cores */
:root {
    --primary-color: #0056b3;
    --secondary-color: #004085;
    --text-color: #333;
    --background-color: #f8f9fa;
}

/* Estilos gerais */
body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    background-color: var(--background-color);
    line-height: 1.6;
}

/* Header */
.header {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo-placeholder {
    max-width: 200px;
    margin: 0 auto;
}

.placeholder-image {
    /* background-color: #e9ecef; */
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    color: #6c757d;
}

/* Hero Section */
.hero-section {
    padding: 60px 0;
    background-color: white;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 2rem;
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background-color: #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.placeholder-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.25rem;
}

/* Botão de Play */
.play-button {
    background-color: var(--primary-color);
    border: none;
    padding: 15px 40px;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.play-button:hover {
    background-color: var(--secondary-color);
    transform: scale(1.05);
}

/* Situations Section */
.situations-section {
    background-color: #1a1a1a;
}

.situations-section h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
}

.situation-card {
    height: 100%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.situation-card:hover {
    transform: translateY(-5px);
}

.situation-image {
    aspect-ratio: 1/1;
    width: 100%;
    background-color: #333;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.situation-text {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
}

/* Footer */
.footer {
    background-color: white;
    border-top: 1px solid #dee2e6;
    color: #6c757d;
    font-size: 0.9rem;
}

/* Media Queries */
@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }

    .play-button {
        padding: 12px 30px;
        font-size: 1.1rem;
    }

    .situations-section h2 {
        font-size: 1.75rem;
    }

    .situation-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .main-title {
        font-size: 1.75rem;
    }

    .hero-section {
        padding: 40px 0;
    }

    .situations-section h2 {
        font-size: 1.5rem;
    }

    .situation-text {
        font-size: 0.9rem;
    }
}

/* Testimonial Section */
.testimonial-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.section-title {
    color: var(--primary-color);
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.testimonial-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.testimonial-image-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-image {
    width: 100%;
    max-width: 480px; /* igual ao exemplo da imagem */
    aspect-ratio: unset; /* remove restrição de proporção */
    margin: 0 auto;
    height: auto;
    display: block;
}

.testimonial-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

@media (min-width: 992px) {
    .testimonial-section .testimonial-image {
        max-width: 480px;
        min-width: 350px;
    }
}
@media (max-width: 991.98px) {
    .testimonial-section .testimonial-image {
        max-width: 320px;
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .testimonial-section .testimonial-image {
        max-width: 220px;
        width: 100%;
    }
}

/* Ajustes extras para responsividade das sessões customizadas */
.img-placeholder, .video-placeholder {
    width: 100%;
    max-width: 100%;
    height: auto;
}
@media (max-width: 991.98px) {
    .metodo-section .row > div,
    .testimonial-section .row > div,
    .bonus-card,
    .bonus-card .d-flex {
        flex-direction: column !important;
        align-items: center !important;
    }
    .bonus-card .img-placeholder {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }
}
@media (max-width: 767.98px) {
    .hero-section .video-placeholder,
    .hero-section .img-placeholder {
        width: 100% !important;
        height: auto !important;
        min-width: unset;
    }
    .metodo-section .img-placeholder,
    .testimonial-image,
    .bonus-card .img-placeholder {
        width: 100% !important;
        max-width: 320px;
        height: auto !important;
    }
    .bonus-card {
        padding: 1rem !important;
    }
}
@media (max-width: 575.98px) {
    .hero-section .video-placeholder,
    .hero-section .img-placeholder {
        width: 100% !important;
        min-width: unset;
        height: 180px !important;
    }
    .metodo-section .img-placeholder,
    .testimonial-image,
    .bonus-card .img-placeholder {
        width: 100% !important;
        max-width: 220px;
        height: auto !important;
    }
    .bonus-card {
        padding: 0.5rem !important;
    }
}

.passo-img {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}
@media (max-width: 991.98px) {
    .passo-img {
        max-width: 100%;
        margin-top: 1rem;
    }
    .ms-md-4 {
        margin-left: 0 !important;
    }
}
@media (max-width: 767.98px) {
    .passo-img {
        max-width: 100%;
        margin-top: 1rem;
    }
}

.passo-card-custom {
    background: #000;
    border: 2px solid #38ff38 !important;
    border-radius: 18px !important;
    min-height: 100%;
    min-width: 100%;
    box-shadow: none;
}
.passo-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #38ff38;
    margin-bottom: 1rem;
}
.passo-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #fff;
}
.passo-desc {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.passo-img-custom {
    width: 100%;
    max-width: 480px;
    min-width: 220px;
    aspect-ratio: 1.2/1;
    object-fit: cover;
    border-radius: 18px !important;
    box-shadow: none;
}
@media (max-width: 991.98px) {
    .passo-title {
        font-size: 1.5rem;
    }
    .passo-desc {
        font-size: 1rem;
    }
    .passo-img-custom {
        max-width: 100%;
        min-width: 0;
        aspect-ratio: 1.2/1;
    }
}
@media (max-width: 575.98px) {
    .passo-title {
        font-size: 1.2rem;
    }
    .passo-desc {
        font-size: 0.95rem;
    }
    .passo-card-custom {
        padding: 1.2rem !important;
    }
    .passo-img-custom {
        max-width: 100vw;
        min-width: 0;
        aspect-ratio: 1.2/1;
    }
}
.btn-success.pulsante {
  animation: pulse 1.2s infinite;
  box-shadow: 0 0 0 0 #38ff38;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #38ff38;
  }
  70% {
    box-shadow: 0 0 0 12px rgba(56,255,56,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(56,255,56,0);
  }
}