*,*:before,*:after{box-sizing:border-box}:root{--color-brand: #ff6b35;--color-brand-light: #ff8e9b;--color-text: #2e2b2a;--color-text-muted: #6b6560;--color-bg: #fffbf8;--color-bg-card: #ffffff;--color-border: #efe4dc;--font: "Outfit", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:var(--color-brand);text-decoration:none}a:hover{text-decoration:underline}.landing{min-height:100vh}.section{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}@media(min-width:768px){.section{padding:4rem 2rem}}.hero{min-height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;background:linear-gradient(165deg,#fff4e9 0%,#fff8f5 35%,var(--color-bg) 100%)}.hero-badge{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-brand);margin-bottom:1rem}.hero h1{font-size:clamp(2.25rem,6vw,3.5rem);font-weight:700;line-height:1.15;color:var(--color-text);margin:0 0 1rem;letter-spacing:-.02em}.hero-tagline{font-size:clamp(1.05rem,2.5vw,1.25rem);color:var(--color-text-muted);max-width:480px;margin:0 auto 2rem;line-height:1.6}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.btn-store{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.4rem;font-family:var(--font);font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-brand) 0%,var(--color-brand-light) 100%);border:none;border-radius:14px;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 16px #ff6b3559}.btn-store:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b3566;text-decoration:none;color:#fff}.btn-store svg{flex-shrink:0}.features{padding:4rem 1.5rem}.features h2{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;text-align:center;margin:0 0 .5rem;color:var(--color-text)}.features-sub{text-align:center;color:var(--color-text-muted);font-size:1.05rem;margin:0 0 3rem}.features-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--color-bg-card);border-radius:20px;padding:1.75rem;border:1px solid var(--color-border);transition:box-shadow .2s ease,transform .2s ease}.feature-card:hover{box-shadow:0 12px 40px #0000000f;transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#ff6b3526,#ff8e9b33);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.15rem;font-weight:600;margin:0 0 .5rem;color:var(--color-text)}.feature-card p{font-size:.95rem;color:var(--color-text-muted);margin:0;line-height:1.55}.cta-block{text-align:center;padding:4rem 1.5rem;background:linear-gradient(165deg,#fff1e6,#fff8f5);border-radius:24px;margin:0 1.5rem 3rem;max-width:640px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.cta-block h2{font-size:clamp(1.5rem,3.5vw,1.85rem);font-weight:700;margin:0 0 .75rem;color:var(--color-text)}.cta-block p{color:var(--color-text-muted);margin:0 0 1.5rem;font-size:1rem}.footer{padding:2rem 1.5rem;text-align:center;color:var(--color-text-muted);font-size:.9rem;border-top:1px solid var(--color-border)}.footer a{color:var(--color-text-muted)}.footer a:hover{color:var(--color-brand)}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:.75rem}
