:root{--primary-color: #3498db;--primary-dark: #2980b9;--secondary-color: #f39c12;--text-color: #2c3e50;--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,#2c3e50,#3498db);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:#f39c12}.cta-button{background:#f39c12;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease}.cta-button:hover{background:#e67e22;transform:translateY(-2px);color:#fff!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:#2c3e50;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 #2c3e5014;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:#3498db}.hero-step h4{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#2c3e50}.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:#2c3e50}.highlight{color:#3498db;background:linear-gradient(135deg,#3498db,#2980b9);-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,#3498db,#2980b9);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 #3498db4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3498db66}.btn-secondary{background:transparent;color:#3498db;padding:1rem 2rem;border:2px solid #3498db;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#3498db;color:#fff;transform:translateY(-2px)}.hero-stats{display:flex;gap:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#3498db;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#666;font-weight:500}.hero-image{display:flex;justify-content:center;align-items:center}.hero-placeholder{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;padding:3rem;text-align:center;box-shadow:0 10px 30px #0000001a;border:2px dashed #e0e0e0;width:100%;max-width:400px}.placeholder-icon{font-size:4rem;margin-bottom:1rem}.hero-placeholder p{color:#666;font-weight:500;margin:0}@media(max-width:768px){.hero{padding:100px 0 60px;min-height:auto}.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-buttons{justify-content:center}.btn-primary,.btn-secondary{padding:.875rem 1.5rem;font-size:1rem}.hero-stats{justify-content:center;gap:2rem}.stat-number{font-size: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:#2c3e50;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(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.service-card{background:#fff;padding:1.75rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;border:1px solid #f0f0f0;text-align:center;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.service-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.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}.service-features li:before{content:"✓";position:absolute;left:0;color:#3498db;font-weight:700}.service-button{background:linear-gradient(135deg,#3498db,#2980b9);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 #3498db4d}@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}.service-features{text-align:center}}.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,#2c3e50,#1a252f);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:#3498db;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:#3498db;padding-left:.5rem}.footer-links a:hover:before{content:"→";position:absolute;left:-.75rem;color:#3498db;font-weight:700}.footer-bottom{border-top:1px solid #34495e;margin-top:2.5rem;padding-top:1.5rem;text-align:center}.footer-bottom p{margin:0;font-size:.9rem;color:#95a5a6}@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}}@media(max-width:480px){.footer-container{padding:0 1rem}.footer-brand{font-size:1.4rem}.footer-heading{font-size:1rem}.footer-links a{font-size:.9rem}}.footer,.footer-container{max-width:100vw;overflow-x:hidden;box-sizing:border-box}*{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 #3498db;outline-offset:2px}.legal-main{display:flex;flex-direction:column;align-items:center;padding-top:100px;min-height:100vh}
