*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #FF6B9D;--secondary: #FEC849;--tertiary: #4ECDC4;--purple: #C44569;--text-dark: #1a1a2e;--text-light: #64748b;--bg-white: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);background:linear-gradient(180deg,#fff5f7,#f0f9ff);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:3px solid var(--primary);z-index:100;padding:1rem 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{height:60px;width:auto;display:block;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.download-btn{display:inline-block;background:linear-gradient(135deg,var(--primary),var(--purple));color:#fff;border:none;padding:.625rem 1.5rem;border-radius:2rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b9d66;text-decoration:none}.download-btn:hover{box-shadow:0 6px 20px #ff6b9d99;transform:translateY(-3px) scale(1.02)}.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 50%,var(--tertiary) 100%);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='40' cy='40' r='3'/%3E%3Ccircle cx='10' cy='10' r='3'/%3E%3Ccircle cx='70' cy='10' r='3'/%3E%3Ccircle cx='10' cy='70' r='3'/%3E%3Ccircle cx='70' cy='70' r='3'/%3E%3C/g%3E%3C/svg%3E")}.hero-content{position:relative;z-index:1;text-align:center}.hero-title{font-size:3.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.15);letter-spacing:-1px}.hero-subtitle{font-size:1.25rem;line-height:1.8;max-width:600px;margin:0 auto 2.5rem;opacity:.95}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:#fff;color:var(--primary);font-weight:700;border-radius:3rem;box-shadow:0 10px 25px #0003}.btn-primary:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 35px #00000040}.apple-icon{width:24px;height:24px}.hero-image{margin-top:3rem;display:flex;justify-content:center}.phone-mockup{width:280px;height:560px;background:linear-gradient(135deg,var(--secondary),var(--tertiary));border-radius:2.5rem;padding:1rem;border:10px solid rgba(255,255,255,.3);box-shadow:0 25px 50px -12px #0006;transition:all .5s ease;transform:rotate(-3deg)}.phone-mockup:hover{transform:rotate(0) scale(1.05)}.phone-screen{width:100%;height:100%;background:linear-gradient(135deg,#fff5f7,#e0f2fe);border-radius:2rem;box-shadow:inset 0 2px 10px #0000001a;overflow:hidden;position:relative}.phone-screenshot{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.features{padding:5rem 0;background:transparent}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.section-subtitle{text-align:center;color:var(--text-dark);font-size:1.125rem;font-weight:600;margin-bottom:.75rem;max-width:600px;margin-left:auto;margin-right:auto}.section-description{text-align:center;color:var(--text-light);font-size:1rem;margin-bottom:3rem;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-card{background:#fff;padding:2rem;border-radius:1.5rem;border:3px solid transparent;box-shadow:0 8px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--tertiary))}.feature-card:nth-child(2n):before{background:linear-gradient(90deg,var(--tertiary),var(--secondary),var(--primary))}.feature-card:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:0 15px 35px #0000001f}.feature-icon{font-size:3.5rem;margin-bottom:1rem;display:inline-block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark)}.feature-description{color:var(--text-light);line-height:1.7}.faq{padding:5rem 0;background:#fff;border-radius:3rem 3rem 0 0;margin-top:-2rem}.faq-list{max-width:800px;margin:3rem auto 0}.faq-item{background:linear-gradient(135deg,#fff5f7,#f0f9ff);border:2px solid rgba(255,107,157,.2);border-radius:1rem;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:var(--primary);box-shadow:0 8px 20px #ff6b9d26}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:none;border:none;font-size:1.125rem;font-weight:600;color:var(--text-dark);cursor:pointer;text-align:left;transition:all .3s ease}.faq-question:hover{color:var(--primary)}.faq-icon{font-size:1.5rem;font-weight:400;color:var(--primary);transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--text-light);line-height:1.8;margin:0}.footer{background:linear-gradient(135deg,var(--purple),var(--primary));color:#fff;padding:3rem 0}.footer-content{text-align:center}.footer-logo{height:50px;width:auto;margin:0 auto 1.5rem;display:block}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-links a{color:#ffffffe6;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-copyright{color:#ffffffb3;font-size:.875rem}@media(max-width:1024px){.hero-title{font-size:3rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.hero{padding:6rem 0 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-buttons{flex-direction:column;align-items:center}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.phone-mockup{width:240px;height:480px;transform:rotate(0)}.phone-mockup:hover{transform:rotate(0) scale(1.02)}}@media(max-width:480px){.hero{padding:5rem 0 2.5rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.container{padding:0 1rem}.logo{height:50px}.download-btn{padding:.5rem 1rem;font-size:.875rem}.btn{padding:.875rem 1.5rem;font-size:.9375rem}.phone-mockup{width:200px;height:400px}.section-title{font-size:1.75rem}.feature-card{padding:1.5rem}.feature-icon{font-size:2.5rem}.feature-title{font-size:1.25rem}}@media(max-width:360px){.hero-title{font-size:1.75rem}.phone-mockup{width:180px;height:360px}}
