.hospitality-web-design-page .hero {
  background: var(--local-gradient);
}

.hospitality-web-design-page .hero-text h1 {
  text-transform: none;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 40px;
  align-items: start;
}

.guide-content {
  max-width: 860px;
}

.wide-content {
  max-width: 1200px;
}

.guide-content a,
.wide-content a {
  color: var(--accent-color);
  font-weight: 600;
  text-underline-offset: 0.14em;
}

.intro-questions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.intro-questions li,
.quick-action {
  padding: 12px 14px;
  border: 1px solid #dcebea;
  border-radius: 8px;
  background: #ffffff;
  color: #143b3a;
}

.statement-card {
  margin: 28px 0;
  padding: 26px;
  border-left: 6px solid var(--accent-color);
  border-radius: 8px;
  background: #f1fbf8;
  box-shadow: 0 14px 34px rgba(0, 102, 102, 0.1);
}

.statement-card p {
  margin: 0;
  color: #083f3d;
  font-size: 1.25rem;
  font-weight: 700;
}

.guide-sidebar {
  position: sticky;
  top: 24px;
  padding: 18px;
  border: 1px solid #dfe9e7;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 102, 102, 0.1);
}

.guide-sidebar h2 {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.guide-sidebar ol {
  margin: 0;
  padding-left: 20px;
}

.guide-sidebar li {
  margin-bottom: 8px;
  font-size: 0.92rem;
}

.guide-sidebar a {
  color: #143b3a;
  text-decoration: none;
}

.guide-sidebar a:hover,
.guide-sidebar a:focus {
  color: var(--accent-color);
  text-decoration: underline;
}

.feature-section {
  margin: 34px 0;
  padding: 26px;
  border: 1px solid #e4eceb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 102, 102, 0.08);
}

.feature-section h2 {
  font-size: 1.58rem;
}

.feature-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--accent-color);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.menu-tab {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f1fbf8;
  color: #083f3d;
  font-weight: 700;
}

.article-band {
  padding: 44px 0;
  background: #f5faf9;
}

.integration-band {
  padding: 52px 0;
  background: #062f2d;
  color: #ffffff;
}

.integration-band h2,
.integration-band h3,
.integration-band p,
.integration-band li {
  color: #ffffff;
}

.integration-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 32px;
  align-items: center;
}

.data-flow {
  display: grid;
  gap: 12px;
}

.flow-node {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  font-weight: 700;
}

.flow-arrow {
  color: #6fffe6;
  font-size: 1.5rem;
  text-align: center;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.demo-panel,
.menu-preview,
.package-card,
.score-panel {
  padding: 22px;
  border: 1px solid #dfe9e7;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 102, 102, 0.08);
}

.demo-panel h3,
.menu-preview h3,
.package-card h3 {
  font-size: 1.2rem;
}

.demo-price {
  display: inline-flex;
  margin: 8px 0 18px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #f1fbf8;
  color: #083f3d;
  font-size: 1.4rem;
  font-weight: 700;
}

.sync-message {
  margin-top: 18px;
  padding: 14px;
  border-radius: 8px;
  background: #e8fff8;
  color: #083f3d;
  font-weight: 700;
  text-align: center;
}

.menu-preview {
  margin-top: 24px;
}

.menu-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e8fff8;
  color: #083f3d;
  font-size: 0.85rem;
  font-weight: 700;
}

.menu-category-grid,
.package-grid,
.tech-grid,
.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.menu-category {
  padding: 16px;
  border: 1px solid #e4eceb;
  border-radius: 8px;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  padding: 12px 0;
  border-top: 1px solid #eef4f3;
}

.menu-item:first-of-type {
  border-top: 0;
}

.menu-item strong {
  color: #062f2d;
}

.menu-item span {
  color: #083f3d;
  font-weight: 700;
}

.menu-item p {
  grid-column: 1 / -1;
  margin: 0;
  color: #4d6260;
  font-size: 0.95rem;
}

.dietary {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1fbf8;
  color: #006666;
  font-size: 0.78rem;
  font-weight: 700;
}

.tech-grid {
  margin-top: 18px;
}

.tech-pill {
  padding: 16px;
  border-left: 4px solid var(--accent-color);
  border-radius: 8px;
  background: #ffffff;
  color: #143b3a;
  font-weight: 700;
}

.package-card {
  display: flex;
  flex-direction: column;
}

.package-card ul {
  margin: 0;
  padding-left: 20px;
}

.package-card li {
  margin-bottom: 8px;
}

.health-check {
  padding: 30px;
  border-radius: 8px;
  background: #062f2d;
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

.health-check h2,
.health-check h3,
.health-check p,
.health-check legend {
  color: #ffffff;
}

.health-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.health-progress {
  flex: 0 0 180px;
  color: #c6ffef;
  font-weight: 700;
  text-align: right;
}

.progress-track {
  overflow: hidden;
  width: 100%;
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.progress-bar {
  width: 8.333%;
  height: 100%;
  border-radius: inherit;
  background: #6fffe6;
  transition: width 180ms ease;
}

.question-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.question-card legend {
  margin-bottom: 18px;
  font-size: 1.35rem;
  font-weight: 700;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.answer-option input {
  position: absolute;
  opacity: 0;
}

.answer-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.answer-option input:checked + span,
.answer-option input:focus-visible + span {
  border-color: #6fffe6;
  background: #ffffff;
  color: #062f2d;
}

.health-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.health-results {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.score-panel {
  margin: 18px 0;
  text-align: center;
}

.score-panel p,
.recommendation-card p {
  color: #263b3a;
}

.score-number {
  display: block;
  color: var(--accent-color);
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

.recommendation-card {
  padding: 18px;
  border: 1px solid #dfe9e7;
  border-radius: 8px;
  background: #ffffff;
}

.recommendation-card h3 {
  margin-bottom: 8px;
  color: #062f2d;
  font-size: 1.15rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

@media (max-width: 960px) {
  .guide-layout,
  .integration-grid {
    grid-template-columns: 1fr;
  }

  .guide-sidebar {
    position: static;
    order: -1;
  }
}

@media (max-width: 768px) {
  .feature-section,
  .health-check {
    padding: 22px;
  }

  .health-header {
    flex-direction: column;
  }

  .health-progress {
    width: 100%;
    flex-basis: auto;
    text-align: left;
  }

  .health-controls,
  .cta-row {
    flex-direction: column;
  }

  .health-controls .button,
  .cta-row .button {
    width: 100%;
  }
}
