body{margin:0}#root{min-height:100svh}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#111827;background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.nav{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px max(20px,8%);display:flex;position:sticky;top:0}.logo{align-items:center;gap:12px;font-size:24px;font-weight:800;display:flex}.logo-mark{background:linear-gradient(135deg,#111827,#f59e0b);border-radius:12px;width:40px;height:40px}.nav-toggle{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.nav-toggle span{background:#111827;border-radius:2px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.nav-open .nav-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.nav-open .nav-toggle span:nth-child(2){opacity:0}.nav-open .nav-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-links{align-items:center;gap:24px;display:flex}.hero{grid-template-columns:1.2fr 1fr;align-items:center;gap:80px;min-height:calc(100vh - 90px);padding:clamp(40px,8vw,80px) max(20px,8%);display:grid}.badge{color:#92400e;background:#fef3c7;border-radius:999px;margin-bottom:24px;padding:10px 18px;font-size:14px;font-weight:600;display:inline-block}.hero-content h1{margin-bottom:24px;font-size:clamp(2.25rem,6vw,5rem);font-weight:800;line-height:1.05}.hero-content p{color:#6b7280;max-width:700px;margin-bottom:40px;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.8}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.btn{border:none;border-radius:14px;padding:16px 28px;font-weight:600;transition:all .2s}.btn:hover{transform:translateY(-2px)}.btn-dark{color:#fff;background:#111827}.btn-dark:hover{background:#1f2937}.btn-light{color:#111827;background:#fff;border:1px solid #d1d5db}.phone-mockup{justify-content:center;display:flex}.phone{aspect-ratio:320/650;background:#111827;border-radius:42px;width:min(320px,80vw);height:auto;padding:12px;box-shadow:0 30px 80px #0003,0 0 0 1px #ffffff1a}.screen{background:#f8fafc;border-radius:32px;height:100%;padding:24px}.screen-header{margin-bottom:24px}.card{background:#fff;border-radius:16px;margin-bottom:16px;padding:18px;box-shadow:0 4px 20px #0000000d}.card h4{margin-bottom:6px}.card p{color:#6b7280}.problems,.features,.cta{padding:clamp(60px,10vw,100px) max(20px,8%)}.problems h2,.features h2,.cta h2{text-align:center;margin-bottom:clamp(40px,6vw,60px);font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.2}.grid-3,.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{background:#fff;border-radius:20px;padding:clamp(24px,4vw,32px);box-shadow:0 10px 30px #0f172a0f}.feature-card h3{margin-bottom:16px}.feature-card p{color:#6b7280;line-height:1.7}.mobile-section{color:#fff;text-align:center;background:#111827;padding:clamp(60px,12vw,120px) max(20px,8%)}.mobile-content{max-width:900px;margin:auto}.mobile-content h2{margin-bottom:24px;font-size:clamp(1.75rem,5vw,3rem);line-height:1.2}.mobile-content p{color:#d1d5db;font-size:clamp(1rem,2.5vw,1.2rem)}.cta{text-align:center}.footer{text-align:center;color:#6b7280;background:#fff;border-top:1px solid #e5e7eb;padding:clamp(24px,5vw,40px)}@media (width<=1000px){.hero{text-align:center;grid-template-columns:1fr;gap:48px}.hero-content p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.grid-3,.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.nav{flex-wrap:wrap;gap:0}.nav-toggle{display:flex}.nav-links{flex-direction:column;align-items:stretch;gap:12px;width:100%;padding-top:20px;display:none}.nav-open .nav-links{display:flex}.nav-links .btn{text-align:center}.grid-3,.features-grid{grid-template-columns:1fr}.hero-actions .btn{width:100%}}
