@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn-primary{background:linear-gradient(135deg,#1e40af,#06b6d4);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #1e40af4d}.btn-secondary{border:2px solid #1e40af;color:#1e40af;background:transparent;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{background:#1e40af;color:#fff}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:64px}.header-cta{display:flex;align-items:center}.navigation{display:flex;gap:1.5rem;align-items:center;justify-content:center}@media (max-width: 767px){.navigation{flex-direction:column;gap:.5rem;align-items:stretch}}@media (min-width: 768px){.navigation{gap:2rem}}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s ease;padding:12px 16px;border-radius:8px;display:inline-block;min-width:44px;min-height:44px;text-align:center}@media (max-width: 767px){.nav-link{padding:16px 20px;font-size:16px}}.nav-link:hover,.nav-link.active{color:#1e40af}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#1f2937}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#1e40af,#06b6d4);border-radius:6px;position:relative}.logo-dot{position:absolute;top:-4px;right:-4px;width:12px;height:12px;background:#06b6d4;border-radius:50%;animation:pulse 2s infinite}.logo-ai{background:linear-gradient(135deg,#1e40af,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:none;gap:2rem}@media (min-width: 768px){.nav{display:flex}}.nav a{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s ease}.nav a:hover{color:#1e40af}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#1e40af0d,#06b6d40d);padding-top:80px}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#1e40af08,#06b6d408)}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:10}.hero-content{max-width:800px;margin:0 auto;z-index:10;position:relative}.hero-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}@media (min-width: 768px){.hero-title{font-size:4.5rem}}.hero-highlight{background:linear-gradient(135deg,#1e40af,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.8}@media (min-width: 768px){.hero-description{font-size:1.5rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:4rem}.btn-large{padding:16px 32px;font-size:1.125rem}.hero-trust{margin-top:4rem;text-align:center}.trust-text{color:#9ca3af;margin-bottom:1rem}.trust-indicators{display:flex;justify-content:center;align-items:center;gap:2rem;opacity:.6}.trust-item,.trust-separator{font-size:1.5rem;font-weight:700;color:#9ca3af}.floating-element{position:absolute;border-radius:50%;animation:float 6s ease-in-out infinite}.element-1{top:20%;left:10%;width:80px;height:80px;background:#06b6d433}.element-2{top:40%;right:20%;width:64px;height:64px;background:#1e40af4d;animation-delay:2s}.element-3{bottom:32%;left:25%;width:48px;height:48px;background:#06b6d440;animation-delay:4s}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}@media (min-width: 768px){.hero h1{font-size:4rem}}.hero-gradient{background:linear-gradient(135deg,#1e40af,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 640px){.hero-buttons{flex-direction:row;justify-content:center}}.floating-element{position:absolute;border-radius:50%;opacity:.3;animation:float 6s ease-in-out infinite}.floating-1{top:20%;left:10%;width:80px;height:80px;background:#06b6d4}.floating-2{top:40%;right:20%;width:60px;height:60px;background:#1e40af;animation-delay:2s}.floating-3{bottom:30%;left:25%;width:40px;height:40px;background:#06b6d4;animation-delay:4s}.section{padding:5rem 0}.section-bg{background:#f9fafb}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#6b7280;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;gap:2rem;margin-top:3rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px #0000001a}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.service-features{list-style:none}.service-features li{display:flex;align-items:center;margin-bottom:.5rem;color:#4b5563}.service-features li:before{content:"•";color:#06b6d4;margin-right:.75rem;font-weight:700}.contact-grid{display:grid;gap:4rem;margin-top:3rem}@media (min-width: 1024px){.contact-grid{grid-template-columns:1fr 1fr}}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:#374151}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.form-textarea{min-height:120px;resize:vertical}.footer{background:#1f2937;color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand{margin-bottom:1rem}.footer-description{color:#9ca3af;margin-bottom:1.5rem;line-height:1.6}.footer-social{display:flex;gap:1rem;margin-top:1rem}.social-link{width:2.5rem;height:2.5rem;background:#374151;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.social-link:hover{background:#1e40af;transform:translateY(-2px)}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-column{margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#06b6d4}.footer-copyright{color:#9ca3af;font-size:.875rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-legal a:hover{color:#06b6d4}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;color:#9ca3af}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
