/* Global Styles for Congress RS */

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #22d3ee;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #14181e;
    color: #ffffff;
    min-height: 100vh;
    overflow-x: hidden;
}

.frasefoto {
    margin-top: -60px !important;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background: rgba(34, 211, 238, 0.2);
    color: #22d3ee;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section {
    padding: 5rem 0;
}

.container {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

.section-title {
    font-size: clamp(1.875rem, 4vw, 3rem);
    margin-bottom: 0.8rem;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #94a3b8;
    max-width: 42rem;
    margin: 0 auto;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

/* Header - Sticky with Glassmorphism */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(34, 211, 238, 0.08);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-logo img {
    height: 35px;
    width: auto;
}

.header-info {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.85rem;
    color: #94a3b8;
}

.header-info-item {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

/* Buttons */
.btn-primary {
    color: white;
    padding: 0.7rem 1rem;
    border-radius: 32px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
    background: linear-gradient(135deg, #28bd41, #1da556);
    box-shadow: 0 4px 20px -5px #28bd4180;
}

.btn-primary:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px -5px #28bd4199;
    background: linear-gradient(135deg, #26d944, #1bbb5e)
}

/* Hero Section from LPA */
.hero {
    position: relative;
    z-index: 1;
    height: 100vh
}

.hero-section-lpa {
    width: 100%;
    overflow: hidden;
    background-color: #14181e !important;
    background-image: url('/img/topo-site-somente-foto-PF.jpg');
    background-size: 100%;
    background-position: center -50px;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0px;
    height: 100vh;
}

.texto-top {
    text-align: center;
    font-size: 18px;
    padding-top: 32px;
}

.image-divider-lpa {
    background-image: url('/img/congressofaixa.png');
    background-size: 130%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 170px;
    margin: 0;
    padding: 0;
    margin-top: 650px;
    z-index: 2;
    position: relative;
}

.image-divider-mobile-lpa {
    display: none;
}

@media (max-width: 1444px) {
    .image-divider-lpa {
        height: 170px !important;
        margin-top: 440px;
    }

    .hero-section-lpa {
        background-position: center -20px;
        height: 680px;
    }

    .texto-top {
        padding-top: 30px;
    }
}

@media (max-width: 1284px) {
    .hero-section-lpa {
        background-size: 124%;
        background-position: center -50px;
        height: 700px;
    }

    .texto-top {
        padding-top: 30px;
    }

}

@media (max-width: 768px) {
    .texto-top {
        font-size: 0.7rem;
        padding-top: 48px;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        color: #94a3b8;
        margin-bottom: 2.5rem;
        padding: 0 1rem;
    }

    .hero h1 {
        font-size: clamp(1rem, 5vw, 2.75rem);
        margin-bottom: 1.5rem;
        font-weight: 800;
    }

    .hero-section-lpa {
        background-size: 134%;
        background-position: center 50px;
        height: 322px;
        margin-top: -50px;
    }

    .image-divider-mobile-lpa {
        display: block;
        background-image: url('/img/congressofaixa.png');
        background-size: 130%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 50px;
        margin-top: 220px;
    }
}


.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}




h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.highlight-cyan {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(135deg, #30abe8, #4ce6e6);
}

.subtitle {
    font-size: 1.25rem;
    color: #94a3b8;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.5;
}

.features-list {
    list-style: none;
    margin-bottom: 2rem;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #FFF;
}

.features-list li svg {
    color: #22d3ee;
}

.features-list li::before {
    color: #22d3ee;
    font-size: 1.2rem;
    font-weight: bold;
    flex-shrink: 0;
}

/* Breve Card */
.breve-card {
    background: linear-gradient(145deg, #1d222acc, #15181ee6);
    border: 1px solid rgba(34, 211, 238, 0.3);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow:
            0 0 20px rgba(34, 211, 238, 0.3),
            0 0 40px rgba(34, 211, 238, 0.15);
    }

    50% {
        box-shadow:
            0 0 30px rgba(34, 211, 238, 0.5),
            0 0 60px rgba(34, 211, 238, 0.25),
            0 0 90px rgba(34, 211, 238, 0.1);
    }
}

.silhouettes {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.breve-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(34, 211, 238, 0.15);
    color: #22d3ee;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    border: 1px solid rgba(34, 211, 238, 0.4);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.breve-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.breve-subtitle {
    font-size: 0.85rem;
    color: #64748b;
}

/* Sections */




.section-subtitle strong {
    color: #FFF;
}

/* Testimonial Play Button */
.play-button-testimonial {
    position: absolute;
    bottom: 0px;
    right: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10c7ffff;
    transition: all 0.3s ease;
    z-index: 10;
}

.card:hover .play-button-testimonial {
    transform: scale(1.1);

    color: white;
}

/* Grid Layouts */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

/* Card Styles */
.card {
    background: linear-gradient(145deg, #1d222acc, #15181ee6);
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
}

.card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 211, 238, 0.5);
    box-shadow:
        0 12px 32px -8px rgba(34, 211, 238, 0.3),
        0 0 30px -8px rgba(34, 211, 238, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Mobile Bottom CTA */
.mobile-bottom-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 1rem 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(20, 24, 30, 0.8);
    border-top: 1px solid rgba(34, 211, 238, 0.2);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
}

.card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: white;
}

.card p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

.card svg {
    margin: 0 auto 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 0 0 transparent);
}

.card:hover svg {
    transform: scale(1.15);
    filter: drop-shadow(0 0 12px rgba(34, 211, 238, 0.6));
}

/* 3D Flip Speaker Cards */
.speaker-card {
    position: relative;
    width: 100%;
    /* aspect-ratio: 3 / 4.24; */
    aspect-ratio: 3 / 4.24;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Fallback for browsers not supporting aspect-ratio */
@supports not (aspect-ratio: 3 / 4.24) {
    .speaker-card {
        height: 0;
        padding-bottom: 141.33%;
        /* 4.24 / 3 * 100 */
    }
}

.speaker-card:hover {
    transform: translateY(-4px);
}

.speaker-card-inner {
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    will-change: transform;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.speaker-card:hover .speaker-card-inner {
    transform: rotateY(180deg);
}

.speaker-card-front,
.speaker-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    box-shadow:
        0 8px 32px -8px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(34, 211, 238, 0.15);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.speaker-card:hover .speaker-card-front,
.speaker-card:hover .speaker-card-back {
    box-shadow:
        0 12px 48px -8px rgba(34, 211, 238, 0.4),
        0 0 40px -5px rgba(34, 211, 238, 0.6),
        0 0 0 1px rgba(34, 211, 238, 0.4),
        inset 0 0 60px -20px rgba(34, 211, 238, 0.2);
}

/* Front - Full Image */
.speaker-card-front {
    background-image: url('/img/palestrantes/bg-palestrantes.jpg');
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.speaker-card-front::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(34, 211, 238, 0.08),
            transparent 40%,
            transparent 60%,
            rgba(34, 211, 238, 0.08));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.speaker-card:hover .speaker-card-front::before {
    opacity: 1;
}

.speaker-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(34, 211, 238, 0.2),
        inset 0 -60px 40px -20px rgba(0, 0, 0, 0.3);
}

.speaker-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Back - Biography */
.speaker-card-back {
    background: linear-gradient(145deg,
            rgba(29, 34, 42, 0.98),
            rgba(21, 24, 30, 0.98));
    transform: rotateY(180deg) translateZ(1px);
    -webkit-transform: rotateY(180deg) translateZ(1px);
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    border: 1px solid rgba(34, 211, 238, 0.2);
}

.speaker-card-back::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%,
            rgba(34, 211, 238, 0.1) 0%,
            transparent 60%);
    pointer-events: none;
}

.speaker-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #22d3ee;
    margin-bottom: 0.25rem;
    text-shadow: 0 0 20px rgba(34, 211, 238, 0.3);
    letter-spacing: 0.02em;
}

.speaker-name-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem 1rem 1.25rem;
    background: linear-gradient(to top,
            rgba(10, 15, 26, 0.95) 0%,
            rgba(10, 15, 26, 0.8) 40%,
            transparent 100%);
    z-index: 2;
    text-align: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.speaker-name-front {
    font-size: 1.1rem;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 0 20px rgba(34, 211, 238, 0.3);
    letter-spacing: 0.02em;
    display: block;
    line-height: 1.2;
}

.speaker-bio {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #cbd5e1;
    text-align: center;
    overflow-y: auto;
    max-height: 100%;
    padding-right: 0.25rem;
}

.speaker-bio::-webkit-scrollbar {
    width: 3px;
}

.speaker-bio::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.speaker-bio::-webkit-scrollbar-thumb {
    background: rgba(34, 211, 238, 0.3);
    border-radius: 10px;
}

.speaker-bio::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 211, 238, 0.5);
}

/* Image Grid */
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.image-grid>* {
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid rgba(34, 211, 238, 0.2);
}

.image-grid img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: none;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.image-grid img:hover {
    transform: scale(1.1);
}

/* Form Section */
.form-container {
    background: linear-gradient(145deg, rgba(29, 34, 42, 0.9), rgba(21, 24, 30, 0.95));
    border-radius: 20px;
    padding: 3.5rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 40px -10px rgba(34, 211, 238, 0.3);
}

.form-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0.5rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(34, 211, 238, 0.1);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(34, 211, 238, 0.05);
    border-color: rgba(34, 211, 238, 0.3);
    transform: translateY(-2px);
}

.benefit-item svg {
    color: #22d3ee;
    filter: drop-shadow(0 0 8px rgba(34, 211, 238, 0.4));
}

.benefit-item span {
    font-size: 0.8rem;
    color: #cbd5e1;
    font-weight: 500;
    line-height: 1.4;
}

form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    color: #f1f5f9;
    font-weight: 600;
}

input {
    width: 100%;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(34, 211, 238, 0.4);
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

input::placeholder {
    color: rgba(148, 163, 184, 0.6);
}

input:hover {
    border-color: rgba(34, 211, 238, 0.6);
    background: rgba(255, 255, 255, 0.1);
}

input:focus {
    outline: none;
    border-color: #22d3ee;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.15), 0 4px 12px rgba(34, 211, 238, 0.2);
}

.form-note {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.5;
    text-align: center;
}

.form-note strong {
    color: #22d3ee;
}

/* Video Testimonials Styles */
.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 3rem 0px;
}

.video-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.video-card:hover {
    transform: scale(1.02);
    border-color: rgba(34, 211, 238, 0.5);
    box-shadow: 0 0 30px rgba(34, 211, 238, 0.2);
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.video-card:hover .video-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.play-button {
    width: 64px;
    height: 64px;
    background: #22d3ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14181e;
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.5);
    transition: all 0.3s ease;
}

.video-card:hover .play-button {
    transform: scale(1.1);
    background: #ffffff;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
}

.video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
}

.video-name {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.video-role {
    font-size: 0.85rem;
    color: #cbd5e1;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.modal-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
}

.modal-close {
    position: absolute;
    top: -3rem;
    right: 0;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.modal-close:hover {
    color: #ef4444;
}

.modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

/* Comparison Section */
.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.comparison-card {
    border-radius: 12px;
    padding: 2rem;
}

.comparison-card.negative {
    background: rgba(127, 29, 29, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.comparison-card.positive {
    background: rgba(6, 78, 59, 0.2);
    border: 1px solid rgba(34, 211, 238, 0.3);
}

.comparison-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.comparison-card.negative h3 {
    color: #ef4444;
}

.comparison-card.positive h3 {
    color: #22d3ee;
}

.comparison-card p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.comparison-card.negative p {
    color: #64748b;
}

.comparison-card.positive p {
    color: #22d3ee;
}

.comparison-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.comparison-card li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #94a3b8;
}

.comparison-card.positive li {
    color: #cbd5e1;
}

.comparison-card svg {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

/* FAQ Accordion */
.faq-item {
    background: linear-gradient(145deg, #1d222acc, #15181ee6);
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(34, 211, 238, 0.4);
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #22d3ee;
}

.faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem;
    color: #94a3b8;
    line-height: 1.6;
}

.bg-gradient-to-br {
    background: #193945;
}

.rounded-2xl {
    border-radius: 1rem;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.w-14 {
    width: 3.5rem;
}

.h-14 {
    height: 3.5rem;
}

.flex {
    display: flex;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Comparison Cards */
.comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.comparison-card {
    background: linear-gradient(145deg, #1d222acc, #15181ee6);
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.3s ease;
}

.comparison-card.negative {
    border: 1px solid rgba(239, 68, 68, 0.3);
    box-shadow:
        0 8px 32px -8px rgba(239, 68, 68, 0.2),
        0 0 40px -10px rgba(239, 68, 68, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.comparison-card.positive {
    border: 1px solid rgba(34, 211, 238, 0.3);
    box-shadow:
        0 8px 32px -8px rgba(34, 211, 238, 0.2),
        0 0 40px -10px rgba(34, 211, 238, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.comparison-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.comparison-card h3 svg {
    flex-shrink: 0;
}

.comparison-card>p {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.5rem;
}

.comparison-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #cbd5e1;
}

.comparison-card ul li svg {
    flex-shrink: 0;
    margin-top: 2px;
}


/* Section with repeating background */
.bglogos {
    position: relative;
    background-color: #14181e;
    overflow: hidden;
}

.bglogos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/bg-congresso_rs.jpg');
    background-repeat: repeat;
    background-position: fixed !important;
    background-size: 1300px;
    /* Adjust size based on image pattern */
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}

.bglogos .container {
    position: relative;
    z-index: 1;
}

/* Inaction Section specific styles */
.card-inaction {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(127, 29, 29, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.15);
    border-radius: 8px;
    padding: 1.25rem 1rem;
    text-align: left;
    transition: all 0.3s ease;
}

.card-inaction:hover {
    background: rgba(127, 29, 29, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
    transform: translateY(-2px);
}

.card-inaction svg {
    color: #ef4444;
    flex-shrink: 0;
}

.card-inaction span {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.4;
}

.summary-box {
    max-width: 600px;
    margin: 3rem auto 2rem;
    padding: 2rem;
    background: rgba(29, 34, 42, 0.6);
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.summary-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.summary-box h3 .highlight-cyan {
    color: #22d3ee;
}

.section-different .container {
    position: relative;
    z-index: 1;
}

.hero-txts {
    margin-bottom: 0px;
    text-align: center;
    width: 100% !important;
    position: absolute;
    bottom: 190px;
}

.texto-top {
    text-align: center;
    font-size: 18px;
    margin-top: 12px;
}


/* Responsive */
@media (max-width: 1440px) {
    .image-divider {
        height: 170px !important;
        margin-top: 450px;
    }

    .hero-section {
        background-size: 100%;
        background-position: center -40px;
        height: 650px;
    }

    .hero-txts {
        margin-bottom: 0px;
        text-align: center;
        width: 100% !important;
        position: absolute;
        bottom: 190px;
    }
}

@media (max-width: 1204px) {
    .hero-section {
        background-size: 124%;
        background-position: center -50px;
        height: 700px;
    }

    .image-divider {
        height: 184px;
        margin-top: 500px;
    }

    .texto-top {
        text-align: center;
        font-size: 18px;
        margin-top: 12px;
    }

    h1 {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .grid-3,
    .grid-4,
    .grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .comparison-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .header-info {
        font-size: 0.7rem;
        color: #94a3b8;
    }

    .texto-top {
        text-align: center;
        font-size: 12px;
        margin-top: 12px;
    }

    .header {
        position: relative !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .hero {
        height: 250px;
        font-size: 14px;
    }

    .hero-section {
        background-size: 124%;
        background-position: center 0px;
        height: 260px;
    }

    .frasefoto {
        margin-top: -18px !important;
    }

    .frasefoto h1 {
        font-size: 1.5rem !important;
    }

    .hero-txts {
        margin-bottom: 0px;
        text-align: center;
        width: 100% !important;
        position: absolute;
        top: 170px;
    }

    .header-logo img {
        height: 45px;
        width: auto;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    .container {
        padding: 0 1rem;
    }

    .form-container {
        padding: 1.5rem;
    }

    .header .btn-primary {
        display: none !important;
    }

    .mobile-bottom-cta {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        padding: 0.75rem 0 calc(0.75rem + env(safe-area-inset-bottom)) !important;
    }

    .header-content {
        flex-direction: column;
        text-align: center;
    }

    .header-info {
        gap: 0.5rem;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    h1 {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr;
    }

    .grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .features-list {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .features-list li {
        flex-direction: initial;
        align-items: start;
        gap: 1.5rem;
        font-size: 1.1rem;
        font-weight: 500;
        text-align: initial;
    }

    .features-list li svg {
        width: 32px;
        height: 32px;
    }

    /* Speaker Card Adjustments */
    .speaker-name-front {
        font-size: 0.8rem !important;
    }

    .speaker-name-overlay {
        padding: 1.5rem 0.5rem 0.75rem !important;
    }

    .speaker-card-back {
        padding: 1rem 0.5rem !important;
    }

    .speaker-bio {
        font-size: 0.75rem !important;
        line-height: 1.3 !important;
        max-height: 100%;
        overflow-y: auto !important;
    }

    .form-benefits {
        grid-template-columns: minmax(3) !important;
    }

    .footer-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 1.5rem !important;
    }

    .footer-contact {
        align-items: center !important;
        text-align: center !important;
    }



    .mobile-bottom-cta .container {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 1rem !important;
        box-sizing: border-box !important;
    }

    .mobile-bottom-cta .btn-primary {
        width: 100% !important;
        font-size: 0.95rem !important;
        padding: 0.85rem 0.5rem !important;
        justify-content: center !important;
    }

    .video-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .image-divider-mobile {
        display: block;
        background-image: url('/img/congressofaixaPF.png');
        background-size: 176%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100% !important;
        height: 120px !important;
        margin: 141px 0 0px !important;
        padding: 0 !important;
        position: relative !important;
        overflow: hidden;
    }

    .image-divider {
        display: none;
    }

    .image-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .section {
        padding: 2rem 0;
    }

}


/* WhatsApp Floating Button Global Fix */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #128c7e;
    color: #FFF !important;
}

.whatsapp-float svg {
    width: 35px;
    height: 35px;
    fill: white !important;
    stroke: none !important;
    display: block;
}

/* Ensure no default browser borders or outlines */
.whatsapp-float:focus,
.whatsapp-float:active {
    outline: none !important;
    border: none !important;
}

/* Container for boxed layout */
.container {
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }
}

/* Standardized Footer Styles */
.footer {
    background: #0d1117;
    border-top: 1px solid rgba(34, 211, 238, 0.1);
    padding: 4rem 0 2rem;
    width: 100%;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media (max-width: 968px) {
    .footer-columns {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}

.footer-column h4 {
    color: #22d3ee;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.footer-logo {
    margin-bottom: 1.25rem;
}

.footer-logo img {
    height: 50px;
}

.footer-description {
    color: #94a3b8;
    font-size: 0.875rem;
    line-height: 1.6;
}

.footer-organizer {
    margin-bottom: 1.5rem;
}

.footer-organizer h5 {
    color: #e6edf3;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.footer-organizer p {
    color: #94a3b8;
    font-size: 0.875rem;
    margin: 0.25rem 0;
}

.footer-organizer a {
    color: #22d3ee;
    font-size: 0.875rem;
    text-decoration: none;
    display: block;
    margin: 0.25rem 0;
    transition: color 0.3s;
}

.footer-organizer a:hover {
    color: #06b6d4;
}

.footer-contact-item {
    margin-bottom: 1rem;
}

.footer-contact-item a {
    color: #e6edf3;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    transition: color 0.3s;
}

.footer-contact-item a:hover {
    color: #22d3ee;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(34, 211, 238, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22d3ee;
    transition: all 0.3s;
    text-decoration: none;
}

.social-link:hover {
    background: rgba(34, 211, 238, 0.2);
    transform: translateY(-2px);
}

.footer-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #22c55e;
    color: #0d1117 !important;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9375rem;
    margin-top: 1rem;
}

.footer-whatsapp-btn:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 3rem 0 1.5rem;
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
}

.footer-copyright {
    text-align: center;
    color: #64748b;
    font-size: 0.875rem;
    padding: 0 2rem;
}

.footer-copyright a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-copyright a:hover {
    color: #22d3ee;
}

.footer a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: #22d3ee;
}