:root{--primary: #1e40af;--primary-light: #3b82f6;--primary-dark: #1e3a8a;--accent-yellow: #fbbf24;--accent-green: #22c55e;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--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: #f9fafb;--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:80vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 50%,var(--primary-light) 100%);overflow:hidden}.hero-overlay{position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="white" stroke-width="0.5" opacity="0.1"/></svg>') repeat;background-size:100px;opacity:.3}.hero-content{position:relative;text-align:center;color:var(--white);padding:4rem 1.5rem}.hero h1{color:var(--white);margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:600px;margin:0 auto 2rem}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-cta .btn-primary{background:var(--accent-yellow);color:var(--gray-900)}.hero-cta .btn-primary:hover{background:#f59e0b;box-shadow:0 4px 20px #fbbf2466}.hero-trust{font-size:.875rem;color:#fffc;margin:0}.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: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 12px #0000000d;transition:transform .2s,box-shadow .2s}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.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)}.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: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 4px #0000000d}.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 12px #0000000d}.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: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 8px #0000000d}.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: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}.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: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}.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 8px #0000000d;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}
