*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0}:root{--bg-dark: #0f1b2a;--gradient-start: #f26a5a;--gradient-end: #f07a6b;--white: #ffffff;--muted: #ffd9d4;--shadow: rgba(6, 22, 46, .2)}html,body,#root,.app-root{height:100%}body{margin:0;background:var(--bg-dark);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--white)}.container{width:min(1180px,92%);margin:0 auto}.nav{position:sticky;top:0;z-index:10;background:linear-gradient(180deg,#0000002e,#0000)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:28px 0}.brand{font-weight:800;font-size:20px;letter-spacing:.5px;text-transform:lowercase}.links{display:flex;gap:40px}.links a{color:var(--muted);text-decoration:none;font-size:14px}.links a:hover{color:var(--white)}.search{display:flex;align-items:center;gap:10px}.search input{background:#ffffff2e;border:none;outline:none;padding:8px 12px;border-radius:999px;color:var(--white);width:140px;font-size:12px}.search svg{width:18px;height:18px;stroke:var(--white);fill:none;opacity:.9}.hero{position:relative;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));border-radius:16px;margin:36px auto 80px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding:80px 0 120px}.copy h1{font-size:clamp(36px,5vw,64px);line-height:1.02;margin:0 0 16px}.copy p{color:#ffe6e2;max-width:540px;font-size:14px;line-height:1.7;margin:0 0 28px}.cta{display:flex;gap:18px}.btn{border:none;border-radius:999px;padding:14px 22px;font-weight:700;font-size:13px;cursor:pointer}.btn.primary{background:#00000040;color:var(--white);box-shadow:inset 0 -1px #fff3}.btn.ghost,.btn.light{background:var(--white);color:#333}.btn.solid{background:#ef5a4d;color:var(--white)}.btn:disabled{opacity:.6;cursor:not-allowed}.hero-bottom-curve{position:absolute;left:0;right:0;bottom:0;height:120px;background:var(--white)}.phone{position:relative;width:320px;height:620px;margin:0 auto;border:8px solid #111a27;border-radius:36px;background:linear-gradient(180deg,#ff7d6a,#ff6a59);box-shadow:0 20px 60px var(--shadow)}.notch{position:absolute;top:6px;left:50%;transform:translate(-50%);width:160px;height:26px;background:#111a27;border-bottom-left-radius:18px;border-bottom-right-radius:18px}.phone-screen{position:absolute;top:20px;right:20px;bottom:20px;left:20px;border-radius:26px;background:linear-gradient(180deg,#fff0,#fff0),linear-gradient(180deg,#ff7d6a,#ff6a59);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:80px}.phone-chat{padding:0;background:#0d0d0d}.top-caption{color:#fff;opacity:.9;font-size:14px;padding:12px 16px;width:100%;text-align:left}.food-photo{width:calc(100% - 24px);height:310px;border-radius:16px;background:url(/food.png),url(https://images.unsplash.com/photo-1546549039-49e7faea0a0a?q=80&w=1200&auto=format&fit=crop);background-position:center;background-size:cover;background-repeat:no-repeat;margin:0 12px;box-shadow:inset 0 -80px 100px #0000008c}.bubble{max-width:88%;padding:14px 18px;border-radius:22px;background:#fff;color:#222;font-size:14px;line-height:1.35;margin:12px;box-shadow:0 6px 18px #0003}.bubble.user{align-self:center;text-align:center}.bubble.system{align-self:flex-end}.bubble.icon:before{content:"🍳";margin-right:8px}.input-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;width:calc(100% - 24px);margin:8px 12px 12px;background:#e2dfdc;color:#1e1e1e;padding:14px 16px;border-radius:18px;font-weight:600}.input-bar svg{width:18px;height:18px}.hand{position:absolute;right:-60px;bottom:-10px;width:340px;height:260px;background:linear-gradient(180deg,#ffb3a8,#f69d90);filter:blur(20px);opacity:.6;border-radius:40% 40% 20% 20%;transform:rotate(-8deg)}.phone-full{width:100%;max-width:360px;height:auto;display:block;margin:0 auto;filter:drop-shadow(0 30px 60px var(--shadow));border-radius:24px}.section{padding:80px 0}.section h2{margin:0 0 16px;font-size:clamp(28px,4vw,40px)}.muted{color:#d9e2ec;opacity:.9}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.feature-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px;box-shadow:0 10px 24px #0000001f}.feature-card h3{margin:0 0 8px;font-size:18px}.feature-card p{margin:0;font-size:14px;line-height:1.6}.faq-list{display:grid;gap:12px;margin-top:16px}.faq-item{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 16px}.faq-item summary{cursor:pointer;list-style:none;font-weight:700}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open]{background:#ffffff14}.faq-item p{margin:10px 0 0}.contact-form{margin-top:20px;display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:grid;gap:8px}.form-field label{font-weight:700;font-size:13px;color:var(--white);opacity:.9}.form-field input,.form-field textarea{background:#ffffff1a;border:1px solid rgba(255,255,255,.14);color:var(--white);border-radius:12px;padding:12px 14px;font-size:14px;outline:none}.form-field input::placeholder,.form-field textarea::placeholder{color:#e7eef6;opacity:.6}.form-field input:focus,.form-field textarea:focus{border-color:#ffffff59;box-shadow:0 0 0 4px #ffffff14}.form-actions{display:flex;justify-content:flex-start}@media (max-width: 960px){.hero-grid{grid-template-columns:1fr;padding:60px 0 100px}.phone{margin-top:20px}.features-grid,.form-row{grid-template-columns:1fr}}
