*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary:#10b981;--accent:#f59e0b;--text:#1f2937;--text-secondary:#6b7280;--text-light:#9ca3af;--bg-white:#fff;--bg-light:#f9fafb;--bg-gray:#f3f4f6;--border:#e5e7eb;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px rgba(0,0,0,.1);--shadow-lg:0 10px 15px rgba(0,0,0,.1);--shadow-xl:0 20px 25px rgba(0,0,0,.1);--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:var(--text);background:var(--bg-white)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--text)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--primary);text-decoration:none;transition:all .3s}a:hover{color:var(--primary-dark)}a:focus{outline:2px solid var(--primary);outline-offset:2px}header{background:var(--bg-white);border-bottom:1px solid var(--border);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-sm)}.header-content{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.logo-section{display:flex;align-items:center;gap:1rem}.logo{width:40px;height:40px;border-radius:var(--radius-md)}.app-name{font-size:1.25rem;font-weight:700;color:var(--text)}.nav-menu{display:flex;list-style:none;gap:1.5rem;align-items:center}.nav-menu a{color:var(--text-secondary);font-weight:500;padding:.5rem 1rem;border-radius:var(--radius-sm);transition:all .3s}.nav-menu a:hover,.nav-menu a.active{color:var(--primary);background:var(--bg-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .3s;text-decoration:none;line-height:1}.btn:focus{outline:2px solid var(--primary);outline-offset:2px}.btn-primary{background:var(--primary);color:var(--bg-white)}.btn-primary:hover{background:var(--primary-dark);color:var(--bg-white);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--bg-white);color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:var(--bg-white)}.btn-icon{width:20px;height:20px}.cta-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:var(--bg-white);padding:4rem 0}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content h1{color:var(--bg-white);margin-bottom:1.5rem;font-size:2.75rem}.hero-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--bg-white)}.hero-description{font-size:1.125rem;margin-bottom:2rem;color:rgba(255,255,255,.9)}.hero-image{display:flex;justify-content:center;align-items:center}.app-screenshot{width:100%;max-width:400px;height:auto;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}section{padding:4rem 0}section h2{text-align:center;margin-bottom:3rem;font-size:2.25rem}.features{background:var(--bg-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--bg-white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all .3s;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--text);margin-bottom:1rem;font-size:1.25rem}.feature-card p{font-size:.95rem;color:var(--text-secondary)}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.screenshot-img{width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all .3s}.screenshot-img:hover{transform:scale(1.05);box-shadow:var(--shadow-xl)}.faq{background:var(--bg-light)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--bg-white);padding:2rem;margin-bottom:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.faq-item h3{color:var(--primary);font-size:1.125rem;margin-bottom:1rem}.faq-item p{margin-bottom:0}.support{background:var(--bg-white)}.support-content{max-width:700px;margin:0 auto;text-align:center}.support-info{margin-bottom:2rem}.support-info p{font-size:1.125rem;margin-bottom:1rem}.response-time{font-style:italic;color:var(--text-light)}.contact-methods h3{margin-bottom:1.5rem}.email-reveal{margin-top:1.5rem}.email-buttons{display:flex;gap:1rem;justify-content:center;margin:1.5rem 0}.email-text{font-size:1.125rem;font-weight:600;color:var(--primary);margin-top:1rem}.email-noscript{font-size:1.125rem;color:var(--text-secondary);font-family:monospace;background:var(--bg-gray);padding:1rem;border-radius:var(--radius-sm);display:inline-block}footer{background:var(--text);color:var(--bg-white);padding:3rem 0;margin-top:4rem}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-info p{color:rgba(255,255,255,.9);margin-bottom:.5rem}.footer-app{font-size:.875rem;color:rgba(255,255,255,.7)}.footer-nav{display:flex;gap:1.5rem}.footer-nav a{color:rgba(255,255,255,.9);font-weight:500}.footer-nav a:hover{color:var(--primary-light)}.policy-page{background:var(--bg-white);padding:3rem 0}.policy-page h1{font-size:2.5rem;margin-bottom:1rem}.last-updated{font-size:.875rem;color:var(--text-light);margin-bottom:3rem}.policy-content{max-width:800px;margin:0 auto;line-height:1.8}.policy-content h2{text-align:left;margin-top:3rem;margin-bottom:1.5rem;font-size:1.75rem;color:var(--text)}.policy-content h3{text-align:left;margin-top:2rem;margin-bottom:1rem;font-size:1.25rem;color:var(--text)}.policy-content ul,.policy-content ol{margin-left:2rem;margin-bottom:1.5rem}.policy-content li{margin-bottom:.5rem;color:var(--text-secondary)}.policy-content a{color:var(--primary);text-decoration:underline}.disclaimer-note{background:var(--bg-light);padding:1.5rem;border-left:4px solid var(--accent);margin-bottom:3rem;border-radius:var(--radius-sm)}.disclaimer-note p{margin:0;font-style:italic;color:var(--text-secondary)}.contact-section{background:var(--bg-light);padding:2rem;border-radius:var(--radius-lg);margin-top:2rem}@media(max-width:768px){.container{padding:0 1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.header-content{flex-direction:column;align-items:flex-start}.nav-menu{flex-wrap:wrap;gap:1rem}.nav-menu a{font-size:.9rem;padding:.5rem .75rem}.hero .container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.hero-image{order:-1}.cta-buttons{justify-content:center;gap:1rem}.btn{padding:.625rem 1.25rem;font-size:.9rem}.features-grid{grid-template-columns:1fr}.screenshots-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.footer-content{flex-direction:column;text-align:center}.footer-nav{flex-direction:column;gap:1rem}.email-buttons{flex-direction:column}section h2{font-size:1.75rem}section{padding:2.5rem 0}}@media(max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}.hero-content h1{font-size:1.75rem}.hero-subtitle{font-size:1.125rem}.screenshots-grid{grid-template-columns:1fr}.app-screenshot{max-width:300px}}*:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
