/* ==================== RESPONSIVO ==================== */

@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }
    .ecosystem-container {
        height: 400px;
    }
    .eco-node-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    .eco-node-center .eco-node-icon {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 160px 0 100px;
        text-align: center;
    }
    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-actions {
        justify-content: center;
    }
    .hero-trust {
        justify-content: center;
    }
    .hero-visual-wrapper {
        margin-top: 40px;
    }
    .logo-3d {
        max-width: 240px;
    }
    .section-spacing {
        padding: 80px 0;
    }
    .navbar-collapse {
        background: rgba(4, 12, 30, 0.95);
        backdrop-filter: blur(40px);
        border: 1px solid var(--border-subtle);
        border-radius: var(--radius-lg);
        padding: 16px;
        margin-top: 12px;
    }
    .nav-link {
        padding: 12px 16px !important;
    }
    .timeline-track {
        left: 20px;
    }
    .step-marker {
        width: 50px;
    }
    .eco-node-1 { left: 10%; }
    .eco-node-2 { right: 10%; }
    .eco-node-3 { right: 8%; }
    .eco-node-4 { left: 8%; }
    .eco-node-5 { right: 2%; }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
        letter-spacing: -1px;
    }
    .hero-description {
        font-size: 1rem;
    }
    .hero-actions {
        flex-direction: column;
    }
    .hero-actions .btn-primary-glass,
    .hero-actions .btn-outline-glass {
        width: 100%;
        justify-content: center;
    }
    .hero-trust {
        gap: 12px;
    }
    .trust-item {
        padding: 0 12px;
    }
    .trust-value {
        font-size: 1.3rem;
    }
    .trust-divider {
        display: none;
    }
    .product-highlights {
        grid-template-columns: 1fr;
    }
    .product-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .ecosystem-container {
        height: 350px;
    }
    .eco-node-icon {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }
    .eco-node-center .eco-node-icon {
        width: 56px;
        height: 56px;
    }
    .eco-node-label {
        font-size: 0.6rem;
    }
    .timeline-step {
        gap: 12px;
    }
    .step-card {
        padding: 16px;
    }
    .cta-final-card {
        padding: 40px 24px;
    }
    .cta-final-actions {
        flex-direction: column;
        align-items: center;
    }
    .tech-card-inner {
        width: 90px;
        height: 90px;
        font-size: 0.65rem;
    }
    .tech-card-inner i {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 140px 0 80px;
    }
    .hero-badge {
        font-size: 0.6rem;
        padding: 6px 12px;
    }
    .ecosystem-container {
        height: 280px;
    }
    .eco-node-icon {
        width: 34px;
        height: 34px;
    }
    .eco-node-center .eco-node-icon {
        width: 44px;
        height: 44px;
    }
    .section-title {
        font-size: 1.6rem;
    }
}