    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #1f2937;
            overflow-x: hidden;
        }

        /* HEADER COM LOGO E CONTATOS */
        header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.98);
            padding: 12px 20px;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            backdrop-filter: blur(10px);
        }
        .header-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }
        .logo {
            display: flex;
            align-items: center;
        }
        .logo img {
            height: 60px;
            width: auto;
        }
        .header-actions {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .social-buttons {
            display: flex;
            gap: 10px;
        }
        .social-btn {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }
        .social-btn svg {
            width: 22px;
            height: 22px;
            fill: white;
        }
        .social-btn.instagram {
            background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        }
        .social-btn.whatsapp {
            background: #25D366;
        }
        .social-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        .header-cta {
            background: linear-gradient(135deg, #0080D0, #005A9C);
            color: white;
            padding: 12px 28px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 128, 208, 0.3);
            white-space: nowrap;
        }
        .header-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 128, 208, 0.4);
        }

        /* HERO SECTION COM BACKGROUND ELEGANTE */
		.hero {
			background: 
				linear-gradient(135deg, rgba(0, 128, 208, 0.92) 0%, rgba(0, 90, 156, 0.90) 100%),
				url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23f0f4f8" width="1200" height="800"/><g opacity="0.3"><rect fill="%230080D0" x="50" y="100" width="200" height="150" rx="10"/><rect fill="%23005A9C" x="280" y="100" width="200" height="150" rx="10"/><rect fill="%230080D0" x="510" y="100" width="200" height="150" rx="10"/><rect fill="%23005A9C" x="740" y="100" width="200" height="150" rx="10"/><rect fill="%230080D0" x="970" y="100" width="200" height="150" rx="10"/><path fill="%230080D0" d="M100,350 L120,320 L140,340 L160,310 L180,330 L200,300" stroke="%230080D0" stroke-width="3" fill="none"/><circle fill="%230080D0" cx="100" cy="350" r="4"/><circle fill="%230080D0" cx="120" cy="320" r="4"/><circle fill="%230080D0" cx="140" cy="340" r="4"/><circle fill="%230080D0" cx="160" cy="310" r="4"/><circle fill="%230080D0" cx="180" cy="330" r="4"/><circle fill="%230080D0" cx="200" cy="300" r="4"/><rect fill="%23005A9C" x="250" y="350" width="40" height="80" rx="5"/><rect fill="%230080D0" x="300" y="320" width="40" height="110" rx="5"/><rect fill="%23005A9C" x="350" y="300" width="40" height="130" rx="5"/><rect fill="%230080D0" x="400" y="280" width="40" height="150" rx="5"/><circle fill="none" stroke="%230080D0" stroke-width="4" cx="600" cy="380" r="60"/><circle fill="none" stroke="%23005A9C" stroke-width="4" cx="600" cy="380" r="45" stroke-dasharray="5,5"/><circle fill="none" stroke="%230080D0" stroke-width="4" cx="600" cy="380" r="30"/><path fill="%230080D0" d="M780,320 L820,360 L820,380 L780,420 L780,320 Z" opacity="0.7"/><path fill="%23005A9C" d="M820,360 L860,360 L860,380 L820,380 Z" opacity="0.7"/><rect fill="%230080D0" x="900" y="300" width="120" height="8" rx="4"/><rect fill="%23005A9C" x="900" y="320" width="90" height="8" rx="4"/><rect fill="%230080D0" x="900" y="340" width="110" height="8" rx="4"/><rect fill="%23005A9C" x="900" y="360" width="80" height="8" rx="4"/><text x="100" y="550" font-family="Arial" font-size="24" fill="%230080D0" opacity="0.5">📊</text><text x="250" y="550" font-family="Arial" font-size="24" fill="%23005A9C" opacity="0.5">📈</text><text x="400" y="550" font-family="Arial" font-size="24" fill="%230080D0" opacity="0.5">💰</text><text x="550" y="550" font-family="Arial" font-size="24" fill="%23005A9C" opacity="0.5">🎯</text><text x="700" y="550" font-family="Arial" font-size="24" fill="%230080D0" opacity="0.5">📱</text><text x="850" y="550" font-family="Arial" font-size="24" fill="%23005A9C" opacity="0.5">🚀</text><text x="1000" y="550" font-family="Arial" font-size="24" fill="%230080D0" opacity="0.5">💡</text></g><g opacity="0.15"><circle fill="white" cx="200" cy="200" r="100"/><circle fill="white" cx="900" cy="500" r="150"/><circle fill="white" cx="1050" cy="250" r="80"/></g></svg>');
			background-size: cover;
			background-position: center;
			background-attachment: fixed;
			color: white;
			padding: 140px 20px 100px;
			text-align: center;
			position: relative;
			overflow: hidden;
		}

		.hero::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-image: 
				radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08) 2px, transparent 2px),
				radial-gradient(circle at 60% 70%, rgba(255,255,255,0.06) 2px, transparent 2px),
				radial-gradient(circle at 80% 20%, rgba(255,255,255,0.05) 2px, transparent 2px);
			background-size: 60px 60px, 90px 90px, 120px 120px;
			pointer-events: none;
			animation: movePattern 80s linear infinite;
		}

		@keyframes movePattern {
			0% { background-position: 0 0, 0 0, 0 0; }
			100% { background-position: 60px 60px, 90px 90px, 120px 120px; }
		}

		.hero::after {
			content: '';
			position: absolute;
			bottom: -2px;
			left: 0;
			right: 0;
			height: 100px;
			background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120"><path fill="rgba(249,250,251,1)" d="M0,64L48,69.3C96,75,192,85,288,80C384,75,480,53,576,48C672,43,768,53,864,58.7C960,64,1056,64,1152,58.7C1248,53,1344,43,1392,37.3L1440,32L1440,120L1392,120C1344,120,1248,120,1152,120C1056,120,960,120,864,120C768,120,672,120,576,120C480,120,384,120,288,120C192,120,96,120,48,120L0,120Z"></path></svg>');
			background-size: cover;
		}
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }
        .hero-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 60px;
            flex-wrap: wrap;
        }
        .hero-text {
            flex: 1;
            text-align: left;
            min-width: 300px;
        }
        .hero-image {
            flex: 0 0 350px;
            display: flex;
            justify-content: center;
        }
        .hero-image img {
            width: 100%;
            max-width: 350px;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            border: 5px solid rgba(255, 255, 255, 0.3);
        }
        h1 {
            font-size: 3.5em;
            margin-bottom: 25px;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            animation: fadeInDown 1s ease;
            line-height: 1.2;
        }
        h1 .highlight {
            display: block;
            font-size: 1.1em;
            color: #E0F2FE;
            font-weight: 800;
            margin-top: 10px;
        }
        h1 .emphasis {
            color: #BFDBFE;
            font-weight: 600;
            font-size: 0.85em;
        }
        .subtitle {
            font-size: 1.5em;
            margin-bottom: 35px;
            opacity: 0.95;
            animation: fadeInUp 1s ease 0.2s both;
            line-height: 1.6;
        }
        .subtitle strong {
            font-weight: 700;
            color: #E0F2FE;
        }
        .cta-button {
            display: inline-block;
            background: white;
            color: #0080D0;
            padding: 20px 50px;
            font-size: 1.3em;
            font-weight: 700;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            animation: fadeInUp 1s ease 0.4s both;
            cursor: pointer;
            border: none;
        }
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
            background: #f0f0f0;
        }

        /* BENEFITS COM BACKGROUND PROFISSIONAL */
        .benefits {
            padding: 80px 20px;
            background: 
                linear-gradient(180deg, #f9fafb 0%, #ffffff 50%, #f9fafb 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23f9fafb" width="1200" height="800"/><g opacity="0.4"><circle fill="%230080D0" cx="100" cy="100" r="3"/><circle fill="%230080D0" cx="300" cy="150" r="2"/><circle fill="%230080D0" cx="500" cy="200" r="3"/><circle fill="%230080D0" cx="700" cy="100" r="2"/><circle fill="%230080D0" cx="900" cy="180" r="3"/><circle fill="%230080D0" cx="1100" cy="120" r="2"/><circle fill="%230080D0" cx="200" cy="400" r="2"/><circle fill="%230080D0" cx="400" cy="450" r="3"/><circle fill="%230080D0" cx="600" cy="380" r="2"/><circle fill="%230080D0" cx="800" cy="420" r="3"/><circle fill="%230080D0" cx="1000" cy="400" r="2"/><circle fill="%230080D0" cx="150" cy="650" r="3"/><circle fill="%230080D0" cx="350" cy="700" r="2"/><circle fill="%230080D0" cx="550" cy="680" r="3"/><circle fill="%230080D0" cx="750" cy="720" r="2"/><circle fill="%230080D0" cx="950" cy="650" r="3"/></g><defs><linearGradient id="lineGrad" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" style="stop-color:%230080D0;stop-opacity:0.1"/><stop offset="50%" style="stop-color:%230080D0;stop-opacity:0.05"/><stop offset="100%" style="stop-color:%230080D0;stop-opacity:0.1"/></linearGradient></defs><line x1="0" y1="200" x2="1200" y2="200" stroke="url(%23lineGrad)" stroke-width="1"/><line x1="0" y1="400" x2="1200" y2="400" stroke="url(%23lineGrad)" stroke-width="1"/><line x1="0" y1="600" x2="1200" y2="600" stroke="url(%23lineGrad)" stroke-width="1"/></svg>');
            background-size: cover;
            position: relative;
        }
        .section-title {
            text-align: center;
            font-size: 2.5em;
            margin-bottom: 60px;
            color: #1f2937;
            position: relative;
        }
        .section-title::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #0080D0, #005A9C);
            margin: 20px auto 0;
            border-radius: 2px;
            box-shadow: 0 2px 10px rgba(0, 128, 208, 0.3);
        }
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            margin-top: 50px;
            position: relative;
        }
        .benefit-card {
            background: white;
            padding: 40px 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,128,208,0.1);
            transition: all 0.3s ease;
            text-align: center;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0,128,208,0.1);
        }
        .benefit-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, transparent 0%, rgba(0,128,208,0.03) 100%);
            pointer-events: none;
        }
        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 128, 208, 0.2);
            border-color: rgba(0,128,208,0.3);
        }
        .benefit-icon {
            font-size: 3em;
            margin-bottom: 20px;
            filter: drop-shadow(0 4px 6px rgba(0,128,208,0.2));
        }
        .benefit-card h3 {
            font-size: 1.5em;
            margin-bottom: 15px;
            color: #0080D0;
        }

        /* CTA INTERMEDIÁRIO COM BACKGROUND ELEGANTE */
        .cta-intermediate {
            background: 
                linear-gradient(135deg, #0080D0 0%, #005A9C 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><defs><linearGradient id="ctaGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%230080D0;stop-opacity:1" /><stop offset="100%" style="stop-color:%23005A9C;stop-opacity:1" /></linearGradient></defs><rect fill="url(%23ctaGrad)" width="1200" height="400"/><g opacity="0.1"><circle fill="white" cx="150" cy="100" r="80"/><circle fill="white" cx="1000" cy="300" r="120"/><circle fill="white" cx="600" cy="200" r="60"/><path fill="white" d="M0,250 Q300,200 600,250 T1200,250 L1200,400 L0,400 Z"/></g><g opacity="0.05"><circle fill="white" cx="400" cy="150" r="40"/><circle fill="white" cx="800" cy="100" r="70"/></g></svg>');
            background-size: cover;
            padding: 60px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .cta-intermediate h2 {
            color: white;
            font-size: 2.2em;
            margin-bottom: 25px;
            position: relative;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        .cta-intermediate p {
            color: white;
            font-size: 1.2em;
            margin-bottom: 30px;
            opacity: 0.95;
            position: relative;
        }

        /* SERVICES COM BACKGROUND PROFISSIONAL */
        .services {
            padding: 80px 20px;
            background: 
                linear-gradient(180deg, #ffffff 0%, #f9fafb 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="white" width="1200" height="800"/><defs><radialGradient id="radGrad1"><stop offset="0%" style="stop-color:%230080D0;stop-opacity:0.05"/><stop offset="100%" style="stop-color:%230080D0;stop-opacity:0"/></radialGradient></defs><circle fill="url(%23radGrad1)" cx="200" cy="200" r="150"/><circle fill="url(%23radGrad1)" cx="1000" cy="600" r="200"/><circle fill="url(%23radGrad1)" cx="600" cy="400" r="180"/></svg>');
            background-size: cover;
            position: relative;
        }
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-top: 50px;
            position: relative;
        }
        .service-card {
            background: linear-gradient(135deg, #0080D0 0%, #005A9C 100%);
            color: white;
            padding: 40px;
            border-radius: 15px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,128,208,0.3);
        }
        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(255,255,255,0.03) 30px, rgba(255,255,255,0.03) 60px),
                repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(0,0,0,0.02) 30px, rgba(0,0,0,0.02) 60px),
                radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%);
            pointer-events: none;
        }
        .service-card:hover {
            transform: scale(1.05);
            box-shadow: 0 20px 50px rgba(0, 128, 208, 0.4);
        }
        .service-card h3 {
            font-size: 1.8em;
            margin-bottom: 20px;
            position: relative;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        .service-card ul {
            list-style: none;
            margin-top: 20px;
            position: relative;
        }
        .service-card li {
            padding: 10px 0;
            padding-left: 30px;
            position: relative;
        }
        .service-card li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: white;
            font-weight: bold;
            font-size: 1.2em;
            background: rgba(255, 255, 255, 0.2);
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9em;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }

        /* ABOUT COM BACKGROUND PROFISSIONAL */
        .about {
            padding: 80px 20px;
            background: 
                linear-gradient(135deg, #1f2937 0%, #111827 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%231f2937" width="1200" height="800"/><defs><linearGradient id="aboutGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23ffffff;stop-opacity:0.03"/><stop offset="100%" style="stop-color:%23ffffff;stop-opacity:0"/></linearGradient></defs><rect fill="url(%23aboutGrad)" width="1200" height="800"/><g opacity="0.1"><path fill="white" d="M0,400 Q300,350 600,400 T1200,400 L1200,800 L0,800 Z"/><path fill="white" d="M0,200 Q300,150 600,200 T1200,200 L1200,0 L0,0 Z"/></g></svg>');
            background-size: cover;
            color: white;
            position: relative;
        }
        .about-content {
            display: flex;
            align-items: center;
            gap: 60px;
            flex-wrap: wrap;
            position: relative;
        }
        .about-images {
            flex: 1;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            min-width: 300px;
        }
        .about-images img {
            width: 100%;
            height: auto;
			aspect-ratio: 1/1;
			max-width: 500px;
            object-fit: cover;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            transition: all 0.3s ease;
            border: 2px solid rgba(255,255,255,0.1);
        }
        .about-images img:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
        }
        .about-text {
            flex: 1;
            min-width: 300px;
        }
        .about-text h2 {
            font-size: 2.5em;
            margin-bottom: 30px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .about-text p {
            font-size: 1.2em;
            margin-bottom: 20px;
            line-height: 1.8;
            opacity: 0.9;
        }
        .about-text .highlight-text {
            color: #93C5FD;
            font-weight: 600;
        }

        /* PROCESS COM ÍCONES E LAYOUT 3x2 */
        .process {
            padding: 80px 20px;
            background: 
                linear-gradient(180deg, #f9fafb 0%, #ffffff 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23f9fafb" width="1200" height="800"/><g opacity="0.3"><line x1="0" y1="200" x2="1200" y2="200" stroke="%230080D0" stroke-width="1" stroke-dasharray="10,10"/><line x1="0" y1="400" x2="1200" y2="400" stroke="%230080D0" stroke-width="1" stroke-dasharray="10,10"/><line x1="0" y1="600" x2="1200" y2="600" stroke="%230080D0" stroke-width="1" stroke-dasharray="10,10"/><line x1="400" y1="0" x2="400" y2="800" stroke="%230080D0" stroke-width="1" stroke-dasharray="10,10"/><line x1="800" y1="0" x2="800" y2="800" stroke="%230080D0" stroke-width="1" stroke-dasharray="10,10"/></g></svg>');
            background-size: cover;
            position: relative;
        }
        .process-steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px 30px;
            margin-top: 50px;
            position: relative;
            max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
        }
        .step {
            background: white;
            padding: 40px 30px;
            border-radius: 15px;
            text-align: center;
            position: relative;
            box-shadow: 0 5px 20px rgba(0,128,208,0.1);
            overflow: hidden;
            border: 1px solid rgba(0,128,208,0.1);
            transition: all 0.3s ease;
        }
        .step::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, transparent 0%, rgba(0,128,208,0.02) 100%);
            pointer-events: none;
        }
        .step:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,128,208,0.2);
            border-color: rgba(0,128,208,0.3);
        }
        .step-number {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #0080D0, #005A9C);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8em;
            font-weight: 700;
            margin: 0 auto 20px;
            position: relative;
            box-shadow: 0 4px 15px rgba(0,128,208,0.3);
        }
        .step-icon {
            font-size: 3.5em;
            margin-bottom: 15px;
            filter: drop-shadow(0 4px 6px rgba(0,128,208,0.2));
        }
        .step h3 {
            font-size: 1.5em;
            margin-bottom: 15px;
            color: #1f2937;
            position: relative;
        }
        .step p {
            color: #4b5563;
            line-height: 1.6;
        }

        /* FAQ COM BACKGROUND PROFISSIONAL */
        .faq {
            padding: 80px 20px;
            background: 
                linear-gradient(180deg, #ffffff 0%, #f9fafb 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="white" width="1200" height="800"/><g opacity="0.2"><circle fill="none" stroke="%230080D0" stroke-width="2" cx="200" cy="200" r="80"/><circle fill="none" stroke="%230080D0" stroke-width="2" cx="1000" cy="600" r="100"/><circle fill="none" stroke="%230080D0" stroke-width="2" cx="600" cy="400" r="60"/></g></svg>');
            background-size: cover;
            position: relative;
        }
        .faq-container {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
        }
        .faq-item {
            background: white;
            margin-bottom: 20px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,128,208,0.1);
            position: relative;
            border: 1px solid rgba(0,128,208,0.1);
            transition: all 0.3s ease;
        }
        .faq-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, transparent 0%, rgba(0,128,208,0.015) 100%);
            pointer-events: none;
        }
        .faq-item:hover {
            box-shadow: 0 4px 15px rgba(0,128,208,0.15);
            border-color: rgba(0,128,208,0.2);
        }
        .faq-question {
            padding: 25px 30px;
            font-size: 1.2em;
            font-weight: 600;
            color: #0080D0;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
            position: relative;
        }
        .faq-question:hover {
            background: rgba(0, 128, 208, 0.05);
        }
        .faq-question::after {
            content: '+';
            font-size: 1.5em;
            font-weight: 700;
            transition: transform 0.3s ease;
        }
        .faq-question.active::after {
            transform: rotate(45deg);
        }
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            position: relative;
        }
        .faq-answer-content {
            padding: 0 30px 25px;
            font-size: 1.1em;
            line-height: 1.8;
            color: #4b5563;
        }
        .faq-item.active .faq-answer {
            max-height: 500px;
        }

        /* CTA SECTION COM BACKGROUND ELEGANTE */
        .cta-section {
            padding: 100px 20px;
            background: 
                linear-gradient(135deg, #0080D0 0%, #005A9C 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%230080D0" width="1200" height="800"/><defs><radialGradient id="ctaGrad2"><stop offset="0%" style="stop-color:%23ffffff;stop-opacity:0.15"/><stop offset="100%" style="stop-color:%23ffffff;stop-opacity:0"/></radialGradient></defs><circle fill="url(%23ctaGrad2)" cx="300" cy="300" r="250"/><circle fill="url(%23ctaGrad2)" cx="900" cy="500" r="300"/><g opacity="0.08"><circle fill="white" cx="600" cy="200" r="80"/><circle fill="white" cx="150" cy="600" r="100"/><circle fill="white" cx="1050" cy="700" r="60"/></g></svg>');
            background-size: cover;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .cta-section h2 {
            font-size: 2.8em;
            margin-bottom: 30px;
            position: relative;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        .form-container {
            max-width: 600px;
            margin: 40px auto 0;
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            position: relative;
            overflow: hidden;
        }
        .form-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, transparent 0%, rgba(0,128,208,0.02) 100%);
            pointer-events: none;
        }
        .form-group {
            margin-bottom: 25px;
            text-align: left;
            position: relative;
        }
        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #1f2937;
            font-weight: 600;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 15px;
            border: 2px solid #e5e7eb;
            border-radius: 8px;
            font-size: 1em;
            transition: all 0.3s ease;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #0080D0;
            box-shadow: 0 0 0 3px rgba(0, 128, 208, 0.1);
        }
        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }
        .submit-button {
            width: 100%;
            background: linear-gradient(135deg, #0080D0, #005A9C);
            color: white;
            padding: 18px;
            border: none;
            border-radius: 8px;
            font-size: 1.2em;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,128,208,0.3);
        }
        .submit-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(0, 128, 208, 0.4);
        }
        .trust-badges {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 40px;
            flex-wrap: wrap;
            position: relative;
        }
        .badge {
            text-align: center;
            color: white;
            opacity: 0.9;
        }
        .badge-icon {
            font-size: 2.5em;
            margin-bottom: 10px;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
        }

        /* FOOTER COM CONTATOS */
        footer {
            background: 
                linear-gradient(135deg, #1f2937 0%, #111827 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><rect fill="%231f2937" width="1200" height="400"/><g opacity="0.1"><rect fill="white" x="0" y="0" width="2" height="400"/><rect fill="white" x="100" y="0" width="2" height="400"/><rect fill="white" x="200" y="0" width="2" height="400"/><rect fill="white" x="300" y="0" width="2" height="400"/><rect fill="white" x="400" y="0" width="2" height="400"/><rect fill="white" x="500" y="0" width="2" height="400"/><rect fill="white" x="600" y="0" width="2" height="400"/><rect fill="white" x="700" y="0" width="2" height="400"/><rect fill="white" x="800" y="0" width="2" height="400"/><rect fill="white" x="900" y="0" width="2" height="400"/><rect fill="white" x="1000" y="0" width="2" height="400"/><rect fill="white" x="1100" y="0" width="2" height="400"/></g></svg>');
            background-size: cover;
            color: white;
            padding: 50px 20px 30px;
            position: relative;
        }
        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }
        .footer-section h3 {
            font-size: 1.5em;
            margin-bottom: 20px;
            color: #93C5FD;
        }
        .footer-section p,
        .footer-section a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
            transition: all 0.3s ease;
        }
        .footer-section a:hover {
            color: white;
            padding-left: 5px;
        }
        .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
        }
        .contact-item svg {
            width: 20px;
            height: 20px;
            fill: #93C5FD;
        }
        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
        }

        /* ANIMATIONS */
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* RESPONSIVE */
        @media (max-width: 1024px) {
            .process-steps {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            header {
                padding: 10px 15px;
            }
            .logo img {
                height: 60px;
				width: 200px;
				object-fit: contain;
            }
            .social-btn {
                width: 38px;
                height: 38px;
            }
            .social-btn svg {
                width: 20px;
                height: 20px;
            }
            .header-cta {
                padding: 10px 20px;
                font-size: 0.9em;
            }
            h1 {
                font-size: 2.2em;
            }
            .subtitle {
                font-size: 1.1em;
            }
            .section-title {
                font-size: 1.8em;
            }
            .hero-content {
                flex-direction: column-reverse;
            }
            .hero-text {
                text-align: center;
            }
            .hero-image {
                flex: 0 0 auto;
            }
            .about-content {
                flex-direction: column;
            }
            .process-steps {
                grid-template-columns: 1fr;
            }
            .footer-content {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .contact-item {
                justify-content: center;
            }
        }
    </style>