/* PREMIUM LANDING PAGE CSS - V3 (FINAL HERO) */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
    --bg-body: #050507;
    --brand-primary: #FF6B00;
    --brand-glow: rgba(255, 107, 0, 0.5);
    --text-main: #ffffff;
    --text-body: #a1a1aa;
    --glass-border: 1px solid rgba(255, 255, 255, 0.1);
    --gradient-brand: linear-gradient(135deg, #FF6B00 0%, #FF4500 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: var(--bg-body);
    color: var(--text-main);
    overflow-x: hidden;
}

/* --- BACKGROUND HERO (IMAGEM ONDA) --- */
.hero-bg {
    position: relative;
    width: 100%;

    /* Overlay Escuro + Imagem da Onda Azul */
    background:
        linear-gradient(to bottom, rgba(5, 5, 7, 0.7) 0%, rgba(5, 5, 7, 0.95) 90%, #050507 100%),
        url('/img/hero-bg-tech.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /* Efeito parallax sutil */
}

/* Orbs de Luz Súteis */
.light-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
    opacity: 0.3;
    mix-blend-mode: screen;
}

.orb-1 {
    top: -100px;
    left: 20%;
    width: 400px;
    height: 400px;
    background: var(--brand-primary);
    opacity: 0.15;
}

.orb-2 {
    bottom: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: #0044ff;
    opacity: 0.1;
}

/* Azul da onda */

/* --- NAVBAR GLASS --- */
.navbar-container {
    position: fixed;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
    padding: 0 20px;
}

.navbar {
    background: rgba(10, 10, 12, 0.8);
    backdrop-filter: blur(15px);
    border: var(--glass-border);
    border-radius: 50px;
    padding: 0.8rem 2rem;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.logo {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-links a {
    color: var(--text-body);
    text-decoration: none;
    padding: 8px 18px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 0.95rem;
}

.nav-links a:hover,
.nav-links a.active {
    color: #fff;
}

/* --- HERO COMPOSIÇÃO --- */
.hero {
    padding: 180px 0 100px;
    position: relative;
    z-index: 2;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* Texto Hero */
.hero-content {
    max-width: 600px;
}

h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 4.2rem;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 800;
    letter-spacing: -1px;
}

.text-gradient {
    background: linear-gradient(to right, #fff 20%, #b0c4de 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 40px;
}

/* Botões lado a lado */
.hero-actions {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.btn {
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
}

.btn-primary {
    background: var(--gradient-brand);
    color: #fff;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 107, 0, 0.4);
    filter: brightness(1.1);
}

/* Botão Glass Ajustado */
.btn-glass {
    background: rgba(255, 255, 255, 0.08);
    border: var(--glass-border);
    color: #fff;
    backdrop-filter: blur(10px);
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

/* --- VISUAL ANIMADO (DIREITA) --- */
.hero-visual-container {
    position: relative;
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* Alinha homem na base */
}

/* O Homem */
.hero-man-img {
    height: 90%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    z-index: 10;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
    mask-image: linear-gradient(to top, transparent 0%, black 10%, black 100%);
    /* Fade sutil nos pés se precisar */
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 10%, black 100%);
    animation: breathe 6s infinite ease-in-out;
}

/* Efeito 'Holograma' atrás do homem */
.tech-halo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(41, 121, 255, 0.15) 0%, transparent 70%);
    /* Azul Tech */
    z-index: 5;
    pointer-events: none;
}

/* Notificações Flutuando */
.notif-card {
    position: absolute;
    background: rgba(18, 18, 20, 0.9);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    font-size: 0.85rem;
    color: #fff;
    z-index: 20;
    animation: floatCard 8s infinite ease-in-out;
}

.icon-box {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

/* Posições relativas ao container visual */
.n-shop {
    top: 25%;
    left: 0%;
    border-left: 3px solid #00e676;
    animation-delay: 0s;
}

.n-lead {
    top: 45%;
    right: -5%;
    border-left: 3px solid #FFD700;
    animation-delay: 2s;
}

.n-msg {
    bottom: 20%;
    left: 5%;
    border-left: 3px solid #2979ff;
    animation-delay: 4s;
}

/* --- BENTO & SECTIONS --- */
.section {
    position: relative;
    z-index: 2;
    background: #050507;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.bento-item {
    background: #0e0e11;
    border: var(--glass-border);
    padding: 35px;
    border-radius: 24px;
    transition: 0.4s;
}

.bento-item:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 107, 0, 0.4);
    background: #131316;
}

.feature-icon {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.6rem;
    margin-bottom: 25px;
}

/* Footer */
footer {
    background: #020203;
    border-top: var(--glass-border);
    padding: 80px 0 30px;
}

/* Animações */
@keyframes breathe {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.01);
    }
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Mobile */
@media (max-width: 1024px) {
    .hero {
        padding-top: 140px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }

    .hero-visual-container {
        height: 500px;
        justify-content: center;
    }

    h1 {
        font-size: 3rem;
    }

    .hero p {
        margin: 0 auto 30px;
    }

    .hero-actions {
        justify-content: center;
    }

    .notif-card {
        transform: scale(0.9);
    }

    .n-shop {
        left: 5%;
    }

    .n-lead {
        right: 5%;
    }
}