* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    background: #fff;
}

img {
    max-width: 100%;
    display: block;
}

/* HERO */
.hero {
    position: relative;
    min-height: 90vh;
    background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)),
                url('imagens/IMG_0030.JPG.jpeg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
}

.nav {
    padding: 22px 40px;
}

.nav ul {
    list-style: none;
    display: flex;
    gap: 38px;
    justify-content: center;
}

.nav a {
    font-family: 'Great Vibes', cursive;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    text-shadow: 0 2px 6px rgba(0,0,0,.5);
    transition: color .2s;
}

.nav a:hover {
    color: #e63946;
}

.hero-inner {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-title {
    color: #fff;
    font-weight: 900;
    font-size: clamp(48px, 8vw, 120px);
    letter-spacing: 6px;
    text-shadow: 0 4px 20px rgba(0,0,0,.6);
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
}

/* CLIPES */
.clipes {
    background: #fff;
    padding: 60px 40px 100px;
    text-align: center;
}

.script-title {
    font-family: 'Allura', cursive;
    color: #6b3a1f;
    font-size: 90px;
    font-weight: 400;
    margin-bottom: 40px;
}

/* Marquee infinito */
.clipes-marquee {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.clipes-track {
    display: flex;
    gap: 40px;
width: max-content;
    animation: scroll-x 30s linear infinite;
}
.clipes-track:hover {
    animation-play-state: paused;
}
@keyframes scroll-x {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.clipe {
    text-align: center;
    width: 340px;
    flex-shrink: 0;
}

.member-hover {
    position: relative;
    width: 140px;
}


.clipe-thumb {
    width: 100%;
    aspect-ratio: 16/9;
    background: #222 url('https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=600') center/cover;
    border-radius: 6px;
    margin-bottom: 14px;
}

.clipe-bar {
    display: block;
    width: 60px;
    height: 2px;
    background: #c46a2b;
    margin: 0 auto 12px;
}

.clipe h3 {
    color: #c46a2b;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 6px;
}

.clipe p {
    color: #777;
    font-size: 13px;
}

/* INTEGRANTES PREVIEW */
.integrantes-preview {
    background: #000;
    padding: 60px 300px 80px;
    text-align: center;
}

.script-red {
    font-family: 'Allura', cursive;
    font-size: 100px;
    color: #e63946;
    font-weight: 400;
    margin-bottom: 40px;
}

.circles {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #444 url('INTEGRANTES/Luisa.jpeg') top/cover;
    border: 3px solid #222;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    cursor: pointer;
}

.member-hover:nth-child(2) .circle {
    background-image: url('INTEGRANTES/Vitor.jpeg');
}

.member-hover:nth-child(3) .circle {
    background-image: url('INTEGRANTES/Serginho.jpeg');
}

.member-hover:nth-child(4) .circle {
    background-image: url('INTEGRANTES/Serginho.jpeg');
}

.member-hover:nth-child(5) .circle {
    background-image: url('INTEGRANTES/Vini\ 2.jpeg');
}

.member-hover:nth-child(6) .circle {
    background-image: url('INTEGRANTES/Tito.jpeg');
}

.member-hover:nth-child(7) .circle {
    background-image: url('INTEGRANTES/Geio.jpeg');
}

.member-hover:nth-child(8) .circle {
    background-image: url('INTEGRANTES/Junior.jpeg');
}

.member-hover:nth-child(9) .circle {
    background-image: url('INTEGRANTES/Loiri.jpeg');
}

.member-hover:hover .circle {
    transform: scale(1.08);
    border-color: #e63946;
    box-shadow: 0 10px 30px rgba(230,57,70,.5);
}
.hover-card {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    width: 260px;
    background: #2a2a2a;
    border: 2px solid #e63946;
    border-radius: 14px;
    padding: 18px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
    z-index: 10;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,.6);
}
.hover-card::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: #2a2a2a;
    border-left: 2px solid #e63946;
    border-top: 2px solid #e63946;
}
.hover-card h4 {
    color: #e63946;
    font-size: 16px;
    margin-bottom: 10px;
}
.hover-card h4 span {
    font-weight: 400;
    font-size: 13px;
}
.hover-card p {
    color: #bbb;
    font-size: 13px;
    line-height: 1.5;
}
.member-hover:hover .hover-card {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}


/* INTEGRANTES DETALHE */
.integrantes {
    background: linear-gradient(180deg, #fff 0, #fff 80px, #1a1a1a 80px, #1a1a1a 100%);
    padding: 0 40px 80px;
}

.block-title {
    color: #e63946;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 30px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.member-card {
    max-width: 1000px;
    margin: 0 auto;
    background: #2a2a2a;
    border-radius: 20px;
    padding: 30px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,.5);
}

.member-photo {
    background-image: url('imagens/IMG_0030.JPG.jpeg');
    border-radius: 12px;
    min-height: 380px;
}

.member-info {
    color: #fff;
    padding: 10px;
}

.member-info h3 {
    color: #e63946;
    font-size: 22px;
    margin-bottom: 20px;
}

.member-info span {
    color: #e63946;
    font-weight: 400;
}

.member-text {
    border: 2px solid #e63946;
    border-radius: 14px;
    padding: 24px;
    color: #bbb;
    min-height: 280px;
}

.member-text p {
    margin-bottom: 14px;
    line-height: 1.5;
}

/* SOBRE */
.sobre {
    background: #d9d9d9;
    padding: 60px 40px;
    text-align: center;
}

.sobre-title {
    color: #6b3a1f;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sobre-photo {
    max-width: 700px;
    height: 280px;
    margin: 0 auto;
    background: #333 url('imagens/IMG_0050.JPG.jpeg') center/cover;
    border-radius: 20px;
}

.sobre-note {
    margin: 40px auto 0;
    width: 180px;
    background: #ffb3c1;
    padding: 18px;
    border-radius: 4px;
    box-shadow: 2px 4px 10px rgba(0,0,0,.15);
    font-size: 13px;
    color: #a30025;
}

.sobre-note small {
    display: block;
    margin-top: 12px;
    color: #555;
    font-size: 11px;
}

/* AGENDA */
.agenda {
    background: #16202a;
    padding: 70px 40px;
    color: #fff;
    text-align: center;
}

.agenda-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
}

.agenda-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.diamond {
    width: 200px;
    height: 200px;
    background: #e63946;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.diamond span {
    transform: rotate(-45deg);
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 18px;
}

.agenda-list {
    list-style: none;
    border: 2px solid #e63946;
    border-radius: 16px;
    padding: 20px 30px;
}

.agenda-list li {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(230,57,70,.3);
}

.agenda-list li:last-child {
    border: none;
}

.date {
    color: #e63946;
    text-align: center;
    min-width: 50px;
}

.date strong {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.date span {
    font-size: 13px;
}

.agenda-list p {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

/* FEEDBACK */
.feedback {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),
                url('https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=1600') center/cover;
    padding: 70px 40px;
    color: #fff;
    text-align: center;
}

.feedback-title {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 2px;
}

.feedback-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.fb-card {
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.15);
    padding: 24px;
    border-radius: 10px;
    text-align: left;
}

.fb-card p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 14px;
    color: #ddd;
}

.fb-card span {
    color: #e63946;
    font-weight: 700;
    font-size: 13px;
}

/* FOOTER */
.footer {
    background: #e63946;
    color: #fff;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    text-decoration: none;
}

.footer h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.footer h4 {
    margin-bottom: 10px;
    font-size: 15px;
}

.footer p,
.footer li {
    font-size: 13px;
    line-height: 1.8;
    list-style: none;
}

.copyright {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    opacity: .85;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .nav ul {
        gap: 18px;
        flex-wrap: wrap;
    }

    .clipes-grid,
    .feedback-grid,
    .footer {
        grid-template-columns: 1fr;
    }

    .member-card {
        grid-template-columns: 1fr;
    }

    .agenda-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .script-title,
    .script-red {
        font-size: 60px;
    }

    .block-title {
        font-size: 40px;
    }
}
