*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-accent: #f97316;--color-accent-hover: #ea580c;--color-success: #10b981;--color-warning: #f59e0b;--color-bg: #fafafa;--color-surface: #ffffff;--color-text: #0f172a;--color-text-secondary: #64748b;--color-border: #e2e8f0;--color-dark-bg: #0f172a;--hero-gradient: linear-gradient(135deg, #f8a4d4 0%, #c4b5fd 50%, #a4d4f8 100%);--cta-gradient: linear-gradient(135deg, #2563eb, #1d4ed8);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--max-width: 1100px;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)}html[data-theme=dark]{--color-bg: #0f172a;--color-surface: #1e293b;--color-text: #f1f5f9;--color-text-secondary: #94a3b8;--color-border: #334155;--color-dark-bg: #0f172a;--hero-gradient: linear-gradient(135deg, #4a1942 0%, #2e1065 50%, #1e3a5f 100%);--cta-gradient: linear-gradient(135deg, #2563eb, #1d4ed8);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3), 0 1px 2px -1px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -4px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .3), 0 8px 10px -6px rgba(0, 0, 0, .3)}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-surface);line-height:1.6;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{line-height:1.15;color:var(--color-text);font-weight:700}h1{font-size:3.5rem;letter-spacing:-.03em}h2{font-size:2.25rem;letter-spacing:-.02em}h3{font-size:1.25rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}main{flex:1}.site-header{background:transparent;border-bottom:1px solid transparent;padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s,border-color .3s,backdrop-filter .3s}.site-header.scrolled{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--color-border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header .logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;color:var(--color-text);text-decoration:none}.site-header .logo img{width:28px;height:28px}.site-header nav{display:flex;align-items:center;gap:1.25rem}.site-header nav a{color:#334155;font-size:.9rem;font-weight:500}.site-header nav a:hover{color:var(--color-text);text-decoration:none}.header-cta{background:var(--color-primary);color:#fff!important;padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.85rem!important;font-weight:600!important;transition:background .2s}.header-cta:hover{background:var(--color-primary-hover);text-decoration:none!important}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:var(--radius-full);font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn:hover{transform:scale(1.02);text-decoration:none}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-lg)}.btn-primary:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-xl)}.btn-secondary{background:var(--color-surface);color:var(--color-primary);border:1px solid var(--color-border)}.btn-large{padding:.875rem 2rem;font-size:1.05rem}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;margin-bottom:1rem}.badge-primary{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.badge-warning{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.badge-accent{background:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe}.badge-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.section{padding:5rem 0}.section-alt,.section-bg-white{background:var(--color-surface)}.section-bg-base{background:var(--color-bg)}.section-bg-dark{background:var(--color-dark-bg);color:#ffffffe6}.section-bg-dark h2,.section-bg-dark h3{color:#fff}.section-bg-dark p,.section-bg-dark .section-header p{color:#ffffffa6}.section-bg-dark .badge{background:#ffffff1a;color:#ffffffe6}.section-bg-gradient{background:var(--cta-gradient);color:#fff}.section-bg-gradient h2,.section-bg-gradient h3{color:#fff}.section-bg-gradient p{color:#ffffffd9}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{margin-bottom:.75rem}.section-header p{color:var(--color-text-secondary);font-size:1.125rem;max-width:560px;margin:0 auto;line-height:1.6}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem}.section-bg-base .card{background:var(--color-surface)}.card h3{margin-bottom:.5rem;font-size:1.125rem}.card p{color:var(--color-text-secondary);font-size:.95rem;line-height:1.6}.card-problem{position:relative;padding-top:2.25rem}.card-problem .card-badge{position:absolute;top:-.75rem;left:1.5rem;display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-full);background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;font-size:.75rem;font-weight:600}.icon-box{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:1rem;flex-shrink:0}.icon-box-blue{background:#3b82f61a}.icon-box-purple{background:#8b5cf61a}.icon-box-orange{background:#f973161a}.icon-box-green{background:#10b9811a}.icon-box-amber{background:#f59e0b1a}.trust-icon-box{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);margin:0 auto 1rem}.two-col-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.two-col-section.reversed{direction:rtl}.two-col-section.reversed>*{direction:ltr}.two-col-section .col-text h3{font-size:1.5rem;margin-bottom:1rem;letter-spacing:-.01em}.two-col-section .col-text p{color:var(--color-text-secondary);font-size:1.05rem;line-height:1.7}.section-bg-dark .two-col-section .col-text p{color:#ffffffa6}.numbered-steps{list-style:none;padding:0;margin-top:2rem;position:relative}.numbered-steps:before{content:"";position:absolute;left:20px;top:40px;bottom:16px;width:1px;background:var(--color-border)}.numbered-steps li{display:flex;align-items:flex-start;gap:1rem;padding:.625rem 0;font-size:1rem;color:var(--color-text-secondary);position:relative}.numbered-steps li .step-num{width:40px;height:40px;border-radius:var(--radius-md);background:var(--color-primary);color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.numbered-steps li .step-text{padding-top:.5rem;line-height:1.5}.icon-feature-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.icon-feature-list li{display:flex;align-items:flex-start;gap:.875rem;line-height:1.5}.icon-feature-list .feature-icon-box{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.icon-feature-list .feature-title{font-weight:500;color:var(--color-text);font-size:1rem}.icon-feature-list .feature-desc{color:var(--color-text-secondary);font-size:.95rem}.section-bg-dark .icon-feature-list .feature-title{color:#fff}.section-bg-dark .icon-feature-list .feature-desc{color:#fff9}.icon-feature-list-simple li{font-size:1rem;color:var(--color-text-secondary)}.icon-feature-list-simple .list-icon{font-size:1.25rem;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:#8b5cf61a}.section-bg-dark .icon-feature-list-simple li{color:#ffffffbf}.section-bg-dark .icon-feature-list-simple .list-icon{background:#ffffff1a}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-strip-item{text-align:center}.feature-strip-item .strip-icon-box{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);margin:0 auto 1rem}.feature-strip-item h4{font-size:1rem;font-weight:700;margin-bottom:.375rem}.feature-strip-item p{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.callout-center{text-align:center;max-width:560px;margin:0 auto}.callout-center .callout-icon-box{width:72px;height:72px;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;font-size:2rem;background:#10b9811a;margin:0 auto 1.5rem}.callout-center h3{font-size:1.5rem;margin-bottom:1.5rem;letter-spacing:-.01em}.callout-points{list-style:none;padding:0;display:flex;flex-direction:column;gap:.875rem}.callout-points li{display:flex;align-items:center;justify-content:center;gap:.625rem;font-size:1rem;color:var(--color-text-secondary)}.callout-points li .check-icon{width:24px;height:24px;border-radius:var(--radius-sm);background:#10b9811a;color:var(--color-success);font-weight:700;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-signals{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.trust-item .trust-icon{color:var(--color-success);font-size:1rem}.store-badges{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}.store-badge{display:inline-flex;text-decoration:none;transition:opacity .2s;height:40px}.store-badge:hover{opacity:.85;text-decoration:none}.store-badge img{height:40px;width:auto;display:block}.store-badge-coming{opacity:.4;pointer-events:none}.store-badge-coming-label{font-size:.7rem;font-weight:500;color:var(--color-text-secondary);text-align:center;margin-top:.25rem}.hero .trust-signals{margin-top:1.5rem}.hero .trust-item{color:var(--color-text)}.cta-banner .trust-signals{margin-top:2rem}.cta-banner .trust-item{color:#334155}.cta-banner .trust-item .trust-icon{color:var(--color-success)}.hero{background:var(--hero-gradient);padding:8rem 0 5rem;text-align:center}.hero-content{max-width:640px;margin:0 auto}.hero-illustration{width:180px;height:auto;margin:0 auto 2rem}.hero .hero-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem 1rem;background:#ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.5);border-radius:var(--radius-full);font-size:.85rem;font-weight:600;color:var(--color-text);margin-bottom:1.5rem}.hero h1{font-size:3.5rem;margin-bottom:1.25rem;letter-spacing:-.03em;line-height:1.1}.hero h1 .text-accent{color:var(--color-primary)}.hero .subtitle{font-size:1.25rem;color:#334155;margin-bottom:2rem;line-height:1.6}.site-footer{background:transparent;color:#475569;padding:2.5rem 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--color-text)}.footer-logo img{width:28px;height:28px;border-radius:var(--radius-sm)}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{color:#475569;font-size:.9rem}.footer-links a:hover{color:var(--color-text)}.footer-copy{font-size:.85rem;color:#64748b}.footer-creator-link{color:#475569!important}.footer-creator-link:hover{color:var(--color-text)!important}.highlight-list{list-style:none;padding:0}.highlight-list li{padding:.5rem 0 .5rem 1.75rem;position:relative;color:var(--color-text-secondary)}.highlight-list li:before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:700}.gradient-bottom{background:var(--hero-gradient);margin-top:auto}.cta-banner{text-align:center;padding:5rem 0 3rem}.cta-banner h2{color:var(--color-text);margin-bottom:.75rem}.cta-banner p{color:#334155;margin-bottom:2rem;font-size:1.125rem}.cta-banner .cta-illustration{width:80px;height:auto;margin:0 auto 1.5rem}.legal-content{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.legal-content h1{margin-bottom:.5rem}.legal-content .legal-date{color:var(--color-text-secondary);font-size:.9rem;margin-bottom:2rem}.legal-content h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.4rem}.legal-content h3{margin-top:1.5rem;margin-bottom:.5rem}.legal-content p{margin-bottom:1rem;color:var(--color-text-secondary)}.legal-content ul,.legal-content ol{margin-bottom:1rem;padding-left:1.5rem;color:var(--color-text-secondary)}.legal-content li{margin-bottom:.25rem}.about-hero{background:var(--hero-gradient);padding:4rem 0;text-align:center}.about-hero .hero-illustration{width:140px;height:auto}.about-content{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.about-content h2{margin-top:2.5rem;margin-bottom:.75rem}.about-content p{margin-bottom:1rem;color:var(--color-text-secondary);font-size:1.05rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.phone-mockup{position:relative;display:inline-block}.phone-glow{position:absolute;inset:10%;border-radius:50%;filter:blur(40px);opacity:.6;z-index:0;pointer-events:none}.phone-glow-blue .phone-glow{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.phone-glow-purple .phone-glow{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.phone-glow-green .phone-glow{background:linear-gradient(135deg,#10b981,#34d399)}.phone-glow-orange .phone-glow{background:linear-gradient(135deg,#f97316,#fb923c)}.phone-bezel{position:relative;z-index:1;background:#1a1a1a;border-radius:2.5rem;padding:.5rem;box-shadow:var(--shadow-xl)}.phone-screen{background:var(--color-surface);border-radius:2rem;overflow:hidden;width:260px;aspect-ratio:9 / 19.5}.phone-screen img{width:100%;height:100%;object-fit:cover;display:block}.phone-placeholder{width:100%;height:100%;background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-surface) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.phone-placeholder-icon{font-size:2.5rem;opacity:.4}.phone-placeholder-label{font-size:.85rem;font-weight:600;color:var(--color-text-secondary);text-align:center}.phone-pair{display:flex;gap:1.5rem;justify-content:center;align-items:flex-start}.phone-pair .phone-mockup:nth-child(2){margin-top:2rem}.phone-single{display:flex;justify-content:center}html[data-theme=dark] .site-header.scrolled{background:#0f172ad9}html[data-theme=dark] .site-header nav a{color:var(--color-text-secondary)}html[data-theme=dark] .hero .subtitle,html[data-theme=dark] .cta-banner p,html[data-theme=dark] .cta-banner .trust-item{color:var(--color-text-secondary)}html[data-theme=dark] .hero .hero-badge{background:#ffffff1a;border-color:#ffffff26;color:var(--color-text)}html[data-theme=dark] .badge-primary{background:#3b82f626;color:#60a5fa}html[data-theme=dark] .badge-warning{background:#f9731626;color:#fb923c}html[data-theme=dark] .badge-accent{background:#8b5cf626;color:#a78bfa}html[data-theme=dark] .badge-success{background:#10b98126;color:#34d399}html[data-theme=dark] .card-problem .card-badge{background:#f9731626;color:#fb923c;border-color:#f9731640}html[data-theme=dark] .icon-box-blue{background:#3b82f626}html[data-theme=dark] .icon-box-purple{background:#8b5cf626}html[data-theme=dark] .icon-box-orange{background:#f9731626}html[data-theme=dark] .icon-box-green{background:#10b98126}html[data-theme=dark] .icon-box-amber{background:#f59e0b26}html[data-theme=dark] .callout-center .callout-icon-box{background:#10b98126}html[data-theme=dark] .callout-points li .check-icon{background:#10b98126;color:#34d399}html[data-theme=dark] .phone-bezel{border:1px solid #334155}html[data-theme=dark] .site-footer{color:var(--color-text-secondary)}html[data-theme=dark] .footer-logo{color:var(--color-text)}html[data-theme=dark] .footer-links a,html[data-theme=dark] .footer-creator-link{color:var(--color-text-secondary)!important}html[data-theme=dark] .footer-links a:hover,html[data-theme=dark] .footer-creator-link:hover{color:var(--color-text)!important}html[data-theme=dark] .footer-copy{color:var(--color-text-secondary)}html[data-theme=dark] .trust-icon-box,html[data-theme=dark] .feature-strip-item .strip-icon-box{background:var(--color-bg);border-color:var(--color-border)}html[data-theme=dark] a{color:#60a5fa}html[data-theme=dark] .btn-secondary{background:var(--color-surface);color:#60a5fa;border-color:var(--color-border)}.theme-toggle{width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;color:var(--color-text)}.theme-toggle:hover{background:var(--color-bg)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon,html[data-theme=dark] .theme-toggle .icon-sun{display:block}html[data-theme=dark] .theme-toggle .icon-moon{display:none}@media(max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}.hero{padding:6rem 0 3rem}.hero h1{font-size:2.5rem}.hero .subtitle{font-size:1.05rem}.hero-illustration{width:120px;height:auto}.section{padding:3.5rem 0}.card-grid{grid-template-columns:1fr}.two-col,.two-col-section{grid-template-columns:1fr;gap:2.5rem}.two-col-section.reversed{direction:ltr}.feature-strip{grid-template-columns:1fr 1fr;gap:1.5rem}.trust-signals{gap:1rem}.numbered-steps:before{display:none}.phone-screen{width:220px}.phone-pair{flex-direction:column;align-items:center}.phone-pair .phone-mockup:nth-child(2){margin-top:0}.site-header nav{gap:.75rem}.site-header nav a.nav-secondary{display:none}.site-header nav a{font-size:.85rem}.header-cta{padding:.35rem .85rem;font-size:.8rem!important}.footer-inner{flex-direction:column;text-align:center}.footer-links{justify-content:center}}@media(max-width:480px){.hero h1{font-size:2rem}.btn-large{padding:.85rem 2rem;font-size:1rem}.container{padding:0 1rem}.feature-strip{grid-template-columns:1fr}.trust-signals{flex-direction:column;align-items:center}.callout-points li{font-size:.9rem;justify-content:flex-start;text-align:left}}
