:root{--primary: #30D158;--primary-dim: rgba(48, 209, 88, .15);--primary-border: rgba(48, 209, 88, .3);--primary-text: #5de07a;--bg: #0a0f0b;--bg-dark: #060a07;--surface: #131a14;--text: #f5f5f7;--text-secondary: #a1a1a6;--text-dark: #f5f5f7;--text-dark-secondary: #a1a1a6;--border: rgba(255, 255, 255, .08);--radius: 18px;--radius-sm: 12px;--shadow: 0 4px 24px rgba(0, 0, 0, .4);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .6);--font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:#080f09;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(ellipse at 85% 5%,rgba(48,209,88,.1) 0%,transparent 45%),radial-gradient(ellipse at 15% 35%,rgba(30,180,60,.07) 0%,transparent 40%),radial-gradient(ellipse at 75% 65%,rgba(48,209,88,.06) 0%,transparent 40%),radial-gradient(ellipse at 25% 90%,rgba(20,160,50,.08) 0%,transparent 40%),#080f09}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none;transition:opacity .2s}a:hover{opacity:.75}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#080f09d9;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}.navbar .container{display:flex;align-items:center;justify-content:space-between;height:56px}.nav-brand{display:flex;align-items:center;gap:10px;color:var(--text-dark);font-weight:600;font-size:17px;letter-spacing:-.02em;text-decoration:none}.brand-icon-img{flex-shrink:0;display:flex;align-items:center;justify-content:center}.hero-app-icon{margin-bottom:20px;display:inline-block;box-shadow:0 8px 30px #0006;border-radius:20px}.hero{background:transparent;min-height:100vh;padding:120px 0 48px;overflow:hidden;position:relative}.hero-container{display:flex;align-items:center;gap:60px;position:relative;z-index:1}.hero-text{flex:1;min-width:0}.hero-eyebrow-group{display:flex;align-items:center;gap:8px;margin-bottom:24px}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--primary-dim);border:1px solid var(--primary-border);color:var(--primary-text);font-size:13px;font-weight:600;letter-spacing:.04em;padding:5px 14px;border-radius:100px;margin-bottom:0}.hero-text h1{font-size:clamp(40px,7vw,72px);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--text-dark);margin-bottom:20px}.hero-text h1 span{background:linear-gradient(135deg,#30d158,#5de07a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:18px;color:var(--text-dark-secondary);line-height:1.65;max-width:480px;margin-bottom:36px}.hero-cta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:28px}.app-store-link{display:inline-block;transition:transform .2s,opacity .2s;flex-shrink:0}.app-store-link:hover{transform:scale(1.04);opacity:1}.app-store-link img{height:72px;width:auto}.hero-eyebrow-glass{background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hero-docs-btn{display:inline-flex;align-items:center;gap:10px;background:var(--primary);border:1px solid rgba(48,209,88,.6);color:#fff;font-size:16px;font-weight:700;padding:16px 28px;border-radius:100px;box-shadow:0 4px 24px #30d15859;transition:background .2s,box-shadow .2s,transform .2s;text-decoration:none;cursor:pointer;flex-shrink:0;letter-spacing:-.01em}.hero-docs-btn svg{width:20px;height:20px;flex-shrink:0}.hero-docs-btn:hover{background:#3de667;box-shadow:0 6px 32px #30d15880;transform:translateY(-2px);opacity:1}.hero-meta{display:flex;align-items:center;gap:8px}.hero-meta span{display:inline-flex;align-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text-dark-secondary);font-size:12px;font-weight:600;letter-spacing:.02em;padding:4px 12px;border-radius:100px}.hero-phones{flex-shrink:0;display:flex;gap:20px;align-items:flex-end;justify-content:center}.phone-frame{position:relative;border-radius:44px;background:transparent;padding:0;box-shadow:none;flex-shrink:0;overflow:hidden}.phone-frame img{border-radius:44px;display:block;object-fit:cover;mix-blend-mode:screen}.phone-1 img{width:300px;height:648px}.section-intro{padding:48px 0 28px;text-align:center}.section-intro h2{font-size:clamp(28px,4vw,42px);font-weight:700;letter-spacing:-.025em;color:var(--text);margin-bottom:12px}.section-intro p{font-size:18px;color:var(--text-secondary)}.features{padding:28px 0 48px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:var(--surface);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.07);transition:transform .25s,box-shadow .25s}@media (hover: hover){.feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}}.feature-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#30d1581f,#30d1580f);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-icon svg{width:26px;height:26px;color:var(--primary)}.feature-card h3{font-size:19px;font-weight:600;letter-spacing:-.015em;color:var(--text);margin-bottom:10px}.feature-card p{font-size:15px;color:var(--text-secondary);line-height:1.6}.showcase-section{padding:40px 0;background:transparent}.section-label{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);margin-bottom:12px}.showcase-section h2{font-size:clamp(28px,4vw,42px);font-weight:700;letter-spacing:-.025em;color:var(--text-dark);margin-bottom:40px}.sticky-showcase{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.sticky-showcase-text{display:flex;flex-direction:column}.sticky-text-block{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:48px 0}.sticky-showcase-image{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center}.sticky-image-inner{position:relative;width:300px;height:648px}.sticky-image-slide{position:absolute;top:0;left:0;opacity:0;transition:opacity .4s ease;pointer-events:none}.sticky-image-slide.active{opacity:1;pointer-events:auto}.showcase-number{font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--primary);margin-bottom:14px;opacity:.7}.sticky-text-block h3{font-size:clamp(22px,2.5vw,30px);font-weight:700;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:16px;line-height:1.2}.sticky-text-block p{font-size:17px;line-height:1.75;color:var(--text-dark-secondary);margin-bottom:24px}.showcase-highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.showcase-highlights li{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:500;color:var(--text-dark)}.showcase-highlights li:before{content:"";width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#30d15826,#30d15814);border:1px solid rgba(48,209,88,.2);flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2330D158' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center}.sticky-image-inner .phone-frame{box-shadow:none}.sticky-image-inner .phone-frame img{width:300px;height:648px;mix-blend-mode:normal}.mobile-showcase{display:none}@media (max-width: 800px){.sticky-showcase{display:none}.mobile-showcase{display:block;margin-top:8px}.mobile-showcase-track{display:flex;gap:16px;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:32px 10px 8px;scroll-padding-inline:10px}.mobile-showcase-track::-webkit-scrollbar{display:none}.mobile-showcase-card{width:calc(100% - 4px);height:82svh;flex-shrink:0;scroll-snap-align:center;cursor:pointer;perspective:1200px;border-radius:28px;-webkit-tap-highlight-color:transparent}.mobile-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .55s cubic-bezier(.4,0,.2,1);border-radius:28px}.mobile-card-inner.flipped{transform:rotateY(180deg)}.mobile-card-front,.mobile-card-back{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:28px;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden}.mobile-card-front{display:flex;flex-direction:column;background:var(--surface);border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:20px 20px 0;gap:0}.mobile-card-screenshot{flex:1;min-height:0;overflow:hidden;border-radius:18px 18px 0 0}.mobile-card-screenshot .phone-frame{width:100%;height:100%;border-radius:0;box-shadow:none}.mobile-card-screenshot .phone-frame img{width:100%;height:100%;object-fit:contain;object-position:top center;border-radius:0;mix-blend-mode:normal}.mobile-card-front-overlay{flex-shrink:0;padding:16px 20px 20px;display:flex;flex-direction:column;gap:6px}.mobile-card-front-overlay .showcase-number{font-size:12px;opacity:.5;margin-bottom:2px}.mobile-card-front-overlay h3{font-size:18px;font-weight:700;letter-spacing:-.02em;color:var(--text-dark);line-height:1.2;margin-bottom:8px}.mobile-card-back{background:var(--surface);border:1px solid rgba(255,255,255,.08);transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:center;padding:32px 28px;gap:0}.mobile-card-back .showcase-number{display:block;margin-bottom:8px}.mobile-card-back h3{font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:20px;line-height:1.2}.mobile-card-description{font-size:14px;line-height:1.6;color:var(--text-secondary);margin-bottom:20px}.mobile-card-back .showcase-highlights{gap:10px}.mobile-card-back .showcase-highlights li{font-size:14px}.mobile-flip-hint{font-size:11px;color:var(--text-secondary);opacity:.5;letter-spacing:.01em;flex-shrink:0}.mobile-flip-hint--back{margin-top:24px;color:var(--text-secondary);opacity:.5}.mobile-showcase-dots{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px;padding-bottom:4px}.mobile-dot{height:6px;width:6px;border-radius:3px;border:none;background:#fff3;cursor:pointer;padding:0;transition:width .3s ease,background .3s ease}.mobile-dot.active{width:20px;background:var(--primary)}}.privacy-section{padding:16px 0 96px;background:transparent}.privacy-card{background:var(--surface);border:1px solid rgba(255,255,255,.07);border-radius:28px;padding:56px 48px;text-align:center;color:var(--text);max-width:782px;margin:0 auto}.privacy-badge{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--primary-dim);border-radius:20px;margin-bottom:24px}.privacy-badge svg{width:32px;height:32px;color:var(--primary)}.privacy-card h2{font-size:clamp(24px,3.5vw,36px);font-weight:700;letter-spacing:-.025em;margin-bottom:16px}.privacy-card p{font-size:16px;line-height:1.7;color:var(--text-secondary);margin-bottom:28px;max-width:520px;margin-left:auto;margin-right:auto}.privacy-bullets{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-bottom:32px}.privacy-bullets span{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--text-secondary)}.privacy-bullets span:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--primary-dim);border-radius:50%;font-size:11px;color:var(--primary)}.privacy-link{display:inline-flex;align-items:center;gap:6px;background:var(--primary-dim);border:1px solid var(--primary-border);color:var(--primary);font-size:15px;font-weight:600;padding:12px 24px;border-radius:100px;transition:background .2s,transform .2s;text-decoration:none}.privacy-link:hover{background:#30d15838;transform:translateY(-1px);opacity:1}.footer{background:transparent;border-top:1px solid rgba(255,255,255,.06);padding:40px 0 32px}.footer .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-brand{display:flex;align-items:center;gap:10px;color:var(--text-dark);font-weight:600;font-size:16px}.footer-links{display:flex;gap:24px}.footer-links a{color:var(--text-dark-secondary);font-size:14px;transition:color .2s;text-decoration:none}.footer-links a:hover{color:var(--text-dark);opacity:1}.footer-copy{color:#a1a1a680;font-size:13px;width:100%;text-align:center;margin-top:8px}.subpage{min-height:100vh;background:var(--bg)}.subpage-header{background:var(--bg-dark);padding:80px 0 28px;border-bottom:1px solid rgba(255,255,255,.06)}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-size:14px;font-weight:500;margin-bottom:20px;text-decoration:none;transition:gap .2s}.back-link:hover{gap:10px;opacity:1}.subpage-header h1{font-size:clamp(28px,5vw,48px);font-weight:700;letter-spacing:-.025em;color:var(--text-dark);margin-bottom:8px}.subpage-header p{color:var(--text-dark-secondary);font-size:15px}.subpage-content{padding:56px 0 80px}.prose{max-width:720px;color:var(--text)}.prose h2{font-size:22px;font-weight:700;letter-spacing:-.015em;color:var(--text);margin:40px 0 12px}.prose h2:first-child{margin-top:0}.prose p{font-size:16px;line-height:1.75;color:var(--text-secondary);margin-bottom:16px}.prose ul{padding-left:24px;margin-bottom:16px}.prose li{font-size:16px;line-height:1.75;color:var(--text-secondary);margin-bottom:6px}.prose strong{color:var(--text);font-weight:600}.credit-card{display:flex;align-items:flex-start;gap:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;margin-top:8px}.credit-icon-preview{flex-shrink:0;width:72px;height:72px;border-radius:18px;overflow:hidden;box-shadow:0 4px 20px #0006}.credit-icon-preview img{width:100%;height:100%;object-fit:cover}.credit-info{flex:1;min-width:0}.credit-title{font-size:16px;font-weight:600;color:var(--text)!important;margin-bottom:8px!important}.credit-link{display:inline-flex;align-items:center;gap:6px;background:var(--primary-dim);border:1px solid var(--primary-border);color:var(--primary);font-size:14px;font-weight:600;padding:8px 18px;border-radius:100px;margin-top:12px;transition:background .2s,transform .2s;text-decoration:none}.credit-link:hover{background:#30d15838;transform:translateY(-1px);opacity:1}@media (max-width: 500px){.credit-card{flex-direction:column}}.info-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:24px;margin-bottom:16px}.info-box p{margin:0;font-size:15px}.info-box p+p{margin-top:4px}@media (max-width: 900px){.hero-container{flex-direction:column;text-align:center;gap:48px}.hero-text{display:flex;flex-direction:column;align-items:center}.hero-subtitle{max-width:100%}.hero-phones{width:100%}.phone-1 img,.phone-2 img{width:200px;height:432px}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 800px){.hero{min-height:unset}.hero-container{gap:0}.hero-phones{display:none}.features-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.hero{padding:100px 0 60px}.hero-cta-row{flex-direction:column;align-items:center}.features-grid{grid-template-columns:1fr}.feature-card{opacity:0;transform:translateY(28px);transition:opacity .5s ease,transform .5s ease}.feature-card.is-visible{opacity:1;transform:translateY(0)}.phone-1 img{width:240px;height:519px}.privacy-card{padding:36px 24px}.privacy-bullets{flex-direction:column;align-items:flex-start;gap:12px;width:fit-content;margin:0 auto 32px}.footer .container{flex-direction:column;align-items:flex-start}.footer-copy{text-align:left}.nav-links{gap:20px}}@media (orientation: landscape) and (max-height: 500px){.hero-container{flex-direction:row;text-align:left;gap:32px;align-items:center}.hero-text{align-items:flex-start}.hero-phones{display:flex;flex-shrink:0}.phone-1 img{width:130px;height:281px}.mobile-showcase-card{height:78svh}.mobile-card-front{flex-direction:row-reverse;padding:16px;gap:16px;align-items:stretch}.mobile-card-screenshot{width:38%;flex:none;border-radius:14px}.mobile-card-front-overlay{flex:1;padding:16px 8px 16px 16px;justify-content:center}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{animation:fadeUp .5s ease both}.hero-text h1{animation:fadeUp .5s .1s ease both}.hero-subtitle{animation:fadeUp .5s .2s ease both}.hero-cta-row{animation:fadeUp .5s .3s ease both}.hero-meta{animation:fadeUp .5s .35s ease both}.hero-phones{animation:fadeUp .6s .2s ease both}
