.app{min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(63,142,178,.1)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo h1{color:#3f8eb2;font-size:1.8rem;font-weight:700;margin:0}.nav{display:flex;align-items:center;gap:2rem}.nav-link{background:none;border:none;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s ease}.nav-link:hover{color:#3f8eb2}.cta-button{background:#3f8eb2;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.cta-button:hover{background:#2d6a87;transform:translateY(-2px)}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{padding:8rem 0 6rem;background:linear-gradient(135deg,#f8fafb,#e8f4f8);margin-top:80px}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;color:#1a1a1a;margin-bottom:1.5rem}.highlight{color:#3f8eb2}.hero-description{font-size:1.25rem;line-height:1.6;color:#666;margin-bottom:2.5rem}.trial-info{background:#3f8eb21a;border:2px solid rgba(63,142,178,.2);border-radius:12px;padding:1.5rem;margin-bottom:2.5rem}.trial-text{color:#2d6a87;font-size:1.1rem;margin:0;text-align:center}.trial-text strong{color:#3f8eb2}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.primary-button{background:#3f8eb2;color:#fff;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:none;cursor:pointer}.primary-button:hover{background:#2d6a87;transform:translateY(-3px);box-shadow:0 10px 25px #3f8eb24d}.secondary-button{background:transparent;color:#3f8eb2;padding:1rem 2rem;border:2px solid #3f8eb2;border-radius:12px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.secondary-button:hover{background:#3f8eb2;color:#fff}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;overflow:hidden;width:100%;max-width:400px}.hero-card-header{background:#f8f9fa;padding:1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #e9ecef}.hero-card-dots{display:flex;gap:.5rem}.hero-card-dots span{width:12px;height:12px;border-radius:50%;background:#3f8eb2;opacity:.7}.hero-card-title{font-weight:500;color:#666}.hero-card-content{padding:1.5rem}.mock-search{background:#f8f9fa;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.search-icon{font-size:1.2rem}.mock-results{display:flex;flex-direction:column;gap:.75rem}.mock-result{padding:.75rem;border-left:3px solid #3f8eb2;background:#3f8eb20d;border-radius:4px}.result-type{font-size:.8rem;color:#3f8eb2;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.result-title{font-weight:500;color:#333;margin-top:.25rem}.features{padding:6rem 0;background:#fff}.features-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.section-description{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 30px #00000014;transition:all .3s ease;border:1px solid rgba(63,142,178,.1)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #3f8eb226}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-title{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.feature-description{color:#666;line-height:1.6}.features-cta{text-align:center}.contact{padding:6rem 0;background:linear-gradient(135deg,#f8fafb,#e8f4f8)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-details{margin-top:2rem}.contact-detail{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{font-size:1.5rem}.contact-detail h4{font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.contact-detail a{color:#3f8eb2;text-decoration:none;font-weight:500}.contact-detail a:hover{text-decoration:underline}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 40px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3f8eb2}.submit-button{background:#3f8eb2;color:#fff;padding:1rem 2rem;border:none;border-radius:12px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.submit-button:hover:not(:disabled){background:#2d6a87;transform:translateY(-2px)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.status-message{padding:1rem;border-radius:8px;font-weight:500;margin-top:1rem}.status-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#3f8eb2}.footer-section p{color:#ccc;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a,.footer-section ul li button{color:#ccc;text-decoration:none;background:none;border:none;cursor:pointer;font-size:1rem;transition:color .3s ease}.footer-section ul li a:hover,.footer-section ul li button:hover{color:#3f8eb2}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center;color:#888}.developer-credit{margin-top:.5rem;font-size:.9rem}.developer-link{color:#3f8eb2;text-decoration:underline;transition:color .3s ease}.developer-link:hover{color:#5ba3c7}@media (max-width: 768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.features-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero{padding:6rem 0 4rem}.hero-title,.section-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.primary-button,.secondary-button{width:100%;text-align:center}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;line-height:1.6}#root{width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}p{margin-bottom:1rem}a{color:inherit;text-decoration:none}button{font-family:inherit}html{scroll-behavior:smooth}
