:root{--font-heading: "Plus Jakarta Sans", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--max-width: 1100px;--radius: 1rem;--radius-lg: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 8px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 20px 48px rgba(0, 0, 0, .12);--shadow-glow: 0 0 40px rgba(124, 58, 237, .25);--touch-target: 44px;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--violet: #7c3aed;--violet-light: #a78bfa;--violet-dark: #5b21b6;--fuchsia: #c026d3;--blue: #2563eb;--blue-light: #3b82f6;--teal: #0d9488;--teal-light: #2dd4bf;--amber: #f59e0b;--emerald: #10b981;--gradient-hero: linear-gradient(135deg, #1e1b4b 0%, #312e81 30%, #4c1d95 60%, #5b21b6 100%);--gradient-cta: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #c026d3 100%);--gradient-card-1: linear-gradient(135deg, rgba(124, 58, 237, .12) 0%, rgba(168, 85, 247, .08) 100%);--gradient-card-2: linear-gradient(135deg, rgba(13, 148, 136, .12) 0%, rgba(45, 212, 191, .08) 100%);--gradient-card-3: linear-gradient(135deg, rgba(37, 99, 235, .12) 0%, rgba(59, 130, 246, .08) 100%);--gradient-card-4: linear-gradient(135deg, rgba(245, 158, 11, .12) 0%, rgba(251, 191, 36, .08) 100%);--bg: #f8fafc;--bg-dark: #0f172a;--surface: #ffffff;--text: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--border-dark: rgba(255, 255, 255, .12)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg)}.app-body{min-height:calc(100vh - 80px);background:transparent}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}@media (min-width: 480px){.container{padding:0 1.25rem}}@media (min-width: 768px){.container{padding:0 1.5rem}}.site-header{background:var(--bg-dark);padding:.875rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-md)}@media (max-width: 767px){.site-header{padding:.75rem 0}.header-inner{position:relative}}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.logo{font-family:var(--font-heading);font-weight:800;font-size:1.35rem;background:linear-gradient(135deg,#a78bfa,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;letter-spacing:-.02em}.logo:hover{opacity:.9}.nav-links{display:flex;gap:.25rem;flex-wrap:wrap}.nav-links a{color:#94a3b8;text-decoration:none;font-weight:500;font-size:.9375rem;padding:.5rem .875rem;border-radius:var(--radius);transition:color .2s,background .2s}.nav-links a:hover{color:#f1f5f9;background:#ffffff14}.nav-links a.active{color:#fff;background:#a78bfa33}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:var(--touch-target);min-height:var(--touch-target);padding:12px;background:transparent;border:none;border-radius:var(--radius);cursor:pointer;color:#94a3b8;transition:background .2s,color .2s}.nav-toggle:hover{background:#ffffff14;color:#f1f5f9}.nav-toggle-bar{display:block;width:22px;height:2px;background:currentColor;border-radius:1px;transition:transform .2s,opacity .2s}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (min-width: 768px){.nav-toggle{display:none}.nav-links{display:flex}}@media (max-width: 767px){.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg-dark);padding:1rem;gap:0;box-shadow:var(--shadow-lg);border-top:1px solid rgba(255,255,255,.08)}.nav-links-open{display:flex}.nav-links a{padding:.875rem 1rem;min-height:var(--touch-target);display:flex;align-items:center;font-size:1rem;border-radius:var(--radius)}}.site-footer{background:var(--bg-dark);padding:2rem 1rem;margin-top:2.5rem}@media (min-width: 768px){.site-footer{padding:3rem 1.5rem;margin-top:4rem}}.footer-inner{max-width:var(--max-width);margin:0 auto;text-align:center}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin-bottom:1.25rem}@media (min-width: 768px){.footer-links{gap:1.5rem;margin-bottom:1.5rem}}.footer-links a{color:#94a3b8;text-decoration:none;font-weight:500;padding:.5rem 0;min-height:var(--touch-target);display:inline-flex;align-items:center;transition:color .2s}.footer-links a:hover{color:#c4b5fd}.copyright{margin:0;font-size:.875rem;color:#64748b}.hero{padding:2.5rem 0 3.5rem;background:var(--gradient-hero);color:#fff;position:relative;overflow:hidden;min-height:calc(100vh - 56px);display:flex;align-items:center}@media (min-width: 480px){.hero{padding:3rem 0 4rem}}@media (min-width: 768px){.hero{padding:4rem 0 5rem}}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(167,139,250,.2) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:50%;height:100%;background:radial-gradient(ellipse,rgba(192,132,252,.15) 0%,transparent 70%);pointer-events:none}.hero-inner{position:relative;z-index:1;text-align:center}.hero-badge{display:inline-block;background:#ffffff26;color:#e9d5ff;font-size:.8125rem;font-weight:600;padding:.375rem .875rem;border-radius:var(--radius-full);margin-bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}.hero h1{font-family:var(--font-heading);font-size:clamp(1.65rem,5vw,3.25rem);font-weight:800;margin:0 0 1rem;line-height:1.2;letter-spacing:-.03em;max-width:720px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.hero h1{margin-bottom:1.25rem}}.tagline{font-size:clamp(1rem,2.5vw,1.2rem);color:#c4b5fd;max-width:560px;margin:0 auto 1.75rem;line-height:1.7;opacity:.95;padding:0 .5rem}@media (min-width: 768px){.tagline{margin-bottom:2.5rem}}.hero-actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;justify-content:center;margin-bottom:2rem}@media (min-width: 480px){.hero-actions{flex-direction:row;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}}.hero-sub{margin:0 0 2rem;font-size:.9375rem}.hero-sub a{color:#c4b5fd;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s}.hero-sub a:hover{border-bottom-color:#c4b5fd}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-target);padding:.75rem 1.5rem;border-radius:var(--radius-full);font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;font-family:var(--font-heading)}@media (min-width: 480px){.btn{padding:.875rem 1.75rem}}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--gradient-cta);color:#fff;box-shadow:0 4px 20px #7c3aed66}.btn-primary:hover{box-shadow:0 8px 28px #7c3aed80}.btn-secondary{background:#ffffff1f;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background:#fff3;border-color:#ffffff80}.hero-highlights{display:grid;grid-template-columns:1fr;gap:1rem;text-align:left;margin-top:1.5rem}@media (min-width: 480px){.hero-highlights{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem}}@media (min-width: 768px){.hero-highlights{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.highlight{padding:1.5rem;background:#ffffff0f;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s,background .2s}.highlight:hover{transform:translateY(-4px);background:#ffffff1a}.highlight-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:.75rem}.highlight strong{display:block;margin-bottom:.35rem;color:#fff;font-family:var(--font-heading);font-size:1.0625rem}.highlight span{font-size:.9rem;color:#c4b5fd;line-height:1.5;opacity:.9}.section-light{padding:2.5rem 0;background:var(--surface)}.section-muted{padding:2.5rem 0;background:var(--bg)}.section-dark{padding:2.5rem 0;background:var(--bg-dark);color:#fff}@media (min-width: 768px){.section-light,.section-muted,.section-dark{padding:4rem 0}}.section-dark .page-title,.section-dark h1,.section-dark h2{color:#fff}.section-dark .lead,.section-dark .text-muted{color:#94a3b8}.page{padding:1.5rem 0 2.5rem}@media (min-width: 768px){.page{padding:3rem 0 4rem}}.page-title{font-family:var(--font-heading);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;margin:0 0 .5rem;letter-spacing:-.02em;color:var(--text)}.lead{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-muted);margin:0 0 1.5rem;max-width:640px;line-height:1.7}@media (min-width: 768px){.lead{margin-bottom:2.5rem}}.features-intro{margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 480px){.feature-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}}@media (min-width: 768px){.feature-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}}.feature-card{padding:1.25rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);transition:transform .2s,box-shadow .2s}@media (min-width: 768px){.feature-card{padding:1.75rem}}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-card.accent-violet{background:var(--gradient-card-1);border-color:#7c3aed33}.feature-card.accent-teal{background:var(--gradient-card-2);border-color:#0d948833}.feature-card.accent-blue{background:var(--gradient-card-3);border-color:#2563eb33}.feature-card.accent-amber{background:var(--gradient-card-4);border-color:#f59e0b33}.feature-card.accent-emerald{background:linear-gradient(135deg,#10b9811a,#34d3990f);border-color:#10b98133}.feature-card.accent-fuchsia{background:linear-gradient(135deg,#c026d31a,#d946ef0f);border-color:#c026d333}.feature-card h2{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;margin:0 0 .75rem;color:var(--text);display:flex;align-items:center;gap:.5rem}.feature-card h2 .dot{width:8px;height:8px;border-radius:50%}.feature-card.accent-violet h2 .dot{background:var(--violet)}.feature-card.accent-teal h2 .dot{background:var(--teal)}.feature-card.accent-blue h2 .dot{background:var(--blue)}.feature-card.accent-amber h2 .dot{background:var(--amber)}.feature-card.accent-emerald h2 .dot{background:var(--emerald)}.feature-card.accent-fuchsia h2 .dot{background:var(--fuchsia)}.feature-card ul{margin:0;padding-left:1.25rem;color:var(--text-muted);line-height:1.7}.feature-card li{margin-bottom:.4rem}.steps{list-style:none;margin:0;padding:0}.step{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}@media (min-width: 480px){.step{flex-direction:row;gap:1.25rem;padding:1.5rem;margin-bottom:2rem}}@media (min-width: 768px){.step{gap:1.75rem;padding:1.75rem;margin-bottom:2.5rem}}.step:hover{box-shadow:var(--shadow-md)}@media (min-width: 768px){.step:hover{transform:translate(8px)}}.step:last-child{margin-bottom:0}.step-num{flex-shrink:0;width:3rem;height:3rem;background:var(--gradient-cta);color:#fff;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.125rem;font-family:var(--font-heading);box-shadow:0 4px 14px #7c3aed59}@media (min-width: 768px){.step-num{width:3.5rem;height:3.5rem;font-size:1.25rem}}.step h2{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;margin:0 0 .5rem;color:var(--text)}.step p{margin:0;color:var(--text-muted);line-height:1.65}.platform-cards{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}@media (min-width: 768px){.platform-cards{gap:1.5rem;margin-top:2rem}}.platform-card{padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.platform-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%}.platform-card:nth-child(1):before{background:linear-gradient(180deg,var(--violet),var(--fuchsia))}.platform-card:nth-child(2):before{background:linear-gradient(180deg,var(--teal),var(--emerald))}.platform-card:nth-child(3):before{background:linear-gradient(180deg,var(--blue),var(--blue-light))}.platform-card:nth-child(4):before{background:linear-gradient(180deg,var(--fuchsia),var(--violet))}.platform-card:hover{box-shadow:var(--shadow-lg)}@media (min-width: 768px){.platform-card{padding:2rem}.platform-card:hover{transform:translateY(-4px)}}.platform-card h2{font-family:var(--font-heading);font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:700;margin:0 0 .25rem;color:var(--text)}.platform-card .who{font-size:.9rem;font-weight:600;margin:0 0 .75rem}.platform-card:nth-child(1) .who{color:var(--violet)}.platform-card:nth-child(2) .who{color:var(--teal)}.platform-card:nth-child(3) .who{color:var(--blue)}.platform-card:nth-child(4) .who{color:var(--fuchsia)}.platform-card-icon{font-size:2rem;margin-bottom:.75rem}.platform-card p{margin:0;color:var(--text-muted);line-height:1.65}.platform-btn{display:inline-block;margin-top:1.25rem;text-decoration:none}.platform-coming-soon{display:inline-block;margin-top:1.25rem;font-size:.85rem;font-weight:600;color:var(--text-muted);padding:.5rem 1rem;border:1px dashed var(--border);border-radius:var(--radius)}.screenshot-section{margin-bottom:3.5rem}.screenshot-section h2{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;margin:0 0 1.25rem;color:var(--text);padding-bottom:.5rem;border-bottom:3px solid var(--violet);display:inline-block}.screenshot-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 480px){.screenshot-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 768px){.screenshot-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}.screenshot-fig{margin:0;background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.screenshot-fig:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.screenshot-fig img{width:100%;height:auto;display:block}.screenshot-fig figcaption{padding:.875rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-muted);background:var(--bg)}.blog-list{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.blog-list{gap:2rem}}.blog-card{padding:1.5rem;background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow .2s}.blog-card:hover{box-shadow:var(--shadow-md)}@media (min-width: 768px){.blog-card{padding:2rem}}.blog-card-icon{width:3rem;height:3rem;border-radius:var(--radius);background:var(--gradient-card-1);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.blog-card h2{font-family:var(--font-heading);font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:700;margin:0 0 .5rem;color:var(--text);line-height:1.3}.blog-card-summary{font-size:1rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.6}.blog-card-body p{margin:0 0 .75rem;color:var(--text);line-height:1.7;font-size:.9375rem}.blog-card-body p:last-child{margin-bottom:0}.blog-cta{margin-top:3rem;padding:2rem;background:var(--gradient-card-1);border-radius:var(--radius-lg);border:1px solid rgba(124,58,237,.2);text-align:center}.blog-cta p{margin:0 0 1.25rem;color:var(--text);font-weight:500;line-height:1.6}.blog-cta .btn{min-height:var(--touch-target)}.feature-group{margin-bottom:2rem}.feature-group h2{font-family:var(--font-heading);font-size:1.25rem;margin:0 0 .75rem;color:var(--text)}.feature-group ul{margin:0;padding-left:1.5rem;color:var(--text-muted)}.feature-group li{margin-bottom:.5rem}.legal-content{max-width:720px;margin:0 auto}.legal-content h2{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;margin:2rem 0 .75rem;color:var(--text)}.legal-content h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem;color:var(--text)}.legal-content p{margin:0 0 1rem;color:var(--text-muted);line-height:1.7}.legal-content ul,.legal-content ol{margin:0 0 1rem;padding-left:1.5rem;color:var(--text-muted);line-height:1.7}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--violet);text-decoration:underline}.legal-content strong{color:var(--text)}.last-updated{font-size:.875rem;color:var(--text-muted);margin-bottom:2rem;font-style:italic}.store-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:1.5rem 0}.store-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#000;color:#fff;border-radius:var(--radius);text-decoration:none;font-weight:600;font-size:.9375rem;transition:transform .2s,box-shadow .2s}.store-badge:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.store-badge-icon{font-size:1.5rem}.trust-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:3rem 0;text-align:center}.trust-item{padding:1.5rem}.trust-icon{font-size:2rem;margin-bottom:.75rem}.trust-item h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;margin:0 0 .5rem}.trust-item p{color:var(--text-muted);font-size:.9rem;margin:0;line-height:1.5}.cta-section{background:var(--gradient-hero);color:#fff;padding:4rem 0;text-align:center;border-radius:var(--radius-lg);margin:3rem 0}.cta-section h2{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin:0 0 1rem;color:#fff}.cta-section p{color:#c4b5fd;max-width:480px;margin:0 auto 2rem;font-size:1.1rem}.app-preview{padding:4rem 0}.app-preview h2{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;text-align:center;margin:0 0 .5rem}.app-preview .lead{text-align:center;margin:0 auto 2rem}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.preview-phone{border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow-lg);border:3px solid var(--border);transition:transform .3s}.preview-phone:hover{transform:scale(1.05)}.preview-phone img{width:100%;height:auto;display:block}.phone-mockup{padding:1.25rem 1rem 1.5rem;min-height:320px;display:flex;flex-direction:column;align-items:center;color:#fff}.phone-status-bar{display:flex;justify-content:space-between;width:100%;font-size:.6875rem;font-weight:600;opacity:.7;margin-bottom:1.25rem;padding:0 .25rem}.phone-screen-icon{font-size:2.5rem;margin-bottom:.5rem}.phone-screen-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.01em}.phone-screen-items{list-style:none;margin:0;padding:0;width:100%}.phone-screen-items li{background:#ffffff2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.5rem;padding:.5rem .75rem;margin-bottom:.4rem;font-size:.8125rem;font-weight:500}.phone-screen-items li:last-child{margin-bottom:0}.footer-sections{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 4rem;margin-bottom:2rem}.footer-section h4{color:#e2e8f0;font-family:var(--font-heading);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.footer-section-links{display:flex;flex-direction:column;gap:.5rem}.footer-section-links a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-section-links a:hover{color:#c4b5fd}.footer-contact{color:#94a3b8;font-size:.875rem;margin:1rem 0 0}.footer-contact a{color:#c4b5fd;text-decoration:none}
