.download-buttons[data-v-dcd96f0a]{display:flex;flex-direction:column;align-items:center;gap:var(--space-xl)}.store-buttons[data-v-dcd96f0a]{display:flex;gap:var(--space-md);flex-wrap:wrap;justify-content:center}.store-btn[data-v-dcd96f0a]{position:relative;display:inline-flex;align-items:center;justify-content:center;width:180px;height:54px;transition:opacity var(--transition-fast)}.store-btn img[data-v-dcd96f0a]{width:100%;height:100%;object-fit:contain}.store-btn[data-v-dcd96f0a]:hover{opacity:.85}.store-btn-unavailable[data-v-dcd96f0a]{cursor:default}.store-btn-unavailable img[data-v-dcd96f0a]{opacity:.5;filter:grayscale(1)}.store-btn-unavailable span[data-v-dcd96f0a]{position:absolute;inset:auto 8px 6px;padding:2px 6px;border-radius:6px;background:#0a0a0ac7;color:var(--color-text);font-size:.68rem;font-weight:700;text-align:center}.store-btn-unavailable[data-v-dcd96f0a]:hover{opacity:1}.qr-codes[data-v-dcd96f0a]{display:flex;gap:var(--space-2xl)}.qr-item[data-v-dcd96f0a]{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}.qr-img[data-v-dcd96f0a]{width:140px;height:140px;background:#fff;border-radius:var(--border-radius);padding:var(--space-sm)}.qr-label[data-v-dcd96f0a]{font-size:.8rem;color:var(--color-text-muted)}@media(max-width:420px){.download-buttons[data-v-dcd96f0a]{gap:var(--space-sm)}.store-buttons[data-v-dcd96f0a]{gap:6px}.store-btn[data-v-dcd96f0a]{width:146px;height:44px}.store-btn img[data-v-dcd96f0a]{height:100%}.store-btn-unavailable span[data-v-dcd96f0a]{inset:auto 6px 5px;font-size:.62rem}}.feature-card[data-v-d6caec32]{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-xl);transition:border-color var(--transition-base)}.feature-card[data-v-d6caec32]:hover{border-color:var(--color-primary)}.feature-icon[data-v-d6caec32]{color:var(--color-primary);margin-bottom:var(--space-md)}.feature-title[data-v-d6caec32]{font-size:1.1rem;margin-bottom:var(--space-sm)}.feature-description[data-v-d6caec32]{color:var(--color-text-secondary);font-size:.9rem}.screenshots-row[data-v-c06d8554]{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-2xl) var(--space-xl);justify-items:center}.screenshot-item[data-v-c06d8554]{display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.carousel-mobile[data-v-c06d8554]{display:none}.phone-frame[data-v-c06d8554]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:0;background:transparent;width:220px;display:flex;align-items:center;justify-content:center;transition:transform var(--transition-base),filter var(--transition-base);filter:drop-shadow(0 12px 32px rgba(0,0,0,.45));cursor:zoom-in}.screenshot-item:hover .phone-frame[data-v-c06d8554],.carousel-slide.active .phone-frame[data-v-c06d8554]{transform:translateY(-6px);filter:drop-shadow(0 20px 40px rgba(100,181,246,.35))}.phone-frame img[data-v-c06d8554]{width:100%;height:auto;display:block}.phone-frame[data-v-c06d8554]:focus-visible{outline:2px solid var(--color-primary);outline-offset:6px;border-radius:28px}.screenshot-label[data-v-c06d8554]{color:var(--color-text-secondary);font-size:.85rem;text-align:center;max-width:220px}.carousel-track[data-v-c06d8554]{display:flex;justify-content:center;min-height:580px;align-items:center;flex:1}.carousel-slide[data-v-c06d8554]{display:none;flex-direction:column;align-items:center;gap:var(--space-md)}.carousel-slide.active[data-v-c06d8554]{display:flex}.carousel-btn[data-v-c06d8554]{background:var(--color-surface);border:1px solid var(--color-border);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0}.carousel-btn[data-v-c06d8554]:hover{background:var(--color-surface-hover);border-color:var(--color-primary)}.carousel-dots[data-v-c06d8554]{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);display:flex;gap:var(--space-sm)}.dot[data-v-c06d8554]{width:10px;height:10px;border-radius:50%;background:var(--color-border);border:none;cursor:pointer;transition:background var(--transition-fast)}.dot.active[data-v-c06d8554]{background:var(--color-primary)}.fullscreen-viewer[data-v-c06d8554]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;grid-template-columns:64px minmax(0,1fr) 64px;align-items:center;gap:var(--space-md);padding:var(--space-xl);background:#000000eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-figure[data-v-c06d8554]{min-width:0;max-height:100%;display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.fullscreen-figure img[data-v-c06d8554]{max-width:min(100%,420px);max-height:calc(100svh - 110px);width:auto;height:auto;object-fit:contain;border-radius:28px;box-shadow:0 28px 80px #0000008c}.fullscreen-figure figcaption[data-v-c06d8554]{color:var(--color-text-secondary);font-size:.95rem;text-align:center}.fullscreen-close[data-v-c06d8554],.fullscreen-nav[data-v-c06d8554]{border:1px solid var(--color-border);background:#1a1a1ad1;color:var(--color-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background var(--transition-fast),border-color var(--transition-fast)}.fullscreen-close[data-v-c06d8554]:hover,.fullscreen-nav[data-v-c06d8554]:hover{background:var(--color-surface-hover);border-color:var(--color-primary)}.fullscreen-close[data-v-c06d8554]{position:absolute;top:var(--space-lg);right:var(--space-lg);width:44px;height:44px;border-radius:50%}.fullscreen-nav[data-v-c06d8554]{width:52px;height:52px;border-radius:50%}.fullscreen-prev[data-v-c06d8554]{justify-self:end}.fullscreen-next[data-v-c06d8554]{justify-self:start}@media(max-width:1024px){.screenshots-row[data-v-c06d8554]{grid-template-columns:repeat(2,1fr);gap:var(--space-2xl) var(--space-xl)}}@media(max-width:640px){.screenshots-row[data-v-c06d8554]{display:none}.carousel-mobile[data-v-c06d8554]{display:flex;position:relative;align-items:center;justify-content:center;gap:var(--space-sm);padding-bottom:var(--space-xl)}.carousel-track[data-v-c06d8554]{min-height:430px}.phone-frame[data-v-c06d8554]{width:210px}.carousel-slide[data-v-c06d8554]{gap:var(--space-sm)}.carousel-dots[data-v-c06d8554]{bottom:-1.25rem}.fullscreen-viewer[data-v-c06d8554]{grid-template-columns:44px minmax(0,1fr) 44px;gap:var(--space-xs);padding:var(--space-md) var(--space-sm)}.fullscreen-figure img[data-v-c06d8554]{max-width:min(100%,330px);max-height:calc(100svh - 96px);border-radius:24px}.fullscreen-nav[data-v-c06d8554]{width:40px;height:40px}.fullscreen-close[data-v-c06d8554]{top:var(--space-md);right:var(--space-md);width:40px;height:40px}}.hero[data-v-7e6e9813]{padding:var(--space-2xl) 0 var(--space-xl);background:var(--color-page-gradient)}.hero-inner[data-v-7e6e9813]{min-height:calc(100svh - var(--header-height) - 48px);display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:center;gap:var(--space-2xl)}.hero-copy[data-v-7e6e9813]{max-width:560px}.features[data-v-7e6e9813]{padding-top:var(--space-2xl)}.hero-headline[data-v-7e6e9813]{font-size:clamp(2.25rem,5vw,4.4rem);font-weight:800;line-height:1.1;margin-bottom:var(--space-md)}.hero-subheadline[data-v-7e6e9813]{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-secondary);max-width:600px;margin:0 0 var(--space-lg)}.hero-downloads[data-v-7e6e9813]{align-items:flex-start}.hero-preview[data-v-7e6e9813]{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}.hero-phone[data-v-7e6e9813]{position:absolute;width:min(42vw,250px);filter:drop-shadow(0 24px 44px rgba(0,0,0,.5))}.hero-phone img[data-v-7e6e9813]{width:100%;height:auto;display:block;border-radius:28px}.phone-1[data-v-7e6e9813]{z-index:3;transform:translateY(-8px)}.phone-2[data-v-7e6e9813]{z-index:2;transform:translate(-42%) translateY(30px) rotate(-7deg) scale(.9);opacity:.86}.phone-3[data-v-7e6e9813]{z-index:1;transform:translate(42%) translateY(30px) rotate(7deg) scale(.9);opacity:.86}.section-title[data-v-7e6e9813]{text-align:center;font-size:2rem;margin-bottom:var(--space-2xl)}.features-grid[data-v-7e6e9813]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-xl)}.subscription[data-v-7e6e9813]{text-align:center;background:var(--color-bg-secondary);border-top:1px solid var(--color-border)}.subscription-description[data-v-7e6e9813]{color:var(--color-text-secondary);max-width:600px;margin:0 auto var(--space-2xl);font-size:1.05rem}.plans-grid[data-v-7e6e9813]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-xl);max-width:700px;margin:0 auto}.plan-card[data-v-7e6e9813]{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);padding:var(--space-2xl) var(--space-xl);text-align:left;transition:border-color var(--transition-base)}.plan-card.featured[data-v-7e6e9813]{border-color:var(--color-primary)}.plan-badge[data-v-7e6e9813]{position:absolute;top:calc(-1 * var(--space-sm));left:50%;transform:translate(-50%);background:var(--color-primary);color:var(--color-bg);font-size:.75rem;font-weight:700;padding:var(--space-xs) var(--space-md);border-radius:var(--border-radius);text-transform:uppercase;letter-spacing:.05em}.plan-name[data-v-7e6e9813]{font-size:1.25rem;margin-bottom:var(--space-xs)}.plan-price[data-v-7e6e9813]{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:var(--space-lg)}.plan-features[data-v-7e6e9813]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-sm)}.plan-features li[data-v-7e6e9813]{color:var(--color-text-secondary);font-size:.9rem;padding-left:var(--space-lg);position:relative}.plan-features li[data-v-7e6e9813]:before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:700}.download-cta[data-v-7e6e9813]{text-align:center;background:var(--color-bg);border-top:1px solid var(--color-border)}.download-cta-text[data-v-7e6e9813]{color:var(--color-text-secondary);margin-bottom:var(--space-xl)}@media(max-width:820px){.hero[data-v-7e6e9813]{padding:var(--space-sm) 0 var(--space-md)}.hero-inner[data-v-7e6e9813]{min-height:0;grid-template-columns:1fr;gap:var(--space-sm);align-content:start}.hero-copy[data-v-7e6e9813]{max-width:none;text-align:center}.hero-headline[data-v-7e6e9813]{font-size:clamp(1.85rem,8vw,2.45rem);margin-bottom:var(--space-xs)}.hero-subheadline[data-v-7e6e9813]{max-width:36rem;margin:0 auto var(--space-sm);font-size:.95rem;line-height:1.4}.hero-downloads[data-v-7e6e9813]{align-items:center}.hero-preview[data-v-7e6e9813]{order:-1;min-height:clamp(270px,43svh,330px);margin-top:calc(-1 * var(--space-xs));margin-bottom:var(--space-md)}.hero-phone[data-v-7e6e9813]{width:min(36vw,150px)}.hero-phone img[data-v-7e6e9813]{border-radius:20px}.phone-1[data-v-7e6e9813]{transform:translateY(-4px)}.phone-2[data-v-7e6e9813]{transform:translate(-42%) translateY(18px) rotate(-7deg) scale(.9)}.phone-3[data-v-7e6e9813]{transform:translate(42%) translateY(18px) rotate(7deg) scale(.9)}.features[data-v-7e6e9813]{padding-top:var(--space-lg)}.screenshots[data-v-7e6e9813]{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.section-title[data-v-7e6e9813]{font-size:1.65rem;margin-bottom:var(--space-lg)}}@media(max-width:420px){.hero[data-v-7e6e9813]{padding-top:var(--space-xs)}.hero-inner[data-v-7e6e9813]{gap:var(--space-xs)}.hero-preview[data-v-7e6e9813]{min-height:clamp(250px,41svh,300px);margin-bottom:var(--space-sm)}.hero-phone[data-v-7e6e9813]{width:min(36vw,132px)}.hero-subheadline[data-v-7e6e9813]{font-size:.9rem}}
