﻿/* 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: 6px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.ht-page #ht-main .ht-split__copy ul.ht-list > li {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
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: clamp(16px, 2.2vw, 24px);
  grid-template-columns: 1fr;
  margin-top: clamp(6px, 1vw, 14px);
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}
@media (min-width: 640px) {
  .ht-paths { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 980px) {
  .ht-paths { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  /* 4 doors (industry): one clean row */
  .ht-paths:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* 6 doors (by need): 3 × 2 */
  .ht-paths:has(> :nth-child(6):last-child) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ht-path {
  position: relative;
  background: var(--ht-card);
  border: 1px solid var(--ht-line);
  border-radius: calc(var(--ht-radius) + 2px);
  padding: clamp(22px, 2.4vw, 28px) clamp(20px, 2.2vw, 26px) clamp(20px, 2.2vw, 26px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: none;
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}
.ht-path:hover {
  background: #fff;
  border-color: var(--ht-navy);
  /* Full-bleed top accent - inset shadow follows the card edge cleanly */
  box-shadow: inset 0 3px 0 0 var(--ht-navy);
}
.ht-path:focus-within {
  outline: 2px solid var(--ht-focus);
  outline-offset: 3px;
}
/* Featured first door only on classic 3-path start grids */
.ht-paths:has(> :nth-child(3):last-child) > .ht-path:first-child {
  background: #fff;
  border-color: var(--ht-navy);
  box-shadow: inset 4px 0 0 0 var(--ht-navy), inset 0 3px 0 0 var(--ht-navy);
}
.ht-paths:has(> :nth-child(3):last-child) > .ht-path:first-child:hover {
  box-shadow: inset 4px 0 0 0 var(--ht-navy), inset 0 3px 0 0 var(--ht-navy);
}
.ht-path__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
}
.ht-path__ico {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  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: 0;
}
.ht-path__ico i { color: inherit !important; }
.ht-path__tag {
  margin: 0;
  align-self: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ht-slate);
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.ht-path h3 {
  margin: 0;
  font-family: var(--ht-display);
  font-size: clamp(1.22rem, 0.45vw + 1.12rem, 1.42rem);
  font-weight: 600;
  color: var(--ht-navy);
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.ht-path > p:not(.ht-path__tag) {
  margin: 0;
  color: var(--ht-muted);
  font-size: 0.96rem;
  line-height: 1.55;
  flex: 1;
  max-width: 34ch;
}
.ht-path .ht-btn {
  align-self: stretch;
  width: 100%;
  margin-top: 8px;
}

.ht-inline-cta {
  margin-top: clamp(24px, 3vw, 36px);
  padding: clamp(22px, 2.6vw, 28px) clamp(22px, 2.8vw, 32px);
  border-radius: calc(var(--ht-radius) + 2px);
  background: var(--ht-card);
  border: 1px solid var(--ht-line);
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  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 .pcs-offer-pulse {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #e24b4a;
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  animation: pcs-offer-heartbeat 2.1s ease-in-out infinite;
}
.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;
}

/* Hero sits under in-flow header - only need content inset, not fixed-nav clearance */
.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(24px, calc(env(safe-area-inset-top, 0px) + 20px))
    22px
    clamp(36px, 5vw, 52px);
}
@media (min-width: 992px) {
  .ht-hero-wrap {
    padding-top: max(32px, calc(env(safe-area-inset-top, 0px) + 28px));
  }
}
@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 .ht-lead a.pcs-offer-inline {
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(226, 75, 74, 0.95);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
}
.ht-hero .ht-lead a.pcs-offer-inline .pcs-offer-pulse {
  color: #ff6b6a !important;
  font-weight: 800;
}
.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--bridge {
  max-width: 40rem;
  margin: clamp(28px, 4vw, 44px) auto 0;
  padding: 0 8px;
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.6;
}
.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-section__note {
  margin: 0;
  color: var(--ht-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}
.ht-section__note a {
  color: var(--ht-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Who-this-is-for audience cards - premium editorial grid */
.ht-audiences {
  display: grid;
  gap: clamp(20px, 2.5vw, 28px);
  grid-template-columns: 1fr;
  margin-top: clamp(8px, 1.2vw, 16px);
  counter-reset: ht-audience;
}
@media (min-width: 800px) {
  .ht-audiences {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2.2vw, 32px);
    align-items: stretch;
  }
}
.ht-card {
  counter-increment: ht-audience;
  position: relative;
  background: var(--ht-card);
  border: 1px solid var(--ht-line);
  border-radius: calc(var(--ht-radius) + 2px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  box-shadow: none;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}
a.ht-card,
a.ht-card:hover,
a.ht-card:focus {
  text-decoration: none;
  color: inherit;
}
.ht-card:hover,
a.ht-card:hover {
  border-color: var(--ht-navy);
  background: #fff;
  box-shadow: inset 0 3px 0 0 var(--ht-navy);
}
.ht-card:focus-within {
  outline: 2px solid var(--ht-focus);
  outline-offset: 3px;
}
.ht-card__media,
.ht-card > .ht-card__img,
.ht-card > img.ht-card__img {
  display: block;
  position: relative;
  isolation: isolate;
  aspect-ratio: 5 / 4;
  width: 100%;
  object-fit: cover;
  background: rgba(18, 34, 65, 0.06);
}
.ht-card__img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  transition: transform 220ms ease;
}
.ht-card:hover .ht-card__img {
  transform: scale(1.03);
}
.ht-card__body {
  position: relative;
  padding: clamp(22px, 2.4vw, 30px) clamp(20px, 2.2vw, 28px) clamp(24px, 2.6vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.ht-card__body::before {
  content: counter(ht-audience, decimal-leading-zero);
  display: block;
  margin: 0 0 2px;
  font-family: var(--ht-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ht-slate);
  line-height: 1;
}
.ht-card__body h3 {
  margin: 0;
  font-family: var(--ht-display);
  font-size: clamp(1.28rem, 0.4vw + 1.18rem, 1.5rem);
  font-weight: 600;
  color: var(--ht-navy);
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.ht-card__body p {
  margin: 0;
  color: var(--ht-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 36ch;
}
.ht-card__body ul {
  margin: 6px 0 0;
  padding-left: 1.15rem;
  color: var(--ht-ink);
  font-size: 0.94rem;
}
.ht-card__body li + li {
  margin-top: 8px;
}
.ht-card__body ul.ht-list,
.ht-card__body ul.ht-list > li,
.ht-card__body ul.ht-list > li + li {
  padding-left: 0;
}
body.ht-page #ht-main .ht-card__body ul.ht-list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.ht-page #ht-main .ht-card__body ul.ht-list > li {
  padding: 0 0 0 1.15rem;
  font-size: 0.94rem;
  line-height: 1.45;
  color: var(--ht-ink);
}
body.ht-page #ht-main .ht-card__body ul.ht-list > li + li {
  margin-top: 0;
  border-top: 0;
  padding-top: 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%; }

/* Feature splits - editorial media + copy panels */
.ht-section:has(> .ht-split) + .ht-section:has(> .ht-split) {
  margin-top: clamp(28px, 3.8vw, 44px);
}

.ht-split {
  display: grid;
  gap: 0;
  align-items: stretch;
  background: var(--ht-card);
  border: 1px solid var(--ht-line);
  border-radius: calc(var(--ht-radius) + 2px);
  overflow: hidden;
  color: var(--ht-ink);
  box-shadow: none;
  transition: border-color 150ms ease;
}
.ht-split:hover {
  border-color: rgba(18, 34, 65, 0.32);
}
@media (min-width: 880px) {
  .ht-split {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
  .ht-split--flip {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }
  .ht-split--flip .ht-split__media { order: 2; }
  .ht-split--flip .ht-split__copy { order: 1; }
}
.ht-split__media {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  align-self: stretch;
  min-height: 260px;
  background: rgba(18, 34, 65, 0.06);
  /* Give the box height on mobile (absolute img does not contribute) */
  aspect-ratio: 5 / 4;
}
@media (min-width: 880px) {
  .ht-split__media {
    aspect-ratio: auto;
    min-height: 0;
    height: auto;
    /* Stretch with the taller copy column */
    align-self: stretch;
  }
}
.ht-split__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 72%,
    rgba(18, 34, 65, 0.06) 100%
  );
  opacity: 0.85;
  z-index: 1;
}
.ht-split--flip .ht-split__media::after {
  background: linear-gradient(
    270deg,
    transparent 72%,
    rgba(18, 34, 65, 0.06) 100%
  );
}
@media (max-width: 879px) {
  .ht-split__media::after {
    background: linear-gradient(
      180deg,
      transparent 55%,
      rgba(18, 34, 65, 0.08) 100%
    );
  }
}
/* Fill the media cell edge-to-edge (beat global img height:auto) */
body.ht-page #ht-main .ht-split__media > img,
.ht-split__media img {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  aspect-ratio: unset !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 260ms ease;
}
.ht-split:hover .ht-split__media img {
  transform: scale(1.035);
}
.ht-split__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: clamp(28px, 4vw, 48px) clamp(24px, 3.6vw, 44px);
  background: #fff;
}
@media (min-width: 880px) {
  .ht-split__copy {
    padding: clamp(36px, 4.2vw, 56px) clamp(32px, 3.8vw, 52px);
    box-shadow: inset 4px 0 0 var(--ht-navy);
  }
  .ht-split--flip .ht-split__copy {
    box-shadow: inset -4px 0 0 var(--ht-navy);
  }
}
.ht-split__copy > .ht-kicker {
  margin: 0 0 2px;
}
.ht-split__copy h3 {
  margin: 0;
  font-family: var(--ht-display);
  font-size: clamp(1.4rem, 1.1vw + 1.15rem, 1.9rem);
  font-weight: 600;
  color: var(--ht-navy);
  line-height: 1.18;
  letter-spacing: -0.03em;
  max-width: 18ch;
}
.ht-split__copy > p:not(.ht-kicker) {
  margin: 0;
  color: var(--ht-muted);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 42ch;
}
.ht-split__copy ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ht-ink);
}
.ht-split__copy li + li { margin-top: 0; }
.ht-split__copy ul.ht-list { padding-left: 0; }
.ht-split__copy > .ht-btn,
.ht-split__copy > .ht-actions {
  margin-top: 10px;
  align-self: flex-start;
}

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

.ht-steps {
  display: grid;
  gap: clamp(16px, 2.2vw, 24px);
  list-style: none;
  padding: 0;
  margin: clamp(6px, 1vw, 14px) 0 0;
  counter-reset: htstep;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}
@media (min-width: 800px) {
  .ht-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ht-step {
  position: relative;
  background: var(--ht-card);
  border: 1px solid var(--ht-line);
  border-radius: calc(var(--ht-radius) + 2px);
  padding: clamp(24px, 2.6vw, 32px) clamp(22px, 2.4vw, 28px);
  counter-increment: htstep;
  color: var(--ht-ink);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  transition: border-color 150ms ease;
}
.ht-step:hover {
  border-color: var(--ht-navy);
}
.ht-step::before {
  content: counter(htstep, decimal-leading-zero);
  display: block;
  margin: 0;
  font-family: var(--ht-font);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ht-slate);
  line-height: 1;
}
.ht-step__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: 0;
  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;
  font-family: var(--ht-display);
  font-size: clamp(1.18rem, 0.4vw + 1.1rem, 1.32rem);
  font-weight: 600;
  color: var(--ht-navy);
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.ht-step p {
  margin: 0;
  color: var(--ht-muted);
  font-size: 0.96rem;
  line-height: 1.6;
  max-width: 36ch;
}

.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,
  .ht-card,
  .ht-card__img,
  .ht-split,
  .ht-split__media img { transition: none; }
  .ht-svc-card:hover,
  .ht-path:hover,
  .ht-card:hover .ht-card__img,
  .ht-split:hover .ht-split__media img { transform: none; }
}
