*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #FAFAF8;--surface: #FFFFFF;--text: #1D1D1F;--text-secondary: #86868B;--text-tertiary: #AEAEB2;--brand: #F5F5F0;--border: rgba(0, 0, 0, .04);--blue: #007AFF;--max-width: 1120px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth}html,body{background:var(--bg);color:var(--text);font-family:-apple-system,SF Pro Display,SF Pro Text,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;font-feature-settings:"kern" 1;text-rendering:optimizeLegibility}body{padding-bottom:env(safe-area-inset-bottom)}.page{min-height:100dvh;display:flex;flex-direction:column;position:relative;overflow:hidden}.page-scroll{overflow:visible}.top-bar{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;padding-top:max(14px,env(safe-area-inset-top))}.top-bar-logo{width:34px;height:34px;border-radius:9px}.top-bar-wordmark{display:none}.top-bar-left{display:flex;align-items:center}.btn-nav-signup{display:flex;align-items:center;gap:6px;padding:8px 18px;background:none;color:var(--text);border:1.5px solid rgba(0,0,0,.08);border-radius:100px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .25s var(--ease-out-expo),border-color .25s,box-shadow .25s var(--ease-out-expo)}@media(min-width:768px){.top-bar{padding:20px 48px;max-width:var(--max-width);margin:0 auto;width:100%}.top-bar-logo{width:36px;height:36px}.top-bar-wordmark{display:inline;font-size:17px;font-weight:700;letter-spacing:-.4px;margin-left:10px;color:var(--text)}.btn-nav-signup{padding:9px 20px;font-size:14px}}@media(min-width:1024px){.top-bar{padding:24px 64px}}@media(hover:hover){.btn-nav-signup:hover{background:#00000008;border-color:#00000024;box-shadow:0 2px 12px #0000000f}}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 24px;text-align:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:100px;font-size:13px;font-weight:500;color:var(--text-secondary);margin-bottom:24px;box-shadow:0 1px 4px #00000008}.hero-badge-icon{width:18px;height:18px;border-radius:4px;object-fit:contain;flex-shrink:0}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#34c759;flex-shrink:0}.hero-title{font-size:clamp(44px,12vw,64px);font-weight:700;letter-spacing:-2.5px;line-height:1;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.hero-word{display:inline-block}.hero-sub{font-size:17px;color:var(--text-secondary);line-height:1.5;margin-top:16px;max-width:280px;letter-spacing:-.1px}.hero-top{justify-content:flex-start;padding-top:24px;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(min-width:768px){.hero{padding:0 48px}.hero-title{font-size:clamp(56px,6.5vw,76px);letter-spacing:-3px;gap:14px}.hero-sub{font-size:20px;max-width:420px;margin-top:20px}.hero-badge{margin-bottom:32px}}@media(min-width:1024px){.hero{padding:0 64px}.hero-title{font-size:clamp(64px,5.5vw,84px);letter-spacing:-3.5px;gap:16px}.hero-sub{font-size:21px;max-width:460px}}.welcome-hero{display:none}@media(min-width:768px){.welcome-hero{display:flex;flex-direction:row;text-align:left;align-items:center;justify-content:space-between;gap:56px;padding:72px 48px 48px;max-width:var(--max-width);margin:0 auto;width:100%;min-height:72vh}.welcome-hero .hero-title{justify-content:flex-start}.welcome-hero .hero-sub{max-width:400px;text-align:left}.welcome-hero .hero-badge{margin-bottom:28px}.welcome-hero-left{flex:1;max-width:500px;display:flex;flex-direction:column;align-items:flex-start}.welcome-hero-right{flex:1;max-width:420px;display:flex;justify-content:flex-end}}@media(min-width:1024px){.welcome-hero{gap:88px;padding:88px 64px 64px}.welcome-hero-left{max-width:540px}.welcome-hero .hero-sub{max-width:440px}.welcome-hero-right{max-width:460px}}.welcome-hero-cta{display:none}@media(min-width:768px){.welcome-hero-cta{display:flex;align-items:center;gap:16px;margin-top:36px}}.btn-hero-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 28px;background:var(--text);color:var(--bg);border:none;border-radius:14px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:box-shadow .3s var(--ease-out-expo);letter-spacing:-.2px}.btn-google-icon{width:18px;height:18px;object-fit:contain}.btn-hero-secondary{display:inline-flex;align-items:center;gap:6px;padding:15px 24px;background:transparent;color:var(--text-secondary);border:none;font-size:16px;font-weight:500;font-family:inherit;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:color .2s;letter-spacing:-.2px}@media(hover:hover){.btn-hero-primary:hover{box-shadow:0 6px 24px #00000026}.btn-hero-secondary:hover{color:var(--text)}}.chat-card{width:100%;max-width:340px;background:var(--surface);border-radius:20px;box-shadow:0 0 0 1px #00000008,0 2px 8px #0000000a,0 12px 40px #0000000f;padding:16px;margin-top:28px;display:flex;flex-direction:column;justify-content:flex-start;gap:6px;min-height:180px}.chat-card-hero{padding:0;overflow:hidden}.chat-card-header{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border)}.chat-card-header-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.chat-card-header-name{font-size:15px;font-weight:600;letter-spacing:-.2px;line-height:1.2}.chat-card-header-status{font-size:12px;color:var(--text-tertiary);line-height:1.2}.chat-card-body{padding:12px 16px 16px;display:flex;flex-direction:column;gap:6px;min-height:160px}.chat-card-full{flex:1;margin-bottom:16px}.chat-row{display:flex;align-items:flex-end;gap:8px}.chat-row-user{justify-content:flex-end}.chat-row-nest{justify-content:flex-start}.chat-avatar{width:24px;height:24px;border-radius:50%;flex-shrink:0;object-fit:cover}.bubble{max-width:82%;padding:10px 14px;font-size:14px;line-height:1.4;letter-spacing:-.1px;text-align:left}.bubble-user{background:var(--blue);color:#fff;border-radius:18px 18px 4px}.bubble-nest{background:var(--brand);color:var(--text);border-radius:18px 18px 18px 4px}@media(min-width:768px){.chat-card{max-width:400px;border-radius:22px;box-shadow:0 0 0 1px #00000008,0 4px 16px #0000000a,0 24px 64px #00000014;margin-top:0}.chat-card-hero{min-height:auto}.chat-card-body{padding:14px 18px 20px;gap:8px;min-height:200px}.chat-card-full{flex:none}.bubble{font-size:15px;padding:11px 15px}.chat-avatar{width:28px;height:28px}.chat-card-header{padding:16px 18px}.chat-card-header-avatar{width:34px;height:34px}}.typing-bubble{display:flex;align-items:center;gap:8px}.typing-pill{display:flex;align-items:center;gap:4px;background:var(--brand);border-radius:18px 18px 18px 4px;padding:12px 16px;height:38px}.typing-dot{width:6px;height:6px;border-radius:50%;background:var(--text-tertiary)}.bottom-cta{padding:0 20px 4px;position:relative;z-index:1}.bottom-cta-stack{display:flex;flex-direction:column;gap:10px}.btn-dark{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;background:var(--text);color:var(--bg);border:none;border-radius:14px;font-size:17px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:box-shadow .3s var(--ease-out-expo)}.btn-dark svg{flex-shrink:0}.btn-signup{padding:8px 0;background:none;color:var(--text);border:none;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .2s}.btn-skip{display:block;width:100%;padding:12px;background:none;border:none;color:var(--text-tertiary);font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}@media(min-width:768px){.bottom-cta{padding:0 48px 8px;max-width:480px;margin:0 auto;width:100%}.bottom-cta-mobile{display:none}}@media(hover:hover){.btn-dark:hover{box-shadow:0 6px 24px #00000026}.btn-signup:hover{opacity:.7}.btn-skip:hover{color:var(--text-secondary)}.accounts-card-add:hover{background:#00000005;border-color:#0000002e}.accounts-card-remove:hover{color:var(--text-secondary);background:#0000000a}.dropdown-link:hover,.dropdown-action:hover{background:#00000008}.feature-card:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #00000008,0 8px 32px #0000000f,0 24px 64px #0000000a}.how-step-card:hover{transform:translateY(-3px);box-shadow:0 0 0 1px #00000008,0 6px 24px #0000000d,0 16px 48px #00000008}}.step-logo{width:72px;height:72px;border-radius:18px;margin-bottom:24px}.content{width:100%;max-width:360px;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;justify-content:center;padding:0 24px;position:relative;z-index:1;margin:0 auto}.title{font-size:24px;font-weight:700;letter-spacing:-.5px;margin-bottom:6px}.subtitle{font-size:15px;color:var(--text-secondary);line-height:1.45}.title-mobile-hero{font-size:42px;letter-spacing:-1.5px}.subtitle-mobile-hero{font-size:17px;line-height:1.5;max-width:300px}.success-text{color:#4a6340}.error-text{color:#d94545}.error-detail{font-size:14px;color:var(--text-secondary);margin-top:8px;word-break:break-word}.button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:var(--text);color:var(--bg);border:none;border-radius:14px;font-size:17px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;text-align:center;-webkit-tap-highlight-color:transparent}@media(min-width:768px){.content{max-width:480px}.title{font-size:28px}.subtitle{font-size:17px}}.loading-dots{display:flex;align-items:center;gap:6px;margin-bottom:24px}.loading-dot{width:10px;height:10px;border-radius:50%;background:var(--text-tertiary)}.checkmark-circle{width:56px;height:56px;border-radius:50%;background:#4a634014;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.avatar-button{width:34px;height:34px;border-radius:50%;border:2px solid var(--border);padding:0;cursor:pointer;overflow:hidden;background:var(--surface);-webkit-tap-highlight-color:transparent;transition:border-color .2s}.avatar-button img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--text-secondary)}@media(hover:hover){.avatar-button:hover{border-color:#00000026}}.avatar-dropdown{position:absolute;top:56px;right:16px;width:280px;max-width:calc(100vw - 32px);background:var(--surface);border-radius:14px;box-shadow:0 8px 40px #0000001a,0 1px 4px #0000000a;z-index:20;overflow:hidden}.dropdown-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:15}.dropdown-header{padding:12px 14px 6px;font-size:11px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.account-row{display:flex;align-items:center;gap:10px;padding:9px 14px}.account-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#0000000a}.account-info{flex:1;min-width:0}.account-name{font-size:13px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-email{font-size:11px;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-badge{font-size:10px;font-weight:600;color:var(--text-tertiary);background:#0000000a;padding:2px 7px;border-radius:5px;flex-shrink:0}.account-remove{font-size:11px;color:var(--text-tertiary);background:none;border:none;cursor:pointer;padding:3px 7px;border-radius:5px;flex-shrink:0;font-family:inherit}.dropdown-divider{height:1px;background:var(--border);margin:4px 0}.dropdown-action{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:13px;font-weight:500;color:var(--text);background:none;border:none;cursor:pointer;font-family:inherit;-webkit-tap-highlight-color:transparent;transition:background .15s}.dropdown-action svg{flex-shrink:0}.dropdown-link{display:block;width:100%;padding:10px 14px;font-size:13px;font-weight:500;color:var(--text);text-decoration:none;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;-webkit-tap-highlight-color:transparent;transition:background .15s}.dropdown-link-danger{color:#e53935}@media(min-width:768px){.avatar-dropdown{right:48px}}.legal-page{flex:1;padding:0 20px 60px;max-width:640px;margin:0 auto;width:100%}.legal-page h1{font-size:28px;font-weight:700;letter-spacing:-1px;margin-bottom:4px}.legal-updated{font-size:13px;color:var(--text-tertiary);margin-bottom:32px}.legal-page section{margin-bottom:28px}.legal-page h2{font-size:17px;font-weight:600;margin-bottom:8px}.legal-page h3{font-size:15px;font-weight:600;margin-top:14px;margin-bottom:6px}.legal-page p{font-size:15px;line-height:1.6;color:var(--text-secondary);margin-bottom:8px}.legal-page ul{padding-left:20px;margin-bottom:8px}.legal-page li{font-size:15px;line-height:1.6;color:var(--text-secondary);margin-bottom:4px}.legal-page a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.legal-page strong{color:var(--text);font-weight:600}@media(min-width:768px){.legal-page{padding:0 48px 80px;max-width:720px}.legal-page h1{font-size:36px}.legal-page p,.legal-page li{font-size:16px}.legal-page h2{font-size:20px}}.legal-footer{padding:8px 0 max(16px,calc(env(safe-area-inset-bottom) + 8px));text-align:center;font-size:12px}.legal-footer a{color:var(--text-tertiary);text-decoration:none;transition:color .2s}@media(hover:hover){.legal-footer a:hover{color:var(--text-secondary)}}.legal-footer-dot{margin:0 3px;color:var(--text-tertiary)}.accounts-card{width:100%;max-width:340px;background:var(--surface);border-radius:20px;box-shadow:0 2px 20px #0000000f,0 0 0 1px var(--border);padding:8px 0;margin-top:28px;overflow:hidden}.accounts-card-row{display:flex;align-items:center;gap:12px;padding:12px 18px}.accounts-card-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#0000000a}.accounts-card-info{flex:1;min-width:0;text-align:left}.accounts-card-name{font-size:15px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.accounts-card-email{font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.accounts-card-remove{font-size:13px;color:var(--text-tertiary);background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:6px;flex-shrink:0;font-family:inherit;transition:color .2s,background .2s}.accounts-card-add{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 24px);margin:8px 12px 10px;padding:12px;background:var(--bg);color:var(--text-secondary);border:1.5px dashed rgba(0,0,0,.1);border-radius:12px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .2s,border-color .2s}@media(min-width:768px){.accounts-card{max-width:440px}}.instructions-card{width:100%;max-width:340px;background:var(--surface);border-radius:20px;box-shadow:0 2px 20px #0000000f,0 0 0 1px var(--border);padding:20px;margin-top:28px;display:flex;flex-direction:column;gap:18px}.instruction-row{display:flex;align-items:flex-start;gap:14px;text-align:left}.instruction-number{width:28px;height:28px;border-radius:50%;background:var(--text);color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.instruction-text{font-size:15px;line-height:1.45;color:var(--text-secondary);padding-top:3px}.instruction-text strong{color:var(--text);font-weight:600}@media(min-width:768px){.instructions-card{max-width:440px;padding:24px}}.step-progress{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 0 0}.step-dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:background .3s,transform .3s}.step-dot-active{background:var(--text);transform:scale(1.25)}.step-dot-done{background:var(--text-tertiary)}.step-line{width:32px;height:2px;background:var(--border);border-radius:1px;transition:background .3s}.step-line-done{background:var(--text-tertiary)}.landing-section{padding:80px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;width:100%}.landing-section-alt{background:var(--surface)}.section-label{font-size:12px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:16px}.section-title{font-size:clamp(30px,5vw,52px);font-weight:700;letter-spacing:-1.5px;line-height:1.05;max-width:640px;margin-bottom:16px;white-space:pre-line}.section-subtitle{font-size:17px;color:var(--text-secondary);line-height:1.55;max-width:480px;margin-bottom:56px;white-space:pre-line}@media(min-width:768px){.landing-section{padding:120px 48px;max-width:var(--max-width);margin-left:auto;margin-right:auto}.section-label{font-size:12px;letter-spacing:1.5px;margin-bottom:20px}.section-subtitle{font-size:19px;max-width:520px;margin-bottom:64px}}@media(min-width:1024px){.landing-section{padding:140px 64px}}.features-grid{display:grid;grid-template-columns:1fr;gap:16px;width:100%;max-width:960px}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(min-width:900px){.features-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.feature-card{background:var(--surface);border-radius:20px;padding:32px 28px;box-shadow:0 0 0 1px #00000008,0 2px 8px #00000008,0 8px 32px #0000000a;text-align:left;transition:transform .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo)}.landing-section-alt .feature-card{background:var(--bg)}.feature-icon{width:48px;height:48px;border-radius:14px;background:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--text)}.feature-title{font-size:17px;font-weight:600;letter-spacing:-.3px;margin-bottom:8px}.feature-desc{font-size:15px;line-height:1.55;color:var(--text-secondary)}@media(min-width:768px){.feature-card{padding:36px 32px}.feature-title{font-size:18px}}.how-steps{display:grid;grid-template-columns:1fr;gap:16px;width:100%;max-width:960px}@media(min-width:640px){.how-steps{grid-template-columns:repeat(3,1fr);gap:20px}}.how-step-card{background:var(--surface);border-radius:20px;padding:32px 28px;box-shadow:0 0 0 1px #00000008,0 2px 8px #00000008,0 8px 32px #0000000a;text-align:center;transition:transform .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo)}.how-step-number{width:40px;height:40px;border-radius:50%;background:var(--text);color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;margin:0 auto 20px}.how-step-title{font-size:17px;font-weight:600;letter-spacing:-.3px;margin-bottom:8px}.how-step-desc{font-size:15px;line-height:1.55;color:var(--text-secondary)}.trust-strip{display:flex;flex-direction:column;align-items:center;gap:16px;padding:48px 24px;position:relative;z-index:1;width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto}.trust-label{font-size:12px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-tertiary)}.trust-logos{display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:center}.trust-item{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:14px;font-weight:500}.trust-icon-svg{width:18px;height:18px;opacity:.45;flex-shrink:0}.trust-icon-img{width:20px;height:20px;border-radius:4px;object-fit:contain;flex-shrink:0}@media(min-width:768px){.trust-strip{gap:20px;padding:72px 48px}.trust-logos{gap:36px}.trust-item{font-size:15px;gap:10px}.trust-icon-svg{width:20px;height:20px}.trust-icon-img{width:22px;height:22px}}.final-cta{padding:80px 24px 48px;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto}.final-cta .section-title{margin-bottom:12px}.final-cta .section-subtitle{margin-bottom:36px}.btn-cta-final{display:inline-flex;align-items:center;justify-content:center;padding:18px 40px;background:var(--text);color:var(--bg);border:none;border-radius:14px;font-size:17px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:box-shadow .3s var(--ease-out-expo);letter-spacing:-.2px}@media(min-width:768px){.final-cta{padding:120px 48px 80px}.btn-cta-final{padding:20px 48px;font-size:18px}}.orb-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.25;will-change:transform}.orb-1{width:400px;height:400px;background:radial-gradient(circle,#E8E0D2 0%,transparent 70%);top:-120px;right:-80px;animation:orbFloat1 24s ease-in-out infinite}.orb-2{width:350px;height:350px;background:radial-gradient(circle,#D8D2C8 0%,transparent 70%);bottom:-100px;left:-80px;animation:orbFloat2 28s ease-in-out infinite}.orb-3{width:280px;height:280px;background:radial-gradient(circle,#E0DAD0 0%,transparent 70%);top:45%;left:50%;animation:orbFloat3 20s ease-in-out infinite}@keyframes orbFloat1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-20px,15px) scale(1.03)}66%{transform:translate(15px,-10px) scale(.97)}}@keyframes orbFloat2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(18px,-15px) scale(1.05)}66%{transform:translate(-12px,18px) scale(.95)}}@keyframes orbFloat3{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%,-20px) scale(1.06)}}@media(min-width:768px){.orb-1{width:700px;height:700px;filter:blur(150px);opacity:.22}.orb-2{width:550px;height:550px;filter:blur(130px);opacity:.18}.orb-3{width:450px;height:450px;filter:blur(130px);opacity:.16}}.desktop-only{display:none}@media(min-width:768px){.desktop-only{display:block}.welcome-hero.desktop-only,.landing-section.desktop-only,.final-cta.desktop-only,.trust-strip.desktop-only{display:flex}span.desktop-only,a.desktop-only{display:inline}.mobile-only{display:none}}:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:4px}button:focus-visible,a:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.orb{animation:none!important;opacity:.15}}.landing-footer{display:none;padding:32px 24px;text-align:center;font-size:13px;color:var(--text-tertiary);border-top:1px solid var(--border);position:relative;z-index:1;width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto}@media(min-width:768px){.landing-footer{display:block}}.landing-footer a{color:var(--text-tertiary);text-decoration:none;transition:color .2s}@media(hover:hover){.landing-footer a:hover{color:var(--text-secondary)}}.landing-footer-dot{margin:0 8px}@media(min-width:768px){.landing-footer{padding:40px 48px;font-size:14px}}
