*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;margin:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#ea580c;--orange-light:#fb923c;--orange-pale:#fff7ed;--teal:#0d9488;--teal-light:#14b8a6;--teal-pale:#f0fdfa;--warm-bg:#fffbf5;--text:#292524;--text-muted:#78716c;--border:#e7e5e4;--white:#fff;--radius:20px;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 32px #0000001a;--shadow-lg:0 20px 60px #0000001f;scroll-behavior:smooth;font-family:Segoe UI,system-ui,sans-serif}body{background:var(--white);color:var(--text);line-height:1.6;overflow-x:hidden}#root{text-align:left;width:100%;min-height:unset;border:none;margin:0;display:block}h1,h2,h3{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.navbar__logo-img{-o-object-fit:contain;object-fit:contain;border-radius:8px;width:auto;height:40px}.footer__logo-img{-o-object-fit:contain;object-fit:contain;border-radius:6px;width:auto;height:36px}.phone-logo{display:none}.navbar{z-index:100;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);background:#ffffffeb}.navbar__logo{color:var(--orange);align-items:center;gap:.5rem;font-size:1.4rem;font-weight:800;display:flex}.navbar__logo-icon{font-size:1.5rem}.navbar__links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar__links a{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.navbar__links a:hover{color:var(--orange)}.navbar__cta{border-radius:50px;padding:.55rem 1.4rem;background:var(--orange)!important;color:#fff!important;font-weight:600!important;transition:background .2s,transform .15s!important}.navbar__cta:hover{transform:translateY(-1px);background:var(--orange-light)!important}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__hamburger span{background:var(--text);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hero-section{background:linear-gradient(135deg, var(--warm-bg) 0%, #fff0e6 50%, #e6f7f5 100%);align-items:center;gap:4rem;width:100%;min-height:100vh;padding:8rem calc(50% - 600px + 2rem) 4rem;display:flex;position:relative;overflow:hidden}.hero-waves{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-content{z-index:1;flex:1;max-width:600px;position:relative}.hero-badge{color:var(--orange);background:#ea580c1a;border:1px solid #ea580c40;border-radius:50px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-title{color:var(--text);flex-wrap:wrap;margin-bottom:1.2rem;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.15;display:block!important}.hero-title span{display:inline!important}.hero-subtitle{color:var(--text-muted);max-width:520px;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.btn{border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--orange);color:#fff;box-shadow:0 4px 20px #ea580c59}.btn--primary:hover{background:var(--orange-light);box-shadow:0 8px 28px #ea580c66}.btn--ghost{color:var(--text);border:2px solid var(--border);background:#fff}.btn--ghost:hover{border-color:var(--orange);color:var(--orange)}.hero-stats{flex-wrap:wrap;gap:2.5rem;display:flex}.hero-stat{flex-direction:column;gap:.15rem;display:flex}.hero-stat strong{color:var(--orange);font-size:1.8rem;font-weight:800}.hero-stat span{color:var(--text-muted);font-size:.8rem;font-weight:500}.section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.section--warm{background:var(--orange-pale);max-width:100%;padding:6rem calc(50% - 600px + 2rem)}.section--teal{background:var(--teal-pale);max-width:100%;padding:6rem calc(50% - 600px + 2rem)}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.section--teal .section-label{color:var(--teal)}.section-title{color:var(--text);margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem)}.section-subtitle{color:var(--text-muted);max-width:560px;font-size:1.1rem;line-height:1.7}.features-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.feature-card{transition:transform .2s,box-shadow .2s;border:1px solid var(--border)!important;border-radius:var(--radius)!important;background:#fff!important;padding:1.8rem!important}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.feature-icon{margin-bottom:1rem;font-size:2.2rem}.feature-title{color:var(--text);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.feature-desc{color:var(--text-muted);font-size:.95rem;line-height:1.65}.card-spotlight{--mouse-x:50%;--mouse-y:50%;--spotlight-color:#ea580c26;position:relative;overflow:hidden}.card-spotlight:before{content:"";background:radial-gradient(circle at var(--mouse-x) var(--mouse-y), var(--spotlight-color), transparent 80%);opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.card-spotlight:hover:before{opacity:.7}.steps-row{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:start;margin-top:3rem;display:grid}.step-card{border-radius:var(--radius);border:1px solid var(--border);width:100%;min-width:0;box-shadow:var(--shadow-sm);text-align:center;background:#fff;padding:2rem}.step-num{background:linear-gradient(135deg, var(--orange), var(--orange-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1.2rem;font-size:1.4rem;font-weight:800;display:flex;box-shadow:0 6px 20px #ea580c4d}.step-title{color:var(--text);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.step-desc{color:var(--text-muted);font-size:.93rem;line-height:1.6}.step-arrow{color:var(--orange-light);flex-shrink:0;align-self:flex-start;margin-top:3.5rem;padding:0 .5rem;font-size:1.8rem}.faq-list{flex-direction:column;gap:.75rem;max-width:720px;margin:3rem auto 0;display:flex}.faq-item{border:1px solid var(--border);background:#fff;border-radius:16px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-item--open{border-color:var(--orange);box-shadow:0 2px 16px #ea580c1a}.faq-question{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.faq-icon{color:var(--orange);flex-shrink:0;font-size:1.3rem}.faq-answer{color:var(--text-muted);padding:0 1.5rem 1.2rem;font-size:.95rem;line-height:1.7;overflow:hidden}#demo .section-subtitle{white-space:nowrap;max-width:none}.demo-placeholder-wrap{justify-content:center;margin-top:2rem;display:flex}.demo-video-wrap{aspect-ratio:16/9;border-radius:var(--radius);width:100%;max-width:860px;overflow:hidden;box-shadow:0 8px 40px #0000002e}.demo-iframe{border:none;width:100%;height:100%;display:block}.demo-play-btn{background:var(--orange);color:#fff;width:72px;height:72px;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;display:flex}.demo-coming-soon{color:var(--text);font-size:1.15rem;font-weight:700}.demo-note{color:var(--text-muted);text-align:center;font-size:.9rem}.about-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:640px;margin:0 auto 2.5rem;display:grid}.about-card{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;display:flex}.about-avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:80px;height:80px;margin-bottom:.75rem}.about-name{color:var(--text);font-size:1.05rem;font-weight:700}.about-role{color:var(--text-muted);font-size:.85rem}.about-narrative{max-width:800px;color:var(--text-muted);text-align:center;margin:0 auto;padding:0 1rem;font-size:1.05rem;font-style:italic;line-height:1.85}.download-section{background:linear-gradient(135deg, #c2410c, var(--orange), var(--orange-light));text-align:center;max-width:100%;padding:7rem 2rem;position:relative;overflow:hidden}.download-waves{pointer-events:none;z-index:0;position:absolute;inset:0}.download-content{z-index:1;max-width:640px;margin:0 auto;position:relative}.download-title{color:#fff;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.download-sub{color:#ffffffd9;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.download-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.store-btn{color:var(--text);box-shadow:var(--shadow-md);background:#fff;border-radius:14px;align-items:center;gap:.8rem;padding:.85rem 1.6rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.store-btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.store-btn span{font-size:1.8rem}.store-btn small{color:var(--text-muted);font-size:.7rem;font-weight:400;display:block}.store-btn strong{font-size:1rem;display:block}.footer{color:#fff9;background:#1c1917;padding:3rem 2rem}.footer-inner{text-align:center;max-width:1200px;margin:0 auto}.footer-brand{color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.2rem;font-weight:800;display:flex}.footer-brand p{color:#ffffff80;width:100%;margin-top:.4rem;font-size:.9rem;font-weight:400}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:1.5rem 0;display:flex}.footer-links a{font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--orange-light)}.footer-copy{font-size:.8rem}@media (width<=900px){.hero-section{text-align:center;flex-direction:column;padding:7rem 2rem 4rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}.section--warm,.section--teal{padding-left:2rem;padding-right:2rem}.steps-row{grid-template-columns:1fr}.step-arrow{text-align:center;margin:0 auto;padding:.3rem 0;transform:rotate(90deg)}}@media (width<=640px){.navbar{padding:1rem 1.2rem}.navbar__links{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#fffffff7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;font-size:1.2rem;display:none;position:fixed;inset:0}.navbar__links--open{display:flex}.navbar__hamburger{z-index:101;display:flex;position:relative}.features-grid,.testimonials-grid,.about-grid{grid-template-columns:1fr}.download-buttons{flex-direction:column;align-items:center}}
