:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #10b981;--text-color: #1f2937;--text-light: #666;--bg-light: #f8f9fa;--border-color: #e0e0e0;--shadow: 0 2px 10px rgba(0, 0, 0, .1);--shadow-hover: 0 5px 20px rgba(0, 0, 0, .15)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-color);background-image:url(/images/background.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}p,ul,ol{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}button{font-family:inherit;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;font-size:1rem}button:focus,a:focus,input:focus,textarea:focus,select:focus{outline:2px solid var(--primary-color);outline-offset:2px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 10px #0000001a}.container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo h1{margin:0;font-size:1.8rem;font-weight:700;color:#fff}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-list a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-list a:hover{color:#fbbf24}.cta-button{background:#fbbf24;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease;color:#1e3a8a!important}.cta-button:hover{background:#f59e0b;transform:translateY(-2px);color:#1e3a8a!important}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}@media(max-width:768px){.container{flex-direction:row;align-items:center;padding:0 1rem}.logo h1{font-size:1.2rem}.nav{position:absolute;top:100%;left:0;width:100%;background:#1e3a8a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1001}.nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-list{flex-direction:column;padding:2rem;gap:1rem;align-items:flex-start}.menu-toggle{display:flex;z-index:1100}.menu-toggle.open span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}}.hero-steps{display:flex;gap:1.5rem;justify-content:center;align-items:stretch;width:100%;flex-wrap:wrap}.hero-step{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:18px;box-shadow:0 4px 18px #1e3a8a14;padding:2rem 1.5rem 1.5rem;flex:1 1 220px;min-width:220px;max-width:320px;margin:.5rem 0;text-align:center;border:1.5px solid #e0e0e0;display:flex;flex-direction:column;align-items:center}.hero-step-icon{font-size:2.5rem;margin-bottom:1rem;color:#3b82f6}.hero-step h4{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#1e3a8a}.hero-step p{font-size:.75rem;color:#555;margin:0}@media(max-width:900px){.hero-steps{flex-direction:column;align-items:center;gap:1.2rem}.hero-step{max-width:100%;width:100%}}.hero{padding:120px 0 80px;background:transparent;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:500px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#1e3a8a}.highlight{color:#3b82f6;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;line-height:1.6;color:#666;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-secondary{background:transparent;color:#3b82f6;padding:1rem 2rem;border:2px solid #3b82f6;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.hero-stats{display:flex;gap:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.hero-stat{text-align:center}.hero-stat-number{font-size:2.5rem;font-weight:700;color:#3b82f6;display:block;margin-bottom:.5rem}.hero-stat-label{color:#666;font-size:.9rem}.hero-image{display:flex;justify-content:center;align-items:center}@media(max-width:968px){.hero{padding:100px 0 60px}.hero-container{grid-template-columns:1fr;gap:3rem}.hero-content{max-width:100%;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-buttons,.hero-stats{justify-content:center}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.btn-primary,.btn-secondary{width:100%;text-align:center}.hero-stats{flex-direction:column;gap:1.5rem}}.services{padding:80px 0;background:transparent}.services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-header{text-align:center;margin-bottom:4rem}.services-header h2{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem}.services-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.service-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:1px solid #f0f0f0;text-align:center;min-height:380px;display:flex;flex-direction:column;justify-content:space-between}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #3b82f626;border-color:#3b82f6}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.service-title{font-size:1.6rem;font-weight:600;color:#1e3a8a;margin-bottom:1rem}.service-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.service-features{list-style:none;padding:0;margin-bottom:2rem;text-align:left}.service-features li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.9rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:700}.service-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.875rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.service-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #3b82f64d}.service-card.coming-soon{opacity:.85;position:relative}.service-card.coming-soon:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff4d;border-radius:15px;pointer-events:none}.service-button.coming-soon-btn{background:linear-gradient(135deg,#94a3b8,#64748b);cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:.5rem}.service-button.coming-soon-btn:hover{transform:none;box-shadow:none}.coming-soon-icon{font-size:1.1rem}@media(max-width:1024px)and (min-width:769px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services{padding:60px 0}.services-header h2{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem;min-height:auto}.service-features{text-align:center}.service-features li{font-size:.85rem}}.footer-container,.footer{max-width:100vw;overflow-x:hidden;box-sizing:border-box}.footer-logo,.footer-section{min-width:0;width:100%}.footer-brand,.footer-links a{word-break:break-word;overflow-wrap:anywhere;min-width:0;max-width:100%;display:block}.footer{background:linear-gradient(135deg,#1e3a8a,#1e293b);color:#e8f4f8;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;align-items:start}.footer-logo{display:flex;flex-direction:column;align-items:flex-start}.footer-address{margin-top:.3em;font-size:.95em;color:#bdc3c7}.footer-brand{font-size:1.8rem;font-weight:700;color:#3b82f6;letter-spacing:-.5px}.footer-section{display:flex;flex-direction:column}.footer-heading{font-size:1.1rem;font-weight:600;color:#bdc3c7;margin-bottom:1rem;letter-spacing:.5px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#e8f4f8;text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative}.footer-links a:hover{color:#3b82f6;padding-left:.5rem}.footer-links a:hover:before{content:"→";position:absolute;left:-.75rem;color:#3b82f6;font-weight:700}.footer-bottom{border-top:1px solid #334155;margin-top:2.5rem;padding-top:1.5rem;text-align:center}.footer-bottom p{margin:0;font-size:.9rem;color:#94a3b8}@media(max-width:768px){.footer{padding:2.5rem 0 1rem;margin-top:3rem}.footer-container{grid-template-columns:1fr;gap:2rem;text-align:center;padding:0 1.5rem}.footer-logo{justify-content:center;margin-bottom:1rem}.footer-brand{font-size:1.6rem}.footer-section{align-items:center}.footer-links a:hover{padding-left:0}.footer-links a:hover:before{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.App{min-height:100vh;background:#fffc}button{font-family:inherit;cursor:pointer;transition:all .3s ease}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}button:focus,a:focus{outline:2px solid #2563eb;outline-offset:2px}.legal-main{display:flex;flex-direction:column;align-items:center;padding-top:100px;min-height:100vh}.legal-main .form-container{width:100%;max-width:920px;background:#fff;border-radius:16px;border:1px solid rgba(226,232,240,.8);padding:2.5rem 3rem;margin:2rem;box-shadow:0 20px 40px #00000014}.legal-main .form-title{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#1e293b}.legal-content{color:#334155;line-height:1.7;font-size:1rem}.legal-content h4{margin-top:1.5rem;margin-bottom:.5rem;color:#1e293b}.legal-content a{color:#2563eb;text-decoration:underline}.legal-content ul{margin:.75rem 0;padding-left:1.25rem}@media(max-width:760px){.legal-main .form-container{padding:1.5rem;margin:1rem}.legal-content ul[style]{grid-template-columns:1fr!important}}
