.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);background:#ffffffd6;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 1px 3px #0000000f}.navbar .container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:100%;max-width:none;padding:0 24px}.navbar-logo{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700;color:var(--text);transition:none;justify-self:start}.navbar-logo:hover{color:var(--text)}.navbar-logo img{width:32px;height:32px;border-radius:8px}.navbar-links{display:none;align-items:center;gap:.25rem;justify-self:center}.navbar-links a{position:relative;display:block;padding:0 14px;font-size:.9375rem;font-weight:500;color:var(--text-secondary);line-height:var(--nav-height);transition:color .15s ease}.navbar-links a:after{content:"";display:block;position:absolute;left:4px;right:4px;bottom:-1px;height:3px;background:var(--blue);border-radius:2px 2px 0 0;opacity:0;transform:scaleX(.3) scaleY(0);transform-origin:bottom;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.navbar-links a:hover{color:var(--text)}.navbar-links a:hover:after{opacity:1;transform:scaleX(1) scaleY(1)}.navbar-right{display:flex;align-items:center;justify-self:end;gap:.5rem}.navbar-cta{display:none;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background:var(--blue);border-radius:8px;transition:background .15s ease}.navbar-cta:hover{background:var(--blue-hover);color:#fff}.navbar-hamburger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:var(--text)}.navbar-hamburger:hover{background-color:var(--blue-light)}.navbar-drawer{position:fixed;top:var(--nav-height);left:0;right:0;background:#fffffff5;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 4px 12px #0000000f;padding:.5rem 1rem;z-index:99;display:flex;flex-direction:column}.navbar-drawer a{display:block;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;color:var(--blue);border-radius:8px}.navbar-drawer a:hover{background-color:var(--blue-light)}@media(min-width:768px){.navbar-links,.navbar-cta{display:flex}.navbar-hamburger{display:none}}.hero{position:relative;padding:5rem 0 3rem;margin-top:var(--nav-height);overflow:hidden;background:#fff}.hero-grid{position:relative;z-index:1;max-width:var(--hero-max-width)!important;display:grid;grid-template-columns:1fr;align-items:center;gap:3rem}.hero-content{text-align:center;display:flex;flex-direction:column;align-items:center}.hero-icon{width:80px;height:80px;border-radius:20px;margin-bottom:1.25rem;box-shadow:0 4px 16px #0a7cff26}.hero h1{margin-bottom:.5rem}.hero-accent{color:var(--blue)}.hero-subtitle{font-size:1.125rem;line-height:1.65;max-width:340px;margin:0 auto;font-weight:300;color:var(--text-secondary);padding-bottom:1.75rem}.hero-stats{display:flex;align-items:center;gap:0;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.hero-stat{display:flex;align-items:baseline;gap:.375rem;position:relative;padding:0 1.25rem}.hero-stat:first-child{padding-left:0}.hero-stat:last-child{padding-right:0}.hero-stat-value{font-size:1.5rem;font-weight:700;color:var(--blue);letter-spacing:-.5px}.hero-stat-label{font-size:.8125rem;color:var(--text-secondary);font-weight:400}.hero-stat-divider{position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background:var(--border)}.hero-badges{display:flex;flex-direction:column;align-items:center;gap:.75rem}.store-badge{height:54px;width:auto}.badge-link{display:inline-block;transition:transform .15s ease,opacity .15s ease}.badge-link:hover{opacity:.85;transform:scale(1.03)}.badge-coming-soon{opacity:.45;cursor:default}.hero-phone{display:flex;justify-content:center}.iphone-frame{position:relative;width:260px;aspect-ratio:393 / 852;background:#000;border-radius:44px;padding:10px;box-shadow:0 0 0 1px #00000014,0 25px 60px #0a7cff2e,0 10px 24px #0000001a}.iphone-screen{width:100%;height:100%;border-radius:34px;object-fit:cover;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media(min-width:768px){.hero{padding:6rem 0 4rem}.hero-grid{grid-template-columns:1fr 1fr;gap:2rem}.hero-content{text-align:left;align-items:flex-start}.hero-icon{width:96px;height:96px;border-radius:24px}.hero-subtitle{margin:0;max-width:400px;font-size:1.25rem}.hero-badges{flex-direction:row;align-items:center}.iphone-frame{width:300px}}@media(min-width:992px){.hero-grid{grid-template-columns:5fr 4fr}.iphone-frame{width:320px}}.features{background:#f8fafc}.features-grid{display:flex;flex-wrap:wrap;justify-content:center;max-width:950px;margin:0 auto}.feature-cell{width:100%;padding:0 15px;margin-bottom:1.5rem}.feature-card{max-width:260px;margin:0 auto;padding:2rem 1.5rem;text-align:center;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 1px 3px #0000000a;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0a7cff1a}.feature-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 1rem;background:var(--blue-light);border-radius:50%;color:var(--blue)}.feature-card h3{font-size:1.375rem;font-weight:400;letter-spacing:-.5px;color:var(--blue);margin-bottom:.5rem}.feature-card p{font-size:.9375rem;line-height:1.6;font-weight:300}@media(min-width:640px){.feature-cell{width:50%}}@media(min-width:992px){.feature-cell{width:33.333%}}.how-it-works-steps{display:flex;flex-direction:column;gap:2.5rem;max-width:680px;margin:0 auto}.step{display:flex;align-items:flex-start;gap:1.25rem;background:#f8fafc;padding:1.5rem;border-radius:14px}.step-number{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;font-size:1.125rem;font-weight:600;flex-shrink:0}.step-content h3{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:var(--text)}.step-content p{font-size:.9375rem;line-height:1.6;font-weight:300}@media(min-width:768px){.how-it-works-steps{flex-direction:row;gap:3rem;max-width:100%}.step{flex-direction:column;align-items:center;text-align:center;flex:1;position:relative;padding:2rem 1.5rem}.step-number{width:52px;height:52px;font-size:1.25rem}.step:not(:last-child):after{content:"";position:absolute;top:26px;left:calc(50% + 34px);width:calc(100% - 68px + 3rem);border-top:2px dashed var(--border)}}.faq{background:#f8fafc}.faq-list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid var(--border);box-shadow:0 1px 3px #0000000a;padding:.5rem 1.5rem}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.125rem 0;font-size:.9375rem;font-weight:500;color:var(--text);text-align:left}.faq-question:hover{color:var(--blue)}.faq-chevron{flex-shrink:0;color:var(--text-tertiary);transition:transform .25s ease}.faq-chevron.open{transform:rotate(180deg)}.faq-answer{overflow:hidden}.faq-answer p{padding:0 0 1.125rem;font-size:.9375rem;line-height:1.7;font-weight:300}.cta{background:linear-gradient(135deg,#0a7cff,#0866d6);padding:4rem 0;text-align:center}.cta h2{color:#fff;font-weight:600;margin-bottom:.75rem}.cta h2:after{display:none}.cta p{color:#ffffffd9;font-size:1.05rem;line-height:1.6;max-width:460px;margin:0 auto 2rem;font-weight:300}.cta-badge{display:inline-block;transition:transform .2s ease}.cta-badge:hover{transform:scale(1.05)}.cta-badge .store-badge{width:180px;height:60px}.footer-wrapper{background:#0f172a}.footer{max-width:var(--max-width);margin:0 auto;padding:3rem 20px 2rem}.footer-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:#fff;transition:none}.footer-logo:hover{color:#fff}.footer-logo img{width:24px;height:24px;border-radius:5px}.footer-tagline{font-size:.8125rem;color:#94a3b8;max-width:260px;line-height:1.5}.footer-column h4{font-size:.875rem;font-weight:600;color:#e2e8f0;margin-bottom:.625rem}.footer-column ul{display:flex;flex-direction:column;gap:.25rem}.footer-column a{font-size:.875rem;color:#94a3b8;line-height:1.65}.footer-column a:hover{color:var(--blue)}.footer-bottom{padding-top:1.5rem;border-top:1px solid #1e293b}.footer-bottom p{font-size:.75rem;color:#64748b}@media(min-width:640px){.footer-grid{flex-direction:row;justify-content:space-between}}.legal-page{margin-top:var(--nav-height);padding:3rem 20px 4rem;background:#f9fafb;min-height:calc(100vh - var(--nav-height))}.legal-container{max-width:800px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 8px #00000014}.legal-nav-link{display:inline-block;margin-bottom:24px;font-size:.875rem;color:var(--blue)}.legal-nav-link:hover{color:var(--blue-hover)}.legal-title{color:var(--blue);font-size:1.75rem;font-weight:700;margin-bottom:8px;letter-spacing:-.5px;line-height:1.25}.legal-subtitle{color:#6b7280;font-size:.875rem;margin-bottom:32px}.legal-section h2{color:#1f2937;font-size:1.25rem;font-weight:600;margin-top:32px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb;letter-spacing:0}.legal-section p{color:#4b5563;margin-bottom:12px;line-height:1.6}.legal-section ul{margin-left:24px;margin-bottom:16px;list-style:disc}.legal-section li{color:#4b5563;margin-bottom:12px;line-height:1.6}.legal-section a{color:var(--blue)}.legal-section a:hover{text-decoration:underline}.legal-highlight{background-color:var(--blue-light);border-left:4px solid var(--blue);padding:16px;margin:16px 0;border-radius:0 8px 8px 0}.legal-highlight p,.legal-highlight strong{color:#1f2937}.legal-warning{background-color:#fef3c7;border-left:4px solid #f59e0b;padding:16px;margin:16px 0;border-radius:0 8px 8px 0}.legal-warning p,.legal-warning strong{color:#1f2937}.legal-contact{background-color:#f9fafb;padding:20px;border-radius:8px;margin-top:24px}.legal-contact h2{margin-top:0;border:none}.legal-footer{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid #e5e7eb}.legal-footer p{color:#9ca3af;font-size:.875rem}@media(max-width:640px){.legal-container{padding:24px 20px}.legal-title{font-size:1.5rem}.legal-page{padding:2rem 12px 3rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.6;background:#fff;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}a{color:#0a7cff;text-decoration:none;transition:color .15s ease}a:hover{color:#0866d6}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}ul,ol{list-style:none}:root{--blue: #0A7CFF;--blue-hover: #0866D6;--blue-light: #E6F2FF;--text: #000;--text-secondary: #8c8c8c;--text-tertiary: #a0a0a0;--border: #e8e8e8;--bg: #fff;--max-width: 950px;--nav-height: 64px;--hero-max-width: 1100px}h1,h2,h3,h4{line-height:1.25;color:var(--text)}h1{font-size:2.25rem;font-weight:400;letter-spacing:-1.5px}h2{font-size:1.625rem;font-weight:400;letter-spacing:-.5px;color:var(--text-secondary)}h3{font-size:1.125rem;font-weight:600}@media(min-width:768px){h1{font-size:2.75rem;letter-spacing:-2px}h2{font-size:2rem}}p{color:var(--text-secondary)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}.section{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:var(--text);font-weight:600;margin-bottom:.75rem}.section-header h2:after{content:"";display:block;width:40px;height:3px;background:var(--blue);border-radius:2px;margin:.75rem auto 0}.section-header p{font-size:1.05rem;line-height:1.6;max-width:520px;margin:0 auto;font-weight:300}
