/* 
  Design Original: Envato User 
  Licença de Uso: Comercial (Cliente Final)
  Proibida a revenda do código fonte.
*/
:root {
            --primary: #0284c7; /* Blue */
            --primary-dark: #0369a1;
            --accent: #f97316; /* Orange */
            --accent-hover: #ea580c;
            --text: #334155;
            --light: #f1f5f9;
            --white: #ffffff;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: 'Roboto', sans-serif; color: var(--text); line-height: 1.6; background: var(--white); }
        
        /* Utilities */
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .section { padding: 80px 0; }
        .bg-light { background: var(--light); }
        .text-center { text-align: center; }
        .btn {
            display: inline-block;
            padding: 15px 35px;
            background: var(--accent);
            color: var(--white);
            text-decoration: none;
            font-weight: 700;
            border-radius: 8px;
            text-transform: uppercase;
            transition: 0.3s;
            box-shadow: 0 4px 6px rgba(249, 115, 22, 0.3);
            border: none;
            cursor: pointer;
        }
        .btn:hover { background: var(--accent-hover); transform: translateY(-2px); }
        .btn-primary { background: var(--primary); box-shadow: 0 4px 6px rgba(2, 132, 199, 0.3); }
        .btn-primary:hover { background: var(--primary-dark); }

        /* Header */
        header { background: var(--white); box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; }
        .top-bar { background: var(--primary-dark); color: white; padding: 10px 0; font-size: 0.9rem; }
        .top-bar .container { display: flex; justify-content: space-between; align-items: center; }
        .nav-container { padding: 15px 0; }
        .nav { display: flex; justify-content: space-between; align-items: center; }
        .logo { font-size: 1.8rem; font-weight: 900; color: var(--primary); text-decoration: none; display: flex; align-items: center; gap: 10px; }
        .logo span { color: var(--accent); }
        .nav-links { display: flex; gap: 25px; align-items: center; }
        .nav-links a { color: var(--text); text-decoration: none; font-weight: 500; transition: 0.3s; }
        .nav-links a:hover { color: var(--primary); }
        .mobile-toggle { display: none; font-size: 1.5rem; color: var(--primary); cursor: pointer; }

        /* Hero */
        .hero {
            background: linear-gradient(rgba(2, 132, 199, 0.9), rgba(2, 132, 199, 0.8)), url('../images/679fedebe3cf7f623e45f57f917a61d8.jpg');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: var(--white);
            text-align: center;
        }
        .hero h1 { font-size: 3.5rem; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }
        .hero p { font-size: 1.5rem; margin-bottom: 40px; font-weight: 300; }
        .hero-features { display: flex; justify-content: center; gap: 30px; margin-bottom: 40px; flex-wrap: wrap; }
        .hero-feature { display: flex; align-items: center; gap: 10px; font-weight: 700; background: rgba(255,255,255,0.1); padding: 10px 20px; border-radius: 50px; }

        /* Services */
        .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; }
        .service-card { background: var(--white); padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s; border-bottom: 4px solid transparent; }
        .service-card:hover { transform: translateY(-10px); border-bottom-color: var(--accent); }
        .service-icon { width: 60px; height: 60px; background: var(--light); color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 20px; }
        .service-card h3 { margin-bottom: 15px; font-size: 1.3rem; }

        /* Why Us */
        .why-us { background: var(--primary); color: var(--white); }
        .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; margin-top: 50px; }
        .why-item i { font-size: 3rem; margin-bottom: 20px; color: var(--accent); }
        .why-item h3 { margin-bottom: 10px; }

        /* CTA Banner */
        .cta-banner { background: var(--accent); color: var(--white); padding: 40px 0; text-align: center; }
        .cta-banner h2 { font-size: 2rem; margin-bottom: 20px; }
        .cta-phone { font-size: 3rem; font-weight: 900; display: block; margin-bottom: 20px; }

        /* Contact Form */
        .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
        .form-box { background: var(--white); padding: 40px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
        .form-group { margin-bottom: 20px; }
        .form-input { width: 100%; padding: 15px; border: 1px solid #cbd5e1; border-radius: 5px; font-family: inherit; }
        .form-input:focus { outline: none; border-color: var(--primary); }

        /* Footer */
        footer { background: #0f172a; color: #94a3b8; padding: 50px 0; font-size: 0.9rem; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
        .footer-col h4 { color: var(--white); margin-bottom: 20px; font-size: 1.1rem; }
        .footer-links a { display: block; color: #94a3b8; text-decoration: none; margin-bottom: 10px; }
        .footer-links a:hover { color: var(--accent); }

        /* Floating Button */
        .whatsapp-float { position: fixed; bottom: 30px; right: 30px; background: #25D366; color: white; width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 35px; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); z-index: 1000; animation: pulse 2s infinite; }
        @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); } 70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

        @media (max-width: 768px) {
            .hero h1 { font-size: 2.5rem; }
            .why-grid, .contact-grid { grid-template-columns: 1fr; }
            .nav-links { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: var(--white); flex-direction: column; padding: 20px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
            .nav-links.active { display: flex; }
            .mobile-toggle { display: block; }
            .top-bar { display: none; }
        }