*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#fef5e7;color:#374151;line-height:1.6;min-height:100vh}header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,251,240,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(217,119,6,.15);padding:1rem 1.5rem}.header-container{max-width:1280px;margin:0 auto;justify-content:space-between;flex-wrap:wrap;gap:1rem}.header-container,.logo{display:flex;align-items:center}.logo{gap:.75rem;text-decoration:none;color:#1f2937}.logo-icon{width:40px;height:40px;background:#fef5e7;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 60px rgba(168,85,247,.25),0 20px 40px rgba(251,191,36,.15);overflow:hidden}.logo-icon img{width:100%;height:100%;object-fit:cover;border-radius:8px}.logo-text{font-size:20px;font-weight:700;color:#1f2937;letter-spacing:-.5px}nav{display:flex;align-items:center;gap:2rem}nav a{color:#6b7280;text-decoration:none;font-weight:500;transition:color .3s ease}nav a:hover{color:#a855f7}.download-btn{background:#650565;color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:16px;box-shadow:0 0 20px rgba(168,85,247,.25)}.download-btn:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(168,85,247,.4)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.hamburger span{display:block;width:24px;height:2px;background:#374151;border-radius:2px;transition:all .3s}@media (max-width:768px){.hamburger{display:flex}#mainNav{display:none;flex-direction:column;width:100%;gap:1rem;padding:1rem 0}#mainNav.nav-open{display:flex}.header-container{flex-direction:column;gap:1rem}}main{max-width:1280px;margin:0 auto;padding:3rem 1.5rem}.hero-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.hero-content{flex-direction:column;text-align:center}.hero-content,.title-section{display:flex;align-items:center}.title-section{justify-content:center;gap:1.5rem;margin-bottom:1rem}.app-icon{width:128px;height:128px;background:#fef5e7;border-radius:32px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 60px rgba(168,85,247,.25),0 20px 40px rgba(251,191,36,.15);overflow:hidden;flex-shrink:0}.app-icon img{width:100%;height:100%;object-fit:cover;border-radius:32px}.heading{font-size:1.9rem;font-weight:700;color:#222;margin:0;line-height:1.2;letter-spacing:.5px;text-align:center}.subtitle{font-size:1.5rem;font-weight:600;color:#6b7280;margin-bottom:1.5rem;line-height:1.4}.description{font-size:1.125rem;color:#6b7280;margin-bottom:2.5rem;max-width:400px}.download-buttons{flex-direction:row;gap:1.5rem;width:100%;max-width:500px}.app-store-btn,.download-buttons,.google-play-btn{display:flex;justify-content:center;align-items:center}.app-store-btn,.google-play-btn{background:transparent;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;overflow:hidden;border-radius:16px;flex:1 1;max-width:220px}.app-store-btn img,.google-play-btn img{width:100%;height:auto;display:block}.phone-mockup{display:flex;justify-content:center;align-items:center}.phone-frame{position:relative;width:320px;height:640px;background:linear-gradient(135deg,#fef5e7,#fff8ed);border-radius:48px;border:12px solid #f3e8ff;box-shadow:0 0 60px rgba(168,85,247,.2),0 30px 60px rgba(251,191,36,.2);overflow:hidden}.phone-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:128px;height:24px;border-radius:0 0 32px 32px;z-index:10}.phone-screen{width:100%;height:100%;background:linear-gradient(180deg,#fffbf0,#fef9f3 40%,#fef5e7);padding:0;display:flex;flex-direction:column;overflow:hidden}.phone-screen-image{width:100%;height:100%;object-fit:cover;display:block}.onpage-section{padding:4rem 1.5rem;max-width:1280px;margin:0 auto}.section-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#d97706;margin-bottom:.5rem}.section-h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#1f2937;line-height:1.25;margin-bottom:1rem}.section-lead{font-size:1.1rem;color:#6b7280;max-width:640px;line-height:1.7;margin-bottom:2.5rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.step-card{background:#fff;border:1px solid rgba(217,119,6,.15);border-radius:16px;padding:1.75rem}.step-number{font-size:3rem;font-weight:800;color:rgba(217,119,6,.12);line-height:1;margin-bottom:.75rem}.step-card h3{font-size:1.05rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.step-card p{font-size:.9rem;color:#6b7280;line-height:1.6}.features-grid-hp{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.feature-card-hp{background:#fff;border:1px solid rgba(217,119,6,.15);border-radius:14px;padding:1.5rem;transition:box-shadow .2s}.feature-card-hp:hover{box-shadow:0 4px 20px rgba(217,119,6,.12)}.feature-icon-hp{font-size:2rem;margin-bottom:.75rem}.feature-card-hp h3{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:.4rem}.feature-card-hp p{font-size:.875rem;color:#6b7280;line-height:1.6}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border:1px solid rgba(217,119,6,.15);border-radius:14px;padding:1.5rem;text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#d97706;line-height:1}.stat-label{font-size:.875rem;color:#6b7280;margin-top:.25rem}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.review-card{background:#fff;border:1px solid rgba(217,119,6,.15);border-radius:14px;padding:1.25rem}.review-stars{color:#d97706;font-size:1rem;margin-bottom:.5rem;letter-spacing:2px}.review-text{font-size:.875rem;color:#374151;line-height:1.6;margin-bottom:.75rem;font-style:italic}.review-author{font-size:.8rem;font-weight:600;color:#6b7280}.faq-list{display:flex;flex-direction:column;gap:10px;max-width:760px}.faq-item-hp{border:1px solid rgba(217,119,6,.2);border-radius:12px;overflow:hidden;background:#fff}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.95rem;font-weight:600;color:#1f2937;gap:1rem}.faq-q .faq-arrow{font-size:1.25rem;color:#d97706;flex-shrink:0;transition:transform .25s}.faq-item-hp.open .faq-arrow{transform:rotate(45deg)}.faq-a{display:none;padding:0 1.25rem 1rem;font-size:.9rem;color:#6b7280;line-height:1.7}.faq-item-hp.open .faq-a{display:block}.compare-table-wrap{overflow-x:auto}.compare-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fffbf0;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06);border:1px solid rgba(217,119,6,.15)}.compare-table th{background:#1f2937;color:#fff;padding:.75rem 1rem;text-align:left;font-weight:600}.compare-table td{padding:.7rem 1rem;border-bottom:1px solid rgba(217,119,6,.1);color:#374151}.compare-table tr:last-child td{border-bottom:none}.compare-table tr:hover td{background:#fff8ed}.tick{color:#22c55e;font-weight:700}.cross{color:#ef4444}.cta-inner{padding:4rem 1.5rem;text-align:center;max-width:640px;margin:0 auto}.cta-inner h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff;margin-bottom:.75rem}.cta-inner p{color:hsla(0,0%,100%,.85);font-size:1rem;margin-bottom:2rem;line-height:1.6}.cta-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-badges img{border-radius:8px;height:48px;width:auto}.site-footer{background:#1f2937;color:#9ca3af;padding:2.5rem 1.5rem 1.5rem}.footer-inner{max-width:1280px;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin:0 auto 2rem}.footer-brand p{font-size:.875rem;line-height:1.6;margin-top:.5rem}.footer-brand .logo-text-ft{color:#fff;font-size:1.1rem;font-weight:700;display:block;margin-bottom:.5rem}.footer-col h4{color:#fff;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer-col a{color:#9ca3af;text-decoration:none;font-size:.875rem}.footer-col a:hover{color:#d97706}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding-top:1.25rem;font-size:12px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;max-width:1280px;margin:0 auto}.social-links{display:flex;gap:.6rem;margin-top:1rem;flex-wrap:wrap}.social-link{display:inline-flex;align-items:center;gap:.45rem;color:#9ca3af;text-decoration:none;font-size:.8rem;font-weight:500;padding:.4rem .8rem;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;transition:color .2s,border-color .2s,background .2s;line-height:1}.social-link svg{flex-shrink:0;display:block}.social-link--instagram:hover{color:#e1306c;border-color:rgba(225,48,108,.45);background:rgba(225,48,108,.07)}.social-link--facebook:hover{color:#1877f2;border-color:rgba(24,119,242,.45);background:rgba(24,119,242,.07)}.social-link--youtube:hover{color:red;border-color:rgba(255,0,0,.45);background:rgba(255,0,0,.07)}.press-strip{background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:1.5rem}.press-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;justify-content:center}.press-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#9ca3af;white-space:nowrap}.press-badge{font-size:.8rem;font-weight:600;color:#6b7280;padding:.35rem .85rem;border:1px solid #d1d5db;border-radius:20px;text-decoration:none;transition:all .2s;white-space:nowrap}.press-badge:hover{color:#d97706;border-color:rgba(217,119,6,.5)}.blog-card{text-decoration:none;background:#fef5e7;border:1px solid rgba(217,119,6,.15);border-radius:14px;padding:1.5rem;display:block;transition:box-shadow .2s}.blog-card:hover{box-shadow:0 4px 20px rgba(217,119,6,.12)}.blog-card-tag{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#d97706}.blog-card h3,.blog-card-tag{font-weight:700;margin-bottom:.5rem}.blog-card h3{font-size:1rem;color:#1f2937;line-height:1.4}.blog-card p{font-size:.875rem;color:#6b7280;line-height:1.5}.blog-card-link{font-size:.8rem;color:#d97706;font-weight:600;display:block;margin-top:.75rem}@media (max-width:1024px){main{padding:2.5rem 1.5rem}.hero-container{gap:2rem}.phone-frame{width:280px;height:560px}}@media (max-width:768px){.hero-container{grid-template-columns:1fr;gap:2rem}.phone-frame{width:280px;height:560px}.title-section{flex-direction:column;gap:1rem}.app-icon{width:100px;height:100px}main{padding:2rem 1rem}.download-buttons{max-width:100%;gap:1rem}.steps-grid{grid-template-columns:1fr}.features-grid-hp{grid-template-columns:1fr 1fr}.stats-row{grid-template-columns:repeat(3,1fr)}.footer-inner,.reviews-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media (max-width:480px){header{padding:.75rem 1rem}.logo-text{font-size:18px}.logo-icon{width:36px;height:36px}.download-btn{padding:.6rem 1.2rem;font-size:14px}main{padding:1.5rem 1rem}.hero-container{gap:1.5rem}.title-section{flex-direction:column;gap:.75rem}.app-icon{width:80px;height:80px}.phone-mockup{display:none}.download-buttons{flex-direction:column;max-width:100%;gap:1rem}.app-store-btn,.google-play-btn{max-width:55%}.features-grid-hp,.stats-row{grid-template-columns:1fr}}