:root{--primary: #4F46E5;--primary-dark: #4338ca;--bg-body: #F9FAFB;--text-main: #111827;--text-muted: #6B7280;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Outfit", system-ui, -apple-system, sans-serif}body{margin:0;font-family:var(--font-body);background-color:var(--bg-body);color:var(--text-main);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;color:#111;margin-top:0}img{max-width:100%;display:block}a{color:var(--primary);text-decoration:none;transition:color .2s}ul{padding-left:1.5rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.navbar{padding:1.25rem 0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #E5E7EB;position:sticky;top:0;z-index:100}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo-area{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-img{width:40px;height:40px;border-radius:8px}.logo-text{font-size:1.4rem;font-weight:800;color:var(--text-main);letter-spacing:-.02em}.logo-text span{color:var(--primary)}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:var(--text-muted);font-weight:500;font-size:.95rem}.nav-links a:hover{color:var(--primary)}.nav-btn{background:var(--text-main);color:#fff!important;padding:.6rem 1.4rem;border-radius:99px;font-size:.9rem!important;transition:transform .2s}.nav-btn:hover{transform:translateY(-1px)}.mobile-menu-btn{display:none;cursor:pointer}.hero{padding:6rem 0 5rem;background:linear-gradient(to bottom,#fff,#f3f4f6);overflow:hidden}.hero-container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hero-title{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:500px;margin-bottom:3rem}.highlight{color:var(--text-main);font-weight:700}.btn-primary{display:inline-flex;align-items:center;gap:.8rem;background:var(--primary);color:#fff;padding:1rem 2.5rem;border-radius:99px;font-weight:600;font-size:1.1rem;box-shadow:0 10px 25px #4f46e54d;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #4f46e566;color:#fff}.meta-text{font-size:.875rem;color:var(--text-muted);margin-top:1.5rem;opacity:.8}.main-reason-tag{display:inline-block;background:#fee2e2;color:#991b1b;padding:.4rem 1rem;border-radius:99px;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;border:1px solid #fecaca}.story-page{max-width:900px;background:#fff;margin:3rem auto;padding:4rem 3rem;border-radius:24px}.article-title{font-size:3.5rem;line-height:1.1;margin-bottom:1rem}.article-meta{color:var(--text-muted);font-weight:500;margin-bottom:3rem}.article-body h2{margin-top:3rem;font-size:2rem}.article-body h3{margin-top:2rem;font-size:1.4rem;color:var(--primary)}.article-body p{font-size:1.15rem;line-height:1.8;color:#374151;margin-bottom:1.5rem}.highlight-box{background:#f8fafc;border-left:5px solid var(--primary);padding:2.5rem;margin:3rem 0;position:relative;border-radius:0 16px 16px 0}.quote-icon{color:var(--primary);margin-bottom:1rem;opacity:.3}.highlight-box p{font-family:var(--font-display);font-size:1.4rem;font-weight:600;line-height:1.4;color:var(--text-main);margin:0;font-style:italic}.divider{border:0;border-top:1px solid #e5e7eb;margin:4rem 0}.alert-box{background:#fff7ed;border:1px solid #ffedd5;padding:1.5rem;border-radius:12px;display:flex;gap:1rem;align-items:center;margin-top:3rem}.alert-box p{margin:0;color:#9a3412;font-size:1rem}.alert-box svg{color:#ea580c;flex-shrink:0}.story-preview{padding:5rem 0;background:#111;color:#fff;text-align:center}.story-teaser h2{color:#fff;margin-bottom:1rem}.story-teaser p{color:#9ca3af;font-size:1.1rem;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.text-link{color:var(--primary);font-weight:600;font-size:1.1rem;text-decoration:none}.text-link:hover{text-decoration:underline}.how-it-works{padding:6rem 0;background:#f3f4f6}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.step-card{background:#fff;padding:2rem;border-radius:16px;position:relative;box-shadow:0 10px 15px -3px #0000000d;border:1px solid #E5E7EB}.step-number{background:var(--primary);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;margin-bottom:1.5rem}.step-card h3{font-size:1.5rem;margin-bottom:1rem}.step-card p{color:var(--text-muted);font-size:1rem;margin:0}.hero-image{position:relative;display:flex;justify-content:center}.phone-mockup{width:360px;border-radius:40px;box-shadow:0 35px 60px -15px #0000004d;border:8px solid #111;background:#111}.features{padding:6rem 0;background:#fff}.section-title{text-align:center;font-size:2.5rem;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.feature-card{padding:2.5rem;border-radius:20px;background:#fff;border:1px solid #f1f1f1;box-shadow:0 4px 6px -1px #0000000d;transition:all .2s}.feature-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:0 20px 25px -5px #0000001a}.feature-icon{color:var(--primary);margin-bottom:1.5rem;background:#eef2ff;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px}.feature-card h3{font-size:1.35rem;margin-bottom:.75rem}.feature-card p{color:var(--text-muted);font-size:1rem;margin:0;line-height:1.6}.screenshots{padding:6rem 0;background:#f9fafb}.screenshots-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.screenshot-item{text-align:center;flex:0 0 auto}.phone-shadow{width:300px;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;border:4px solid #333;margin-bottom:1.5rem;transition:transform .3s}.screenshot-item:hover .phone-shadow{transform:scale(1.05)}.screenshot-item p{font-weight:600;color:var(--text-main);font-size:1.1rem}.page-content{padding:4rem 1.5rem;max-width:800px;background:#fff;margin-top:2rem;margin-bottom:4rem;border-radius:16px;box-shadow:0 4px 6px #00000005}.back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:500}footer{padding:4rem 0;text-align:center;border-top:1px solid #E5E7EB;margin-top:auto;background:#fff}.footer-content{display:flex;flex-direction:column;gap:1.5rem;color:var(--text-muted);font-size:.9rem;align-items:center}.footer-brand{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--text-main);font-size:1.2rem}.footer-logo{width:30px;height:30px;border-radius:6px}@media(max-width:900px){.hero-container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-subtitle{margin-left:auto;margin-right:auto}}@media(max-width:768px){.hero-title{font-size:2.5rem}.mobile-menu-btn{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1.5rem;border-bottom:1px solid #E5E7EB;box-shadow:0 10px 15px #0000000d}.nav-links.active{display:flex}.screenshots-grid{gap:2rem}.phone-shadow{width:220px}}
