:root {
  --orange: #ff5a2f;
  --orange-dark: #d83a13;
  --ink: #172033;
  --muted: #5d6677;
  --line: #e5e7eb;
  --soft: #fff6f1;
  --cream: #ffe5d6;
  --white: #fff;
  --max: 1180px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none!important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); line-height: 1.6; }
html.admin-app body { min-height: 100vh; background: var(--surface,#f6f7f9); }
html.admin-app .skip-link,
html.admin-app .site-header,
html.admin-app main,
html.admin-app .site-footer { display: none; }
.admin-app-loader { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: #f6f7f9; }
.admin-app-loader > div { display: grid; place-items: center; gap: 14px; color: #172033; font-weight: 750; }
.admin-app-loader span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: white; background: linear-gradient(135deg,var(--orange),var(--orange-dark)); font-size: 30px; font-weight: 900; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-160%); background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(229,231,235,.9); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 72px; max-width: var(--max); margin: auto; padding: 0 24px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 21px; font-weight: 850; letter-spacing: .02em; }
.brand-mark { width: 46px; height: 46px; display: block; object-fit: contain; border-radius: 12px; background: white; box-shadow: 0 8px 20px rgba(255,90,47,.18); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 12px; color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; border-radius: 9px; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { color: var(--orange-dark); background: var(--soft); }
.menu-button { display: none; margin-left: auto; min-height: 44px; border: 1px solid var(--line); background: white; border-radius: 10px; padding: 8px 13px; font-weight: 750; }
.hero { max-width: var(--max); margin: auto; padding: 86px 24px 72px; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--orange-dark); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.025em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(44px,7vw,76px); }
h2 { margin: 0 0 16px; font-size: clamp(30px,4vw,46px); }
h3 { margin: 0 0 10px; font-size: 22px; }
.lede { max-width: 690px; margin: 24px 0 30px; color: var(--muted); font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-decoration: none; }
.button.primary { color: white; background: var(--orange); box-shadow: 0 12px 28px rgba(255,90,47,.2); }
.button.primary:hover, .button.primary:focus-visible { background: var(--orange-dark); }
.button.secondary { border-color: var(--line); background: white; }
.button.secondary:hover, .button.secondary:focus-visible { border-color: #b7bdc8; background: #f9fafb; }
.web-app-button { gap: 9px; }
.web-app-button span { font-size: 1.15em; transition: transform .15s ease; }
.web-app-button:hover span, .web-app-button:focus-visible span { transform: translateX(3px); }
.android-app-button { gap: 9px; }
.google-play-icon { width: 21px; height: 21px; flex: 0 0 auto; }
.app-store-button { gap: 9px; }
.apple-icon { width: 21px; height: 21px; flex: 0 0 auto; }
.store-note { margin-top: 14px; color: var(--muted); font-size: 13px; }
.hero-card { min-height: 470px; padding: 34px; display: grid; place-items: center; border-radius: 34px; background: radial-gradient(circle at 20% 15%,#fff 0 12%,transparent 13%), linear-gradient(145deg,var(--cream),#fff3eb); }
.phone-card { width: min(100%,390px); padding: 24px; border: 1px solid #f2cdbd; border-radius: 24px; background: white; box-shadow: 0 28px 60px rgba(64,34,22,.13); }
.mini-head { display: flex; gap: 11px; align-items: center; margin-bottom: 20px; font-size: 18px; }
.mini-logo { width: 42px; height: 42px; display: block; object-fit: contain; border-radius: 11px; background: white; box-shadow: 0 5px 14px rgba(255,90,47,.14); }
.order-line { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 16px 0; border-top: 1px solid var(--line); }
.order-line > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--orange-dark); background: var(--soft); font-size: 13px; font-weight: 850; }
.order-line strong, .order-line small { display: block; }
.order-line small { color: var(--muted); margin-top: 3px; }
.secure-row { margin-top: 10px; padding: 12px 14px; color: #215b41; background: #edf9f2; border-radius: 10px; font-size: 12px; font-weight: 750; }
.trust-strip { max-width: var(--max); margin: 0 auto 70px; padding: 22px 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; border: 1px solid var(--line); border-radius: 18px; }
.trust-strip div { padding: 0 18px; border-left: 3px solid var(--orange); }
.trust-strip span, .trust-strip strong { display: block; }
.trust-strip span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.trust-strip strong { margin-top: 4px; font-size: 15px; }
.section { padding: 84px max(24px,calc((100vw - var(--max))/2 + 24px)); }
.section.soft { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3,1fr); }
.info-card, .policy-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.info-card p, .policy-card p { color: var(--muted); }
.card-number { display: block; margin-bottom: 30px; color: var(--orange); font-weight: 850; }
.policy-card { text-decoration: none; transition: transform .15s ease,box-shadow .15s ease; }
.policy-card:hover, .policy-card:focus-visible { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(23,32,51,.09); }
.policy-card span, .text-link { color: var(--orange-dark); font-weight: 800; }
.split { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.split p { color: var(--muted); }
.check-list { padding: 28px; border-radius: 20px; background: white; box-shadow: 0 18px 46px rgba(81,49,35,.08); }
.check-list p { position: relative; margin: 0; padding: 13px 0 13px 34px; border-bottom: 1px solid var(--line); color: var(--ink); }
.check-list p:last-child { border-bottom: 0; }
.check-list p::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.cta { max-width: var(--max); margin: 40px auto 80px; padding: 48px; display: flex; align-items: end; justify-content: space-between; gap: 30px; border-radius: 26px; background: var(--ink); color: white; }
.cta p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #c9cfda; }
.cta .button.secondary { color: white; border-color: #536078; background: transparent; }
.site-footer { padding: 58px max(24px,calc((100vw - var(--max))/2 + 24px)) 24px; color: #d4d8e0; background: #111827; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 38px; }
.brand.light { color: white; }
.footer-grid h2 { margin: 0 0 12px; color: white; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid p { font-size: 14px; }
.footer-grid a { color: #f1f3f6; text-decoration: none; }
.footer-grid a:hover, .footer-grid a:focus-visible { text-decoration: underline; }
.footer-bottom { margin-top: 38px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #2a3447; color: #9ba4b4; font-size: 12px; }
.footer-bottom a { color: #cfd4dd; }
.page-hero { padding: 74px max(24px,calc((100vw - 860px))/2 + 24px) 46px; background: linear-gradient(180deg,var(--soft),white); }
.page-hero h1 { font-size: clamp(40px,6vw,64px); }
.page-hero .lede { margin-bottom: 0; }
.prose { max-width: 860px; margin: auto; padding: 42px 24px 86px; }
.prose h2 { margin-top: 48px; font-size: 28px; }
.prose h3 { margin-top: 28px; font-size: 19px; }
.prose p, .prose li { color: #465064; }
.prose a { color: var(--orange-dark); font-weight: 700; }
.prose .notice { margin: 26px 0; padding: 20px; border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 34px 0; }
.contact-card { padding: 22px; border: 1px solid var(--line); border-radius: 14px; }
.contact-card span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.contact-card a, .contact-card strong { display: block; margin-top: 8px; overflow-wrap: anywhere; }
.policy-meta { color: var(--muted); font-size: 13px; }
.partner-layout { max-width: var(--max); margin: auto; padding: 48px 24px 90px; display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: 42px; align-items: start; }
.partner-guide { position: sticky; top: 104px; padding: 26px; border-radius: 18px; background: var(--soft); }
.partner-guide h2 { font-size: 26px; }
.partner-guide li { margin-bottom: 10px; }
.partner-guide .notice { margin: 24px 0; padding: 16px; border-left: 4px solid var(--orange); background: white; }
.partner-panel { padding: 28px; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 42px rgba(23,32,51,.07); }
.partner-panel form { display: grid; gap: 18px; }
.partner-panel label { display: grid; gap: 7px; color: var(--ink); font-size: 14px; font-weight: 750; }
.partner-panel input, .partner-panel textarea { width: 100%; box-sizing: border-box; padding: 12px 13px; border: 1px solid #cbd0d9; border-radius: 10px; color: var(--ink); background: white; font: inherit; }
.partner-panel input:focus, .partner-panel textarea:focus { outline: 3px solid rgba(255,90,47,.16); border-color: var(--orange); }
.partner-panel fieldset { display: grid; gap: 14px; margin: 0; padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.partner-panel legend { padding: 0 8px; font-size: 18px; font-weight: 850; }
.optional-label { color: var(--muted); font-size: 13px; font-weight: 650; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-tabs button, .text-button { min-height: 44px; border: 0; color: var(--muted); background: transparent; font-weight: 800; cursor: pointer; }
.form-tabs button.active { color: var(--orange-dark); border-bottom: 3px solid var(--orange); }
.form-message { min-height: 24px; margin-bottom: 12px; color: #215b41; font-weight: 700; }
.form-message.error { color: #b42318; }
.application-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.application-head h2 { font-size: 30px; }
.application-head > div:last-child { display: flex; align-items: center; gap: 8px; }
.status-pill { display: inline-flex; padding: 5px 10px; border-radius: 999px; color: #864000; background: #fff1cf; font-size: 12px; font-weight: 850; }
.field-help { margin: 0; color: var(--muted); font-size: 13px; }
.check-field { display: flex!important; grid-template-columns: auto 1fr; align-items: center; justify-content: start; }
.check-field input { width: auto; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; }
.restaurant-app-card { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 20px; border: 1px solid #ffd6c9; border-radius: 14px; background: #fff6f2; }
.restaurant-app-card h3 { margin: 2px 0 5px; font-size: 20px; }
.restaurant-app-card p:last-child { margin: 0; color: var(--muted); }
.restaurant-app-card .button { flex: 0 0 auto; }
.partner-panel button:disabled, .partner-panel input:disabled, .partner-panel textarea:disabled { cursor: not-allowed; opacity: .6; }
@media (max-width: 860px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 72px; left: 16px; right: 16px; display: none; padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 20px 44px rgba(23,32,51,.14); }
  .main-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-top: 58px; }
  .hero-card { min-height: 380px; }
  .trust-strip, .card-grid.three, .split, .footer-grid { grid-template-columns: 1fr; }
  .trust-strip { margin-left: 24px; margin-right: 24px; }
  .cta { margin-left: 24px; margin-right: 24px; align-items: stretch; flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; }
  .partner-layout { grid-template-columns: 1fr; }
  .partner-guide { position: static; }
}
@media (max-width: 520px) {
  .nav-wrap { padding: 0 16px; }
  .hero, .section { padding-left: 18px; padding-right: 18px; }
  .hero { padding-top: 42px; }
  .hero-card { min-height: 0; padding: 18px; }
  .trust-strip { margin-left: 18px; margin-right: 18px; padding: 18px; }
  .trust-strip div { padding-right: 0; }
  .cta { margin: 20px 18px 60px; padding: 30px 22px; }
  .button-row, .button { width: 100%; }
  .footer-bottom { flex-direction: column; }
  .partner-panel { padding: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .application-head, .form-actions, .restaurant-app-card { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms!important; transition-duration: .01ms!important; }
}

/* LalaGO marketing UI */
body { overflow-x: hidden; background: #fffdfb; }
.site-header { min-height: 78px; border-bottom: 0; background: rgba(255,255,255,.96); box-shadow: 0 8px 35px rgba(23,32,51,.06); }
.nav-wrap { min-height: 78px; max-width: 1380px; padding: 0 34px; }
.brand { gap: 11px; font-size: 22px; }
.brand-mark { width: 50px; height: 50px; border-radius: 15px; box-shadow: 0 8px 24px rgba(255,79,32,.16); }
.main-nav { gap: 3px; }
.main-nav a { padding: 10px 14px; border-radius: 999px; font-size: 13px; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { color: #f0441d; background: #fff1e9; }
.main-nav .restaurant-login-link { margin-left: 5px; color: white; background: linear-gradient(135deg,#ff632e,#ff3c16); box-shadow: 0 8px 20px rgba(255,70,26,.2); }
.main-nav .restaurant-login-link:hover, .main-nav .restaurant-login-link:focus-visible { color: white; background: linear-gradient(135deg,#ff4f20,#e8360f); box-shadow: 0 10px 24px rgba(255,70,26,.28); }

.hero { position: relative; isolation: isolate; max-width: none; min-height: 780px; margin: 0; padding: 0; display: block; overflow: hidden; background: #fff7f0 url('/assets/lalago-hero-v3.png') center/cover no-repeat; }
.hero-inner { position: relative; min-height: 780px; max-width: 1400px; margin: auto; padding: 76px 42px 110px; }
.hero-copy { position: relative; z-index: 3; width: min(100%,560px); }
.hero .eyebrow { width: max-content; max-width: 100%; margin-bottom: 24px; padding: 9px 15px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,79,32,.1); border-radius: 999px; background: rgba(255,244,236,.92); color: #f0441d; box-shadow: 0 8px 28px rgba(255,79,32,.08); font-size: 12px; letter-spacing: .09em; }
.hero .eyebrow::before { content: "✿"; font-size: 17px; line-height: 1; }
.hero h1 { max-width: 550px; font-size: clamp(54px,5.5vw,78px); line-height: 1.02; letter-spacing: -.052em; text-wrap: balance; }
.hero h1 span { color: #ff4f20; }
.hero .lede { max-width: 520px; margin: 25px 0 30px; color: #5f6675; font-size: 17px; line-height: 1.75; }
.hero .button-row { width: min(100%,560px); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.hero .button { min-height: 58px; padding: 13px 17px; gap: 10px; border-radius: 17px; border-color: #e6e8ed; background: rgba(255,255,255,.95); box-shadow: 0 8px 24px rgba(31,39,55,.08); font-size: 14px; }
.hero .button.primary { border-color: #ff4f20; background: linear-gradient(135deg,#ff632e,#ff3c16); box-shadow: 0 14px 30px rgba(255,70,26,.28); }
.hero .button:hover, .hero .button:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(31,39,55,.13); }
.hero .button.primary:hover, .hero .button.primary:focus-visible { background: linear-gradient(135deg,#ff4f20,#e8360f); }
.hero .button svg { width: 22px; height: 22px; flex: 0 0 auto; }
.web-app-button > svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.web-app-button > span { margin-left: auto; font-size: 22px; }
.ordering-button svg { fill: none; stroke: #ff4f20; stroke-width: 2; stroke-linejoin: round; }
.hero .store-note { max-width: 520px; margin-top: 24px; padding: 11px 14px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; color: #667085; background: rgba(255,255,255,.86); box-shadow: 0 8px 28px rgba(67,39,28,.06); backdrop-filter: blur(8px); font-size: 13px; line-height: 1.6; }
.hero .store-note svg { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: #667085; stroke-width: 1.7; }
.hero-card { position: absolute; z-index: 4; top: 12px; right: 30px; width: 225px; min-height: 0; padding: 0; display: block; border-radius: 23px; background: transparent; }
.phone-card { width: 100%; padding: 12px; border: 1px solid rgba(255,128,79,.18); border-radius: 20px; box-shadow: 0 20px 54px rgba(59,34,24,.16); }
.mini-head { margin-bottom: 6px; gap: 8px; font-size: 13px; }
.mini-logo { width: 26px; height: 26px; border-radius: 7px; }
.order-line { grid-template-columns: 24px 1fr; gap: 8px; padding: 7px 0; }
.order-line > span { width: 22px; height: 22px; color: white; background: #ff4f20; box-shadow: 0 4px 10px rgba(255,79,32,.24); font-size: 11px; }
.order-line strong { font-size: 10px; }
.order-line small { margin-top: 1px; font-size: 8px; line-height: 1.25; }
.secure-row { margin-top: 5px; padding: 7px 9px; font-size: 7px; line-height: 1.3; }

.trust-strip { position: relative; z-index: 5; max-width: 1180px; margin: -34px auto 58px; padding: 0; gap: 14px; border: 0; }
.trust-strip div { min-height: 108px; padding: 24px 24px 22px 28px; border: 1px solid #f0e9e4; border-top: 4px solid #ff4f20; border-radius: 20px; background: white; box-shadow: 0 18px 44px rgba(45,35,30,.09); }
.trust-strip span { color: #8d6f62; font-size: 11px; font-weight: 800; }
.trust-strip strong { color: var(--ink); font-size: 15px; }

.section { position: relative; padding-top: 104px; padding-bottom: 104px; }
.section-heading { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.section-heading .eyebrow { width: max-content; margin: 0 auto 14px; padding: 7px 13px; border-radius: 999px; background: #fff0e8; }
.section-heading h2 { font-size: clamp(34px,4vw,52px); }
.section-heading > p:last-child { line-height: 1.8; }
.card-grid { max-width: var(--max); margin-inline: auto; gap: 22px; }
.info-card, .policy-card { position: relative; min-height: 285px; padding: 34px; overflow: hidden; border: 1px solid #f1e7e1; border-radius: 26px; box-shadow: 0 16px 46px rgba(56,37,28,.07); }
.info-card::after { content: ""; position: absolute; right: -52px; bottom: -64px; width: 150px; height: 150px; border-radius: 50%; background: linear-gradient(145deg,#fff4ec,#ffe0cf); }
.card-number { position: absolute; top: 27px; right: 28px; margin: 0; color: #f7b5a1; font-size: 31px; line-height: 1; }
.feature-icon, .policy-icon { width: 58px; height: 58px; margin-bottom: 34px; display: grid; place-items: center; border-radius: 18px; color: #ff4f20; background: #fff0e8; box-shadow: inset 0 0 0 1px rgba(255,79,32,.08); font-size: 28px; font-weight: 850; }
.info-card h3 { font-size: 24px; }
.info-card p { max-width: 290px; line-height: 1.75; }

.section.soft.customer-section { overflow: hidden; background: linear-gradient(135deg,#fff7f1 0%,#fffdfb 53%,#fff0e6 100%); }
.customer-section::before, .customer-section::after { content: ""; position: absolute; border-radius: 50%; background: #ff4f20; opacity: .06; }
.customer-section::before { width: 310px; height: 310px; top: -180px; right: 5%; }
.customer-section::after { width: 180px; height: 180px; bottom: -90px; left: 8%; }
.customer-section .split { position: relative; z-index: 1; gap: 90px; }
.customer-section .split > div:first-child { padding: 30px 0; }
.customer-section h2 { font-size: clamp(36px,4vw,54px); }
.customer-section .split p { font-size: 16px; line-height: 1.8; }
.customer-section .text-link { display: inline-block; margin-top: 8px; text-decoration: none; }
.check-list { padding: 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 30px; background: linear-gradient(145deg,#ff5e2a,#ff3f17); box-shadow: 0 30px 70px rgba(255,69,24,.24); transform: rotate(1.5deg); }
.check-list p { min-height: 62px; margin: 8px; padding: 17px 18px 17px 54px; border: 0; border-radius: 16px; color: #20283a; background: white; box-shadow: 0 8px 20px rgba(127,44,15,.09); }
.check-list p::before { left: 18px; top: 16px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: white; background: #ff4f20; }

.cta { border-radius: 32px; }
.partner-cta { min-height: 500px; padding: 0; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; overflow: hidden; color: var(--ink); background: #fff3ea; box-shadow: 0 24px 70px rgba(57,38,28,.1); }
.partner-cta .cta-art { width: 100%; height: 100%; min-height: 500px; grid-row: 1 / span 2; object-fit: cover; }
.partner-cta > div:not(.button-row) { padding: 60px 58px 10px; align-self: end; }
.partner-cta > .button-row { padding: 18px 58px 60px; align-self: start; }
.partner-cta h2 { font-size: clamp(38px,4vw,56px); }
.partner-cta p:not(.eyebrow) { color: #626a78; line-height: 1.8; }
.partner-cta .button.primary { background: #ff4f20; }

.policy-card { min-height: 310px; color: var(--ink); text-decoration: none; background: linear-gradient(155deg,#fff 55%,#fff5ef); }
.policy-card:nth-child(2) { transform: translateY(18px); }
.policy-card:hover, .policy-card:focus-visible { border-color: #ffc2a9; transform: translateY(-5px); box-shadow: 0 24px 52px rgba(255,79,32,.14); }
.policy-card:nth-child(2):hover, .policy-card:nth-child(2):focus-visible { transform: translateY(13px); }
.policy-card .policy-icon { margin-bottom: 31px; }
.policy-card > span:last-child { position: absolute; left: 34px; bottom: 30px; }

.support-cta { position: relative; overflow: hidden; padding: 52px 58px; background: linear-gradient(135deg,#191f31 0%,#242d43 64%,#ff4f20 150%); box-shadow: 0 25px 70px rgba(23,32,51,.18); }
.support-cta::after { content: ""; position: absolute; right: -70px; bottom: -130px; width: 330px; height: 330px; border: 70px solid rgba(255,79,32,.22); border-radius: 50%; }
.support-cta > * { position: relative; z-index: 1; }
.support-cta .button.primary { background: #ff4f20; }

.site-footer { padding-top: 70px; background: #151b2b; }
.footer-grid { max-width: 1180px; margin: auto; }
.footer-grid h2 { color: #ff8a62; }
.footer-bottom { max-width: 1180px; margin-left: auto; margin-right: auto; }
.page-hero { background: radial-gradient(circle at 85% 0,#ffe4d4 0 13%,transparent 13.2%),linear-gradient(180deg,#fff1e8,white); }

@media (max-width: 1220px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 20px 44px rgba(23,32,51,.14); }
  .main-nav.open { display: flex; }
  .main-nav .restaurant-login-link { margin: 6px 0 0; text-align: center; }
  .hero { background-position: 48% center; }
  .hero-inner { padding-left: 30px; padding-right: 30px; }
  .hero-copy { width: 500px; }
  .hero h1 { font-size: 62px; }
  .hero-card { right: 20px; width: 215px; }
  .trust-strip { margin-left: 24px; margin-right: 24px; }
}

@media (max-width: 900px) {
  .nav-wrap { padding: 0 20px; }
  .hero { min-height: 0; padding-top: 470px; background-size: auto 560px; background-position: center top; }
  .hero-inner { min-height: 0; padding: 0 24px 72px; }
  .hero-copy { width: 100%; max-width: 680px; margin: 0 auto; padding: 34px; border: 1px solid #f3e8e1; border-radius: 30px; background: rgba(255,255,255,.97); box-shadow: 0 25px 65px rgba(56,37,28,.13); }
  .hero h1 { font-size: clamp(48px,9vw,68px); }
  .hero .lede { max-width: none; }
  .hero-card { position: static; width: 100%; max-width: 430px; margin: 22px auto 0; }
  .phone-card { padding: 14px; }
  .trust-strip { margin-top: -30px; }
  .customer-section .split { gap: 42px; }
  .partner-cta { margin-left: 24px; margin-right: 24px; grid-template-columns: 1fr; }
  .partner-cta .cta-art { min-height: 360px; max-height: 440px; grid-row: auto; }
  .partner-cta > div:not(.button-row) { padding: 42px 38px 8px; }
  .partner-cta > .button-row { padding: 16px 38px 44px; }
  .policy-card:nth-child(2) { transform: none; }
  .policy-card:nth-child(2):hover, .policy-card:nth-child(2):focus-visible { transform: translateY(-5px); }
}

@media (max-width: 560px) {
  .brand-mark { width: 44px; height: 44px; }
  .brand { font-size: 19px; }
  .hero { padding-top: 300px; background-size: auto 350px; }
  .hero-inner { padding-left: 16px; padding-right: 16px; }
  .hero-copy { padding: 24px 20px; border-radius: 24px; }
  .hero .eyebrow { font-size: 10px; }
  .hero h1 { font-size: 45px; }
  .hero .lede { font-size: 15px; }
  .hero .button-row { grid-template-columns: 1fr; }
  .hero .button { width: 100%; }
  .hero .store-note { font-size: 12px; }
  .hero-card { max-width: 330px; }
  .phone-card { padding: 13px; }
  .trust-strip { margin-left: 16px; margin-right: 16px; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .section-heading { text-align: left; }
  .section-heading .eyebrow { margin-left: 0; }
  .info-card, .policy-card { min-height: 270px; padding: 28px; }
  .customer-section .split > div:first-child { padding-top: 0; }
  .check-list { transform: none; }
  .partner-cta { margin-left: 16px; margin-right: 16px; }
  .partner-cta .cta-art { min-height: 270px; }
  .partner-cta > div:not(.button-row) { padding: 34px 24px 6px; }
  .partner-cta > .button-row { padding: 14px 24px 34px; }
  .support-cta { margin-left: 16px; margin-right: 16px; padding: 36px 26px; }
}
