﻿/* Hospitality Ads theme - premium calm · #122241 · #CDC9CD · #6B6CE0 · #8494A7
   Light canvas landing; never rely on data-theme="dark" text tokens. */
:root {
  --ht-navy: #122241;
  --ht-ink: #122241;
  --ht-lavender: #cdc9cd;
  --ht-purple: #5556c8;
  --ht-purple-bright: #6b6ce0;
  --ht-purple-deep: #4546b0;
  --ht-slate: #8494a7;
  --ht-muted: #4d5f75;
  --ht-canvas: #f3f1ee;
  --ht-card: #ffffff;
  --ht-line: rgba(18, 34, 65, 0.14);
  --ht-line-strong: rgba(18, 34, 65, 0.22);
  --ht-ico-bg: #eeedf8;
  --ht-shadow: none;
  --ht-shadow-soft: none;
  --ht-radius: 16px;
  --ht-radius-sm: 12px;
  --ht-touch: 50px;
  --ht-font: Outfit, "Kumbh Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ht-display: Fraunces, Georgia, "Times New Roman", serif;
  --ht-focus: #5556c8;
}

/* Neutralise global dark-theme / light-area leaks on this light landing */
body.ht-page {
  background: var(--ht-canvas);
  color: var(--ht-ink);
  --heading-color: var(--ht-navy);
  --paragraph: var(--ht-muted);
  --span: var(--ht-ink);
  --main-bg: var(--ht-canvas);
  --sub-bg: var(--ht-canvas);
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body.ht-page .header-two-area,
body.ht-page .header-two-area.menu-fixed {
  background: var(--ht-navy) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top, 0px);
}
body.ht-page .header-two-area .header__main .main-menu ul li a,
body.ht-page .header-two-area .header__main .bars .pcs-hamburger-icon,
body.ht-page .header-two-area .header__main .bars i {
  color: #fff !important;
}
body.ht-page .header-two-area .pcs-hamburger-bar {
  background-color: #fff !important;
}
body.ht-page .sidebar-area .sidebar__search i {
  color: #fff;
}

body.ht-page #ht-main {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px 48px;
  font-family: var(--ht-font);
  font-size: clamp(1.06rem, 0.28vw + 1.02rem, 1.14rem);
  line-height: 1.62;
  color: var(--ht-ink);
  -webkit-font-smoothing: antialiased;
}
body.ht-page #ht-main img { max-width: 100%; height: auto; display: block; }
body.ht-page #ht-main span { color: inherit; }
body.ht-page #ht-main a:not(.ht-btn):not(.ht-chip):not(.ht-links a):not(.ht-note a):not(.ht-svc-card) {
  color: var(--ht-purple);
}

.ht-svc-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .ht-svc-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 960px) {
  .ht-svc-grid { grid-template-columns: repeat(3, 1fr); }
}
.ht-svc-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  padding: 24px 22px 22px;
  text-decoration: none !important;
  color: var(--ht-ink) !important;
  transition: border-color 150ms ease, background 150ms ease;
  min-height: 100%;
  box-shadow: none;
}
.ht-svc-card:hover {
  border-color: var(--ht-navy);
  background: #fff;
  transform: none;
  box-shadow: none;
}
.ht-svc-card__ico {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(107, 108, 224, 0.12);
  color: var(--ht-purple-bright) !important;
  font-size: 1.15rem;
  margin-bottom: 2px;
  box-shadow: inset 0 0 0 1px rgba(107, 108, 224, 0.18);
}
.ht-svc-card__ico i { color: inherit !important; }
.ht-svc-card h3 {
  margin: 0;
  font-family: var(--ht-display);
  font-size: clamp(1.14rem, 0.4vw + 1.06rem, 1.32rem);
  font-weight: 600;
  color: var(--ht-navy) !important;
  line-height: 1.22;
  letter-spacing: -0.015em;
}
.ht-svc-card p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--ht-muted) !important;
  line-height: 1.55;
  flex: 1;
}
.ht-svc-card__go {
  margin-top: 6px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ht-navy) !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.ht-svc-card__go::after { content: " →"; }

/* Premium check bullets - absolute markers for a straight column + theme purple */
body.ht-page #ht-main ul.ht-list {
  list-style: none !important;
  margin: 10px 0 0;
  padding: 0 !important;
}
body.ht-page #ht-main ul.ht-list > li {
  position: relative;
  display: block !important;
  margin: 0 0 12px !important;
  padding: 0 0 0 1.95rem !important;
  color: var(--ht-ink);
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.01em;
}
body.ht-page #ht-main ul.ht-list > li:last-child {
  margin-bottom: 0 !important;
}
body.ht-page #ht-main ul.ht-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background-color: rgba(107, 108, 224, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.1l3.1 3.2 6.5-7' stroke='%236B6CE0' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.66rem 0.66rem;
  box-shadow: inset 0 0 0 1.5px var(--ht-purple-bright);
}
body.ht-page #ht-main ul.ht-list > li::after {
  content: none !important;
  display: none !important;
}

/* Keep card / tier list overrides from fighting check bullets */
body.ht-page #ht-main .ht-card__body ul.ht-list,
body.ht-page #ht-main .ht-tier ul.ht-list,
body.ht-page #ht-main .ht-split__copy ul.ht-list {
  margin-top: 12px;
  padding-left: 0 !important;
}
body.ht-page #ht-main .ht-split__copy ul.ht-list {
  margin: 14px 0 28px;
}
body.ht-page #ht-main .ht-split__copy ul.ht-list > li:last-child {
  margin-bottom: 0 !important;
}
body.ht-page #ht-main .ht-tier ul.ht-list {
  flex: 1;
  margin: 8px 0 16px;
}

/* Force FA icons visible inside icon tiles (global span inherit can wash them out) */
body.ht-page #ht-main [class*="__ico"],
body.ht-page #ht-main [class*="__ico"] i {
  color: var(--ht-purple-bright) !important;
}
body.ht-page #ht-main [class*="__ico"] i {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  display: inline-block !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
}
body.ht-page #ht-main .ht-chip i,
body.ht-page #ht-main .ht-btn i {
  color: var(--ht-purple-bright) !important;
}
body.ht-page #ht-main .ht-btn--primary i {
  color: #fff !important;
}
body.ht-page #ht-main .ht-btn--accent i {
  color: var(--ht-navy) !important;
}
body.ht-page #ht-main .ht-hero .ht-btn--secondary i,
body.ht-page #ht-main .ht-chip--on-dark i {
  color: #fff !important;
}

.ht-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ht-slate);
  margin: 0 0 14px;
}
.ht-kicker::before { content: ""; width: 22px; height: 1.5px; background: var(--ht-navy); opacity: 0.55; }
.ht-title {
  font-family: var(--ht-display);
  font-weight: 600;
  font-size: clamp(1.95rem, 2.4vw + 1.2rem, 2.9rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--ht-navy);
  margin: 0 0 16px;
  text-wrap: balance;
}
.ht-lead {
  margin: 0 0 22px;
  color: var(--ht-muted);
  font-size: clamp(1.06rem, 0.35vw + 1rem, 1.2rem);
  line-height: 1.6;
  max-width: 54ch;
}
.ht-section { margin-top: clamp(64px, 7.5vw, 96px); }
.ht-section__head {
  margin-bottom: 22px;
  max-width: none;
  padding: 22px 24px 24px;
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  box-shadow: inset 4px 0 0 var(--ht-navy);
}
.ht-section__head .ht-kicker { margin-bottom: 12px; }
.ht-section__head .ht-title {
  margin-bottom: 12px;
  max-width: 46ch;
}
.ht-section__head .ht-lead {
  margin-bottom: 0;
  max-width: 58ch;
}
.ht-section__head .ht-lead:last-child { margin-bottom: 0; }

.ht-paths {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}
@media (min-width: 800px) {
  .ht-paths { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
.ht-path {
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: none;
  min-height: 100%;
  transition: border-color 150ms ease, background 150ms ease;
}
@media (min-width: 800px) {
  .ht-path { padding: 26px 24px 24px; }
}
.ht-path:hover {
  background: #fff;
  border-color: var(--ht-navy);
  box-shadow: none;
  transform: none;
}
.ht-path:first-child {
  background: #fff;
  border-color: var(--ht-navy);
  box-shadow: inset 4px 0 0 var(--ht-navy);
}
.ht-path__ico {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(107, 108, 224, 0.12);
  color: var(--ht-purple-bright) !important;
  font-size: 1.15rem;
  box-shadow: inset 0 0 0 1px rgba(107, 108, 224, 0.18);
  margin-bottom: 2px;
}
.ht-path__ico i { color: inherit !important; }
.ht-path__tag {
  margin: 0;
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ht-navy);
  background: rgba(18, 34, 65, 0.06);
  border-radius: 999px;
  padding: 5px 11px;
}
.ht-path h3 {
  margin: 0;
  font-family: var(--ht-display);
  font-size: clamp(1.22rem, 0.5vw + 1.12rem, 1.4rem);
  color: var(--ht-navy);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.ht-path p {
  margin: 0;
  color: var(--ht-muted);
  font-size: 0.96rem;
  line-height: 1.55;
  flex: 1;
}
.ht-path .ht-btn {
  align-self: stretch;
  width: 100%;
  margin-top: 6px;
}

.ht-inline-cta {
  margin-top: 32px;
  padding: 24px 26px;
  border-radius: var(--ht-radius);
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: space-between;
}
.ht-inline-cta p {
  margin: 0;
  max-width: 44ch;
  color: var(--ht-ink);
  font-size: 1.05rem;
  line-height: 1.45;
}
.ht-inline-cta .ht-actions { margin-top: 0; }

.ht-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
}
.ht-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--ht-line-strong);
  background: var(--ht-card);
  color: var(--ht-navy) !important;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: none;
  transition: border-color 150ms ease, color 150ms ease, background 150ms ease;
}
.ht-chip i { color: var(--ht-navy) !important; font-size: 0.88rem; opacity: 0.75; }
.ht-chip:hover {
  border-color: var(--ht-navy);
  color: var(--ht-navy) !important;
  background: #fff;
  box-shadow: none;
}
.ht-chip--on-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff !important;
  box-shadow: none;
}
.ht-chip--on-dark:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
}

/* Clear fixed header so nav and hero do not overlap */
.ht-hero-wrap {
  background:
    linear-gradient(145deg, #0e1a33 0%, var(--ht-navy) 48%, #1a2d52 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 -22px 40px;
  padding:
    max(40px, calc(env(safe-area-inset-top, 0px) + 112px))
    22px
    52px;
}
@media (min-width: 992px) {
  .ht-hero-wrap {
    padding-top: max(52px, calc(env(safe-area-inset-top, 0px) + 122px));
  }
}
@media (min-width: 1160px) {
  .ht-hero-wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(22px, calc(50vw - 580px));
    padding-right: max(22px, calc(50vw - 580px));
  }
}
.ht-hero-wrap::before,
.ht-hero-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}
.ht-hero-wrap::before {
  width: 280px;
  height: 280px;
  right: -60px;
  top: -80px;
  background: radial-gradient(circle, rgba(107, 108, 224, 0.28), transparent 68%);
  opacity: 1;
}
.ht-hero-wrap::after {
  width: 220px;
  height: 220px;
  right: 12%;
  bottom: -90px;
  background: radial-gradient(circle, rgba(205, 201, 205, 0.18), transparent 70%);
  opacity: 1;
}
.ht-hero {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  align-items: start;
  max-width: 1160px;
  margin: 0 auto;
  grid-template-areas:
    "kicker"
    "media"
    "copy";
}
.ht-hero > .ht-kicker { grid-area: kicker; margin-bottom: 0; }
.ht-hero__copy { grid-area: copy; min-width: 0; }
.ht-hero__media { grid-area: media; }
@media (min-width: 900px) {
  .ht-hero {
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-areas:
      "kicker media"
      "copy media";
    column-gap: 48px;
    row-gap: 12px;
    align-items: center;
  }
  .ht-hero > .ht-kicker { align-self: end; }
  .ht-hero__copy { align-self: start; }
  .ht-hero__media { align-self: center; }
}
.ht-hero .ht-kicker { color: rgba(255, 255, 255, 0.72); }
.ht-hero .ht-kicker::before { background: rgba(255, 255, 255, 0.55); opacity: 1; }
.ht-hero .ht-title { color: #fff; max-width: 15ch; }
.ht-hero .ht-lead { color: rgba(255, 255, 255, 0.88); max-width: 40ch; }
.ht-hero-simple {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 44ch;
}
.ht-hero-simple strong { color: #fff; font-weight: 700; }
.ht-hero__media {
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  background: rgba(14, 26, 51, 0.55);
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 0 1px rgba(18, 34, 65, 0.35);
}
.ht-hero__media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }

.ht-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.ht-hero .btn-one {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  min-height: var(--ht-touch);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ht-hero .btn-one i { color: #fff !important; }
@media (min-width: 900px) {
  .ht-hero .ht-actions { margin-top: 28px; }
  .ht-path .ht-btn,
  .ht-tier .ht-btn { margin-top: 10px; }
  .ht-split__copy .ht-actions { margin-top: 22px; }
  .ht-inline-cta .ht-actions { margin-top: 4px; }
}
.ht-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--ht-touch);
  padding: 0 24px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
  font-family: inherit;
  color: var(--ht-navy);
}
.ht-btn:focus-visible { outline: 2px solid var(--ht-focus); outline-offset: 2px; }
.ht-btn--primary { background: var(--ht-purple-bright); color: #fff; }
.ht-btn--primary:hover { background: var(--ht-purple-deep); color: #fff; }
.ht-btn--secondary {
  background: transparent;
  color: var(--ht-navy);
  border-color: var(--ht-line-strong);
}
.ht-btn--secondary:hover { border-color: var(--ht-navy); color: var(--ht-navy); background: rgba(18, 34, 65, 0.03); }
.ht-hero .ht-btn--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
}
.ht-hero .ht-btn--secondary:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.ht-btn--accent { background: var(--ht-lavender); color: var(--ht-navy); border-color: transparent; }
.ht-btn--accent:hover { background: #bfbbc2; color: var(--ht-navy); }

.ht-note { margin: 14px 0 0; font-size: 0.94rem; color: var(--ht-muted); line-height: 1.5; }
.ht-note a {
  color: var(--ht-purple);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ht-note__btn,
.ht-more__btn {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ht-purple);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.ht-hero .ht-note { color: rgba(255, 255, 255, 0.7); margin-top: 18px; }
.ht-hero .ht-note a,
.ht-hero .ht-note__btn {
  color: #fff;
  font-weight: 700;
}
.ht-more {
  margin: 22px 0 0;
  padding: 18px 22px;
  font-size: 0.94rem;
  color: var(--ht-muted);
  line-height: 1.55;
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  box-shadow: inset 4px 0 0 var(--ht-purple-bright);
}

.ht-trust {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  margin: -8px 0 12px;
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  overflow: hidden;
  box-shadow: none;
}
@media (min-width: 700px) { .ht-trust { grid-template-columns: repeat(3, 1fr); } }
.ht-trust__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ht-line);
  border-radius: 0;
  padding: 20px 22px;
  box-shadow: none;
}
.ht-trust__item:last-child { border-bottom: 0; }
@media (min-width: 700px) {
  .ht-trust__item {
    border-bottom: 0;
    border-right: 1px solid var(--ht-line);
  }
  .ht-trust__item:last-child { border-right: 0; }
}
.ht-trust__ico {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(107, 108, 224, 0.12);
  color: var(--ht-purple-bright) !important;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  box-shadow: inset 0 0 0 1px rgba(107, 108, 224, 0.18);
}
.ht-trust__ico i { color: inherit !important; }
.ht-trust__item strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 6px;
  color: var(--ht-navy);
  letter-spacing: -0.015em;
}
.ht-trust__item span { font-size: 0.92rem; color: var(--ht-muted) !important; line-height: 1.5; }

.ht-pains {
  display: grid;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  overflow: hidden;
  box-shadow: none;
}
@media (min-width: 700px) { .ht-pains { grid-template-columns: 1fr 1fr; } }
.ht-pain {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ht-line);
  border-radius: 0;
  padding: 20px 22px;
  color: var(--ht-ink);
  box-shadow: none;
  transition: background 150ms ease;
}
.ht-pain:last-child { border-bottom: 0; }
@media (min-width: 700px) {
  .ht-pain {
    border-bottom: 1px solid var(--ht-line);
    border-right: 1px solid var(--ht-line);
  }
  .ht-pain:nth-child(2n) { border-right: 0; }
  .ht-pain:nth-last-child(-n+2) { border-bottom: 0; }
}
.ht-pain:hover { background: rgba(18, 34, 65, 0.02); }
.ht-pain > span:not(.ht-pain__ico) {
  color: var(--ht-ink) !important;
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 500;
}
.ht-pain__ico {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(107, 108, 224, 0.12);
  color: var(--ht-purple-bright) !important;
  display: grid;
  place-items: center;
  font-size: 1rem;
  box-shadow: inset 0 0 0 1px rgba(107, 108, 224, 0.18);
}
.ht-pain__ico i { color: inherit !important; }

.ht-audiences { display: grid; gap: 18px; }
@media (min-width: 800px) { .ht-audiences { grid-template-columns: repeat(3, 1fr); } }
.ht-card {
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: none;
}
.ht-card__img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.ht-card__body { padding: 24px 22px 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.ht-card__body h3 {
  margin: 0;
  font-family: var(--ht-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--ht-navy);
  letter-spacing: -0.02em;
  line-height: 1.18;
}
.ht-card__body p { margin: 0; color: var(--ht-muted); font-size: 0.98rem; line-height: 1.55; }
.ht-card__body ul { margin: 4px 0 0; padding-left: 1.15rem; color: var(--ht-ink); font-size: 0.94rem; }
.ht-card__body li + li { margin-top: 6px; }
.ht-card__body ul.ht-list,
.ht-card__body ul.ht-list > li,
.ht-card__body ul.ht-list > li + li {
  padding-left: 0;
}

.ht-tiers { display: grid; gap: 18px; }
@media (min-width: 900px) { .ht-tiers { grid-template-columns: repeat(3, 1fr); align-items: stretch; } }
.ht-tier {
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  color: var(--ht-ink);
  box-shadow: none;
}
.ht-tier--featured {
  border-color: var(--ht-navy);
  border-width: 1.5px;
  background: #fff;
  box-shadow: none;
}
.ht-tier__ico {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(107, 108, 224, 0.12);
  color: var(--ht-purple-bright) !important;
  font-size: 1.12rem;
  box-shadow: inset 0 0 0 1px rgba(107, 108, 224, 0.18);
}
.ht-tier__ico i { color: inherit !important; }
.ht-tier__badge {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  background: var(--ht-navy);
  border-radius: 999px;
  padding: 6px 12px;
}
.ht-tier__level {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ht-slate);
}
.ht-tier h3 { margin: 0; font-family: var(--ht-display); font-size: 1.5rem; color: var(--ht-navy); line-height: 1.18; letter-spacing: -0.02em; }
.ht-tier p { margin: 0; color: var(--ht-muted); font-size: 0.98rem; line-height: 1.55; }
.ht-tier ul { margin: 4px 0 14px; padding-left: 1.15rem; flex: 1; font-size: 0.94rem; color: var(--ht-ink); }
.ht-tier li + li { margin-top: 6px; }
.ht-tier ul.ht-list { padding-left: 0; }
.ht-tier .ht-btn { width: 100%; }

.ht-split {
  display: grid;
  gap: 0;
  align-items: stretch;
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  overflow: hidden;
  color: var(--ht-ink);
  box-shadow: none;
}
@media (min-width: 880px) {
  .ht-split { grid-template-columns: 1fr 1fr; }
  .ht-split--flip .ht-split__media { order: 2; }
}
.ht-split__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}
.ht-split__copy { padding: 32px 28px 40px; }
@media (min-width: 880px) {
  .ht-split__copy { padding: 36px 32px 44px; }
}
.ht-split__copy h3 {
  margin: 0 0 14px;
  font-family: var(--ht-display);
  font-size: clamp(1.45rem, 1vw + 1.2rem, 1.85rem);
  color: var(--ht-navy);
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.ht-split__copy p { margin: 0 0 16px; color: var(--ht-muted); line-height: 1.65; }
.ht-split__copy ul { margin: 0 0 28px; padding-left: 1.15rem; color: var(--ht-ink); }
.ht-split__copy li + li { margin-top: 6px; }
.ht-split__copy ul.ht-list { padding-left: 0; }
.ht-split__copy > .ht-btn,
.ht-split__copy > .ht-actions {
  margin-top: 4px;
}

.ht-btn i {
  font-size: 0.9em;
  line-height: 1;
}

.ht-steps {
  display: grid;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: htstep;
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  overflow: hidden;
  box-shadow: none;
}
@media (min-width: 800px) { .ht-steps { grid-template-columns: repeat(3, 1fr); } }
.ht-step {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ht-line);
  border-radius: 0;
  padding: 24px 22px;
  counter-increment: htstep;
  color: var(--ht-ink);
  box-shadow: none;
}
.ht-step:last-child { border-bottom: 0; }
@media (min-width: 800px) {
  .ht-step {
    border-bottom: 0;
    border-right: 1px solid var(--ht-line);
  }
  .ht-step:last-child { border-right: 0; }
}
.ht-step::before {
  content: "Step " counter(htstep);
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--ht-navy);
  color: #fff;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ht-step__ico {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgba(107, 108, 224, 0.12);
  color: var(--ht-purple-bright) !important;
  font-size: 1.1rem;
  margin: 0 0 14px;
  box-shadow: inset 0 0 0 1px rgba(107, 108, 224, 0.18);
}
.ht-step__ico i { color: inherit !important; }
.ht-step h3 {
  margin: 0 0 8px;
  font-family: var(--ht-display);
  font-size: 1.2rem;
  color: var(--ht-navy);
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.ht-step p { margin: 0; color: var(--ht-muted); font-size: 0.96rem; line-height: 1.55; }

.ht-faq {
  display: grid;
  gap: 0;
  background: var(--ht-card);
  border: 1.5px solid var(--ht-line-strong);
  border-radius: var(--ht-radius);
  overflow: hidden;
  box-shadow: none;
}
.ht-faq__item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ht-line);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
.ht-faq__item:last-child { border-bottom: 0; }
.ht-faq__q {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 20px 22px;
  font: inherit;
  font-weight: 600;
  color: var(--ht-navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  font-size: 1.04rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.ht-faq__q:focus-visible { outline: 2px solid var(--ht-focus); outline-offset: -2px; }
.ht-faq__q span[aria-hidden] {
  font-size: 1.4rem;
  line-height: 1;
  color: var(--ht-navy) !important;
  flex: 0 0 auto;
  opacity: 0.55;
}
.ht-faq__a {
  display: none;
  padding: 0 22px 20px;
  color: var(--ht-muted);
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 70ch;
}
.ht-faq__item.is-open .ht-faq__a { display: block; }
.ht-faq__item.is-open .ht-faq__q span[aria-hidden] { transform: rotate(45deg); }

.ht-links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 18px; font-size: 0.92rem; }
.ht-links a:not(.ht-chip),
.ht-links__btn {
  color: var(--ht-purple);
  font-weight: 600;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.ht-links a:not(.ht-chip):hover,
.ht-links__btn:hover { text-decoration: underline; }
.ht-links--chips {
  gap: 10px;
  margin-top: 20px;
}
.ht-links--chips .ht-chip {
  text-decoration: none !important;
}

body.ht-page #faq.ht-section {
  margin-top: clamp(52px, 6vw, 72px);
  margin-bottom: 0;
  padding-bottom: 8px;
}
/* Quote band sits in #ht-main - same canvas as the rest of the page */
body.ht-page.pcs-svc-page .quote-area.pcs-ab-quote-retro,
body.ht-page .quote-area.pcs-ab-quote-retro,
body.ht-page.pcs-svc-page #ht-main .quote-area,
body.ht-page #ht-main .quote-area {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 48px !important;
  padding-bottom: 8px !important;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
  background: var(--ht-canvas) !important;
  background-image: none !important;
  background-color: var(--ht-canvas) !important;
}
@media (min-width: 1120px) {
  body.ht-page #ht-main .quote-area {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(20px, calc(50vw - 560px));
    padding-right: max(20px, calc(50vw - 560px));
  }
}
body.ht-page.pcs-svc-page .quote-area.pcs-ab-quote-retro .quote__wrp.gradient-bg,
body.ht-page .quote-area.pcs-ab-quote-retro .quote__wrp.gradient-bg,
body.ht-page #ht-main .quote-area .quote__wrp.gradient-bg {
  background: linear-gradient(135deg, #3d3428 0%, #2c241c 55%, #243a8c 120%) !important;
  box-shadow: 0 6px 20px rgba(28, 22, 16, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
body.ht-page .quote-area.pcs-ab-quote-retro .section-header h2,
body.ht-page .quote-area.pcs-ab-quote-retro .section-header h5,
body.ht-page .quote-area.pcs-ab-quote-retro .section-header h5 span,
body.ht-page #ht-main .quote-area .section-header h2,
body.ht-page #ht-main .quote-area .section-header h5 {
  color: #fff !important;
}
body.ht-page .quote-area.pcs-ab-quote-retro .btn-one,
body.ht-page #ht-main .quote-area .btn-one {
  border-radius: 14px;
  box-shadow: 0 3px 0 rgba(20, 30, 70, 0.4), 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Premium logo - keep same footprint as old SVG logo on this landing only */
body.ht-page .header-two-area .header__main .logo {
  width: 350px;
  max-width: min(350px, 42vw);
  flex: 0 0 auto;
}
body.ht-page .header-two-area .header__main .logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}
body.ht-page .sidebar-area .menu-logo {
  height: 65px;
  width: auto;
  max-width: min(280px, 72vw);
  object-fit: contain;
}
body.ht-page .footer-two-area .footer__item .logo {
  width: 280px;
  max-width: 100%;
}
body.ht-page .footer-two-area .footer__item .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

/* Disclaimer: light panel + navy text (hospitality pages only) */
body.ht-page .footer-two-area .pcs-footer-disclaimer__inner {
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: var(--ht-ink);
  box-shadow: none;
}
body.ht-page .footer-two-area .pcs-footer-disclaimer__inner::before,
body.ht-page .footer-two-area .pcs-footer-disclaimer__inner::after {
  display: none;
}
body.ht-page .footer-two-area .pcs-footer-disclaimer__title {
  color: var(--ht-navy) !important;
}
body.ht-page .footer-two-area .pcs-footer-disclaimer__title i {
  color: var(--ht-purple-bright) !important;
}
body.ht-page .footer-two-area .pcs-footer-disclaimer__text {
  color: var(--ht-muted) !important;
}
@media (max-width: 991px) {
  body.ht-page .header-two-area .header__main .logo {
    width: min(220px, 58vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ht-page { scroll-behavior: auto; }
  .ht-btn,
  .ht-chip,
  .ht-svc-card,
  .ht-path,
  .ht-pain { transition: none; }
  .ht-svc-card:hover,
  .ht-path:hover { transform: none; }
}
