*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary-color:#0ea5e9;--text-dark:#1e293b;--text-light:#64748b;--text-lighter:#94a3b8;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:#e2e8f0;--success-color:#10b981;--gradient-1:linear-gradient(135deg,#667eea,#764ba2);--gradient-2:linear-gradient(135deg,#6366f1,#0ea5e9)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 3px rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo h2{font-size:1.5rem;font-weight:800;background:var(--gradient-2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:var(--primary-color)}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-dark);margin:3px 0;transition:.3s;border-radius:3px}.hero{padding:150px 0 100px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;position:relative;overflow:hidden}.hero: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:.3}.hero-content{position:relative;z-index:1;max-width:800px;text-align:center;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-title .highlight{background:linear-gradient(90deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;color:rgba(255,255,255,.9);line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s;border:2px solid transparent;cursor:pointer}.btn-primary{background:white;color:var(--primary-color)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.btn-secondary{background:transparent;color:white;border-color:white}.btn-secondary:hover{background:white;color:var(--primary-color)}section{padding:80px 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--text-light)}.about{background:var(--bg-light)}.about-text h3{font-size:2rem;margin-bottom:1.5rem;color:var(--text-dark)}.about-text p{font-size:1.125rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.about-highlights{margin-top:3rem;display:flex;flex-direction:column;gap:1.5rem}.highlight-item{display:flex;gap:1rem;align-items:flex-start}.highlight-icon{width:40px;height:40px;background:var(--primary-color);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.highlight-item h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.highlight-item p{color:var(--text-light);margin:0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.service-card{background:white;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s;border:1px solid var(--border-color)}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:var(--primary-light)}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.service-card p{color:var(--text-light);line-height:1.7}.why-choose{background:var(--bg-light)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2.5rem;gap:2.5rem}.why-item{text-align:center;padding:2rem}.why-item h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.why-item p{color:var(--text-light);line-height:1.7}.contact{background:white}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;margin-top:3rem}.contact-info h3{font-size:2rem;margin-bottom:1rem;color:var(--text-dark)}.contact-info p{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:2rem}.contact-method h4{font-size:1.125rem;margin-bottom:.25rem;color:var(--text-dark)}.contact-method p{color:var(--text-light);margin:0}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group input,.form-group textarea{padding:1rem;border:2px solid var(--border-color);border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:150px}.footer{background:var(--text-dark);color:white;padding:3rem 0 1.5rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand h3{font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{color:var(--text-lighter)}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-lighter);text-decoration:none;transition:color .3s}.footer-links a:hover{color:white}.footer-bottom{text-align:center;color:var(--text-lighter)}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav-links{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.section-header h2{font-size:2rem}.contact-content,.services-grid{grid-template-columns:1fr}.contact-content{gap:2rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}.why-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%;text-align:center}}