/* ============================================================
   Estilos específicos da página principal (index)
   Variáveis globais, navbar e subnav estão em global-theme.css
   ============================================================ */

/* ---- Hero ---- */

.hero-section {
    min-height: 82vh;
    padding-top: 106px;
    background: radial-gradient(120% 150% at 82% 0%, rgba(106, 0, 179, 0.78) 0%, rgba(74, 0, 118, 0.76) 45%, rgba(63, 0, 93, 0.72) 100%);
}

.hero-content-canva {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    gap: 2.2rem;
    position: relative;
    z-index: 3;
    min-height: 70vh;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
}

.hero-title {
    font-family: 'PP Neue Machina', sans-serif;
    font-weight: 400;
    font-size: clamp(2.1rem, 4.8vw, 4.1rem);
    line-height: 1.16;
    max-width: 15ch;
    color: var(--canva-light);
    margin: 0;
}

.hero-watch-mock {
    width: 196px;
    height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.04) 65%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-watch-screen {
    width: 84px;
    height: 176px;
    border-radius: 32px;
    background: linear-gradient(160deg, #080808 0%, #1b1b1b 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    letter-spacing: 0.02em;
    font-size: 1.45rem;
}

.hero-visual {
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

.hero-badge {
    border: 3px solid rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    padding: 0.38rem 1rem;
    text-transform: uppercase;
    color: #fff;
    font-size: clamp(0.9rem, 1.6vw, 1.2rem);
    letter-spacing: 0.02em;
}

.hero-photo-mock {
    width: min(420px, 100%);
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, #a995bf 0%, #7857a1 100%);
    position: relative;
    overflow: hidden;
}

.hero-worker {
    position: absolute;
    bottom: -8px;
    width: 43%;
    aspect-ratio: 3 / 5;
    border-radius: 90px 90px 26px 26px;
    background: linear-gradient(180deg, #6f30d0 0%, #4d1e9f 100%);
}

.hero-worker::before {
    content: '';
    position: absolute;
    width: 56%;
    aspect-ratio: 1;
    border-radius: 50%;
    top: -20%;
    left: 22%;
    background: #efd9c4;
    box-shadow: 0 -18px 0 11px #ffffff;
}

.hero-worker-left {
    left: 12%;
}

.hero-worker-right {
    right: 8%;
}

.hero-subtitle,
.hero-cta {
    display: none;
}

/* ---- Backgrounds das seções ---- */

/* Seções brancas: semi-transparentes para mostrar as partículas por baixo */
.social-proof-section {
    background: rgba(255, 255, 255, 0.75) !important;
}

.about-section {
    background: rgba(255, 255, 255, 0.75) !important;
}

.projects-section {
    background: rgba(255, 255, 255, 0.75) !important;
}

/* Seções roxas — mantidas */
.process-section {
    background: linear-gradient(180deg, rgba(74, 0, 118, 0.78) 0%, rgba(53, 0, 91, 0.74) 100%) !important;
}

.solutions-section {
    background: linear-gradient(180deg, rgba(90, 0, 145, 0.76) 0%, rgba(63, 0, 103, 0.72) 100%) !important;
}

.contact-section {
    background: linear-gradient(180deg, rgba(84, 0, 134, 0.76) 0%, rgba(52, 0, 85, 0.72) 100%) !important;
}

/* Última seção — fundo escuro (informações legais/confiança) */
.trust-section {
    background: rgba(5, 5, 5, 0.76) !important;
}

/* ---- Contraste de texto nas seções brancas ---- */

/* Títulos de seção: gradiente escuro (era branco→roxo, invisível no branco) */
.social-proof-section .section-title,
.about-section .section-title,
.projects-section .section-title {
    background: linear-gradient(135deg, #1a1a2e 0%, #6d2ecd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.social-proof-section .section-description,
.about-section .section-description,
.projects-section .section-description {
    color: #444 !important;
}

.social-proof-section .section-tag,
.about-section .section-tag,
.projects-section .section-tag {
    background: rgba(109, 46, 205, 0.1);
    color: #6d2ecd;
    border: 1px solid rgba(109, 46, 205, 0.2);
}

/* social-proof-section: stats */
.social-proof-section .stat-card {
    background: #ffffff;
    border-color: rgba(109, 46, 205, 0.2);
}

.social-proof-section .stat-number {
    color: #6d2ecd;
}

.social-proof-section .stat-label,
.social-proof-section .stats-grid .stat-label {
    color: #555 !important;
}

/* social-proof-section: testemunhos */
.social-proof-section .testimonial-card {
    background: #ffffff;
    border-color: rgba(109, 46, 205, 0.15);
}

.social-proof-section .testimonial-card:hover {
    background: #ece8f8;
    box-shadow: 0 10px 30px rgba(109, 46, 205, 0.15);
}

.social-proof-section .testimonial-quote {
    color: #333;
}

.social-proof-section .testimonial-name {
    color: #111;
}

.social-proof-section .testimonial-role {
    color: #666;
}

.social-proof-section .clients-label {
    color: #777;
}

.social-proof-section .client-logo {
    color: #444;
}

/* about-section: pillar cards */
.about-section .pillar-card {
    background: #ffffff;
    border-color: rgba(109, 46, 205, 0.15);
}

.about-section .pillar-card:hover {
    border-color: #6d2ecd;
}

.about-section .pillar-title {
    color: #1a1a2e;
}

.about-section .pillar-description {
    color: #555;
}

/* projects-section: project cards */
.projects-section .project-card {
    background: #ffffff;
    border-color: rgba(109, 46, 205, 0.15);
}

.projects-section .project-card:hover {
    border-color: #6d2ecd;
}

.projects-section .project-title {
    color: #1a1a2e;
}

.projects-section .project-description {
    color: #555;
}

/* tech-tags na seção de projetos (fundo branco): usar roxo escuro */
.projects-section .tech-tag {
    background: rgba(109, 46, 205, 0.07);
    border-color: rgba(109, 46, 205, 0.22);
    color: #6d2ecd;
}

/* ---- Responsivo homepage ---- */

@media (max-width: 1080px) {
    .hero-content-canva {
        grid-template-columns: 1fr;
        padding-top: 2rem;
        gap: 1.2rem;
    }

    .hero-visual {
        justify-self: start;
        align-items: flex-start;
    }

    .hero-title {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-watch-mock {
        width: 160px;
        height: 210px;
    }

    .hero-watch-screen {
        width: 74px;
        height: 160px;
        font-size: 1.2rem;
    }
}

