@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--red: #DA291C;--red-dark: #b71c1c;--yellow: #FFC72C;--yellow-dark: #e6b000;--gold: #27251F;--white: #ffffff;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-600: #525252;--gray-800: #262626;--gray-900: #171717}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--gray-900);background:var(--white);line-height:1.5}.nav{position:sticky;top:0;z-index:100;background:var(--white);box-shadow:0 2px 12px #0000000f;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.4rem;color:var(--red);text-decoration:none}.nav-logo .arches{font-size:2rem;line-height:1}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:var(--gray-800);font-weight:600;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:var(--red)}.nav-cta{background:var(--yellow);color:var(--gray-900);font-weight:700;font-size:.9rem;padding:.55rem 1.4rem;border-radius:100px;border:none;cursor:pointer;transition:background .2s,transform .1s}.nav-cta:hover{background:var(--yellow-dark);transform:translateY(-1px)}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,var(--red) 0%,var(--red-dark) 100%);overflow:hidden;padding:4rem 2rem}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(255,199,44,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.08) 0%,transparent 40%)}.hero-content{position:relative;z-index:1;max-width:700px}.hero-badge{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);padding:.4rem 1.2rem;border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.04em}.hero h1{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.03em}.hero h1 span{color:var(--yellow)}.hero p{font-size:1.15rem;color:#ffffffd9;margin-bottom:2.5rem;max-width:500px;margin-inline:auto}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--yellow);color:var(--gray-900);font-weight:700;font-size:1rem;padding:.85rem 2rem;border-radius:100px;border:none;cursor:pointer;transition:background .2s,transform .1s}.btn-primary:hover{background:var(--yellow-dark);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--white);font-weight:600;font-size:1rem;padding:.85rem 2rem;border-radius:100px;border:2px solid rgba(255,255,255,.4);cursor:pointer;transition:border-color .2s,background .2s}.btn-secondary:hover{border-color:var(--white);background:#ffffff1a}.arcs{position:absolute;bottom:-60px;right:-40px;font-size:18rem;opacity:.04;font-weight:900;color:var(--white);pointer-events:none;-webkit-user-select:none;user-select:none}.section{padding:5rem 2rem}.section-dark{background:var(--gray-900);color:var(--white)}.section-gray{background:var(--gray-100)}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:2.4rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.section-header p{color:var(--gray-600);font-size:1.05rem;max-width:500px;margin-inline:auto}.section-dark .section-header p{color:#fff9}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}.menu-card{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .25s,box-shadow .25s;cursor:pointer}.menu-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}.menu-card-img{width:100%;height:200px;display:flex;align-items:center;justify-content:center;font-size:5rem;background:linear-gradient(135deg,var(--gray-50),var(--gray-200))}.menu-card-body{padding:1.25rem 1.5rem 1.5rem}.menu-card-body h3{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.menu-card-body p{color:var(--gray-600);font-size:.9rem;margin-bottom:1rem}.menu-card-footer{display:flex;align-items:center;justify-content:space-between}.price{font-weight:800;font-size:1.15rem;color:var(--red)}.add-btn{background:var(--red);color:var(--white);border:none;width:36px;height:36px;border-radius:50%;font-size:1.3rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s}.add-btn:hover{background:var(--red-dark);transform:scale(1.1)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.feature-card{text-align:center;padding:2rem 1.5rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.feature-card p{color:#fff9;font-size:.9rem}.promo{max-width:1100px;margin:0 auto;background:linear-gradient(135deg,var(--red),var(--red-dark));border-radius:1.25rem;padding:3.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;color:var(--white)}.promo-text h2{font-size:2rem;font-weight:800;margin-bottom:.5rem}.promo-text p{font-size:1.05rem;opacity:.85;max-width:400px}.promo-emoji{font-size:6rem}.footer{background:var(--gray-900);color:#ffffff80;padding:3rem 2rem;text-align:center;font-size:.85rem}.footer-links{display:flex;justify-content:center;gap:2rem;list-style:none;margin-bottom:1.5rem;flex-wrap:wrap}.footer-links a{color:#ffffffb3;text-decoration:none;font-weight:500;transition:color .2s}.footer-links a:hover{color:var(--yellow)}@media(max-width:768px){.nav-links{display:none}.hero{min-height:70vh;padding:3rem 1.5rem}.promo{padding:2.5rem 2rem;text-align:center;justify-content:center}.promo-text p{margin-inline:auto}.section{padding:3.5rem 1.5rem}}
