.app{width:100%;overflow-x:hidden}.header{position:sticky;top:0;background-color:#fff;box-shadow:0 2px 4px #0000000d;z-index:100;height:80px;transition:background-color .3s ease}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;margin-top:1rem!important}.logo-image{height:50px;width:auto}.logo h1{margin:0;font-size:1.8rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav ul{display:flex;list-style:none;gap:2rem;align-items:center}.nav a{color:var(--text-color);text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease}.nav a:hover{color:var(--primary-color)}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:6px;padding:0}.menu-toggle span{width:25px;height:3px;background-color:var(--text-color);border-radius:2px;transition:all .3s ease}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(10px,10px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media (max-width: 768px){.header-content{flex-direction:row;gap:1rem}.menu-toggle{display:flex}.nav{display:none;position:absolute;top:80px;left:0;right:0;background-color:#fff;box-shadow:0 4px 6px #0000001a;padding:2rem;z-index:99}.nav.open{display:block}.nav ul{flex-direction:column;gap:1.5rem;text-align:left;width:100%}.nav li,.nav .btn{width:100%}.logo h1{font-size:1.5rem}}.hero{position:relative;padding:8rem 2rem;min-height:700px;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--secondary-color);z-index:0}.hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.1}.hero-content{position:relative;z-index:1;max-width:800px}.hero-text h1{font-size:3.5rem;margin-bottom:1.5rem;color:#fff;font-weight:700;line-height:1.2}.hero-text p{font-size:1.2rem;color:#e0e7ff;margin-bottom:2.5rem;line-height:1.8;font-weight:300}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero .btn-primary{background-color:#fff;color:var(--secondary-color);box-shadow:0 8px 20px #0003}.hero .btn-primary:hover{background:linear-gradient(135deg,#fff,#f0f7ff);color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 12px 30px #0000004d}.hero .btn-secondary{border:2px solid #ffffff;color:#fff;background-color:transparent}.hero .btn-secondary:hover{background-color:#fff;color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 12px 30px #0000004d}@media (max-width: 768px){.hero{padding:4rem 2rem;min-height:500px}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%}}.services{padding:6rem 2rem;background-color:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;color:var(--dark-color)}.section-header p{font-size:1.1rem;color:#666;max-width:500px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media (max-width: 768px){.services{padding:4rem 2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.section-header{margin-bottom:3rem}}.service-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column}.service-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:var(--dark-color);margin-bottom:1rem}.service-card p{color:#666;margin-bottom:1.5rem;flex-grow:1}.service-features{list-style:none;margin-bottom:1.5rem}.service-features li{color:#666;margin-bottom:.5rem;font-size:.95rem}.service-features li:before{color:var(--primary-color);font-weight:700}.service-card .btn{width:100%;margin-top:auto}@media (max-width: 768px){.service-card{padding:1.5rem}.service-icon{font-size:2.5rem}}.features{padding:6rem 2rem;background-color:var(--light-color)}.features .section-header{margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-item{background:#fff;padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.feature-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-item h3{color:var(--dark-color);margin-bottom:.5rem}.feature-item p{color:#666;font-size:.95rem}@media (max-width: 768px){.features{padding:4rem 2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}}.cta{background:var(--primary-color);padding:6rem 2rem;text-align:center;color:#fff}.cta-content{max-width:700px;margin:0 auto}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta .btn-primary{background-color:#fff;color:var(--primary-color)}.cta .btn-primary:hover{background-color:#f0f0f0}.cta .btn-secondary{border-color:#fff;color:#fff}.cta .btn-secondary:hover{background-color:#fff;color:var(--primary-color)}@media (max-width: 768px){.cta{padding:4rem 2rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column}.btn{width:100%}}.footer{background-color:var(--dark-color);color:#ccc;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:#999;font-size:.95rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#999;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#666;font-size:.9rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer{padding:3rem 2rem 2rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #f8980e;--secondary-color: #15685c;--accent-color: #ff6b35;--dark-color: #1a1a1a;--light-color: #f5f5f5;--text-color: #333333;--border-color: #e0e0e0;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-color);background-color:#fff;line-height:1.6}html{scroll-behavior:smooth}h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}p{font-size:1rem;line-height:1.8;margin-bottom:1rem}.btn{display:inline-block;padding:12px 32px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#15685c;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}.container{padding:0 1.5rem}}
