*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000;padding:15px 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700;color:#007aff}.app-icon{font-size:32px}.nav-menu{display:flex;list-style:none;gap:30px}.nav-menu button{background:none;border:none;color:#333;font-size:16px;cursor:pointer;transition:color .3s}.nav-menu button:hover{color:#007aff}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0;text-align:center}.hero-content h1{font-size:48px;margin-bottom:20px;font-weight:700}.hero-subtitle{font-size:20px;margin-bottom:40px;opacity:.95}.hero-badges{display:flex;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}.badge{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 24px;border-radius:30px;display:flex;align-items:center;gap:8px;font-size:16px}.badge-icon{font-size:20px}.download-button{display:inline-block;background:#fff;color:#667eea;padding:15px 40px;border-radius:30px;text-decoration:none;font-size:18px;font-weight:600;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0003}.download-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.features{padding:80px 0;background:#f8f9fa}.features h2{text-align:center;font-size:36px;margin-bottom:50px;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.feature-card{background:#fff;padding:30px;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #00000026}.feature-icon{font-size:48px;display:block;margin-bottom:15px}.feature-card h3{font-size:22px;margin-bottom:10px;color:#333}.feature-card p{color:#666;font-size:16px}.policy-section{padding:80px 0}.alt-bg{background:#f8f9fa}.policy-section h2{font-size:36px;margin-bottom:10px;color:#333}.last-updated{color:#666;font-style:italic;margin-bottom:30px}.policy-content{max-width:900px;margin:0 auto}.policy-content h3{font-size:24px;margin-top:30px;margin-bottom:15px;color:#007aff}.policy-content p{margin-bottom:15px;line-height:1.8;color:#555}.policy-content ul{margin-left:20px;margin-bottom:15px}.policy-content li{margin-bottom:8px;color:#555}.policy-content a{color:#007aff;text-decoration:none}.policy-content a:hover{text-decoration:underline}.faq-content{max-width:900px;margin:0 auto}.faq-item{background:#fff;padding:25px;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.faq-item h3{font-size:20px;margin-bottom:10px;color:#007aff}.faq-item p{color:#555;line-height:1.8}.contact-content{max-width:900px;margin:0 auto;text-align:center}.contact-content>p{font-size:18px;margin-bottom:40px;color:#555}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-bottom:40px}.contact-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .3s}.contact-card:hover{transform:translateY(-5px)}.contact-icon{font-size:48px;display:block;margin-bottom:15px}.contact-card h3{font-size:18px;margin-bottom:10px;color:#333}.contact-card a{color:#007aff;text-decoration:none;font-size:16px}.contact-card a:hover{text-decoration:underline}.response-time{background:#e3f2fd;padding:20px;border-radius:8px;border-left:4px solid #007aff}.response-time p{margin:0;color:#333}.footer{background:#2c3e50;color:#fff;padding:50px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:30px}.footer-section h4{font-size:18px;margin-bottom:15px}.footer-section p{color:#fffc;font-size:14px}.footer-section ul{list-style:none}.footer-section li{margin-bottom:8px}.footer-section button,.footer-section a{background:none;border:none;color:#fffc;cursor:pointer;text-decoration:none;font-size:14px;transition:color .3s}.footer-section button:hover,.footer-section a:hover{color:#fff}.footer-badge{display:inline-block;background:#007aff;color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;transition:background .3s}.footer-badge:hover{background:#0056b3}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;text-align:center}.footer-bottom p{color:#fff9;font-size:14px;margin-bottom:5px}@media(max-width:768px){.nav-menu{flex-direction:column;gap:10px}.hero-content h1{font-size:32px}.hero-subtitle{font-size:16px}.hero-badges{flex-direction:column;align-items:center}.features h2,.policy-section h2{font-size:28px}.features-grid,.contact-methods,.footer-content{grid-template-columns:1fr}}html{scroll-behavior:smooth}::selection{background:#007aff;color:#fff}
