.navigation{z-index:1000;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navigation.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 2px 12px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 20px;display:flex}.nav-logo{cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex}.nav-logo-icon{width:auto;height:40px;transition:all .3s}.nav-logo-text{color:#fff;text-shadow:0 2px 4px #0000004d;font-size:1.5rem;font-weight:700;transition:color .3s}.navigation.scrolled .nav-logo-text{color:#fc0;text-shadow:none}.nav-logo:hover .nav-logo-text{color:#ffdd54}.navigation.scrolled .nav-logo:hover .nav-logo-text{color:#fa0}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:8px;display:none}.mobile-menu-toggle span{background:#fff;width:24px;height:2px;transition:all .3s}.navigation.scrolled .mobile-menu-toggle span{background:#1f2937}.nav-links{align-items:center;gap:32px;display:flex}.nav-link{color:#fff;cursor:pointer;text-shadow:0 2px 4px #0000004d;background:0 0;border:none;padding:8px 0;font-size:1rem;font-weight:500;transition:color .3s;position:relative}.navigation.scrolled .nav-link{color:#1f2937;text-shadow:none}.nav-link:after{content:"";background:#ffdd54;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.navigation.scrolled .nav-link:after{background:#fc0}.nav-link:hover{color:#ffdd54}.navigation.scrolled .nav-link:hover{color:#fc0}.nav-link:hover:after{width:100%}.nav-cta{color:#1f2937;text-shadow:none;background:linear-gradient(#ffdd54 -.36%,#fc0 99.64%);border-radius:8px;padding:10px 24px;font-weight:600}.nav-cta:after{display:none}.nav-cta:hover{color:#1f2937;transform:translateY(-2px);box-shadow:0 4px 12px #ffcc0080}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav-links{background:#fff;flex-direction:column;gap:0;max-height:0;padding:0;transition:max-height .3s;position:fixed;top:64px;left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.nav-links.mobile-open{max-height:400px;padding:20px}.nav-link{text-align:center;border-bottom:1px solid #f3f4f6;width:100%;padding:16px 0}.nav-link:last-child{border-bottom:none;margin-top:8px}.nav-cta{width:100%;padding:16px 24px}}
.app-badges{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.badge-link{text-decoration:none;transition:transform .2s;display:inline-block}.badge-link:hover{transform:translateY(-2px)}.app-badge{border-radius:8px;align-items:center;gap:12px;min-width:160px;padding:10px 20px;transition:all .3s;display:flex}.app-badges.primary .app-badge{color:#fff;background:#000;border:1px solid #000}.app-badges.primary .app-badge:hover{background:#1a1a1a}.app-badges.secondary .app-badge{color:#000;background:#fff;border:1px solid #fff}.app-badges.secondary .app-badge:hover{background:#fffffff2}.badge-icon{flex-shrink:0;width:28px;height:28px}.badge-text{text-align:left;flex-direction:column;display:flex}.badge-subtitle{text-transform:uppercase;opacity:.8;font-size:.65rem;font-weight:400;line-height:1}.badge-title{margin-top:2px;font-size:1.1rem;font-weight:600;line-height:1.2}@media (max-width:768px){.app-badges{justify-content:center}.app-badge{min-width:140px;padding:8px 16px}.badge-icon{width:24px;height:24px}.badge-subtitle{font-size:.6rem}.badge-title{font-size:1rem}}
.waitlist-modal-overlay{z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.waitlist-modal{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:40px;animation:.3s ease-out slideUp;position:relative;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.waitlist-modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.waitlist-modal-close:hover{color:#1f2937;background:#f3f4f6}.waitlist-modal-header{text-align:center;margin-bottom:32px}.waitlist-modal-logo{justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex}.waitlist-logo-image{object-fit:contain;width:100%;height:100%}.waitlist-modal-title{color:#1f2937;margin:0 0 12px;font-size:2rem;font-weight:700}.waitlist-modal-subtitle{color:#6b7280;margin:0;font-size:1rem;line-height:1.6}.waitlist-modal-form{flex-direction:column;gap:24px;display:flex}.waitlist-form-group{flex-direction:column;gap:8px;display:flex}.waitlist-form-label{color:#374151;font-size:.875rem;font-weight:600}.waitlist-form-input{color:#1f2937;border:2px solid #e5e7eb;border-radius:8px;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.waitlist-form-input:focus{border-color:#fc0;outline:none;box-shadow:0 0 0 3px #ffcc001a}.waitlist-form-input:disabled{cursor:not-allowed;background:#f9fafb}.waitlist-form-input::placeholder{color:#9ca3af}.waitlist-form-error{color:#ef4444;margin:0;font-size:.875rem}.waitlist-consent-text{color:#6b7280;text-align:center;margin:0;font-size:.813rem;line-height:1.5}.waitlist-consent-text a{color:#fc0;font-weight:600;text-decoration:none;transition:color .2s}.waitlist-consent-text a:hover{color:#ffdd54;text-decoration:underline}.waitlist-submit-button{color:#1f2937;cursor:pointer;background:linear-gradient(#ffdd54 -.36%,#fc0 99.64%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.waitlist-submit-button:hover:not(:disabled){background:linear-gradient(#ffe678 -.36%,#ffd732 99.64%);transform:translateY(-2px);box-shadow:0 10px 30px #fc06}.waitlist-submit-button:active:not(:disabled){transform:translateY(0)}.waitlist-submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.waitlist-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.waitlist-success{text-align:center;padding:20px 0}.waitlist-success-icon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;animation:.5s ease-out scaleIn;display:flex}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.waitlist-success-title{color:#1f2937;margin:0 0 12px;font-size:1.75rem;font-weight:700}.waitlist-success-message{color:#6b7280;margin:0 0 32px;font-size:1rem;line-height:1.6}.waitlist-close-button{color:#fff;cursor:pointer;background:#1f2937;border:none;border-radius:8px;padding:12px 32px;font-size:1rem;font-weight:600;transition:all .2s}.waitlist-close-button:hover{background:#374151;transform:translateY(-2px)}@media (max-width:768px){.waitlist-modal{padding:32px 24px}.waitlist-modal-title{font-size:1.5rem}.waitlist-modal-subtitle{font-size:.9rem}.waitlist-modal-logo,.waitlist-success-icon{width:64px;height:64px}.waitlist-success-title{font-size:1.5rem}}
.hero{color:#fff;background:0 0;align-items:center;min-height:calc(100vh - 72px);padding:80px 20px 40px;display:flex}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:grid}.hero-content{animation:.8s ease-out fadeInUp}.hero-title{margin-bottom:24px;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subtitle{opacity:.95;margin-bottom:32px;font-size:1.25rem;line-height:1.6}.hero-cta{flex-direction:column;gap:20px;display:flex}.hero-cta-label{opacity:.95;margin:0;font-size:1.1rem;font-weight:500}.hero-waitlist-button{color:#000;cursor:pointer;background:#fff;border:2px solid #fff;border-radius:8px;align-items:center;gap:12px;padding:16px 32px;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.hero-waitlist-button:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.hero-waitlist-button:active{transform:translateY(0)}.hero-waitlist-button svg{flex-shrink:0}.hero-image{justify-content:center;align-items:center;animation:1s ease-out fadeInRight;display:flex}.hero-carousel{justify-content:center;align-items:center;width:100%;max-width:450px;height:600px;display:flex;position:relative}.hero-app-screenshot{object-fit:contain;filter:drop-shadow(0 20px 40px #0000004d);opacity:0;border-radius:24px;width:100%;height:auto;max-height:100%;transition:opacity 1.5s ease-in-out;position:absolute}.hero-app-screenshot.active{opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:768px){.hero{min-height:calc(100vh - 72px);padding:80px 20px 40px}.hero-container{grid-template-columns:1fr;gap:40px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta{align-items:center}.hero-cta-label{text-align:center}.hero-waitlist-button{justify-content:center;width:100%;padding:14px 24px;font-size:1rem}.hero-carousel{max-width:350px;height:500px}}
.features{background:#f9fafb;padding:100px 20px}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:60px}.features-title{color:#1f2937;margin-bottom:16px;font-size:2.5rem;font-weight:700}.features-subtitle{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.25rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;display:grid}.feature-card{background:#fff;border-radius:12px;padding:32px;transition:all .3s;box-shadow:0 2px 8px #0000000d}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-icon{margin-bottom:16px;font-size:3rem}.feature-title{color:#1f2937;margin-bottom:12px;font-size:1.5rem;font-weight:600}.feature-description{color:#6b7280;font-size:1rem;line-height:1.6}@media (max-width:768px){.features{padding:60px 20px}.features-title{font-size:2rem}.features-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:24px}}
.how-it-works{background:#fff;padding:100px 20px}.how-it-works-container{max-width:1200px;margin:0 auto}.how-it-works-header{text-align:center;margin-bottom:60px}.how-it-works-title{color:#1f2937;margin-bottom:16px;font-size:2.5rem;font-weight:700}.how-it-works-subtitle{color:#6b7280;font-size:1.25rem}.steps-container{grid-template-columns:repeat(3,1fr);gap:40px;display:grid;position:relative}.step{text-align:center;background:#f9fafb;border-radius:12px;padding:32px 24px;transition:all .3s;position:relative}.step:hover{background:#f3f4f6;transform:translateY(-4px)}.step-number{color:#1f2937;background:linear-gradient(#ffdd54 -.36%,#fc0 99.64%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 24px;font-size:2rem;font-weight:700;display:flex;box-shadow:0 4px 12px #ffcc004d}.step-title{color:#1f2937;margin-bottom:12px;font-size:1.5rem;font-weight:600}.step-description{color:#6b7280;font-size:1rem;line-height:1.6}.step-connector{color:#fc0;font-size:2rem;font-weight:700;position:absolute;top:80px;right:-40px}@media (max-width:968px){.how-it-works{padding:60px 20px}.how-it-works-title{font-size:2rem}.how-it-works-subtitle{font-size:1.1rem}.steps-container{grid-template-columns:1fr;gap:32px}.step-connector{display:none}.step{padding:24px}}
.for-technicians{color:#1f2937;background:linear-gradient(#ffdd54 -.36%,#fc0 99.64%);padding:100px 20px}.for-technicians-container{max-width:1000px;margin:0 auto}.for-technicians-content{text-align:center}.for-technicians-title{margin-bottom:24px;font-size:2.5rem;font-weight:700;line-height:1.2}.for-technicians-description{opacity:.95;max-width:800px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.benefits-list{text-align:left;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:48px;display:grid}.benefit-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border-radius:12px;gap:20px;padding:24px;transition:all .3s;display:flex}.benefit-item:hover{background:#ffffffb3;transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.benefit-icon{flex-shrink:0;font-size:2.5rem}.benefit-content{flex:1}.benefit-title{margin-bottom:8px;font-size:1.25rem;font-weight:600}.benefit-description{opacity:.9;font-size:1rem;line-height:1.5}.tech-cta-section{flex-direction:column;align-items:center;gap:20px;display:flex}.tech-cta-label{opacity:.95;margin:0;font-size:1.1rem;font-weight:500}@media (max-width:768px){.for-technicians{padding:60px 20px}.for-technicians-title{font-size:2rem}.for-technicians-description{margin-bottom:32px;font-size:1.1rem}.benefits-list{grid-template-columns:1fr;gap:20px;margin-bottom:32px}.benefit-item{padding:20px}.benefit-icon{font-size:2rem}}
.footer{color:#e5e7eb;background:#1f2937;padding:60px 20px 20px}.footer-container{max-width:1200px;margin:0 auto}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px;display:grid}.footer-section{flex-direction:column;display:flex}.footer-brand{align-items:center;gap:12px;margin-bottom:16px;display:flex}.footer-brand-icon{width:auto;height:40px}.footer-brand-text{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.footer-tagline{color:#9ca3af;font-size:.95rem;line-height:1.6}.footer-heading{color:#fff;margin-bottom:16px;font-size:1rem;font-weight:600}.footer-links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#9ca3af;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fc0}.footer-contact{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-contact li{color:#9ca3af;font-size:.95rem}.footer-bottom{border-top:1px solid #374151;justify-content:space-between;align-items:center;padding-top:32px;display:flex}.footer-copyright{color:#9ca3af;font-size:.9rem}.footer-social{gap:16px;display:flex}.footer-social a{color:#e5e7eb;background:#374151;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.footer-social a:hover{color:#1f2937;background:linear-gradient(#ffdd54 -.36%,#fc0 99.64%)}@media (max-width:968px){.footer{padding:40px 20px 20px}.footer-content{grid-template-columns:repeat(2,1fr);gap:32px}.footer-section:first-child{grid-column:1/-1}}@media (max-width:480px){.footer-content{grid-template-columns:1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:20px}}
html{scroll-behavior:smooth}.landing-page{color:#1f2937;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5;position:relative}.landing-page:before{content:"";z-index:-1;background-image:linear-gradient(#00000080,#00000080),url(/assets/landing/images/bm_color.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:700px;position:absolute;top:0;left:0;right:0}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{font-weight:600;line-height:1.2}.landing-page a{color:inherit;text-decoration:none}.landing-page button{cursor:pointer;font-family:inherit}*{box-sizing:border-box}
