:root {
  --mp-orange: #f26a00;
  --mp-orange-dark: #d95f00;
  --mp-ink: #070b12;
  --mp-muted: #5d6673;
  --mp-border: #e7e2dc;
  --mp-soft: #fff9f2;
  --mp-shadow: 0 22px 55px rgba(28, 18, 8, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--mp-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.section-anchor {
  scroll-margin-top: 94px;
}

.site-navbar {
  min-height: 94px;
  border-bottom: 1px solid rgba(7, 11, 18, 0.08);
  box-shadow: 0 8px 26px rgba(7, 11, 18, 0.04);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--mp-orange);
  border: 3px solid var(--mp-orange);
  border-radius: 9px;
  font-size: 1.45rem;
  line-height: 1;
}

.brand-text {
  color: var(--mp-ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 850;
  letter-spacing: 0;
}

.brand-text span {
  color: var(--mp-orange);
}

.navbar-nav {
  gap: clamp(0.25rem, 2vw, 1.7rem);
}

.navbar .nav-link {
  position: relative;
  color: var(--mp-ink);
  font-size: 1.02rem;
  font-weight: 700;
  padding: 0.7rem 0.5rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--mp-orange);
}

.navbar .nav-link.active::after,
.navbar .nav-link:hover::after {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.25rem;
  height: 3px;
  content: "";
  background: var(--mp-orange);
  border-radius: 999px;
}

.btn {
  border-radius: 7px;
  font-weight: 800;
  padding: 0.85rem 1.45rem;
}

.btn-primary {
  --bs-btn-bg: var(--mp-orange);
  --bs-btn-border-color: var(--mp-orange);
  --bs-btn-hover-bg: var(--mp-orange-dark);
  --bs-btn-hover-border-color: var(--mp-orange-dark);
  --bs-btn-active-bg: var(--mp-orange-dark);
  --bs-btn-active-border-color: var(--mp-orange-dark);
  box-shadow: 0 12px 24px rgba(242, 106, 0, 0.22);
}

.btn-outline-dark {
  --bs-btn-color: var(--mp-ink);
  --bs-btn-border-color: var(--mp-ink);
  --bs-btn-hover-bg: var(--mp-ink);
  --bs-btn-hover-border-color: var(--mp-ink);
  --bs-btn-hover-color: #fff;
}

.btn-nav {
  min-width: 190px;
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 94px);
  display: flex;
  align-items: center;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 42%, rgba(255, 255, 255, 0.5) 64%, rgba(255, 255, 255, 0.06) 100%),
    radial-gradient(circle at 85% 22%, rgba(242, 106, 0, 0.16), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fffaf5 100%);
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--mp-orange);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 720px;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 560px;
  margin-bottom: 2rem;
  color: #222832;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.6;
}

.hero-visual {
  position: relative;
  margin-right: calc((100vw - 100%) / -2);
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  box-shadow: var(--mp-shadow);
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.55), transparent 24%);
  pointer-events: none;
}

.hero-visual img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.section-compact {
  padding: clamp(3.4rem, 6vw, 5.2rem) 0;
}

.bg-soft {
  background: var(--mp-soft);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.heading-rule {
  display: block;
  width: 52px;
  height: 3px;
  margin: 1rem auto 0;
  background: var(--mp-orange);
  border-radius: 999px;
}

.section-intro,
.large-copy {
  color: var(--mp-muted);
  font-size: 1.14rem;
  line-height: 1.7;
}

.feature-row > [class*="col-"] {
  position: relative;
}

.feature-row > [class*="col-"]:not(:last-child)::after {
  position: absolute;
  top: 8%;
  right: 0;
  width: 1px;
  height: 84%;
  content: "";
  background: var(--mp-border);
}

.feature-card {
  height: 100%;
  padding: 1.2rem 1.5rem;
  text-align: center;
}

.feature-card i {
  color: var(--mp-orange);
  font-size: 3.2rem;
}

.feature-card h3,
.service-card h3,
.pricing-card h3 {
  margin: 1.2rem 0 0.75rem;
  font-size: 1.22rem;
  font-weight: 850;
}

.feature-card p,
.service-card p,
.pricing-card p,
.contact-section p,
.about-panel {
  color: var(--mp-muted);
  line-height: 1.7;
}

.card {
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 11, 18, 0.06);
}

.service-card,
.pricing-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 106, 0, 0.28);
  box-shadow: 0 24px 52px rgba(7, 11, 18, 0.1);
}

.service-card .card-body,
.pricing-card .card-body {
  padding: 2rem;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--mp-orange);
  background: #fff3e8;
  border-radius: 8px;
  font-size: 1.45rem;
}

.about-panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1rem;
  padding: 2rem;
  color: #fff;
  background:
    linear-gradient(0deg, rgba(7, 11, 18, 0.86), rgba(7, 11, 18, 0.2)),
    url("../img/hero-restaurant-preview.png") center / cover;
  border-radius: 8px;
  box-shadow: var(--mp-shadow);
}

.about-panel span {
  color: #ffd2a8;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-panel strong {
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  line-height: 1.2;
}

.pricing-card .price {
  color: var(--mp-orange);
  font-size: 1.8rem;
  font-weight: 900;
}

.pricing-card ul {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.1rem;
  margin: 1.5rem 0 2rem;
  color: #2b313b;
}

.pricing-card.featured {
  border-color: rgba(242, 106, 0, 0.45);
  box-shadow: 0 28px 65px rgba(242, 106, 0, 0.16);
}

.plan-badge {
  display: inline-flex;
  margin-bottom: 0.4rem;
  padding: 0.35rem 0.7rem;
  color: var(--mp-orange);
  background: #fff3e8;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-note {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 1.2rem;
  color: #2b313b;
  background: #fff9f2;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
}

.contact-note i {
  color: var(--mp-orange);
  font-size: 1.35rem;
}

.contact-form {
  padding: clamp(1.4rem, 4vw, 2.4rem);
  background: #fff;
  border: 1px solid var(--mp-border);
  border-radius: 8px;
  box-shadow: var(--mp-shadow);
}

.form-label {
  font-weight: 800;
}

.form-control,
.form-select {
  min-height: 52px;
  border-color: var(--mp-border);
  border-radius: 7px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--mp-orange);
  box-shadow: 0 0 0 0.25rem rgba(242, 106, 0, 0.14);
}

textarea.form-control {
  min-height: 150px;
}

.site-footer {
  padding: 2rem 0;
  color: #d9dee6;
  background: var(--mp-ink);
}

.footer-brand .brand-text {
  color: #fff;
  font-size: 1.55rem;
}

.footer-brand .brand-icon {
  width: 40px;
  height: 40px;
  font-size: 1.15rem;
}

@media (max-width: 991.98px) {
  .site-navbar {
    min-height: 76px;
  }

  .navbar-collapse {
    padding: 1rem 0 1.25rem;
  }

  .navbar .nav-link.active::after,
  .navbar .nav-link:hover::after {
    right: auto;
    width: 44px;
  }

  .hero-section {
    min-height: auto;
    padding-top: 4rem;
  }

  .hero-visual {
    margin-right: 0;
    border-radius: 8px;
  }

  .hero-visual img {
    min-height: 320px;
  }

  .feature-row > [class*="col-"]::after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .brand-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .brand-text {
    font-size: 1.55rem;
  }

  .hero-copy h1 {
    font-size: 2.65rem;
  }

  .btn-lg,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual img {
    min-height: 250px;
  }
}
