@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #e5e7eb}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.nav-brand h2{color:#2563eb;font-weight:700}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#374151;font-weight:500;transition:color .3s}.nav-links a:hover{color:#2563eb}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-large{padding:1rem 2rem;font-size:1.1rem}.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);text-align:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.highlight{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{margin-top:2rem}.services{padding:5rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.section-header p{font-size:1.1rem;color:#64748b;max-width:700px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;transition:all .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon i{color:#fff;font-size:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#64748b;margin-bottom:1.5rem}.feature-list{list-style:none}.feature-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#374151}.feature-list i{color:#10b981;font-size:.9rem}.contact{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.contact-info p{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.contact-features{display:flex;flex-direction:column;gap:1rem}.contact-feature{display:flex;align-items:center;gap:1rem}.contact-feature i{color:#2563eb;font-size:1.2rem;width:20px}.contact-feature span{font-weight:500;color:#374151}.contact-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:100px}.footer{background:#1f2937;color:#fff;text-align:center;padding:2rem 0}.loading{opacity:.7;pointer-events:none}.loading:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.nav{padding:1rem}.nav-links{gap:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.section-header h2,.contact-info h2{font-size:2rem}.contact-features{flex-direction:row;flex-wrap:wrap}}@media (max-width: 480px){.hero{padding:6rem 0 3rem}.hero-title{font-size:2rem}.feature-card,.contact-form{padding:1.5rem}}
