:root {
    --bg-dark: #0f172a; 
    --primary: #10b981; 
    --primary-dark: #059669; 
    --accent: #3b82f6; 
    --text-main: #f8fafc; 
    --text-muted: #94a3b8; 
    --glass-bg: rgba(30, 41, 59, 0.6); 
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-main);
    overflow-x: hidden;
    line-height: 1.6;
}

h1, h2, h3, .logo {
    font-family: 'Outfit', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Bulbs & Blobs */
.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
    opacity: 0.5;
    animation: drift 20s infinite alternate linear;
}

.blob-1 {
    width: 400px;
    height: 400px;
    background: var(--primary);
    top: -10%;
    left: -10%;
}

.blob-2 {
    width: 600px;
    height: 600px;
    background: var(--accent);
    bottom: 20%;
    right: -10%;
}

@keyframes drift {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(100px, 50px) scale(1.2); }
}

/* Glassmorphism Options */
.glass {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    border-radius: 20px;
}

/* Form inputs matching */
input {
    background: transparent;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--primary);
    color: #fff;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-glow {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #fff;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
}

.btn-glow:hover {
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.6);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--text-main);
    border: 1px solid var(--glass-border);
}

.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-full {
    width: 100%;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    padding: 5px 0;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    /* New Pill Frame (Moldura) */
    background: rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(163, 230, 53, 0.35); /* Verde-limão transparente */
    border-radius: 50px;
    padding: 12px 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.logo {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.logo span {
    color: var(--primary);
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.slogan {
    font-size: 0.95rem;
    color: var(--text-muted);
    font-weight: 500;
    border-left: 2px solid var(--primary);
    padding-left: 15px;
    margin-top: 3px;
    letter-spacing: 0.5px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-links a {
    font-weight: 500;
}

.nav-links a:hover:not(.btn) {
    color: var(--primary);
}

/* Hero Carousel */
.hero-carousel {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
}

.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.carousel-slide {
    flex: 0 0 100vw;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sharp overlay without blur */
.slide-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(15, 23, 42, 0.65); /* 65% opacity layer to maintain structure */
    z-index: 1;
}

.slide-overlay.darker {
    background: rgba(5, 8, 15, 0.75); /* Reduced opacity overhead for better image visibility */
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease 0.4s;
}

.carousel-slide.active .slide-content {
    opacity: 1;
    transform: translateY(0);
}

/* Custom 3-Column Slide */
.slide-content.slide-trio {
    max-width: 1500px;
    padding: 0 100px; /* padding to avoid touching carousel buttons */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    text-align: left;
}
.trio-left { flex: 1; }
.trio-center { flex: 1.5; }
.trio-right { flex: 1; text-align: right; }

/* Hero Features Grid */
.hero-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
}

.feature-item {
    background: rgba(15, 23, 42, 0.70);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 12px;
    padding: 18px 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: transform 0.3s ease, border-color 0.3s, box-shadow 0.3s;
}

.feature-item.span-full {
    grid-column: span 2;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.feature-item:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6), 0 0 15px rgba(16, 185, 129, 0.2);
}

.feature-icon {
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
}

.feature-item p {
    font-size: 1.05rem;
    color: var(--text-main);
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.trio-right p.hero-subtitle {
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.hero-list {
    list-style: none;
    font-size: 1.15rem;
    color: var(--text-main);
    font-weight: 300;
}
.hero-list li {
    margin-bottom: 18px;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
}
.hero-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-weight: 800;
    font-size: 1.4rem;
}

@media (max-width: 1100px) {
    .slide-content.slide-trio {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        max-width: 800px;
    }
    .trio-left, .trio-right {
        text-align: center;
    }
    .hero-features-grid {
        grid-template-columns: 1fr;
    }
    .feature-item.span-full {
        grid-column: span 1;
        justify-content: flex-start;
        text-align: left;
        align-items: flex-start;
    }
}

.hero-title {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
}

.hero-title span {
    color: #00f2fe; /* Solid neon cyan to avoid murky inner shadows */
    text-shadow: 0 0 20px rgba(0, 242, 254, 0.4), 0 0 8px rgba(0, 242, 254, 0.6);
    display: inline-block;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: var(--text-main);
    margin-bottom: 40px;
    font-weight: 300;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    color: white;
    border: 1px solid var(--glass-border);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 10;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-50%) scale(1.1);
}

.carousel-btn.prev { left: 40px; }
.carousel-btn.next { right: 40px; }

.carousel-indicators {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.carousel-indicators span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicators span.active {
    background: var(--primary);
    transform: scale(1.4);
    box-shadow: 0 0 15px var(--primary);
}

/* Sections */
.section-title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 60px;
}

.section-title span {
    color: var(--primary);
}

.features, .benefits, .contact {
    padding: 100px 0;
}

/* Features */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.feature-card {
    padding: 45px 35px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    border: 1px solid var(--glass-border);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    border-color: rgba(16, 185, 129, 0.4); /* primary color faded */
}

.feature-card .icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
}

.feature-card h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.feature-card p {
    color: var(--text-muted);
    font-size: 1.05rem;
}

/* Diamond Frame for Premium Plan */
.diamond-frame {
    position: relative;
    border-radius: 20px;
    background: transparent;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 242, 254, 0.2), 0 0 20px rgba(0, 242, 254, 0.2);
    isolation: isolate;
}

.diamond-frame::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        rgba(255, 255, 255, 0.9) 15%,
        rgba(0, 242, 254, 1) 25%,
        transparent 35%,
        transparent 50%,
        rgba(255, 255, 255, 0.9) 65%,
        rgba(0, 242, 254, 1) 75%,
        transparent 85%
    );
    animation: rotate-diamond 4s linear infinite;
    z-index: -2;
}

.diamond-frame::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(5, 12, 24, 0.99));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 17px;
    z-index: -1;
    box-shadow: inset 0 0 25px rgba(0, 242, 254, 0.1);
}

.diamond-frame > * {
    position: relative;
    z-index: 1;
}

@keyframes rotate-diamond {
    100% { transform: rotate(360deg); }
}

/* Gold Frame */
.gold-frame {
    position: relative;
    border-radius: 20px;
    background: transparent;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 40px rgba(245, 158, 11, 0.15), 0 0 20px rgba(245, 158, 11, 0.15);
    isolation: isolate;
}
.gold-frame::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        rgba(253, 230, 138, 0.9) 15%,
        rgba(245, 158, 11, 1) 25%,
        transparent 35%,
        transparent 50%,
        rgba(253, 230, 138, 0.9) 65%,
        rgba(245, 158, 11, 1) 75%,
        transparent 85%
    );
    animation: rotate-diamond 4s linear infinite;
    z-index: -2;
}
.gold-frame::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(5, 12, 24, 0.99));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 17px;
    z-index: -1;
    box-shadow: inset 0 0 25px rgba(245, 158, 11, 0.05);
}

/* Silver Frame */
.silver-frame {
    position: relative;
    border-radius: 20px;
    background: transparent;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 40px rgba(148, 163, 184, 0.15), 0 0 20px rgba(148, 163, 184, 0.15);
    isolation: isolate;
}
.silver-frame::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        rgba(248, 250, 252, 0.9) 15%,
        rgba(148, 163, 184, 1) 25%,
        transparent 35%,
        transparent 50%,
        rgba(248, 250, 252, 0.9) 65%,
        rgba(148, 163, 184, 1) 75%,
        transparent 85%
    );
    animation: rotate-diamond 4s linear infinite;
    z-index: -2;
}
.silver-frame::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(5, 12, 24, 0.99));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 17px;
    z-index: -1;
    box-shadow: inset 0 0 25px rgba(148, 163, 184, 0.05);
}

/* Benefits */
.benefits-content {
    padding: 60px;
    max-width: 800px;
    margin: 0 auto;
}

.benefit-list {
    list-style: none;
    font-size: 1.15rem;
}

.benefit-list li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--glass-border);
}

.benefit-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.benefit-list strong {
    color: var(--primary);
}

/* Contact */
.contact-wrapper {
    display: flex;
    gap: 60px;
    padding: 60px !important;
    align-items: center;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.contact-info p {
    color: var(--text-muted);
    font-size: 1.15rem;
}

.contact-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    background: rgba(0,0,0,0.25);
    color: #fff;
    font-family: inherit;
    font-size: 1.05rem;
    outline: none;
    transition: border 0.3s ease;
}

.form-group input:focus {
    border-color: var(--primary);
}


/* CTA Banner */
.cta-banner {
    padding: 80px 20px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(59, 130, 246, 0.05));
}
.cta-phrase {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
}
.cta-phrase span {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.7);
    color: #fff;
}

/* Footer */
.footer {
    padding: 40px 0 25px;
    border-top: 1px solid var(--glass-border);
    margin-top: 60px;
}

.footer-bottom {
    text-align: center;
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-wrapper {
        flex-direction: column;
    }
    .hero-image-wrapper {
        display: none;
    }
    .hero-title {
        font-size: 3.2rem;
    }
}

@media (max-width: 768px) {
    .hero-carousel { height: 90vh; }
    .hero-title { font-size: 2.8rem; }
    .hero-subtitle { font-size: 1.1rem; }
}

/* -----------------------------
   OPTION 2: VIDEO HERO SPECIFICS
------------------------------ */
.video-hero-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

.overlay-40 {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(5, 8, 15, 0.4);
    z-index: 1;
}

.text-gradient-cyan {
    background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-shadow: none !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.6)) drop-shadow(0 4px 10px rgba(0,0,0,0.5));
}

.carousel-video-content .hero-title,
.carousel-video-content .hero-subtitle {
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.65);
}

.hero-hint-text {
    font-family: 'Inter', sans-serif; /* Same as hero-title */
    font-weight: 800; /* Same as hero-title */
    font-size: 1.15rem;
    color: #ffffff; /* Brighter white for contrast */
    max-width: 550px;
    text-align: right;
    line-height: 1.4;
    position: relative;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.65); /* Same as hero-title */
    
    /* Authentic 9-Slice SVG Sci-Fi HUD Border */
    border: 20px solid transparent;
    border-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='20,4 80,4 96,20 96,80 80,96 20,96 4,80 4,20' fill='none' stroke='%233ab4f2' stroke-width='1.5' /%3E%3Cpolyline points='18,2 2,18 2,30' fill='none' stroke='%233ab4f2' stroke-width='3.5' /%3E%3Cpolyline points='98,70 98,82 82,98' fill='none' stroke='%233ab4f2' stroke-width='3.5' /%3E%3Cline x1='1' y1='30' x2='1' y2='70' stroke='%233ab4f2' stroke-width='2' /%3E%3Cline x1='99' y1='30' x2='99' y2='70' stroke='%233ab4f2' stroke-width='2' /%3E%3C/svg%3E") 20 stretch;
    padding: 4px 10px; /* Adjust padding due to 20px border */
    margin-right: 5px;
    animation: hud-glow 3s infinite alternate;
    z-index: 1;
    
    /* New Layout matching Gemini Prompt */
    display: flex;
    gap: 20px;
    align-items: stretch;
    transform: perspective(600px) rotateY(-5deg);
}

/* The Glass interior */
.hero-hint-text::after {
    content: '';
    position: absolute;
    /* Span outside padding-box to cover the inner area of the border-box */
    top: -16px; left: -16px; right: -16px; bottom: -16px;
    z-index: -1;
    background: rgba(58, 180, 242, 0.15); /* Glass tinted blue */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
}

@keyframes hud-glow {
    0% { filter: drop-shadow(0 0 2px rgba(58, 180, 242, 0.3)); }
    100% { filter: drop-shadow(0 0 6px rgba(58, 180, 242, 0.9)) drop-shadow(0 0 15px rgba(58, 180, 242, 0.4)); }
}

/* Interior Grid Layout */
.hud-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    text-align: left;
    z-index: 2;
}

.hud-title {
    font-size: 1.2rem;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.hud-divider {
    height: 1px;
    background: linear-gradient(90deg, #3ab4f2 0%, rgba(58, 180, 242, 0.1) 100%);
    margin: 8px 0;
    width: 100%;
}

.hud-subtitle {
    font-size: 0.85rem;
    font-weight: 400;
    color: #e0f2fe;
    margin-bottom: 15px;
}

.hud-power-bars {
    display: flex;
    gap: 6px;
    align-items: center;
}

.power-bar {
    height: 6px;
    background: linear-gradient(90deg, #00f2fe, #3ab4f2);
    box-shadow: 0 0 5px #3ab4f2;
}
.pb-short { width: 15px; opacity: 0.6; }
.pb-med { width: 25px; opacity: 0.8; }
.pb-long { width: 35px; opacity: 1; }

.hud-vertical-divider {
    width: 1px;
    background: linear-gradient(180deg, rgba(58, 180, 242, 0) 0%, rgba(58, 180, 242, 0.5) 50%, rgba(58, 180, 242, 0) 100%);
    z-index: 2;
}

.hud-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    min-width: 170px;
    z-index: 2;
}

.hud-icon-box {
    border: 1px solid rgba(58, 180, 242, 0.5);
    padding: 6px;
    border-radius: 4px;
    background: rgba(58, 180, 242, 0.1);
    box-shadow: 0 0 10px rgba(58, 180, 242, 0.2);
    margin-bottom: 10px;
    display: inline-flex;
}

.balance-icon {
    width: 22px;
    height: 22px;
    color: #ffffff;
    filter: drop-shadow(0 0 4px #ffffff);
}

.hud-cta-main {
    font-size: 0.95rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    margin-bottom: 2px;
}

.hud-cta-sub {
    font-size: 0.8rem;
    font-weight: 700;
    color: #a3e635; /* Using lime green to make the clicks action pop */
}

/* Particles */
.hud-particles {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 2px;
    height: 15px;
    background: #3ab4f2;
    box-shadow: 0 0 8px #3ab4f2;
    opacity: 0;
}

.p1 { top: 10%; left: -5px; animation: data-stream 2s infinite linear; }
.p2 { top: 80%; right: -5px; animation: data-stream 3s infinite linear 1s; }
.p3 { top: -5px; left: 40%; width: 15px; height: 2px; animation: data-stream-x 2.5s infinite linear 0.5s; }

@keyframes data-stream {
    0% { transform: translateY(-15px); opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateY(30px); opacity: 0; }
}

@keyframes data-stream-x {
    0% { transform: translateX(-15px); opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateX(30px); opacity: 0; }
}

.animated-arrow {
    display: inline-block;
    color: #3ab4f2; /* azul claro */
    font-weight: 800;
    margin-left: 8px;
    animation: arrow-pulse 1.5s infinite;
}

@keyframes arrow-pulse {
    0%, 100% { transform: translateX(0); opacity: 0.7; }
    50% { transform: translateX(6px); opacity: 1; text-shadow: 0 0 10px #3ab4f2; }
}

.btn-glow {
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
    transition: all 0.3s ease;
}
.btn-glow:hover {
    box-shadow: 0 0 30px rgba(0, 242, 254, 0.8);
    transform: translateY(-2px);
}

.carousel-video-content {
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .slogan {
        display: none;
    }
    .nav-links {
        display: none;
    }
    .hero {
        text-align: center;
        justify-content: center;
        padding-top: 120px;
    }
    .hero-actions {
        justify-content: center;
        flex-direction: column;
    }
    .contact-wrapper {
        padding: 40px 20px !important;
    }
}

/* --- EA Games Style Intro --- */
#ea-intro {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background-color: var(--bg-dark);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
}

.ea-logo-wrapper {
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-size: 6rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: transparent;
    background-image: 
        linear-gradient(
            110deg,
            #ffffff 0%,
            #ffffff 42%,
            rgba(0, 242, 254, 1) 48%,
            #ffffff 50%,
            rgba(0, 242, 254, 1) 52%,
            rgba(39, 39, 42, 0.85) 58%,
            rgba(39, 39, 42, 0.85) 100%
        ),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3CcolorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 0.45 0' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-size: 300% 100%, 150px 150px;
    background-position: 100% 0, 0 0;
    background-clip: text;
    -webkit-background-clip: text;
    opacity: 0;
    transform: scale(0.8);
    animation: 
        ea-intro-pop 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards,
        ea-metallic-sweep 2.5s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
}

.ea-logo-wrapper .ea-dot {
    color: transparent;
    background: var(--primary);
    background-clip: text;
    -webkit-background-clip: text;
}

/* Spark Flare */
.ea-spark {
    position: absolute;
    top: 50%;
    left: -20%;
    width: 20px;
    height: 180px;
    background: #ffffff;
    box-shadow: 0 0 50px 20px #00f2fe, 0 0 100px 40px #00f2fe;
    filter: blur(4px);
    transform: translateY(-50%) rotate(25deg);
    opacity: 0;
    animation: ea-spark-sweep 2.5s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 10;
}

@keyframes ea-spark-sweep {
    0% { left: -10%; opacity: 0; }
    15% { opacity: 1; transform: translateY(-50%) rotate(25deg) scale(1.2); }
    50% { opacity: 1; transform: translateY(-50%) rotate(25deg) scale(1.6); }
    85% { opacity: 1; transform: translateY(-50%) rotate(25deg) scale(1.2); }
    100% { left: 110%; opacity: 0; }
}

@keyframes ea-metallic-sweep {
    0% { background-position: 100% 0, 0 0; filter: drop-shadow(0 0 0px rgba(0,242,254,0)); }
    50% { filter: drop-shadow(0 0 35px rgba(0, 242, 254, 0.9)); }
    100% { background-position: 0% 0, 0 0; filter: drop-shadow(0 0 0px rgba(0,242,254,0)); }
}

.ea-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 5px;
    color: var(--text-muted);
    margin-top: 10px;
    opacity: 0;
    transform: translateY(15px);
    animation: ea-subtitle-fade 1s ease 1.2s forwards;
}

@keyframes ea-subtitle-fade {
    0% { opacity: 0; transform: translateY(15px); }
    100% { opacity: 1; transform: translateY(0); }
}

.ea-subtitle-out {
    opacity: 0 !important;
    transition: opacity 0.3s ease;
}

@keyframes ea-intro-pop {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes ea-intro-shine {
    0% { background-position: 150% 0; }
    100% { background-position: -50% 0; }
}

.ea-move {
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
