*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#4A90D9;--primary-dark:#3A7BC8;--text:#1a1a2e;--text-light:#4a4a6a;--bg:#ffffff;--bg-alt:#f8f9fc;--accent:#FF6B6B}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;color:var(--text);line-height:1.6;background:var(--bg)}.container{max-width:1100px;margin:0 auto;padding:0 24px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav{position:sticky;top:0;z-index:100;background:rgba(26,26,46,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.08)}.nav .container{display:flex;justify-content:space-between;align-items:center;padding:12px 24px}.nav-brand{display:flex;align-items:center;gap:10px;color:white;text-decoration:none;font-weight:600;font-size:1.1rem}.nav-brand img{width:32px;height:32px;border-radius:8px}.nav-links{display:flex;gap:24px;align-items:center;list-style:none}.nav-links a{color:rgba(255,255,255,0.75);text-decoration:none;font-size:0.95rem;transition:color 0.2s}.nav-links a:hover,.nav-links a.active{color:white}.nav-cta{background:var(--primary) !important;color:white !important;padding:8px 20px;border-radius:8px;font-weight:500;transition:background 0.2s,transform 0.2s}.nav-cta:hover{background:var(--primary-dark) !important;transform:translateY(-1px)}.nav-toggle{display:none;color:white;background:none;border:none;cursor:pointer}.nav-toggle .lucide{width:24px;height:24px;stroke:white}.hero{min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:80px 24px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,0.08) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,255,255,0.05) 0%,transparent 40%)}.hero-dragthing{background:linear-gradient(135deg,#2d1b69 0%,#1a1a2e 100%)}.hero-content{position:relative;z-index:1}.app-icon{width:160px;height:160px;border-radius:36px;box-shadow:0 20px 60px rgba(0,0,0,0.3);margin-bottom:32px;transition:transform 0.3s ease}.app-icon:hover{transform:scale(1.05)}.hero h1{font-size:3.5rem;font-weight:700;color:white;margin-bottom:16px;letter-spacing:-0.02em;line-height:1.15}.hero .tagline{font-size:1.25rem;color:rgba(255,255,255,0.88);margin:0 auto 40px;font-weight:300;max-width:600px;line-height:1.7}.cta-buttons{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.app-store-badge{height:54px;transition:transform 0.2s ease,opacity 0.2s ease}.app-store-badge:hover{transform:scale(1.05);opacity:0.9}.btn-secondary{display:inline-flex;align-items:center;padding:14px 28px;background:rgba(255,255,255,0.15);color:white;text-decoration:none;border-radius:12px;font-weight:500;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);transition:all 0.2s ease}.btn-secondary:hover{background:rgba(255,255,255,0.25);transform:translateY(-2px)}.scroll-indicator{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,0.6);font-size:0.85rem;animation:bounce 2s infinite}.scroll-indicator .lucide{width:20px;height:20px;stroke:currentColor}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-8px)}60%{transform:translateX(-50%) translateY(-4px)}}.section{padding:80px 24px}.section-alt{background:var(--bg-alt)}.section h2{text-align:center;font-size:2.25rem;margin-bottom:20px;color:var(--text)}.section-subtitle{text-align:center;max-width:650px;margin:0 auto 48px;color:var(--text-light);font-size:1.05rem;line-height:1.7}.screenshot-section{padding:80px 24px;background:var(--bg-alt)}.screenshot-wrapper{max-width:900px;margin:0 auto}.screenshot-frame{border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,0.15);max-width:100%;height:auto;display:block}.screenshot-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;max-width:1000px;margin:0 auto}.screenshot-gallery img{width:100%;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,0.12)}.features-subsection{margin-bottom:56px}.features-subsection:last-child{margin-bottom:0}.features-subsection>h3{font-size:0.95rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--primary);margin-bottom:28px;text-align:center;font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:36px;max-width:1000px;margin:0 auto}.feature-card{text-align:center;padding:28px 20px}.feature-card .lucide{width:44px;height:44px;stroke:var(--primary);stroke-width:1.5;margin-bottom:18px}.feature-card h3,.feature-card h4{font-size:1.15rem;margin-bottom:10px;color:var(--text)}.feature-card p{color:var(--text-light);font-size:0.95rem;line-height:1.7}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1000px;margin:0 auto}.step-card{text-align:center}.step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--primary);color:white;font-size:1.25rem;font-weight:700;margin-bottom:16px}.step-card h3{font-size:1.15rem;margin-bottom:8px;color:var(--text)}.step-card p{color:var(--text-light);font-size:0.95rem;line-height:1.6;margin-bottom:16px}.step-card img{width:100%;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,0.12)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1000px;margin:0 auto}.benefit-card{padding:28px;background:white;border-radius:12px;border:1px solid #eee}.section-alt .benefit-card{background:white}.benefit-card .lucide{width:36px;height:36px;stroke:var(--primary);stroke-width:1.5;margin-bottom:14px}.benefit-card h3{font-size:1.1rem;margin-bottom:8px;color:var(--text)}.benefit-card p{color:var(--text-light);font-size:0.95rem;line-height:1.6}.comparison-table-wrapper{overflow-x:auto;max-width:1000px;margin:0 auto;border-radius:12px;border:1px solid #eee}.comparison-table{width:100%;border-collapse:collapse;font-size:0.95rem}.comparison-table thead th{padding:14px 16px;text-align:center;font-weight:600;background:var(--bg-alt);border-bottom:2px solid #eee;white-space:nowrap}.comparison-table thead th:first-child{text-align:left}.comparison-table thead th.highlight{background:var(--primary);color:white}.comparison-table td{padding:12px 16px;border-bottom:1px solid #f0f0f0;text-align:center}.comparison-table td:first-child{text-align:left;font-weight:500}.comparison-table tr:nth-child(even){background:var(--bg-alt)}.comparison-table td.highlight{background:rgba(74,144,217,0.04)}.comparison-table tr:nth-child(even) td.highlight{background:rgba(74,144,217,0.07)}.check{color:#22c55e;font-weight:600}.cross{color:#ccc}.partial{color:#f59e0b}.comparison-table .lucide{width:18px;height:18px;stroke-width:2.5}.check .lucide{stroke:#22c55e}.cross .lucide{stroke:#ccc}.partial .lucide{stroke:#f59e0b}.remember{padding:80px 24px;background:linear-gradient(135deg,#4A90D9 0%,#667eea 100%);text-align:center}.remember h2{font-size:2.25rem;color:white;margin-bottom:16px}.remember p{font-size:1.1rem;color:rgba(255,255,255,0.9);max-width:650px;margin:0 auto 32px;line-height:1.7}.cta-section{padding:80px 24px;text-align:center}.cta-section h2{font-size:2.25rem;margin-bottom:16px;color:var(--text)}.cta-section p{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto 32px;line-height:1.7}.cta-back-link{display:inline-block;margin-top:20px;color:var(--primary);text-decoration:none;font-weight:500;font-size:0.95rem}.cta-back-link:hover{text-decoration:underline}.story-section{padding:80px 24px}.story-content{max-width:800px;margin:0 auto;font-size:1.05rem;line-height:1.8;color:var(--text)}.story-content p{margin-bottom:20px}.story-image-float{float:right;margin:0 0 24px 32px;max-width:320px}.story-image-float img{width:100%;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,0.12)}.story-image-float figcaption{font-size:0.85rem;color:var(--text-light);margin-top:8px;text-align:center}.alt-cards{max-width:800px;margin:0 auto}.alt-card{padding:28px;background:white;border-radius:12px;margin-bottom:20px;border:1px solid #eee}.section-alt .alt-card{background:white}.alt-card h3{font-size:1.15rem;margin-bottom:4px;color:var(--text)}.alt-card .alt-meta{font-size:0.85rem;color:var(--text-light);margin-bottom:12px}.alt-card p{color:var(--text-light);line-height:1.7;font-size:0.95rem}.alt-card-highlight{border-color:var(--primary);background:rgba(74,144,217,0.03)}.alt-card-highlight h3{color:var(--primary)}.feature-map{max-width:750px;margin:0 auto}.feature-map-row{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.feature-map-row:last-child{border-bottom:none}.feature-map-old{text-align:right;color:var(--text-light);font-size:0.95rem}.feature-map-arrow .lucide{width:20px;height:20px;stroke:var(--primary);stroke-width:2}.feature-map-new{font-weight:500;color:var(--text);font-size:0.95rem}.image-compare{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;max-width:900px;margin:48px auto 0}.image-compare figure{margin:0;text-align:center}.image-compare figcaption{font-size:0.9rem;color:var(--text-light);margin-top:12px}.image-compare img{width:100%;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,0.12)}.quotes-container{max-width:700px;margin:0 auto}.quote-block{border-left:4px solid var(--primary);padding:20px 28px;margin:24px 0;background:white;border-radius:0 8px 8px 0}.section-alt .quote-block{background:white}.quote-block p{font-style:italic;font-size:1.05rem;line-height:1.7;color:var(--text);margin-bottom:8px}.quote-attribution{font-style:normal;font-weight:600;color:var(--text-light);font-size:0.9rem}.quote-bridge{text-align:center;max-width:650px;margin:40px auto 0;font-size:1.05rem;color:var(--text);line-height:1.7}.centered-image{text-align:center;margin:0 auto 40px}.centered-image img{max-width:500px;width:100%;margin:0 auto;display:block}footer{padding:40px 24px;background:var(--text);text-align:center}.footer-links{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-bottom:20px}.footer-links a{color:rgba(255,255,255,0.65);text-decoration:none;font-size:0.9rem;transition:color 0.2s ease}.footer-links a:hover{color:white}.copyright{color:rgba(255,255,255,0.4);font-size:0.85rem}@media (max-width:768px){.nav-toggle{display:block}.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(26,26,46,0.97);padding:16px 24px;gap:16px}.nav-links.open{display:flex}.hero h1{font-size:2.25rem}.hero .tagline{font-size:1.1rem}.app-icon{width:120px;height:120px;border-radius:28px}.section h2,.remember h2{font-size:1.75rem}.cta-buttons{flex-direction:column;align-items:center}.features-grid{grid-template-columns:1fr;gap:24px}.steps-grid{grid-template-columns:1fr;gap:32px}.benefits-grid{grid-template-columns:1fr}.screenshot-gallery{grid-template-columns:1fr}.comparison-table{font-size:0.82rem}.comparison-table thead th,.comparison-table td{padding:10px 10px}.feature-map-row{grid-template-columns:1fr;text-align:center;gap:6px}.feature-map-old{text-align:center}.image-compare{grid-template-columns:1fr}.story-image-float{float:none;max-width:100%;margin:0 0 24px 0}.footer-links{gap:16px}}@media (max-width:480px){.hero h1{font-size:1.85rem}.section h2{font-size:1.5rem}.hero .tagline{font-size:1rem}}