/* ========================================
   GLOBAL TOKENS
======================================== */
:root {
  --bg: #eff7ef;
  --bg-alt: #e5f2e6;
  --surface: #ffffff;
  --surface-soft: #edf7ee;
  --text: #11311f;
  --muted: #3d664f;
  --brand: #2f8f4f;
  --brand-strong: #1f6f3a;
  --brand-soft: #cdebd5;
  --line: #c6dfcb;
  --line-strong: #9ec7a8;
  --shadow: 0 18px 44px rgba(19, 64, 35, 0.12);
  --shadow-soft: 0 10px 28px rgba(22, 69, 39, 0.1);
  --radius: 16px;
  --container: 1120px;
}

/* ========================================
   BASE / RESET
======================================== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  scrollbar-width: auto;
  scrollbar-color: #78C841 #edf7ee;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  background: #edf7ee;
}

html::-webkit-scrollbar-thumb {
  background-color: #78C841;
  border-radius: 999px;
  border: 2px solid #edf7ee;
}

a {
  color: inherit;
  font-size: 1rem;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
  outline: none;
  box-shadow: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 0.75rem;
  top: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

/* ========================================
   LAYOUT UTILITIES
======================================== */
.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 4.6rem 0;
  background: #ffffff;
}

.alt {
  background: white;
}

.change-restaurant {
  background: #ffffff;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-optical-sizing: auto;
}

h1 {
  margin-top: 0.7rem;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 800;
}

h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.35rem);
  letter-spacing: -0.02em;
  text-align: center;
  padding: 0;
  font-weight: 800;
}

h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.lead {
  max-width: 68ch;
  margin-top: 1rem;
  color: var(--muted);
  text-align: center;
}

/* ========================================
   HEADER + NAVIGATION
======================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: transparent;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}

.site-header.scrolled {
  background: rgba(8, 22, 14, 0.78);
  border-bottom: 1px solid rgba(120, 200, 65, 0.2);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 24px rgba(5, 15, 8, 0.3);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: #f4fbf5;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.brand-logo {
  height: 40px;
  width: auto;
  display: block;
  border-radius: 8px;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.45rem;
  border-radius: 16px;
  border: 1px solid rgba(244, 251, 245, 0.25);
  background: rgba(9, 28, 17, 0.42);
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #f4fbf5;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 0.52rem 0.95rem;
  margin: 0;
  border-radius: 10px;
  border: none;
  background: transparent;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.main-nav a i {
  display: none;
}


.main-nav a:hover,
.main-nav a:focus-visible {
  color: #ffffff;
  outline: none;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: none;
  transform: translateY(-1px);
}

.nav-cta {
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  white-space: nowrap;
  min-height: 38px;
  padding: 0.45rem 1rem;
  margin: 0 0 0 0.5rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #ffffff;
  border: 2px solid #78C841;
  background: linear-gradient(135deg, #8fd058, #78C841);
  box-shadow: 0 8px 20px rgba(8, 54, 26, 0.3);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.nav-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -120%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.4s ease;
  pointer-events: none;
}

.nav-cta:hover::after {
  left: 120%;
}


/* ========================================
   SHARED BUTTONS
======================================== */

.nav-cta,
.btn {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.nav-cta > span {
  display: inline-flex;
  align-items: center;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(8, 54, 26, 0.34);
  filter: brightness(1.05);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid transparent;
  min-height: 46px;
  padding: 0.7rem 1.25rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, filter 0.22s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -120%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100%);
  transition: left 0.45s ease;
  pointer-events: none;
  z-index: 1;
}

.btn:hover::after {
  left: 120%;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #78C841;
  color: #fff;
  box-shadow: 0 10px 24px rgba(24, 97, 52, 0.32);
}

.btn-primary:hover {
  box-shadow: 0 16px 32px rgba(24, 97, 52, 0.4);
  filter: brightness(1.05);
}

.btn-secondary {
  border-color: var(--line-strong);
  background: #ffffff;
  color: var(--brand-strong);
}

.btn-secondary:hover {
  border-color: var(--brand);
  background: var(--surface-soft);
}

/* ========================================
   HERO SECTION (#hero)
======================================== */
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 6.2rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: url("../image/image1.png") center center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 23, 16, 0.55) 20%, rgba(10, 23, 16, 0.62) 40%, rgba(10, 23, 16, 0.05) 50%, rgba(10, 23, 16, 0) 100%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero .eyebrow,
.hero h1,
.hero .hero-subheadline,
.hero .trust-line,
.hero .microcopy {
  color: #f4fbf5;
  text-align: left;
}

.hero-separator {
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 0.1em;
}

.hero .hero-subheadline {
  margin-top: 1.4rem;
}

.hero .trust-line {
  margin-top: 1.3rem;
}

.hero .btn-primary {
  background: #78C841;
  border-color: #78C841;
  color: #ffffff;
}

.hero .btn-primary:hover {
  box-shadow: 0 16px 30px rgba(24, 97, 52, 0.35);
}

.hero .btn-secondary {
  border-color: #f4fbf5;
  background: rgba(255, 255, 255, 0.1);
  color: #f4fbf5;
}

.hero .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: start;
}

.hero-grid > div {
  text-align: left;
  margin: 0;
}

.hero .cta-row {
  margin-top: 2rem;
  justify-content: flex-start;
}

.hero .cta-row .btn {
  width: auto;
  white-space: nowrap;
}

.hero-title,
.hero-description {
  opacity: 0;
  animation: heroTextReveal 1.8s ease-out forwards;
}

.hero-title {
  animation-delay: 0.25s;
}

.hero-description {
  animation-delay: 1.15s;
}

@keyframes heroTextReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title,
  .hero-description {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

.hero .hero-subheadline,
.hero .trust-line,
.hero .microcopy {
  margin-left: 0;
  margin-right: 0;
}


@media (min-width: 981px) {
  .hero-grid {
    grid-template-columns: minmax(0, 620px);
  }
}

.eyebrow {
  display: inline-block;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #cfe8d6;
  background:#b0e8a7;
  color: #2b7145;
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-subheadline {
  margin-top: 1.05rem;
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 60ch;
}

.trust-line {
  margin-top: 1rem;
  color: #2e5b3d;
  font-size: 0.95rem;
  font-weight: 600;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.microcopy {
  margin-top: 0.9rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid #b9dbc2;
  background:#ffffff;
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:#ffffff;
  pointer-events: none;
}

.hero-card h2 {
  position: relative;
  font-size: 1.17rem;
}

.hero-card ul {
  position: relative;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.hero-card li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.65rem 0.72rem;
  border-radius: 10px;
  background: linear-gradient(145deg, #f8fcf9, #eef8f0);
  border: 1px solid #d5e8d9;
  font-size: 0.95rem;
}

.hero-card em {
  font-style: normal;
  font-size: 0.8rem;
  color: #2f7e49;
}

.change-restaurant {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}


/* ========================================
   FEATURES SECTION (#for-restaurants)
======================================== */
.for-restaurants-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

#for-restaurants {
  position: relative;
  overflow: hidden;
  background: linear-gradient(60deg, #ffffff 0%, rgba(120, 200, 65, 0.18) 100%);
}

#for-restaurants::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(120, 200, 65, 0.2), rgba(120, 200, 65, 0));
}

#for-restaurants .for-restaurants-copy h2 {
  text-align: left;
}

#for-restaurants .for-restaurants-copy p {
  color: #2b5235;
  padding: 0.5rem 0 0 0;
}

.for-restaurants-copy .plain-list {
  margin-bottom: 0;
}

.plain-list {
  margin-top: 1.25rem;
  padding-left: 1rem;
}

.plain-list li {
  margin-bottom: 0.68rem;
}

#for-restaurants .plain-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 0.72rem;
  counter-reset: highlights;
}

#for-restaurants .plain-list li {
  position: relative;
  margin-bottom: 0;
  padding: 0.2rem 0.2rem 0.2rem 2.8rem;
 
  color: #24492e;
  font-weight: 600;
}

#for-restaurants .plain-list li::before {
  content: "✓";
  position: absolute;
  left: 0.72rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.74rem;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #78C841, #5ea731);
  box-shadow: 0 8px 14px rgba(94, 167, 49, 0.28);
}

#for-restaurants .hero-card {
  padding: 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(120, 200, 65, 0.55);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96));
  box-shadow: 0 24px 42px rgba(18, 66, 36, 0.18);
}

#for-restaurants .hero-card::before {
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

#for-restaurants .hero-card h2 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #2f6b2a;
}

#for-restaurants .hero-card h2::before {
  display: inline-block;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(135deg, #78C841, #5ea731);
}

#for-restaurants .hero-card li {
  padding: 0.7rem 0.78rem;
  border-radius: 11px;
  background: white;
  border: 1px solid rgba(120, 200, 65, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#for-restaurants .hero-card li:hover {
  transform: translateX(4px);
  border-color: #78C841;
  box-shadow: 0 10px 18px rgba(120, 200, 65, 0.2);
}

#for-restaurants .hero-card li span {
  font-weight: 700;
  color: #3d7b26;
}

#for-restaurants .hero-card li strong {
  color: #2a5021;
}

#for-restaurants .hero-card em {
  justify-self: end;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #2f6f1f;
  background: rgba(120, 200, 65, 0.24);
}

#for-restaurants .for-restaurants-copy,
#for-restaurants .for-restaurants-copy h2,
#for-restaurants .for-restaurants-copy p,
#for-restaurants .for-restaurants-copy .plain-list li {
  opacity: 0;
  transform: translateX(-28px);
  filter: blur(2px);
}

#for-restaurants.is-visible .for-restaurants-copy {
  animation: dinoraTextFromLeft 1.5s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
  animation-delay: 0.05s;
}

#for-restaurants.is-visible .for-restaurants-copy h2 {
  animation-delay: 0.18s;
  animation: dinoraTextFromLeft 1.5s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
}

#for-restaurants.is-visible .for-restaurants-copy p {
  animation-delay: 0.42s;
  animation: dinoraTextFromLeft 1.5s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
}

#for-restaurants.is-visible .for-restaurants-copy .plain-list li {
  animation-delay: 0.72s;
  animation: dinoraTextFromLeft 1.5s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
}

#for-restaurants.is-visible .for-restaurants-copy .plain-list li:nth-child(2) { animation-delay: 0.82s; }
#for-restaurants.is-visible .for-restaurants-copy .plain-list li:nth-child(3) { animation-delay: 0.92s; }
#for-restaurants.is-visible .for-restaurants-copy .plain-list li:nth-child(4) { animation-delay: 1.02s; }
#for-restaurants.is-visible .for-restaurants-copy .plain-list li:nth-child(5) { animation-delay: 1.12s; }
#for-restaurants.is-visible .for-restaurants-copy .plain-list li:nth-child(6) { animation-delay: 1.22s; }
#for-restaurants.is-visible .for-restaurants-copy .plain-list li:nth-child(7) { animation-delay: 1.32s; }
#for-restaurants.is-visible .for-restaurants-copy .plain-list li:nth-child(8) { animation-delay: 1.42s; }

@keyframes dinoraTextFromLeft {
  from {
    opacity: 0;
    transform: translateX(-28px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

#for-restaurants .hero-card {
  opacity: 0;
  transform: translateX(30px);
  filter: blur(2px);
}

#for-restaurants.is-visible .hero-card {
  animation: dinoraCardFromRight 1.8s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
  animation-delay: 1.02s;
}

@keyframes dinoraCardFromRight {
  from {
    opacity: 0;
    transform: translateX(30px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #for-restaurants .for-restaurants-copy,
  #for-restaurants .for-restaurants-copy h2,
  #for-restaurants .for-restaurants-copy p,
  #for-restaurants .for-restaurants-copy .plain-list li,
  #for-restaurants .hero-card,
  .change-restaurant .benefit-list article,
  #how-it-works h2,
  #how-it-works .steps-grid article,
  #pricing h2,
  #pricing .pricing-para,
  #pricing .price-card,
  #faq .faq-item,
  #book-demo .config-copy > h2,
  #book-demo .config-copy > p:not(.microcopy),
  #book-demo .config-copy .microcopy,
  #book-demo .config-copy .btn {
  animation: none;
  opacity: 1;
  transform: none;
  filter: none;
}
}

/* ========================================
   BENEFITS SECTION (.change-restaurant)
======================================== */

.change-restaurant::before,
.change-restaurant::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.change-restaurant::before {
  background:
    radial-gradient(circle at 10% 14%, rgba(57, 166, 159, 0.13), rgba(57, 166, 159, 0) 42%),
    radial-gradient(circle at 88% 82%, rgba(223, 200, 98, 0.16), rgba(223, 142, 98, 0) 46%);
}

.change-restaurant::after {
  background:
    linear-gradient(transparent 92%, rgba(35, 53, 67, 0.06) 92%),
    linear-gradient(90deg, transparent 92%, rgba(35, 53, 67, 0.06) 92%);
  background-size: 24px 24px;
  opacity: 0.55;
}

.change-restaurant .container {
  position: relative;
  z-index: 1;
}

.two-col {
  columns: 2;
  column-gap: 2rem;
}

.benefit-list {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.benefit-list article {
  padding: 1.4rem 1.2rem;
  border-radius: 16px;
  background: white;
  border: 1.5px solid rgba(31, 111, 58, 0.25);
  box-shadow: 0 4px 16px rgba(21, 69, 35, 0.06), 0 1px 3px rgba(21, 69, 35, 0.04);
  will-change: transform;
  transition: transform 0.28s cubic-bezier(0.2, 0.65, 0.3, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}

.benefit-list article:hover,
.benefit-list article:focus-within {
  transform: translateY(-6px);
  border-color: rgba(120, 200, 65, 0.6);
  box-shadow: 0 20px 40px rgba(21, 69, 35, 0.14), 0 0 0 1px rgba(120, 200, 65, 0.2);
}

.benefit-list p {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
  text-align: center;
}

.benefit-list article {
  text-align: center;
}

.benefit-card h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: center;
  gap: 0;
}

.card-icon {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f6f3a;
  flex-shrink: 0;
}

.card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.card-icon i {
  font-size: 1.15rem;
  line-height: 1;
}

.icon-no-show .card-icon,
.icon-bookings .card-icon,
.icon-efficiency .card-icon,
.icon-staff .card-icon,
.icon-guest .card-icon,
.icon-data .card-icon {
  display: block;
  text-align: center;
  margin: 0 auto 2.2rem;
}

.icon-no-show .card-icon i,
.icon-bookings .card-icon i,
.icon-efficiency .card-icon i,
.icon-staff .card-icon i,
.icon-guest .card-icon i,
.icon-data .card-icon i {
  width: auto;
  height: auto;
  font-size: 3rem;
  line-height: 1;
}

.icon-no-show,
.icon-bookings,
.icon-efficiency,
.icon-staff,
.icon-guest,
.icon-data {
  text-align: center;
}

.benefit-card:hover .card-icon {
  color: #185a30;
}

.change-restaurant h2 {
  margin-top: 0.9rem;
  text-align: center;
  color: #1d2d3a;
  line-height: 1.18;
}

.change-restaurant .change-restaurant-para {
  margin: 0.9rem auto 0;
  max-width: 70ch;
  text-align: center;
  color: #4f5f6a;
  font-size: 1.02rem;
  padding: 0;
}

.change-restaurant .benefit-list {
  margin-top: 1.2rem;
}

.change-restaurant p {
  text-align: center;
}

.change-restaurant .benefit-list article {
  opacity: 0;
  transform: translateY(-32px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.change-restaurant.is-visible .benefit-list article {
  animation: changeRestaurantDropIn 1.4s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
}

.change-restaurant.is-visible .benefit-list article:nth-child(1) { animation-delay: 0.12s; }
.change-restaurant.is-visible .benefit-list article:nth-child(2) { animation-delay: 0.22s; }
.change-restaurant.is-visible .benefit-list article:nth-child(3) { animation-delay: 0.32s; }
.change-restaurant.is-visible .benefit-list article:nth-child(4) { animation-delay: 0.42s; }
.change-restaurant.is-visible .benefit-list article:nth-child(5) { animation-delay: 0.52s; }
.change-restaurant.is-visible .benefit-list article:nth-child(6) { animation-delay: 0.62s; }

@keyframes changeRestaurantDropIn {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.change-restaurant .benefit-list article:hover,
.change-restaurant .benefit-list article:focus-within {
  transform: translateY(-4px);
  border-color: #b7cec5;
  box-shadow: 0 18px 30px rgba(31, 42, 52, 0.17);
}

.change-restaurant .benefit-card h3 {
  font-size: clamp(1.02rem, 0.95rem + 0.28vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-wrap: balance;
  text-align: left;
  background: linear-gradient(95deg, #1b2f3f 0%, #2a4e63 48%, #2f7f74 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.change-restaurant .benefit-list p {
  display: block;
  width: 100%;
  text-align: left !important;
  margin-left: 0;
  margin-right: 0;
  align-items: initial;
  gap: 0;
  margin-top: 0.5rem;
  color: #4c5f6d;
  font-size: clamp(0.94rem, 0.9rem + 0.15vw, 1rem);
  line-height: 1.5;
  text-wrap: pretty;
  text-rendering: optimizeLegibility;
}

.change-restaurant .benefit-list p::before {
  display: none;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.1rem;
}

.change-restaurant .card-icon,
.change-restaurant .icon-no-show .card-icon,
.change-restaurant .icon-bookings .card-icon,
.change-restaurant .icon-efficiency .card-icon,
.change-restaurant .icon-staff .card-icon,
.change-restaurant .icon-guest .card-icon,
.change-restaurant .icon-data .card-icon {
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.1rem;
  text-align: left;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(120, 200, 65, 0.18), rgba(31, 111, 58, 0.12));
  border: 1px solid rgba(120, 200, 65, 0.28);
  box-shadow: 0 4px 12px rgba(31, 111, 58, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.benefit-list article:hover .card-icon {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 8px 20px rgba(31, 111, 58, 0.18);
}

.change-restaurant .card-icon i,
.change-restaurant .icon-no-show .card-icon i,
.change-restaurant .icon-bookings .card-icon i,
.change-restaurant .icon-efficiency .card-icon i,
.change-restaurant .icon-staff .card-icon i,
.change-restaurant .icon-guest .card-icon i,
.change-restaurant .icon-data .card-icon i {
  font-size: 2rem;
  color: #1f6f3a;
}

/* ========================================
   OVERVIEW SECTION (#how-it-works)
======================================== */
.steps-grid {
  position: relative;
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  counter-reset: flow-step;
}

.steps-grid article {
  position: relative;
  counter-increment: flow-step;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0.5rem 0.75rem 0.9rem;
  box-shadow: none;
  text-align: center;
  transition: transform 0.25s ease;
}

.steps-grid article + article {
  border-left: 0;
}

.steps-grid article::before {
  content: none;
}

.steps-grid article:hover {
  transform: translateY(-3px);
}

.steps-grid span {
  width: 138px;
  height: 138px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  position: relative;
  background: radial-gradient(circle at 35% 30%, #ffffff 0%, #f1f5f8 55%, #e6edf3 100%);
  border: 3px solid rgba(120, 200, 65, 0.35);
  box-shadow: 0 0 0 6px rgba(120, 200, 65, 0.08), 0 12px 32px rgba(19, 44, 66, 0.14);
  color: #285f45;
  font-size: 2rem;
  font-weight: 800;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.steps-grid article:hover span {
  transform: scale(1.05);
  box-shadow: 0 0 0 8px rgba(120, 200, 65, 0.14), 0 16px 36px rgba(19, 44, 66, 0.18);
}

.steps-grid span::before {
  content: "STEP - 0" counter(flow-step);
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  color: #5f6f7d;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d4dde5;
  white-space: nowrap;
}

.steps-grid article:first-child span {
  background: url("../image/step1.jpg") center center / cover no-repeat;
  color: transparent;
}

.steps-grid article:nth-child(2) span {
  background: url("../image/image2.png") center center / cover no-repeat;
  color: transparent;
}

.steps-grid article:nth-child(3) span {
  background: url("../image/step3.jpg") center center / cover no-repeat;
  color: transparent;
}

.steps-grid article:nth-child(4) span {
  background: url("../image/step4.jpg") center center / cover no-repeat;
  color: transparent;
}

.steps-grid h3 {
  margin-top: 0.2rem;
  text-align: center;
  color: #1e2b33;
}

.steps-grid p {
  margin-top: 0.5rem;
  color: #4d5e6b;
  font-size: 0.94rem;
  line-height: 1.55;
}

#how-it-works {
  background: #ccf8f8;
}

#how-it-works .container {
  padding: 3.2rem 2rem;
  border-radius: 28px;
  background: white;
  box-shadow: 0 26px 48px rgba(27, 52, 77, 0.12);
}

#how-it-works h2 {
  text-align: center;
  color: #1f2b35;
  font-size: clamp(1.5rem, 3.5vw, 2.35rem);
}

#how-it-works h2,
#how-it-works .steps-grid article {
  opacity: 0;
  transform: translateY(18px);
}

#how-it-works.is-visible h2 {
  animation: howItWorksReveal 1.4s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
  animation-delay: 0.08s;
}

#how-it-works.is-visible .steps-grid article {
  animation: howItWorksReveal 1.4s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
}

#how-it-works.is-visible .steps-grid article:nth-child(1) { animation-delay: 0.24s; }
#how-it-works.is-visible .steps-grid article:nth-child(2) { animation-delay: 0.36s; }
#how-it-works.is-visible .steps-grid article:nth-child(3) { animation-delay: 0.48s; }
#how-it-works.is-visible .steps-grid article:nth-child(4) { animation-delay: 0.6s; }

@keyframes howItWorksReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}


.section-kicker {
  display: inline-flex;
  margin-bottom: 0.6rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  border: 1px solid #cfe6d6;
  background: rgba(255, 255, 255, 0.8);
  color: #2c6b43;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes stepLineMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 180% 50%;
  }
}

@keyframes stepBadgePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

.steps-inline {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.6rem;
}

/* ========================================
   PRICING SECTION (#pricing)
======================================== */

.pricing-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: stretch;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 30rem;
  gap: 0.65rem;
  --pricing-cta-bg-1: #ffffff;
  --pricing-cta-bg-2: #f2fceb;
  --pricing-cta-bg-3: #dff4ce;
  --pricing-cta-text: #1f4a2b;
  --pricing-cta-border: rgba(31, 74, 43, 0.45);
  --pricing-cta-shimmer: rgba(120, 200, 65, 0.28);
  --pricing-cta-hover-border: #4a8d3b;
  --pricing-cta-hover-text: #143822;
  --pricing-cta-shadow: rgba(21, 69, 35, 0.14);
  --pricing-cta-hover-shadow: rgba(23, 84, 27, 0.22);
  position: relative;
  padding: 1.4rem 1.2rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(21, 69, 35, 0.1);
  transition: transform 0.28s cubic-bezier(0.2, 0.65, 0.3, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}

.price-card:hover,
.price-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(21, 69, 35, 0.18);
}

.price-features-divider {
  list-style: none;
  padding-left: 0;
  margin: 0.4rem 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.75;
}

.price-features-divider::before {
  display: none;
}

.price-card h3 {
  font-size: 1.2rem;
}

.price {
  margin-top: 0.55rem;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
}

.price span {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
}

.price-sub {
  margin-top: 0.35rem;
  color: var(--muted);
}

.price-features {
  margin: 0.9rem 0 0;
  padding-left: 0;
  list-style: none;
}

.price-features li {
  position: relative;
  margin-bottom: 0.52rem;
  padding-left: 2rem;
  line-height: 1.45;
}

.price-features li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(145deg, #4a7d2a, #6fab3e);
  box-shadow: 0 6px 12px rgba(49, 86, 29, 0.26);
}

.price-note {
  margin-top: 0.75rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.plan-badge {
  display: block;
  width: fit-content;
  margin: 0 auto 0.45rem;
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background: #14518e;
  text-align: center;
}

.price-basic {
  background: #faf5cf;
  border-color: #f9df16;
  --pricing-cta-bg-1: #fff8c3;
  --pricing-cta-bg-2: #f3ea95;
  --pricing-cta-bg-3: #ddcb64;
  --pricing-cta-text: #5a4b06;
  --pricing-cta-border: #bca913;
  --pricing-cta-shimmer: rgba(255, 255, 255, 0.85);
  --pricing-cta-hover-border: #9f8e12;
  --pricing-cta-hover-text: #3f3408;
  --pricing-cta-shadow: rgba(122, 103, 8, 0.2);
  --pricing-cta-hover-shadow: rgba(122, 103, 8, 0.35);
}

.price-basic .price {
  color: #a49416;
}

.price-basic:hover,
.price-basic:focus-within {
  border-color: #cfb300;
}

.price-basic .price-features li::before {
  background: linear-gradient(145deg, #9a8709, #c8af1d);
  box-shadow: 0 6px 12px rgba(125, 108, 14, 0.26);
}

.price-pro {
  background: linear-gradient(170deg, #bed8ff, #9fc4f5);
  border: 2px solid #4f86c9;
  box-shadow: 0 0 0 2px rgba(111, 157, 216, 0.35), 0 0 16px rgba(79, 134, 201, 0.45);
  --pricing-cta-bg-1: #f2f8ff;
  --pricing-cta-bg-2: #d9e9ff;
  --pricing-cta-bg-3: #9fc4ff;
  --pricing-cta-text: #173c70;
  --pricing-cta-border: #4f86c9;
  --pricing-cta-shimmer: rgba(255, 255, 255, 0.75);
  --pricing-cta-hover-border: #2667b0;
  --pricing-cta-hover-text: #102f53;
  --pricing-cta-shadow: rgba(39, 89, 161, 0.19);
  --pricing-cta-hover-shadow: rgba(39, 89, 161, 0.34);
}

.price-pro .price {
  color: #1a4e8a;
}

.price-pro:hover,
.price-pro:focus-within {
  border-color: #4f86c9;
  box-shadow: 0 0 0 2px rgba(111, 157, 216, 0.4), 0 0 20px rgba(79, 134, 201, 0.52);
}

.price-pro .price-features li::before {
  background: linear-gradient(145deg, #1c5ba2, #2f79d1);
  box-shadow: 0 6px 12px rgba(24, 73, 128, 0.26);
}

.price-premium {
  background: linear-gradient(170deg, #f7f2ff, #ece3ff);
  border-color: #cab6eb;
  --pricing-cta-bg-1: #f8f4ff;
  --pricing-cta-bg-2: #e5d3ff;
  --pricing-cta-bg-3: #c9a9fb;
  --pricing-cta-text: #3f2676;
  --pricing-cta-border: #b49add;
  --pricing-cta-shimmer: rgba(255, 255, 255, 0.8);
  --pricing-cta-hover-border: #8f72c9;
  --pricing-cta-hover-text: #31185f;
  --pricing-cta-shadow: rgba(101, 62, 158, 0.18);
  --pricing-cta-hover-shadow: rgba(101, 62, 158, 0.32);
}

.price-premium .price {
  color: #5e3899;
}

.price-premium:hover,
.price-premium:focus-within {
  border-color: #9a76c8;
}

.price-premium .price-features li::before {
  background: linear-gradient(145deg, #6b3aa8, #8850ca);
  box-shadow: 0 6px 12px rgba(85, 45, 136, 0.24);
}


.pricing-grid h2 {
  font-size: 1.8rem;
}

.price-card h2 {
  margin: 0;
}

#pricing h2,
#pricing .pricing-para,
#pricing .price-card {
  opacity: 0;
  transform: translateY(22px);
}

#pricing.is-visible h2 {
  animation: pricingReveal 1.25s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
  animation-delay: 0.08s;
}

#pricing.is-visible .pricing-para {
  animation: pricingReveal 1.25s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
  animation-delay: 0.2s;
}

#pricing.is-visible .price-card {
  animation: pricingReveal 1.25s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
}

#pricing.is-visible .price-card:nth-child(1) { animation-delay: 0.32s; }
#pricing.is-visible .price-card:nth-child(2) { animation-delay: 0.46s; }
#pricing.is-visible .price-card:nth-child(3) { animation-delay: 0.6s; }

@keyframes pricingReveal {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.pricing-card-cta {
  margin-top: auto;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
  padding: 0.8rem;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--pricing-cta-text);
  border: 1px solid var(--pricing-cta-border);
  background: linear-gradient(160deg, var(--pricing-cta-bg-1), var(--pricing-cta-bg-2), var(--pricing-cta-bg-3));
  position: relative;
  overflow: hidden;
  isolation: isolate;
  white-space: nowrap;
  box-shadow: 0 12px 22px var(--pricing-cta-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.pricing-card-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -120%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, var(--pricing-cta-shimmer) 48%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transition: left 0.32s ease;
  z-index: -1;
}

.pricing-card-cta i {
  font-size: 0.86rem;
  transform: translateY(1px);
  transition: transform 0.22s ease;
}

.pricing-card-cta:hover,
.pricing-card-cta:focus-visible {
  transform: translateY(-2px);
  border-color: var(--pricing-cta-hover-border);
  color: var(--pricing-cta-hover-text);
  box-shadow: 0 16px 28px var(--pricing-cta-hover-shadow);
}

.pricing-card-cta:hover::before,
.pricing-card-cta:focus-visible::before {
  left: 120%;
}

.pricing-card-cta:hover i,
.pricing-card-cta:focus-visible i {
  transform: translate(2px, 1px);
}

.pricing-para {
  text-align: center;
  padding: 0.5rem 0 1rem 0;
  color:#2b5235;
}

/* ========================================
   PLAN COMPARISON TABLE
======================================== */
.compare-wrap {
  margin-top: 3rem;
}

.compare-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--brand-strong);
  margin: 0 0 1.25rem;
}

.compare-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 4px 18px rgba(21,69,35,0.07);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.compare-table thead tr {
  background: linear-gradient(135deg, #2d7a1f, #4ea01a);
}

.compare-table thead th {
  padding: 1rem 1.25rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.compare-table thead th:first-child {
  text-align: left;
}

.compare-price {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.85;
  margin-top: 2px;
}

.compare-table tbody tr {
  border-bottom: 1px solid var(--line);
}

.compare-table tbody tr:last-child {
  border-bottom: none;
}

.compare-table tbody tr:nth-child(even) {
  background: var(--surface-soft);
}

.compare-table tbody td {
  padding: 0.75rem 1.25rem;
  color: var(--text);
  text-align: center;
}

.compare-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
}

.compare-yes {
  color: #3a9e1a;
  font-size: 1rem;
}

.compare-no {
  color: #e53935;
  font-size: 1rem;
}

/* ---------------------------------------- */

.custom-plan-section {
  margin-top: 2.2rem;
  padding: 2rem;
  border: 2px solid #111111;
  border-radius: 20px;
  background: #111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.custom-plan-copy {
  max-width: 42rem;
  text-align: left;
}

.custom-plan-eyebrow {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 5vw, 2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.custom-plan-section h3 {
  margin: 0 0 0.7rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f2f2f2;
}

.custom-plan-section p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.custom-plan-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid #ffffff;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.custom-plan-cta:hover,
.custom-plan-cta:focus-visible {
  transform: translateY(-2px);
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

.price-note {
  margin-top: 0.35rem;
  margin-bottom: 0.2rem;
  font-size: 0.92rem;
}

.price-features {
  margin-top: 0;
  margin-bottom: 0.7rem;
  flex: 1;
}

.price {
  margin-top: 0.35rem;
}

/* ========================================
   FAQ SECTION (#faq)
======================================== */

#faq {
  background: #F9F8F6;
}

.faq-dinora {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.faq-dinora::before,
.faq-dinora::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.faq-dinora::before {
  content: none;
}

.faq-dinora::after {
  content: none;
}

.faq-dinora .container {
  position: relative;
  z-index: 1;
}

.faq-shell {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.faq-shell h2 {
  color: #1f3141;
}

.faq-lead {
  margin-top: 0.65rem;
  text-align: center;
  color: #4f5f6a;
  font-size: 1rem;
}

.faq-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

.faq-item {
  opacity: 0;
}

.faq-item:nth-child(odd) {
  transform: translateX(-34px);
}

.faq-item:nth-child(even) {
  transform: translateX(34px);
}

#faq.is-visible .faq-item:nth-child(odd) {
  animation: faqItemRevealFromLeft 1.2s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
}

#faq.is-visible .faq-item:nth-child(even) {
  animation: faqItemRevealFromRight 1.2s cubic-bezier(0.2, 0.65, 0.3, 1) forwards;
}

#faq.is-visible .faq-item:nth-child(1) { animation-delay: 0.12s; }
#faq.is-visible .faq-item:nth-child(2) { animation-delay: 0.24s; }
#faq.is-visible .faq-item:nth-child(3) { animation-delay: 0.36s; }
#faq.is-visible .faq-item:nth-child(4) { animation-delay: 0.48s; }
#faq.is-visible .faq-item:nth-child(5) { animation-delay: 0.6s; }
#faq.is-visible .faq-item:nth-child(6) { animation-delay: 0.72s; }

@keyframes faqItemRevealFromLeft {
  from {
    opacity: 0;
    transform: translateX(-34px);
    filter: blur(2px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes faqItemRevealFromRight {
  from {
    opacity: 0;
    transform: translateX(34px);
    filter: blur(2px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes faqItemRevealFromCenter {
  from {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.faq-item {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d8e0d8;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f7fbf8);
  box-shadow: 0 10px 24px rgba(35, 58, 47, 0.08);
  overflow: clip;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.faq-item[open] {
  border-color: #a6c9ba;
  box-shadow: 0 18px 30px rgba(27, 53, 43, 0.14);
}

.faq-item:hover {
  transform: translateY(-2px);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 1.25rem 3.2rem 1.25rem 1.4rem;
  color: #1f3343;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.5;
  background: #eefbee;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: -0.01em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:focus,
.faq-item summary:focus-visible,
.faq-item summary:active {
  outline: none;
  box-shadow: none;
  background: #eefbee;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0.78rem;
  top: 0.72rem;
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  color: #295869;
  background: white;
  border: 1px solid #eefbee;
}

.faq-item[open] summary::after {
  content: "-";
  color: #ffffff;
  background: #78C841;
  border-color: #78C841;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
}

.faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0.3rem 1.25rem;
  color: #566673;
  line-height: 1.62;
}

.faq-answer p:first-child {
  padding-top: 0.6rem;
}

.faq-answer p:last-child {
  padding-bottom: 1.3rem;
}

/* ========================================
   CONTACT / FINAL CTA SECTION (#book-demo)
======================================== */
.final-cta .container {
  padding: 1.5rem;
  border-radius: 16px;
  background: #0f0f0f;
  text-align: left;
  color: white;
}

.final-cta .container p {
  color: white;
}

.config-restaurant {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(136, 220, 80, 0.32), rgba(136, 220, 80, 0) 42%),
    radial-gradient(circle at 86% 22%, rgba(94, 188, 118, 0.24), rgba(94, 188, 118, 0) 46%),
    radial-gradient(circle at 78% 82%, rgba(120, 200, 65, 0.2), rgba(120, 200, 65, 0) 50%),
    linear-gradient(132deg, #214e30 0%, #154227 40%, #10341f 72%, #1c3b2c 100%);
}

.config-restaurant::before,
.config-restaurant::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.config-restaurant::before {
  background: repeating-linear-gradient(135deg,rgba(219, 247, 194, 0.09) 0 1px, transparent 1px 18px);
  opacity: 0.26;
}

.config-restaurant::after {
  background:
    linear-gradient(180deg, rgba(8, 20, 12, 0.04), rgba(8, 20, 12, 0.5)),
    radial-gradient(circle at 50% 0%, rgba(186, 235, 146, 0.16), rgba(186, 235, 146, 0) 58%);
}

.config-restaurant .lead,
.config-restaurant .microcopy {
  margin-left: 0;
  margin-right: 0;
}

.config-restaurant .cta-row {
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.45rem;
}

.config-restaurant .container {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 2rem));
  max-width: 920px;
  margin: 0 auto;
  border-radius: 28px;
  border: 1px solid rgba(144, 208, 99, 0.36);
  background: linear-gradient(155deg, rgba(15, 36, 24, 0.82), rgba(10, 27, 18, 0.9));
  box-shadow: 0 30px 58px rgba(5, 16, 10, 0.48), inset 0 1px 0 rgba(213, 242, 190, 0.18);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: clamp(2rem, 4vw, 3.2rem) clamp(1rem, 4vw, 3rem);
}

@media (min-width: 981px) {
  .config-copy h2,
  .config-copy .lead,
  .config-copy .microcopy {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .pricing-card-cta {
    width: 100%;
    justify-content: center;
  }

  .footer-title {
    font-size: 1.1rem;
  }

  .footer-col:first-child .footer-title {
    font-size: 1.7rem;
  }
}

.config-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
}

/* ========================================
   CONTACT SECTION
======================================== */
.contact-layout {
  display: grid;
  grid-template-columns: 45% 50%;
  column-gap: 5%;
  row-gap: 2.5rem;
  align-items: start;
}

@media (max-width: 760px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

.contact-copy {
  padding-top: 2.5rem;
}

.contact-copy h2,
.contact-copy p {
  color: #fff;
}

.contact-btn-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.contact-btn-stack .btn {
  display: flex !important;
  width: 100% !important;
  justify-content: center;
}

.contact-copy .microcopy {
  margin-top: 1rem;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  text-align: center;
}

/* Form */
.contact-form-wrap {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(144,208,99,0.22);
  border-radius: 18px;
  padding: 1.75rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.02em;
}

.contact-field input,
.contact-field textarea {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(144,208,99,0.28);
  border-radius: 10px;
  padding: 0.7rem 1rem;
  color: #fff;
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  resize: vertical;
  transition: border-color 0.2s;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(255,255,255,0.35);
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(144,208,99,0.7);
}

.contact-form-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.25rem;
}

.contact-submit {
  display: flex !important;
  width: 100% !important;
  justify-content: center;
  margin-top: 0.25rem;
}

.contact-form-error {
  color: #f87171;
  font-size: 0.85rem;
  margin: 0;
}

.contact-form-success {
  color: #86efac;
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0;
}

.hidden { display: none !important; }

.config-copy > h2,
.config-copy p:not(.microcopy),
.config-copy .microcopy,
.config-copy .btn {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(2px);
}

#book-demo.is-visible .config-copy > h2 {
  animation: bookDemoReveal 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.12s;
}

#book-demo.is-visible .config-copy > p:not(.microcopy) {
  animation: bookDemoReveal 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.3s;
}

#book-demo.is-visible .config-copy .microcopy {
  animation: bookDemoReveal 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.48s;
}

#book-demo.is-visible .config-copy .btn-primary {
  animation: bookDemoReveal 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.62s;
}

#book-demo.is-visible .config-copy .btn-secondary {
  animation: bookDemoReveal 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.74s;
}

@keyframes bookDemoReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.config-copy h2,
.config-copy .lead,
.config-copy .microcopy {
  text-align: center;
}

.config-copy h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.35rem);
  letter-spacing: -0.02em;
  color: #f0faeb;
}

.config-copy > p:not(.microcopy) {
  color: #cfe7be;
  font-size: 1.05rem;
  width: min(60ch, 100%);
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}

.config-copy .microcopy {
  width: min(56ch, 100%);
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.1rem;
  margin-bottom: 0;
  color: #e5f4d8;
  font-weight: 600;
}

.config-restaurant .btn {
  gap: 0.42rem;
  white-space: nowrap;
  width: 230px;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.config-restaurant .btn:hover,
.config-restaurant .btn:focus-visible {
  transform: translateY(-2px);
}

.config-restaurant .btn-primary {
  border-color: #9bd46f;
  background: linear-gradient(145deg, #8fd058, #78C841);
  box-shadow: 0 14px 28px rgba(44, 108, 21, 0.42);
}

.config-restaurant .btn-primary:hover,
.config-restaurant .btn-primary:focus-visible {
  filter: brightness(1.06);
}

.config-restaurant .btn-secondary {
  border: 2px solid #78C841;
  background: rgba(10, 24, 14, 0.68);
  color: #eef9e4;
  box-shadow: 0 12px 24px rgba(8, 20, 11, 0.35);
}

.config-restaurant .btn > span {
  display: inline-flex;
  align-items: center;
}

.config-restaurant .btn svg {
  display: block;
}

/* ========================================
   FOOTER
======================================== */
.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #d9e1ea;
  background:
    radial-gradient(circle at 10% 15%, rgba(120, 200, 65, 0.12), rgba(120, 200, 65, 0) 40%),
    radial-gradient(circle at 88% 80%, rgba(63, 143, 79, 0.1), rgba(63, 143, 79, 0) 45%),
    linear-gradient(160deg, #ffffff, #f6fbf6 55%, #eef7ef);
  padding: 3.6rem 0 0;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-footer::before {
  background:
    linear-gradient(transparent 96%, rgba(128, 174, 111, 0.12) 96%),
    linear-gradient(90deg, transparent 96%, rgba(128, 174, 111, 0.12) 96%);
  background-size: 28px 28px;
  opacity: 0.22;
}

.site-footer::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(239, 248, 239, 0.6));
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: start;
  gap: 1.15rem;
  padding-bottom: 2.4rem;
}

.footer-col {
  padding: 0.4rem 0.25rem 0.15rem;
}

.footer-col:not(:first-child) {
  padding-top: 1.65rem;
}

.footer-title {
  margin-bottom: 0.62rem;
  color: #183725;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.footer-col:first-child .footer-title {
  font-size: 3.5rem;
}

.footer-grid p {
  margin-bottom: 0.4rem;
  color: #2f4f3a;
  line-height: 1.45;
}

.footer-contact-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-contact-icon {
  width: 1.1rem;
  display: inline-flex;
  justify-content: center;
  color: #285f40;
  font-size: 0.95rem;
  line-height: 1;
}

.footer-contact-icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.footer-contact-icon i {
  font-size: 1rem;
  line-height: 1;
}

.footer-grid a {
  display: inline-block;
  position: relative;
  color: #285f40;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-grid a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #78C841, #9bdf6a);
  transform: scaleX(0);
  transform-origin: left;
  box-shadow: 0 0 8px rgba(120, 200, 65, 0.35);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: #153321;
  transform: scale(1.05);
}

.footer-grid a:hover::after,
.footer-grid a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid #d4e3d4;
  padding: 1.2rem 0 1.8rem;
  background: rgba(255, 255, 255, 0.65);
}

.footer-bottom p {
  margin: 0;
  text-align: center;
  color: #35543f;
  font-size: 0.9rem;
}

.footer-bottom .footer-bottom-links {
  margin-top: 0.35rem;
  font-size: 0.78rem;
  color: #456651;
}

.footer-bottom .footer-bottom-links a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom .footer-bottom-links a:hover,
.footer-bottom .footer-bottom-links a:focus-visible {
  text-decoration: underline;
}

/* ========================================
   LEGAL MODALS
======================================== */
body.modal-open {
  overflow: hidden;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.legal-modal[hidden] {
  display: none;
}

.legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 12, 9, 0.66);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.legal-modal__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(82vh, 760px);
  overflow-y: auto;
  padding: 1.35rem 1.25rem 1.1rem;
  border-radius: 14px;
  border: 1px solid #d2e2d3;
  background: #ffffff;
  color: #1f3625;
  box-shadow: 0 24px 48px rgba(5, 22, 10, 0.35);
}

.legal-modal__panel h2 {
  margin-bottom: 0.65rem;
  text-align: left;
  color: #183a24;
}

.legal-modal__panel h3 {
  margin-top: 0.9rem;
  color: #265338;
}

.legal-modal__panel p {
  margin-top: 0.35rem;
  color: #2f4f3c;
}

.legal-modal__panel a {
  color: #2f8f4f;
  text-decoration: underline;
}

.legal-modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 34px;
  height: 34px;
  border: 1px solid #c6dbc8;
  border-radius: 999px;
  background: #f4fbf5;
  color: #235237;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

/* ========================================
   MOBILE NAV TOGGLE
======================================== */
.nav-toggle {
  display: none;
  border: 1px solid rgba(238, 248, 241, 0.6);
  background: rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  width: 46px;
  height: 42px;
  padding: 0;
  box-shadow: var(--shadow-soft);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #f4fbf5;
  margin: 4px auto;
}

.nav-close {
  display: none;
}

/* ========================================
   RESPONSIVE: DESKTOP NAV ALIGNMENT
======================================== */
@media (min-width: 781px) {
  .nav-wrap {
    position: relative;
  }

  .main-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }

  .nav-cta {
    margin-left: auto;
  }
}

/* ========================================
   RESPONSIVE: TABLET (<= 980px)
======================================== */
@media (max-width: 980px) {
  .for-restaurants-grid,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-item {
    width: 80%;
  }

  .two-col {
    columns: 1;
  }

  .main-nav {
    border-radius: 16px;
  }

  #how-it-works .container {
    padding: 2.4rem 1.3rem;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem 1rem;
  }

  .steps-grid article::before {
    content: none;
  }

  .config-form {
    width: 70%;
  }

  .custom-plan-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-plan-copy {
    text-align: left;
  }

  .custom-plan-cta {
    margin-left: 0;
  }
}

/* ========================================
   RESPONSIVE: MOBILE (<= 780px)
======================================== */
@media (max-width: 780px) {
  .nav-wrap {
    min-height: 72px;
    align-items: center;
  }

  .section {
    padding: 3.5rem 0;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding-top: 4.4rem;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(10, 23, 16, 0.42), rgba(10, 23, 16, 0.26));
  }

  .faq-shell {
    padding: 0;
  }

  .faq-item {
    width: 100%;
  }

  .change-restaurant .benefit-list article {
    padding: 1rem 0.92rem 1.05rem;
  }

  .change-restaurant .benefit-card h3 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.3;
    text-wrap: pretty;
  }

  .change-restaurant .benefit-list p {
    padding-right: 0;
  }

  .nav-toggle {
    display: block;
    order: 3;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    align-self: center;
  }

  .nav-cta {
    order: 2;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    align-self: center;
    min-height: 34px;
    padding: 0.35rem 0.58rem;
    font-size: 0.74rem;
  }

  .main-nav {
    order: 4;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 74px;
    border-radius: 20px;
    border: none;
    background: #78C841;
    box-shadow: none;
    padding: 0.8rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .nav-close {
    display: inline-flex;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.12);
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
  }

  .nav-close span {
    transform: translateY(-1px);
  }

  .main-nav a {
    width: 100%;
    border-radius: 999px;
    padding: 0.65rem 1rem;
    font-size: 1.25rem;
    justify-content: flex-end;
    gap: 0.6rem;
  }

  .main-nav a i {
    display: inline-flex;
  }

  .main-nav.open {
    display: flex;
  }

  .hero-grid > div {
    text-align: center;
    margin: 0;
  }

  .hero .cta-row {
    justify-content: center;
  }

  .hero h1,
  .hero .hero-subheadline,
  .hero .trust-line,
  .hero .microcopy {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .hero .hero-subheadline {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .for-restaurants-grid,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid article + article {
    border-top: 0;
  }

  .steps-grid span {
    width: 118px;
    height: 118px;
    font-size: 1.7rem;
  }

  .price-card {
    min-height: 0;
  }

  .custom-plan-section {
    padding: 1.4rem;
  }

  .custom-plan-eyebrow {
    font-size: 1.3rem;
  }

  .custom-plan-cta {
    width: 100%;
  }

  #how-it-works .container {
    padding: 2rem 1rem;
    border-radius: 22px;
  }

  #for-restaurants .plain-list li {
    padding: 0.68rem 0.78rem 0.68rem 2.55rem;
  }

  .config-restaurant .container {
    padding: 2rem 1rem;
  }

  .footer-title {
    font-size: 1.25rem;
  }

  .footer-col:first-child .footer-title {
    font-size: 2rem;
  }

  .config-form {
    width: 100%;
  }

  .config-restaurant .btn {
    width: 100%;
  }

  .legal-modal {
    padding: 0.75rem;
  }

  .legal-modal__panel {
    max-height: 86vh;
    padding: 1.15rem 1rem 0.95rem;
  }
}

