@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Urbanist:wght@600;700;800&display=swap");:root{color-scheme:light;--primary:#1e88e5;--primary-press:#1a78ca;--secondary:#007aff;--header-blue:#1e88e5;--header-blue-deep:#007aff;--header-blue-soft:#dbebff;--primary-container:#dbebff;--primary-container-muted:#e6f0ff;--text-primary-app:#222222;--white-alpha-20:rgba(255,255,255,0.2);--bg:#f0f7ff;--bg-soft:#e2edf9;--bg-muted:#d9e8f6;--surface:#ffffff;--surface-primary:#e6f0ff;--surface-strong:#dbebff;--text:#222222;--text-muted:#666666;--text-soft:#999999;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:999px;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:20px;--space-2xl:24px;--space-3xl:32px;--container:min(1120px,94vw)}*{box-sizing:border-box}body,html{margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg)}a{color:inherit}h1,h2,h3,h4{margin:0;font-family:Urbanist,Inter,sans-serif;letter-spacing:-.01em}.site-root{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1 1;padding-top:90px}.site-header{position:fixed;inset:0 0 auto;z-index:100;background:transparent;padding-top:var(--space-md);isolation:isolate;--header-mask-height:0;--header-mask-radius:0}.site-header:before{position:absolute;top:0;left:50%;transform:translateX(-50%);width:var(--container);height:var(--header-mask-height);border-bottom-left-radius:var(--header-mask-radius);border-bottom-right-radius:var(--header-mask-radius);z-index:-1}.site-header:after,.site-header:before{content:"";background:var(--bg);pointer-events:none}.site-header:after{position:fixed;inset:0 0 auto;height:var(--space-md);z-index:-2}.site-header-inner{width:var(--container);min-height:74px;margin:0 auto;padding:10px var(--space-lg);border-radius:var(--radius-lg);background:var(--header-blue);transition:border-bottom-left-radius .18s ease,border-bottom-right-radius .18s ease;display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.site-header.home-connected .site-header-inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.site-header.home-connected+.site-main,.site-header.home-detached+.site-main{padding-top:86px}.site-header.home-connected{--header-mask-height:86px;--header-mask-radius:0}.site-header.home-detached{--header-mask-height:86px}.site-header.home-detached .site-header-inner{border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.brand{display:inline-flex;align-items:center;gap:var(--space-md);text-decoration:none}.brand-icon{width:42px;height:42px;border-radius:var(--radius-md)}.brand-name{font-size:1.2rem;font-weight:800;color:#ffffff}.desktop-nav{display:flex;align-items:center;gap:var(--space-sm)}.desktop-nav-rail{--desktop-nav-item-min-width:92.67px;--desktop-nav-link-count:3;position:relative;display:grid;grid-template-columns:repeat(var(--desktop-nav-link-count),minmax(0,1fr));align-items:center;height:44px;border-radius:var(--radius-lg);background:var(--white-alpha-20);overflow:hidden;min-width:calc(var(--desktop-nav-item-min-width) * var(--desktop-nav-link-count))}.desktop-nav-highlight{position:absolute;top:0;bottom:0;left:0;width:calc(100% / var(--desktop-nav-link-count));border-radius:var(--radius-lg);background:var(--primary-container);transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .18s ease;will-change:transform}.desktop-nav-highlight.hidden{opacity:0}.nav-link{position:relative;z-index:1;text-align:center;text-decoration:none;font-size:.94rem;font-weight:600;color:var(--primary-container);border-radius:var(--radius-lg);padding:10px 14px;transition:color .28s cubic-bezier(.22,1,.36,1)}.nav-link:hover{color:#ffffff}.nav-link.active{color:var(--primary)}.button-primary,.nav-download{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:var(--radius-md);background:var(--primary);color:#ffffff;font-size:.95rem;font-weight:700;padding:12px 20px;transition:background-color .15s ease;border:0;cursor:pointer}.button-primary:hover,.nav-download:hover{background:var(--primary-press)}.nav-download{height:44px;padding-top:0;padding-bottom:0;border-radius:var(--radius-lg);background:var(--primary-container);color:var(--primary)}.nav-download:hover{background:var(--primary-container-muted)}.button-secondary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:var(--radius-md);background:var(--surface);color:var(--text);font-size:.95rem;font-weight:700;padding:12px 20px;transition:background-color .15s ease;border:0}.button-secondary:hover{background:var(--surface-primary)}.button-disabled{opacity:.65;pointer-events:none;cursor:default}.store-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;overflow:hidden;line-height:0}.store-badge-wrap{display:inline-flex;position:relative}.store-badge-soon-chip{position:absolute;top:-4px;right:-4px;z-index:1;padding:3px 6px;border-radius:999px;font-size:.58rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#ffffff;background:var(--primary)}.store-badge.is-disabled{pointer-events:none}.store-badge-image{display:block;width:auto;height:56px}.store-badge-image-google-play{transform:scale(1);transform-origin:center}.store-badge-image-app-store{transform:scale(.75);transform-origin:center}.mobile-toggle{display:none;width:44px;height:44px;padding:0;border-radius:var(--radius-lg);background:var(--primary-container);align-items:center;justify-content:center;gap:4px;cursor:pointer;border:0}.mobile-toggle span{display:block;width:18px;height:2px;border-radius:2px;background:var(--primary)}.mobile-nav{display:none}.scroll-top-button{position:fixed;left:50%;bottom:22px;width:48px;height:48px;border:0;border-radius:var(--radius-full);background:var(--primary);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translate(-50%,10px) scale(.96);pointer-events:none;z-index:95;transition:opacity .18s ease,transform .22s ease,background-color .15s ease}.scroll-top-button svg{width:22px;height:22px}.scroll-top-button:hover{background:var(--primary-press)}.scroll-top-button.visible{opacity:1;transform:translate(-50%) scale(1);pointer-events:auto}.store-picker-backdrop{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:rgba(34,34,34,.32)}.store-picker-dialog{width:min(420px,100%);border-radius:var(--radius-lg);background:var(--surface);padding:var(--space-xl)}.store-picker-dialog h3{font-size:1.25rem}.store-picker-dialog p{margin:var(--space-sm) 0 0;color:var(--text-muted);line-height:1.6}.store-picker-actions{margin-top:var(--space-lg);display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.store-picker-badge{justify-self:center}.store-picker-badge .store-badge-image{height:52px}.store-picker-close{margin-top:var(--space-md);width:100%;padding:10px 12px;border:0;border-radius:var(--radius-md);background:var(--surface-primary);color:var(--text);font-weight:600;cursor:pointer}.home-page{width:100%;position:relative}.hero-seam-box{position:absolute;top:0;left:50%;transform:translate(-50%,-100%);z-index:0;width:var(--container);height:34px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--surface)}.hero-section{width:var(--container);margin:0 auto;padding:0 0 var(--space-3xl)}.hero-content{background:var(--surface);border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top-left-radius:0!important;border-top-right-radius:0!important;padding:clamp(34px,4.8vw,52px) clamp(24px,4vw,48px) clamp(28px,4vw,48px);text-align:center}.home-hero-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(260px,.95fr);grid-template-areas:"copy figure" "actions figure";align-items:start;grid-gap:clamp(16px,3.5vw,44px);gap:clamp(16px,3.5vw,44px)}.home-hero-copy{grid-area:copy;text-align:left}.home-hero-copy .hero-subtitle{margin-left:0;margin-right:0}.home-hero-figure-wrap{grid-area:figure;display:flex;justify-content:flex-end}.home-hero-carousel{width:min(420px,100%)}.home-hero-carousel-viewport{width:100%;overflow:hidden;position:relative}.home-hero-carousel-viewport:after,.home-hero-carousel-viewport:before{content:"";position:absolute;top:0;bottom:0;width:clamp(16px,5%,28px);pointer-events:none;z-index:1}.home-hero-carousel-viewport:before{left:0;background:linear-gradient(90deg,#ffffff,rgba(255,255,255,0))}.home-hero-carousel-viewport:after{right:0;background:linear-gradient(270deg,#ffffff,rgba(255,255,255,0))}.home-hero-carousel-track{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}.home-hero-carousel-track::-webkit-scrollbar{display:none}.home-hero-carousel-slide{flex:0 0 100%;width:100%;scroll-snap-align:start}.home-hero-figure-image{width:100%;height:auto;object-fit:contain}.use-case-hero-image{width:min(340px,100%);display:block;margin-top:-30px;margin-bottom:-34px}.use-case-detail-page .home-hero-figure-wrap{align-self:start;margin-top:0;margin-bottom:0}.use-case-detail-page .use-cases-problems{padding:var(--space-sm) 0 clamp(22px,3.6vw,34px)}.home-hero-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:4px}.home-hero-carousel-dot{width:10px;height:10px;padding:0;display:block;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:50%;border:0;background:rgba(30,64,175,.3);cursor:pointer;transition:background .18s ease}.home-hero-carousel-dot.is-active{background:var(--primary)}.home-hero-actions{grid-area:actions;margin-top:0;text-align:left}.home-hero-actions .hero-cta-row{justify-content:flex-start;margin-top:0}.home-hero-actions .hero-cta-row .store-badge-wrap:first-child{margin-left:-4px}.home-hero-actions .hero-social-links{margin-left:0;justify-content:flex-start}.hero-kicker{margin:0 0 var(--space-md);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);font-weight:700}.hero-content h1{font-size:clamp(2rem,4vw,3.05rem);line-height:1.08}.hero-subtitle{max-width:680px;margin:var(--space-lg) auto 0;font-size:clamp(1rem,2vw,1.18rem);line-height:1.7;color:var(--text-muted)}.hero-subtle-link{color:var(--primary);font-weight:400;text-decoration:none}.hero-subtle-link:hover{color:var(--primary-press);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.hero-subtle-link:focus-visible{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.hero-cta-row{margin-top:var(--space-2xl);display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-md)}.hero-cta-row.compact{justify-content:flex-start}.hero-social-links{margin-top:var(--space-lg);justify-content:center}.home-tour-section{width:var(--container);margin:0 auto;padding:0 0 var(--space-lg)}.home-tour-carousel{position:relative;border-radius:var(--radius-md);background:var(--surface);padding:clamp(12px,1.8vw,16px) 0 clamp(16px,2vw,20px);overflow:hidden}.home-tour-track{width:100%;margin:0;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;cursor:-webkit-grab;cursor:grab;-moz-user-select:none;user-select:none;-webkit-user-select:none}.home-tour-track::-webkit-scrollbar{display:none}.home-tour-track.is-dragging{scroll-snap-type:none;cursor:-webkit-grabbing;cursor:grabbing}.home-tour-slide{flex:0 0 100%;scroll-snap-align:start;min-width:0;display:grid;grid-template-columns:minmax(170px,210px) minmax(0,420px);align-items:center;justify-content:center;grid-gap:clamp(16px,2.6vw,28px);gap:clamp(16px,2.6vw,28px);-moz-user-select:none;user-select:none;-webkit-user-select:none}.home-tour-frame{width:min(46vw,190px);margin:0;border-radius:24px;overflow:hidden;background:var(--surface)}.home-tour-image{width:100%;height:auto;display:block;-webkit-user-drag:none;user-drag:none;pointer-events:none}.home-tour-caption{margin-top:0;text-align:left}.home-tour-caption h3{margin:0 0 8px;font-size:1rem}.home-tour-caption p{margin:0;max-width:38ch;color:var(--text-muted);line-height:1.55}.home-tour-nav{position:absolute;top:40%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border:0;border-radius:var(--radius-full);background:var(--primary);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,transform .22s ease}.home-tour-nav:hover{background:var(--primary-press)}.home-tour-nav svg{width:20px;height:20px}.home-tour-nav-prev{left:10px;transform:translateY(-50%) rotate(-90deg)}.home-tour-nav-next{right:10px;transform:translateY(-50%) rotate(90deg)}.home-tour-dots{margin-top:12px;display:flex;justify-content:center;gap:var(--space-sm)}.home-tour-dot{width:var(--space-sm);height:var(--space-sm);border-radius:var(--radius-sm);border:0;background:var(--text-soft);cursor:pointer;padding:0}.home-tour-dot.is-active{background:var(--primary)}.home-comparison-section{width:var(--container);margin:0 auto;padding:var(--space-sm) 0 var(--space-lg)}.home-comparison-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;grid-gap:var(--space-lg);gap:var(--space-lg)}.home-comparison-card{border-radius:var(--radius-md);padding:clamp(18px,2.8vw,26px)}.home-comparison-card-before{grid-column:1}.home-comparison-card-after{grid-column:2}.home-comparison-card h2{font-size:clamp(1.06rem,2.1vw,1.3rem);text-align:center}.home-comparison-card-before{background:#fbeeee}.home-comparison-card-before h2{color:#c94f4f}.home-comparison-card-after{background:#eef8ef}.home-comparison-card-after h2{color:#2f9c53}.home-comparison-content{margin-top:var(--space-md);display:flex;align-items:center;justify-content:center;gap:clamp(14px,2vw,20px)}.home-comparison-image-slot{width:176px;height:124px;border-radius:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.home-comparison-image-slot-image{width:100%;height:100%;object-fit:contain;border-radius:inherit;display:block}.home-comparison-content ul{list-style:none;margin:0;padding-left:0;display:grid;grid-gap:10px;gap:10px;max-width:280px}.home-comparison-content li{position:relative;padding-left:28px;color:var(--text);line-height:1.5}.home-comparison-content li:before{position:absolute;top:.2em;left:0;width:18px;height:18px;border-radius:var(--radius-full);color:#ffffff;font-size:.72rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;content:""}.home-comparison-list-before li:before{content:"✕";background:#de5a5a}.home-comparison-list-after li:before{content:"✓";background:#2faa58}.home-comparison-card-after .home-comparison-image-slot{order:2}.home-comparison-card-after .home-comparison-list{order:1}.home-comparison-vs{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:var(--radius-full);background:var(--primary);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:.84rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;z-index:2}.home-faq-preview-section{width:var(--container);margin:0 auto;padding:0 0 var(--space-lg)}.home-faq-preview-box{border-radius:var(--radius-md);background:var(--surface);padding:clamp(16px,2.3vw,20px)}.home-preview-section-title{margin:0 0 8px;font-size:clamp(1.12rem,2.1vw,1.28rem)}.home-faq-preview-list{display:grid;grid-gap:0;gap:0}.home-faq-preview-item{padding:12px 0;border-top:1px solid var(--line)}.home-faq-preview-item:first-child{border-top:0}.home-faq-preview-item:last-child{padding-bottom:0}.home-faq-preview-item h3{margin:0;font-size:1.03rem;font-weight:600}.home-faq-preview-item-answer{margin-top:7px;margin-left:10px;padding-left:10px;border-left:2px solid var(--line);margin-bottom:0;color:var(--text-soft);font-size:.97rem;line-height:1.5}.home-faq-preview-item-answer .text-link{font-size:.97rem;font-weight:500;text-underline-offset:2px}.home-guide-preview-section{width:var(--container);margin:0 auto;padding:0 0 var(--space-lg)}.home-guide-preview-box{border-radius:var(--radius-md);background:var(--surface);padding:clamp(16px,2.3vw,20px)}.home-guide-preview-list{display:grid;grid-gap:0;gap:0}.home-guide-preview-item{padding:12px 0;border-top:1px solid var(--line)}.home-guide-preview-item:first-child{border-top:0}.home-guide-preview-item:last-child{padding-bottom:0}.home-guide-preview-item h3{margin:0;font-size:1.03rem;font-weight:600}.home-guide-preview-title-link{color:inherit;text-decoration:none}.home-guide-preview-inline-cta{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.home-trust-section{width:var(--container);margin:0 auto;padding:var(--space-lg) 0 var(--space-sm)}.home-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:clamp(12px,2vw,16px);gap:clamp(12px,2vw,16px)}.home-trust-card{border-radius:var(--radius-md);background:var(--surface);padding:clamp(16px,2.3vw,20px)}.home-trust-card h2{font-size:clamp(1.04rem,2vw,1.2rem)}.home-trust-card p{margin:var(--space-sm) 0 0;line-height:1.62;color:var(--text-muted)}.home-use-case-section{width:var(--container);margin:0 auto;padding:var(--space-md) 0 var(--space-md)}.home-use-case-inner{border-radius:var(--radius-md);background:var(--surface);padding:clamp(20px,3vw,28px)}.home-use-case-inner h2{font-size:clamp(1.35rem,2.8vw,1.9rem)}.home-use-case-inner>p{margin:var(--space-sm) 0 0;line-height:1.66;color:var(--text-muted)}.home-use-case-inner .use-cases-grid{margin-top:var(--space-lg)}.home-use-case-inner .use-case-card{background:var(--bg)}.home-use-case-inner .use-case-card h3{margin:0;font-size:clamp(1.1rem,2.2vw,1.28rem);font-family:Urbanist,Inter,sans-serif;letter-spacing:-.01em}.home-use-case-more{margin:var(--space-md) 0 0}.home-trust-showcase-section{width:var(--container);margin:0 auto;padding:0 0 clamp(28px,5vw,44px)}.home-trust-showcase-grid{display:grid;grid-template-columns:minmax(170px,1fr) auto minmax(170px,1fr) auto minmax(170px,1fr);align-items:center;grid-gap:clamp(12px,2.4vw,22px);gap:clamp(12px,2.4vw,22px)}.home-trust-showcase-grid .feature-screenshot-frame{width:min(170px,28vw)}.features-section{width:var(--container);margin:0 auto;padding:var(--space-lg) 0 clamp(56px,8vw,84px)}.feature-pair-row{--feature-pair-item-width:min(300px,100%);margin-bottom:clamp(64px,8vw,104px);display:grid;grid-template-columns:repeat(2,minmax(220px,300px));align-items:stretch;justify-content:center;grid-column-gap:clamp(12px,2vw,24px);column-gap:clamp(12px,2vw,24px)}.feature-pair-col{display:flex;flex-direction:column;justify-content:space-between;gap:clamp(68px,8vw,104px)}.feature-pair-col-left{align-items:flex-end}.feature-pair-col-right{align-items:flex-start}.feature-screenshot-frame{width:var(--feature-pair-item-width);border-radius:30px;padding:8px;background:#ffffff;border:0}.feature-copy-second,.feature-pair-image-first{align-self:flex-end}.feature-copy-first,.feature-pair-image-second{align-self:flex-start}.feature-screenshot-image{display:block;width:100%;height:auto;aspect-ratio:540/1168;object-fit:cover;border-radius:22px}.feature-copy{width:var(--feature-pair-item-width);border-radius:var(--radius-md);background:var(--surface);padding:clamp(20px,3vw,28px)}.feature-copy h2{font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.22}.feature-copy p{margin:var(--space-md) 0 0;font-size:clamp(1rem,1.9vw,1.08rem);line-height:1.72;color:var(--text-muted)}.home-feature-row{margin-bottom:0}.feature-preview-points{margin:var(--space-md) 0 0;padding-left:1.2rem;color:var(--text)}.feature-preview-points li+li{margin-top:8px}.text-link{color:var(--primary);font-weight:700;text-decoration:underline;text-underline-offset:2px}.text-link:hover{color:var(--primary-press)}.home-explore-section{width:var(--container);margin:0 auto;padding:0 0 clamp(44px,7vw,64px)}.home-explore-card{border-radius:var(--radius-md);background:var(--surface);padding:clamp(20px,3vw,28px)}.home-explore-kicker{margin:0;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);font-weight:700}.home-explore-card h2{margin-top:8px;font-size:clamp(1.45rem,2.9vw,2rem);line-height:1.22}.home-explore-card>p{margin:10px 0 0;max-width:720px;line-height:1.66;color:var(--text-muted)}.home-explore-link-grid{margin-top:var(--space-md);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.home-explore-link-card{display:grid;grid-gap:5px;gap:5px;text-decoration:none;border-radius:var(--radius-md);padding:14px 14px 15px;background:var(--bg);border:0}.home-explore-link-card:hover{background:var(--surface-primary)}.home-explore-link-card span{color:var(--primary);font-weight:800;font-family:Urbanist,Inter,sans-serif;letter-spacing:-.01em}.home-explore-link-card:hover span{color:var(--primary-press)}.home-explore-link-card small{margin:0;font-size:.93rem;color:var(--text-muted);line-height:1.62}.use-cases-section{width:var(--container);margin:0 auto;padding:var(--space-lg) 0 var(--space-xl)}.use-cases-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(14px,2.5vw,20px);gap:clamp(14px,2.5vw,20px)}.use-case-card{border-radius:var(--radius-md);background:var(--surface);padding:clamp(18px,2.8vw,24px)}.use-case-card-image-wrap{margin:2px 0 var(--space-sm) var(--space-md);width:min(180px,42%);float:right}.use-case-card-image{width:100%;height:auto;max-height:140px;display:block;object-fit:contain}.use-case-card-with-image:after{content:"";display:block;clear:both}.use-case-card-clickable{position:relative}.use-case-stretched-link:after{content:"";position:absolute;inset:0}.use-case-card h2{font-size:clamp(1.2rem,2.5vw,1.5rem)}.use-case-card p{margin:var(--space-sm) 0 0;line-height:1.66;color:var(--text-muted)}.use-cases-problems{width:var(--container);margin:0 auto;padding:var(--space-sm) 0 clamp(44px,7vw,64px)}.use-cases-problems-inner{border-radius:var(--radius-md);background:var(--surface);padding:clamp(20px,3vw,28px)}.use-cases-problems-inner h2{font-size:clamp(1.35rem,2.8vw,1.9rem)}.use-cases-problems-inner ul{margin:var(--space-md) 0 0;padding-left:1.2rem}.use-cases-problems-inner li+li{margin-top:9px}.use-cases-problems-inner p{margin:var(--space-md) 0 0;line-height:1.66;color:var(--text-muted)}.bottom-cta{padding:0 0 clamp(32px,6vw,56px)}.bottom-cta-inner{width:var(--container);margin:0 auto;text-align:center;border-radius:var(--radius-md);background:var(--surface);padding:clamp(8px,1.8vw,14px) clamp(18px,4vw,36px) clamp(28px,5.2vw,52px)}.bottom-cta-inner h2{font-size:clamp(1.65rem,3.7vw,2.55rem)}.home-bottom-cta-image{width:min(280px,62vw);height:auto;display:block;margin:0 auto var(--space-md)}.bottom-cta-inner p{margin:var(--space-md) auto 0;max-width:620px;line-height:1.7;color:var(--text-muted)}.bottom-cta-inner .button-primary{margin-top:var(--space-xl)}.site-footer{padding:0 0 40px}.site-footer-grid{width:var(--container);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(180px,.8fr) minmax(220px,1.1fr);grid-gap:var(--space-xl);gap:var(--space-xl);align-items:stretch}.footer-section{border-radius:var(--radius-md);background:var(--surface);padding:var(--space-md) var(--space-lg);height:100%}.footer-legal-section{align-self:stretch;padding:var(--space-sm) var(--space-lg)}.site-footer h3,.site-footer h4{margin:0}.site-footer h3{font-size:1.25rem}.site-footer h4{font-size:.98rem}.site-footer h4 a{color:inherit;display:inline;font-size:inherit;font-weight:inherit;line-height:inherit;margin-top:0;text-decoration:none}.site-footer h4 a:hover{color:var(--primary)}.site-footer a,.site-footer p{margin-top:10px;display:block;line-height:1.65;text-decoration:none;color:var(--text-muted)}.site-footer a:hover{color:var(--primary)}.footer-legal-links{margin-top:6px;margin-bottom:0;line-height:1.45;font-size:.88rem}.footer-legal-links span{display:inline}.footer-legal-links a{display:inline;margin-top:0;line-height:inherit;font-size:inherit}.footer-social-links{margin-top:var(--space-md);display:flex;flex-wrap:wrap;gap:var(--space-sm)}.footer-social-link{margin-top:0;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden;width:46px;height:46px;border-radius:var(--radius-sm);background:var(--surface);padding:8px;color:var(--text)}.footer-social-link:hover{background:var(--surface-strong);color:var(--primary)}.footer-social-icon{width:30px;height:30px;flex:0 0 auto;display:block}.footer-social-icon-youtube-adjusted{width:38px;height:38px;position:absolute;left:50%;top:50%;margin:0;transform:translate(-50%,-50%) scale(1.24);transform-origin:center}.content-layout,.legal-layout{width:var(--container);margin:0 auto;padding:42px 0 72px}.content-card,.hero-panel,.legal-card{background:var(--surface);border-radius:var(--radius-lg);padding:clamp(20px,4vw,32px)}.content-card section,.legal-card section{background:var(--bg);border-radius:var(--radius-md);padding:var(--space-lg)}.hero-panel.compact{max-width:700px}.content-card h1,.hero-panel h1{font-size:clamp(1.75rem,4vw,2.45rem)}.content-card>h1{margin-bottom:var(--space-lg)}.content-card section+section{margin-top:var(--space-lg)}.content-card h2,.legal-card h2{margin:0 0 10px;font-size:clamp(1.2rem,2.5vw,1.62rem)}.content-card li,.content-card p,.hero-panel p,.legal-card li,.legal-card p{color:var(--text-muted);line-height:1.72}.content-card p,.legal-card p{margin:0 0 12px}.content-card section p:last-child,.legal-card section p:last-child{margin-bottom:0}.content-card ul,.legal-card ul{margin:0;padding-left:20px}.content-card li,.legal-card li{margin-bottom:8px}.content-link,.legal-top-link a{text-decoration:none;color:var(--primary);font-weight:600}.content-link:hover,.legal-top-link a:hover{text-decoration:underline}.legal-top-link{margin:0 0 20px}.legal-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-md);gap:var(--space-md);margin-top:var(--space-lg)}.legal-link-card{display:flex;flex-direction:column;gap:var(--space-xs);min-height:112px;padding:var(--space-lg);border-radius:var(--radius-md);background:var(--surface);text-decoration:none}.legal-link-card span{color:var(--text);font-weight:800}.legal-link-card small{color:var(--text-muted);line-height:1.55}.legal-link-card:hover span{color:var(--primary)}.legal-card h1{font-size:clamp(1.6rem,3.8vw,2.25rem)}.legal-card h2{margin-top:var(--space-lg)}.legal-card h3{margin:20px 0 8px;font-size:1rem;color:var(--text-muted)}.join-icon{width:62px;height:62px;border-radius:var(--radius-md);margin-bottom:var(--space-sm)}.blog-layout{max-width:var(--container)}.help-content-layout{padding-top:18px}.blog-card{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.blog-section-header-combo{display:grid;grid-template-columns:minmax(0,1fr) 250px;grid-gap:var(--space-md);gap:var(--space-md);align-items:center}.blog-section-header-copy h1{margin:10px 0 0}.blog-header p{margin:var(--space-sm) 0 0;color:var(--text-muted);line-height:1.7}.blog-section-hero-image-frame{width:250px;height:150px;border-radius:14px;background:var(--surface-primary);display:flex;align-items:center;justify-content:center;padding:10px;margin-bottom:var(--space-sm)}.blog-section-hero-image{display:block;width:220px;height:132px;object-fit:contain;object-position:center}.blog-section-hero-image.is-mirrored{transform:scaleX(-1)}.blog-section-hero-image.is-mirrored.is-small{transform:scaleX(-1) scale(.92);transform-origin:center}@media (max-width:760px){.blog-section-header-combo{grid-template-columns:1fr}.blog-section-hero-image-frame{width:100%}}.blog-category-nav{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.help-section-cards,.hero-content .blog-category-nav{margin-top:var(--space-xl);justify-content:center}.help-section-cards{display:grid;grid-template-columns:repeat(2,250px);grid-gap:var(--space-md);gap:var(--space-md)}.help-section-card{display:grid;justify-items:center;text-align:center;grid-gap:8px;gap:8px;text-decoration:none;border-radius:var(--radius-md);background:var(--surface-primary);width:250px;padding:12px 12px 14px;transition:background-color .15s ease}.help-section-card:hover{background:var(--surface-strong)}.help-section-card-image-wrap{width:220px;height:132px;overflow:hidden}.help-section-card-image{width:100%;height:100%;object-fit:cover;object-position:center}.help-section-card:first-child .help-section-card-image{transform:scale(.92);transform-origin:center}.help-section-card-title{color:var(--text);font-size:.98rem;font-weight:700;line-height:1.2}.help-section-card-subtitle{color:var(--text-muted);font-size:.84rem;line-height:1.35}.help-search-wrap{margin:var(--space-lg) auto 0;width:min(calc(500px + var(--space-md)),100%);position:relative}.help-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-muted);pointer-events:none}.help-search-input{width:100%;height:46px;border-radius:var(--radius-md);border:1px solid rgba(30,136,229,.2);background:#ffffff;color:var(--text);font-size:.95rem;font-family:inherit;padding:0 14px 0 38px;outline:none;transition:border-color .14s ease,box-shadow .14s ease}.help-search-input::placeholder{color:var(--text-soft)}.help-search-input:focus{border-color:rgba(30,136,229,.55);box-shadow:0 0 0 3px rgba(30,136,229,.12)}.blog-category-nav a,.blog-meta a{color:var(--primary);text-decoration:none}.blog-category-nav a{border-radius:999px;background:var(--surface-primary);padding:8px 12px;font-size:.9rem;font-weight:700}.blog-category-nav a:hover,.blog-meta a:hover{text-decoration:underline}.blog-list{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.blog-list-item{position:relative;background:var(--bg);border-radius:var(--radius-md);padding:var(--space-lg)}.blog-list-item h2{font-size:clamp(1.2rem,2.7vw,1.55rem);margin-top:4px}.blog-list-item:has(.blog-card-link:hover):not(:has(.blog-meta a:hover)) h2{color:var(--primary)}.blog-list-item p{margin:10px 0 0;color:var(--text-muted)}.blog-read-more{display:inline-block;margin-top:var(--space-md)}.blog-card-link{position:absolute;inset:0;z-index:1;border-radius:inherit}.blog-list-item .blog-meta a{position:relative;z-index:2}.blog-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:.85rem;font-weight:600}.blog-meta span{color:var(--primary)}.blog-meta a+a:before,.blog-meta a+span:before,.blog-meta span+span:before{content:"/";margin-right:8px;color:var(--text-muted)}.blog-empty{margin:0;color:var(--text-muted)}.blog-post-card>h1{margin-top:-4px}.blog-excerpt{max-width:760px;margin:-2px 0 var(--space-lg);color:var(--text);font-size:clamp(1.04rem,2vw,1.22rem);font-weight:500;line-height:1.68}.blog-markdown{margin-top:var(--space-sm);color:var(--text-muted);line-height:1.75}.blog-markdown>:first-child{margin-top:0}.blog-markdown h2,.blog-markdown h3,.blog-markdown h4{margin:1.5em 0 .6em;color:var(--text)}.blog-markdown p{margin:0 0 .9em}.blog-markdown ol,.blog-markdown ul{margin:0 0 1em;padding-left:22px}.blog-markdown li{margin-bottom:.4em}.blog-markdown a{color:var(--primary);font-weight:600;text-decoration:none}.blog-markdown a:hover{text-decoration:underline}.blog-markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:var(--surface-primary);border-radius:6px;padding:1px 5px;color:var(--text)}.blog-markdown pre{overflow-x:auto;border-radius:var(--radius-md);padding:12px 14px;background:#152132}.blog-markdown pre code{color:#f5f7fb;background:transparent;padding:0}.faq-layout{max-width:var(--container);padding-top:18px}.faq-card{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.faq-page .hero-section{padding-bottom:0}.faq-topic-nav{margin-top:var(--space-xl);display:grid;grid-template-columns:repeat(2,250px);grid-gap:var(--space-md);gap:var(--space-md);justify-content:center}.faq-topic-link{display:grid;justify-items:center;text-align:center;grid-gap:8px;gap:8px;min-width:0;width:250px;padding:12px 12px 14px;border-radius:var(--radius-md);background:var(--surface-primary);color:inherit;text-decoration:none;transition:background-color .15s ease}.faq-topic-link:hover{background:var(--surface-strong)}.faq-topic-link-image-wrap{width:220px;height:132px;overflow:hidden}.faq-topic-link-image{width:100%;height:100%;object-fit:cover;object-position:center;transform:scaleX(-1)}.faq-topic-link:nth-child(2) .faq-topic-link-image{transform:scaleX(-1) scale(.92);transform-origin:center}.faq-topic-link-title{color:var(--text);font-size:.98rem;font-weight:700;line-height:1.2}.faq-topic-link-subtitle{color:var(--text-muted);font-size:.84rem;line-height:1.35}.faq-sections{display:grid;grid-gap:var(--space-2xl);gap:var(--space-2xl)}.faq-section{display:grid;grid-gap:var(--space-md);gap:var(--space-md);background:transparent;padding:0;scroll-margin-top:118px}.faq-section+.faq-section{margin-top:0}.faq-section-header{display:flex;align-items:center;gap:0}.faq-section-header h2{margin:0;font-size:clamp(1.25rem,2.6vw,1.7rem)}.faq-section-list{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.faq-item{border-radius:var(--radius-md);background:var(--bg);padding:var(--space-lg);scroll-margin-top:96px}.faq-item h3{font-size:clamp(1.1rem,2.2vw,1.35rem);margin:0 0 10px}.faq-item p{margin:0}.faq-item .content-link{display:inline-block;margin-top:10px}.faq-more{border-radius:var(--radius-md);background:var(--bg);padding:var(--space-lg)}.faq-more h2{margin:0 0 10px;font-size:clamp(1.15rem,2.4vw,1.45rem)}.faq-more p{margin:0}@media (max-width:960px){.site-main{padding-top:80px}.faq-topic-nav{grid-template-columns:1fr;justify-items:center}.faq-section{scroll-margin-top:98px}.faq-item{scroll-margin-top:82px}.site-header{--header-mask-height:0}.site-header-inner{min-height:64px;padding:8px 12px}.site-header.home-connected+.site-main,.site-header.home-detached+.site-main{padding-top:76px}.site-header.home-connected,.site-header.home-detached{--header-mask-height:76px}.desktop-nav{display:none}.mobile-toggle{display:inline-flex;flex-direction:column}.mobile-nav{display:grid;max-height:0;overflow:hidden;width:var(--container);margin:0 auto;border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg);border-top-left-radius:0;border-top-right-radius:0;background:var(--header-blue);transform:translateY(-10px);opacity:0;pointer-events:none;transition:max-height .24s ease,transform .22s ease,opacity .18s ease}.mobile-nav.open{max-height:280px;padding:10px 0 14px;transform:translateY(0);opacity:1;pointer-events:auto}.site-header.mobile-open .site-header-inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.mobile-nav-cta,.mobile-nav-link{width:var(--container);margin:0 auto;padding:11px 12px;text-decoration:none;font-weight:600;font-family:inherit;font-size:inherit;line-height:inherit;border-radius:var(--radius-sm);border:0}.mobile-nav-link{color:rgba(255,255,255,.75)}.mobile-nav-link.active{color:var(--primary-container);background:var(--white-alpha-20);border-radius:0}.mobile-nav-cta{color:rgba(255,255,255,.75);text-align:left;background:transparent}.hero-seam-box{height:30px}.home-hero-layout{grid-template-columns:1fr;grid-template-areas:"copy" "figure" "actions";gap:var(--space-sm)}.home-hero-copy{text-align:center}.home-hero-copy .hero-subtitle{margin-left:auto;margin-right:auto}.home-hero-figure-wrap{justify-content:center;margin-top:-6px;margin-bottom:-10px}.home-hero-carousel{width:min(360px,76vw)}.home-hero-actions{margin-top:var(--space-lg);text-align:center}.home-hero-actions .hero-cta-row{justify-content:center}.home-hero-actions .hero-social-links{margin-left:auto;margin-right:auto;justify-content:center}.home-trust-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-trust-showcase-shot-one{order:1}.home-trust-showcase-shot-three{order:2}.home-trust-showcase-free{order:3;grid-column:1/-1}.home-trust-showcase-clear{order:4;grid-column:1/-1}.home-trust-showcase-flexible{order:5;grid-column:1/-1}.home-trust-showcase-grid .home-trust-card{text-align:center;align-items:center}.home-trust-showcase-grid .feature-screenshot-frame{width:min(140px,36vw);justify-self:center}.home-tour-carousel{padding:12px 0 20px}.home-tour-slide{grid-template-columns:1fr;gap:12px;justify-items:center}.home-tour-frame{width:min(60vw,220px);margin:0 auto}.home-tour-caption{text-align:center}.home-tour-caption p{margin:0 auto}.home-comparison-grid{grid-template-columns:1fr;gap:var(--space-sm)}.home-comparison-card-after,.home-comparison-card-before,.home-comparison-vs{grid-column:1;grid-row:auto}.home-comparison-vs{position:static;transform:none;justify-self:center;z-index:2;margin-top:-14px;margin-bottom:-14px}.home-comparison-content{display:grid;grid-template-columns:1fr;justify-items:center;justify-content:center}.home-comparison-content ul{width:auto}.home-comparison-card-after .home-comparison-image-slot{order:2}.home-comparison-card-after .home-comparison-list{order:1}.feature-pair-row{--feature-pair-item-width:min(230px,100%);--feature-pair-copy-width:min(420px,100%);--feature-mobile-pair-gap:var(--space-lg);--feature-mobile-between-pairs-gap:clamp(42px,10vw,64px);grid-template-columns:1fr;gap:0;margin-bottom:var(--feature-mobile-between-pairs-gap)}.feature-pair-col{display:contents}.feature-screenshot-frame{margin:0 auto}.feature-copy{width:var(--feature-pair-copy-width)}.feature-pair-image-first{order:1;margin-bottom:var(--feature-mobile-pair-gap)}.feature-copy-first{order:2;margin-bottom:var(--feature-mobile-between-pairs-gap)}.feature-pair-image-second{order:3;margin-bottom:var(--feature-mobile-pair-gap)}.feature-copy-second{order:4}.feature-copy-first,.feature-copy-second,.feature-pair-image-first,.feature-pair-image-second{align-self:auto;justify-self:center}.use-cases-grid{grid-template-columns:1fr}.use-case-card-image-wrap{float:none;width:min(220px,100%);margin:0 auto var(--space-md)}.home-explore-link-grid,.home-trust-grid{grid-template-columns:1fr}.feature-copy{text-align:center}.site-footer-grid{grid-template-columns:1fr}}@media (max-width:640px){.site-header.home-connected .site-header-inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.hero-content{text-align:center}.hero-cta-row,.hero-cta-row.compact{justify-content:stretch;flex-direction:column;align-items:center}.hero-cta-row a{width:100%}.hero-cta-row a.store-badge{width:auto}.hero-cta-row .store-badge,.hero-cta-row .store-badge-wrap{width:max-content;align-self:center}.help-section-cards{grid-template-columns:1fr;justify-items:stretch}.faq-topic-link,.help-section-card{width:100%}.faq-topic-nav{grid-template-columns:1fr;justify-items:stretch}.help-search-wrap{width:100%}.hero-cta-row .store-badge-image-google-play{height:54px}.hero-cta-row .store-badge-image-app-store{height:40.5px;transform:none}.hero-cta-row .store-badge-soon-chip{top:-6px;right:-6px}.scroll-top-button{right:14px;bottom:14px;width:44px;height:44px}.legal-link-grid{grid-template-columns:1fr}}