/* ============================================================
   Hospitalitics AI  inner-page styles (Phase 1 standalone pages)
   Loaded in addition to style.css on non-homepage pages only.
   ============================================================ */

/* ---------- inner page hero / breadcrumb banner ---------- */
.page-hero {
  background: var(--color-main-grad);
  padding: 160px 0 70px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 80% at 85% 0%, rgba(255,255,255,0.12), transparent 70%);
  pointer-events: none;
}
.page-hero .breadcrumb-nav {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 18px;
}
.page-hero .breadcrumb-nav a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}
.page-hero .breadcrumb-nav a:hover { color: #fff; text-decoration: underline; }
.page-hero .breadcrumb-nav .sep { margin: 0 8px; opacity: .6; }
.page-hero h1 {
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  max-width: 18ch;
  margin-bottom: 16px;
}
.page-hero p.lead {
  color: rgba(255,255,255,0.88);
  font-size: 17px;
  max-width: 62ch;
  margin-bottom: 0;
}
.page-hero .hero-cta { margin-top: 28px; }

/* ---------- generic content section ---------- */
.content-section { padding: 70px 0; }
.content-section.bg-tint { background: var(--color-gray); }
.content-section .section-head h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
}
.content-section .section-head p.sub {
  color: var(--ink-muted);
  font-size: 15.5px;
  max-width: 68ch;
}
.prose-page { max-width: 780px; }
.prose-page p { color: var(--ink-muted); font-size: 15.5px; line-height: 1.7; margin-bottom: 16px; }
.prose-page h3 { font-size: 20px; font-weight: 700; color: var(--ink); margin: 28px 0 10px; }

/* ---------- simple stat row (reused across pages) ---------- */
.stat-row { display: flex; flex-wrap: wrap; gap: 30px; margin: 30px 0; }
.stat-row .stat-item { min-width: 130px; }
.stat-row .stat-item .num { font-size: 30px; font-weight: 700; color: var(--color-main); display: block; }
.stat-row .stat-item .lbl { font-size: 13px; color: var(--ink-muted); }

/* ---------- case study grid ---------- */
.case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.case-grid .testimonial-card.style-3 { height: 100%; }

/* ---------- FAQ block reuses .faq.style-3 accordion from style.css ---------- */
.faq-wrap { max-width: 820px; }

/* ---------- pricing page ---------- */
.pricing-plan-wrap { max-width: 460px; margin: 0 auto; }
.pricing-compare {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.pricing-compare .compare-card {
  border: 1px solid #e4e4ef;
  border-radius: 16px;
  padding: 26px;
  background: #fff;
}
.pricing-compare .compare-card.is-them { opacity: .82; }
.pricing-compare .compare-card h5 { font-size: 15px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-muted); margin-bottom: 10px; }
.pricing-compare .compare-card .amount { font-size: 32px; font-weight: 700; color: var(--ink); }
.pricing-compare .compare-card .amount small { font-size: 14px; font-weight: 400; color: var(--ink-muted); }
.pricing-compare .compare-card p { font-size: 13.5px; color: var(--ink-muted); margin-top: 8px; margin-bottom: 0; }

/* ---------- calculator ---------- */
.calc-shell {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 30px;
  align-items: start;
}
@media (max-width: 991px) { .calc-shell { grid-template-columns: 1fr; } }
.calc-card {
  background: #fff;
  border: 1px solid #e4e4ef;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 40px -20px rgba(12,62,111,0.25);
}
.calc-field { margin-bottom: 22px; }
.calc-field label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.calc-field label .calc-val { color: var(--color-main); font-weight: 700; }
.calc-field input[type="range"] {
  width: 100%;
  accent-color: var(--color-main);
}
.calc-field input[type="number"] {
  width: 100%;
  border: 1px solid #dcdce6;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 15px;
}
.calc-result {
  background: var(--color-main-grad);
  border-radius: 20px;
  padding: 32px;
  color: #fff;
}
.calc-result .headline { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; opacity: .85; margin-bottom: 8px; }
.calc-result .big-num { font-size: 40px; font-weight: 800; line-height: 1.1; }
.calc-result .big-num small { font-size: 16px; font-weight: 500; opacity: .85; }
.calc-result .breakdown { margin-top: 22px; border-top: 1px solid rgba(255,255,255,0.25); padding-top: 18px; }
.calc-result .breakdown .row-line { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 10px; opacity: .95; }
.calc-result .breakdown .row-line b { font-weight: 700; }
.calc-result .vs-eviotel {
  margin-top: 22px;
  background: rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 18px 20px;
}
.calc-result .vs-eviotel .row-line { font-size: 14px; }
.calc-result .cta-row { margin-top: 22px; display: flex; gap: 10px; flex-wrap: wrap; }
.calc-result .cta-row .btn { flex: 1 1 auto; }
.calc-footnote { font-size: 12.5px; color: var(--ink-muted); margin-top: 16px; }
.calc-share-msg { font-size: 13px; margin-top: 10px; min-height: 18px; color: #eaffea; }

/* ---------- blog empty state ---------- */
.blog-empty {
  border: 1.5px dashed #d7d7e6;
  border-radius: 20px;
  padding: 60px 30px;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.blog-empty i { font-size: 34px; color: var(--color-main); margin-bottom: 16px; display: inline-block; }
.blog-empty h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.blog-empty p { color: var(--ink-muted); font-size: 14.5px; max-width: 46ch; margin: 0 auto 22px; }

/* ---------- module list re-used on eviotel / rev-edge pages ---------- */
.module-list-detailed { display: flex; flex-direction: column; gap: 18px; margin-top: 10px; }
.module-list-detailed .item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #eceaf6;
  border-radius: 14px;
  background: #fff;
}
.module-list-detailed .item .icon {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--color-gray);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--color-main);
}
.module-list-detailed .item h4 { font-size: 16.5px; font-weight: 700; margin-bottom: 6px; }
.module-list-detailed .item p { font-size: 14px; color: var(--ink-muted); margin: 0; }

/* ---------- footer 5-column layout used on all pages ---------- */
@media (min-width: 992px) {
  .foot-company-col { flex: 0 0 auto; width: 16.6666%; }
}
