/* GitHub Pages compatibility helpers */
html { scroll-behavior: smooth; }
.static-note { font-size: 13px; margin-top: 10px; opacity: .75; }
.static-toast {
  position: fixed; right: 20px; bottom: 20px; max-width: 360px; z-index: 99999;
  background: #191c53; color: white; padding: 14px 18px; border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,.18); display: none;
}
.static-toast.show { display:block; }
.static-form-notice {
  box-sizing: border-box;
  width: 100%;
  max-height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
  border: 1px solid transparent;
  border-left: 3px solid transparent;
  border-radius: 8px;
  background: #fff8fd;
  color: #191c53;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0;
  text-align: left;
  transform: translateY(-6px);
  transition: max-height .32s ease, margin .32s ease, padding .32s ease,
    border-color .32s ease, opacity .24s ease, transform .32s ease;
}
.static-form-notice.show {
  max-height: 100px;
  margin: 14px auto 0;
  padding: 12px 15px;
  border-color: rgba(211, 14, 168, .22);
  border-left-color: #d30ea8;
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .static-form-notice { transition: none; }
}

/* A slightly more spacious desktop composition for the home hero. */
@media (min-width: 1401px) {
  .home-page header.zubuz-header-section { padding: 14px 0; }
  .home-page .brand-logo { max-width: 115px; }
  .home-page .zubuz-login-btn { font-size: 14px; margin-right: 36px; }
  .home-page .zubuz-default-btn.zubuz-header-btn { font-size: 14px; padding: 9px 16px; }

  .home-page .zubuz-hero-section { padding-top: 117px; }
  .home-page .zubuz-hero-content.center {
    max-width: 990px;
    padding-bottom: 72px;
  }
  .home-page .zubuz-hero-content.center h1 {
    font-size: 88px;
    margin-bottom: 22px;
  }
  .home-page .zubuz-hero-content.center p {
    max-width: 855px;
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 1.5;
  }
  .home-page .zubuz-subscribe-three { max-width: 450px; }
  .home-page .zubuz-subscribe-three input {
    height: 54px;
    padding-left: 49px !important;
    font-size: 14px;
  }
  .home-page .zubuz-input-email { top: 12px; left: 22px; }
  .home-page .zubuz-input-email img { width: 22px; }
  .home-page .zubuz-subscription-btn.three {
    top: 5px;
    right: 5px;
    padding: 12px 28px;
    font-size: 14px;
  }
  .home-page .static-form-notice { font-size: 13px; }
  .home-page .zubuz-hero-thumb img { width: 313px; }
  .home-page .zubuz-hero-card.card1 { width: 206px; }
  .home-page .zubuz-hero-card.card2 { width: 202px; }
  .home-page .zubuz-hero-card.card3 { width: 298px; }
  .home-page .zubuz-hero-card.card4 { width: 266px; }
}

/* Restaurant portal login */
.fooreo-login-page {
  min-height: 100vh;
  margin: 0;
  background: #fafafa;
  color: #171717;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.fooreo-login-shell {
  width: min(100% - 48px, 1120px);
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.fooreo-login-header { display: flex; align-items: center; min-height: 80px; }
.fooreo-login-logo { display: inline-flex; align-items: center; text-decoration: none; }
.fooreo-login-logo img { width: 112px; height: auto; }
.fooreo-login-portal {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e5e5e5;
  color: #737373;
  font-size: 14px;
  font-weight: 500;
}
.fooreo-login-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 0 96px;
}
.fooreo-login-card {
  width: min(100%, 400px);
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 34px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .03);
}
.fooreo-login-kicker {
  margin: 0 0 10px;
  color: #d30ea8;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .01em;
}
.fooreo-login-card h1 {
  margin: 0;
  color: #171717;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.fooreo-login-card > p:not(.fooreo-login-kicker):not(.fooreo-login-help) {
  margin: 10px 0 27px;
  color: #737373;
  font-size: 14px;
  line-height: 1.55;
}
.fooreo-login-form { display: grid; gap: 17px; }
.fooreo-login-field { display: grid; gap: 7px; }
.fooreo-login-field label { color: #404040; font-size: 14px; font-weight: 550; }
.fooreo-login-field input {
  box-sizing: border-box;
  width: 100%;
  height: 43px;
  padding: 0 12px;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  background: #fff;
  color: #171717;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.fooreo-login-field input::placeholder { color: #a3a3a3; }
.fooreo-login-field input:focus {
  border-color: #191c53;
  box-shadow: 0 0 0 3px rgba(25, 28, 83, .12);
}
.fooreo-login-submit {
  min-height: 43px;
  margin-top: 5px;
  border: 0;
  border-radius: 7px;
  background: #191c53;
  color: #fff;
  cursor: pointer;
  font: 600 14px Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: background .15s ease;
}
.fooreo-login-submit:hover { background: #292e78; }
.fooreo-login-submit:focus-visible { outline: 3px solid rgba(211, 14, 168, .3); outline-offset: 2px; }
.fooreo-login-alert {
  display: none;
  align-items: flex-start;
  gap: 9px;
  margin-top: 18px;
  border: 1px solid #fecaca;
  border-radius: 7px;
  padding: 11px 12px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 13px;
  line-height: 1.45;
}
.fooreo-login-alert.show { display: flex; }
.fooreo-login-alert svg { flex: 0 0 auto; margin-top: 1px; }
.fooreo-login-help {
  margin: 23px 0 0;
  color: #737373;
  font-size: 13px;
  text-align: center;
}
.fooreo-login-help a { color: #191c53; font-weight: 600; text-decoration: none; }
.fooreo-login-help a:hover { text-decoration: underline; }
.fooreo-login-footer {
  padding: 0 0 28px;
  color: #a3a3a3;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 520px) {
  .fooreo-login-shell { width: min(100% - 32px, 1120px); }
  .fooreo-login-header { min-height: 70px; }
  .fooreo-login-logo img { width: 101px; }
  .fooreo-login-portal { margin-left: 11px; padding-left: 11px; font-size: 13px; }
  .fooreo-login-main { align-items: flex-start; padding-top: 58px; }
  .fooreo-login-card { padding: 27px 22px; }
}
