:root{--primary: #1e40af;--primary-light: #3b82f6;--primary-dark: #1e3a8a;--accent-yellow: #fbbf24;--accent-green: #22c55e;--white: #ffffff;--gray-50: #edf1f8;--gray-100: #dfe5ef;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--bg-color: #ffffff;--surface-color: #edf1f8;--text-color: #1f2937;--text-muted: #6b7280;--section-padding: 5rem 0;--container-max: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;color:var(--text-color);background-color:var(--bg-color)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--gray-900)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}@media(min-width:768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}}p{margin-bottom:1rem;color:var(--text-color)}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s;text-decoration:none}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #1e40af4d}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.section{padding:var(--section-padding)}.section-title{text-align:center;margin-bottom:1rem;color:var(--gray-900)}.section-subtitle{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.125rem}.text-center{text-align:center}.app{min-height:100vh;display:flex;flex-direction:column}.app main{flex:1}.navbar{position:sticky;top:0;z-index:1000;background:var(--white);box-shadow:0 2px 10px #0000001a}.navbar-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--primary);text-decoration:none}.logo-icon{font-size:1.5rem;color:var(--accent-yellow)}.navbar-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.navbar-toggle span{width:24px;height:2px;background:var(--gray-800);transition:all .3s}.navbar-menu{position:absolute;top:100%;left:0;right:0;background:var(--white);padding:1rem;box-shadow:0 4px 12px #0000001a;display:none}.navbar-menu.active{display:block}.navbar-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.navbar-links a{display:block;padding:.75rem 1rem;color:var(--gray-700);font-weight:500;border-radius:6px;transition:all .2s}.navbar-links a:hover,.navbar-links a.active{background:var(--gray-100);color:var(--primary)}.navbar-cta{width:100%;margin-top:1rem}@media(min-width:900px){.navbar-toggle{display:none}.navbar-menu{position:static;display:flex;align-items:center;gap:2rem;background:none;padding:0;box-shadow:none}.navbar-links{flex-direction:row;gap:0}.navbar-links a{padding:.5rem .75rem}.navbar-cta{width:auto;margin-top:0}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;background:url(/images/solar-hero.jpg) center/cover no-repeat;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f172ad9,#1e40afb3,#0f172acc)}.hero-content{position:relative;text-align:center;color:var(--white);padding:5rem 1.5rem 4rem;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.hero-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:3rem 2.5rem;max-width:720px;box-shadow:0 8px 32px #0000004d}.hero h1{color:var(--white);margin-bottom:1.5rem;text-shadow:0 2px 8px rgba(0,0,0,.3);font-size:2.25rem;line-height:1.15}@media(min-width:768px){.hero h1{font-size:3.25rem}}.hero-subtitle{font-size:1.15rem;color:#ffffffe6;max-width:560px;margin:0 auto 2rem;line-height:1.7}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-cta .btn-primary{background:var(--accent-yellow);color:var(--gray-900);font-weight:700;padding:1rem 2.5rem;font-size:1.125rem;box-shadow:0 4px 14px #fbbf2459}.hero-cta .btn-primary:hover{background:#f59e0b;box-shadow:0 6px 24px #fbbf2480;transform:translateY(-2px)}.hero-trust{font-size:.875rem;color:#ffffffb3;margin:0}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1.5rem 2.5rem;flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.hero-stat-number{font-size:1.75rem;font-weight:700;color:var(--accent-yellow);line-height:1}.hero-stat-label{font-size:.8rem;color:#ffffffbf;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.hero-stat-divider{width:1px;height:40px;background:#fff3}@media(max-width:640px){.hero-stats{gap:1.25rem;padding:1.25rem 1.5rem}.hero-stat-number{font-size:1.35rem}.hero-stat-label{font-size:.7rem}.hero-stat-divider{height:32px}.hero-card{padding:2rem 1.5rem}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-animate{opacity:0;animation:heroFadeUp .8s ease-out forwards}.hero-animate-1{animation-delay:.2s}.hero-animate-2{animation-delay:.45s}.hero-animate-3{animation-delay:.7s}.hero-animate-4{animation-delay:.95s}.page-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white);padding:4rem 0;text-align:center}.page-hero h1{color:var(--white);margin-bottom:.5rem}.page-hero p{color:#ffffffe6;font-size:1.25rem;margin:0}.benefits-section{background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="g" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="%231e40af" opacity="0.06"/><circle cx="0" cy="0" r="1" fill="%231e40af" opacity="0.06"/><circle cx="60" cy="0" r="1" fill="%231e40af" opacity="0.06"/><circle cx="0" cy="60" r="1" fill="%231e40af" opacity="0.06"/><circle cx="60" cy="60" r="1" fill="%231e40af" opacity="0.06"/></pattern></defs><rect width="60" height="60" fill="url(%23g)"/></svg>'),var(--gray-50)}.benefits-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:640px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-card{background:var(--white);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 16px #1e40af14,0 1px 3px #0000000f;transition:transform .2s,box-shadow .2s;border:1px solid rgba(30,64,175,.06)}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1e40af1f,0 2px 6px #00000014}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-title{margin-bottom:.5rem;color:var(--gray-900)}.benefit-description{color:var(--text-muted);margin:0}.process-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.process-grid{grid-template-columns:repeat(3,1fr)}}.process-step{text-align:center;padding:1.5rem}.step-number{width:60px;height:60px;border-radius:50%;background:var(--primary);color:var(--white);font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.step-title{margin-bottom:.5rem}.step-description{color:var(--text-muted);margin:0}.why-us-section{background:var(--white)}.why-us-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.why-us-grid{grid-template-columns:repeat(2,1fr)}}.why-us-card{padding:2rem;background:var(--gray-50);border-radius:12px;border-left:4px solid var(--primary);box-shadow:0 2px 8px #1e40af0f}.why-us-card h3{margin-bottom:.75rem;color:var(--primary-dark)}.why-us-card p{color:var(--text-muted);margin:0}.service-areas-section{background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="g" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="%231e40af" opacity="0.06"/><circle cx="0" cy="0" r="1" fill="%231e40af" opacity="0.06"/><circle cx="60" cy="0" r="1" fill="%231e40af" opacity="0.06"/><circle cx="0" cy="60" r="1" fill="%231e40af" opacity="0.06"/><circle cx="60" cy="60" r="1" fill="%231e40af" opacity="0.06"/></pattern></defs><rect width="60" height="60" fill="url(%23g)"/></svg>'),var(--gray-50)}.service-areas-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.service-area-tag{background:var(--white);padding:.5rem 1rem;border-radius:20px;color:var(--gray-700);font-weight:500;box-shadow:0 2px 8px #1e40af14,0 1px 2px #0000000d;border:1px solid rgba(30,64,175,.06)}.cta-section{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);padding:4rem 0;text-align:center;color:var(--white)}.cta-section h2{color:var(--white);margin-bottom:1rem}.cta-section p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.cta-section .btn-primary{background:var(--accent-yellow);color:var(--gray-900)}.cta-section .btn-primary:hover{background:#f59e0b}.services-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 4px 16px #1e40af14,0 1px 3px #0000000f;border:1px solid rgba(30,64,175,.06)}.service-card h2{color:var(--primary);font-size:1.5rem;margin-bottom:1rem}.service-card ul{list-style:none;margin-top:1.5rem}.service-card li{padding:.5rem 0;color:var(--gray-600)}.trust-section{background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="g" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="%231e40af" opacity="0.06"/><circle cx="0" cy="0" r="1" fill="%231e40af" opacity="0.06"/><circle cx="60" cy="0" r="1" fill="%231e40af" opacity="0.06"/><circle cx="0" cy="60" r="1" fill="%231e40af" opacity="0.06"/><circle cx="60" cy="60" r="1" fill="%231e40af" opacity="0.06"/></pattern></defs><rect width="60" height="60" fill="url(%23g)"/></svg>'),var(--gray-50);text-align:center}.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.trust-badge{background:var(--white);padding:1rem 1.5rem;border-radius:8px;font-weight:600;color:var(--primary);box-shadow:0 2px 10px #1e40af14,0 1px 2px #0000000d;border:1px solid rgba(30,64,175,.06)}.detailed-process{max-width:800px;margin:0 auto}.detailed-step{display:flex;gap:2rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-200)}.detailed-step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detailed-step-number{flex-shrink:0;width:60px;height:60px;border-radius:50%;background:var(--primary);color:var(--white);font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center}.detailed-step-content h2{font-size:1.5rem;margin-bottom:.75rem}.detailed-step-content p{color:var(--text-muted);margin-bottom:1rem}.detailed-step-content ul{list-style:none}.detailed-step-content li{padding:.25rem 0;color:var(--gray-600)}.detailed-step-content li:before{content:"•";color:var(--accent-green);font-weight:700;margin-right:.5rem}.faq-preview{background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="g" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="%231e40af" opacity="0.06"/><circle cx="0" cy="0" r="1" fill="%231e40af" opacity="0.06"/><circle cx="60" cy="0" r="1" fill="%231e40af" opacity="0.06"/><circle cx="0" cy="60" r="1" fill="%231e40af" opacity="0.06"/><circle cx="60" cy="60" r="1" fill="%231e40af" opacity="0.06"/></pattern></defs><rect width="60" height="60" fill="url(%23g)"/></svg>'),var(--gray-50)}.faq-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.faq-grid{grid-template-columns:repeat(3,1fr)}}.faq-item{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #1e40af0f,0 1px 2px #0000000a;border:1px solid rgba(30,64,175,.06)}.faq-item h3{font-size:1.125rem;margin-bottom:.75rem;color:var(--primary-dark)}.faq-item p{color:var(--text-muted);margin:0;font-size:.9375rem}.about-content{max-width:800px;margin:0 auto}.about-text h2{margin-bottom:1.5rem}.about-text p{font-size:1.125rem;color:var(--gray-600);margin-bottom:1.5rem}.values-section{background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="g" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="%231e40af" opacity="0.06"/><circle cx="0" cy="0" r="1" fill="%231e40af" opacity="0.06"/><circle cx="60" cy="0" r="1" fill="%231e40af" opacity="0.06"/><circle cx="0" cy="60" r="1" fill="%231e40af" opacity="0.06"/><circle cx="60" cy="60" r="1" fill="%231e40af" opacity="0.06"/></pattern></defs><rect width="60" height="60" fill="url(%23g)"/></svg>'),var(--gray-50)}.values-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.values-grid{grid-template-columns:repeat(2,1fr)}}.value-card{background:var(--white);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 10px #1e40af0f,0 1px 2px #0000000a;border:1px solid rgba(30,64,175,.06)}.value-card h3{color:var(--primary);margin-bottom:.75rem}.value-card p{color:var(--text-muted);margin:0}.why-ma-section{background:var(--white)}.ma-benefits{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.ma-benefits{grid-template-columns:repeat(2,1fr)}}.ma-benefit{padding:1.5rem;background:var(--gray-50);border-radius:12px}.ma-benefit h3{color:var(--accent-green);margin-bottom:.5rem}.ma-benefit p{color:var(--text-muted);margin:0}.faq-accordion{max-width:800px;margin:0 auto}.faq-accordion-item{background:var(--white);border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 10px #1e40af0f,0 1px 2px #0000000a;border:1px solid rgba(30,64,175,.06);overflow:hidden}.faq-question{width:100%;padding:1.5rem;background:none;border:none;text-align:left;font-size:1.125rem;font-weight:600;color:var(--gray-800);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-question:hover{color:var(--primary)}.faq-toggle{font-size:1.5rem;color:var(--primary)}.faq-answer{padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--text-muted);margin:0}.faq-accordion-item.open .faq-question{color:var(--primary)}.contact-grid{display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:768px){.contact-grid{grid-template-columns:1.5fr 1fr}}.contact-form-wrapper h2{margin-bottom:.5rem}.contact-form-wrapper>p{color:var(--text-muted);margin-bottom:2rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info-card{background:var(--gray-50);padding:2rem;border-radius:12px}.contact-info-card h3{margin-bottom:1.5rem;color:var(--primary)}.contact-item{margin-bottom:1rem}.contact-item strong{display:block;color:var(--gray-600);font-size:.875rem;margin-bottom:.25rem}.contact-item a,.contact-item p{color:var(--gray-800);margin:0}.contact-info-card ul{list-style:none}.contact-info-card li{padding:.5rem 0;color:var(--gray-600)}.contact-info-card li:before{content:"✓";color:var(--accent-green);margin-right:.5rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:480px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--gray-700);font-size:.9375rem}.form-group input{padding:.875rem 1rem;border:2px solid var(--gray-200);border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1e40af1a}.form-group input::placeholder{color:var(--gray-400)}.btn-submit{width:100%;padding:1rem;font-size:1.125rem}.form-error{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:8px;font-size:.9375rem}.form-success{text-align:center;padding:2rem}.success-icon{width:60px;height:60px;border-radius:50%;background:var(--accent-green);color:var(--white);font-size:2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.form-success h3{margin-bottom:.5rem}.form-success p{color:var(--text-muted);margin:0}.spinner{width:20px;height:20px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:2000}.modal-content{background:var(--white);border-radius:16px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;border:none;background:var(--gray-100);color:var(--gray-600);font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close:hover{background:var(--gray-200)}.modal-title{margin-bottom:1.5rem;padding-right:2rem}.footer{background:var(--gray-900);color:var(--gray-300);padding:4rem 0 2rem}.footer-grid{display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:1rem}.footer-brand p{color:var(--gray-400);font-size:.9375rem}.footer-links h4,.footer-contact h4{color:var(--white);margin-bottom:1rem;font-size:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--gray-400);transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-contact p,.footer-contact a{color:var(--gray-400);display:block;margin-bottom:.5rem}.footer-contact a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:2rem;text-align:center}.footer-bottom p{color:var(--gray-500);font-size:.875rem;margin:0}
