body.page-hms-studio {
  --hms-ink: #071923;
  --hms-ink-2: #0a2b3a;
  --hms-blue: #0a5d7b;
  --hms-cyan: #64bdc6;
  --hms-green: #2f8f70;
  --hms-gold: #b88746;
  --hms-line: rgba(7, 25, 35, 0.12);
  --hms-soft-line: rgba(7, 25, 35, 0.08);
  --hms-paper: #fbfcfb;
  --hms-paper-2: #edf5f3;
  --hms-shadow: 0 22px 64px rgba(5, 22, 31, 0.13);
  --hms-shadow-soft: 0 12px 34px rgba(5, 22, 31, 0.08);
  overflow-x: clip;
  font-family: "Manrope", "Avenir Next", "Segoe UI", Arial, sans-serif;
  color: var(--hms-ink);
  background:
    linear-gradient(rgba(7, 25, 35, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 25, 35, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbfb 0%, #edf5f3 44%, #fbfcfb 100%);
  background-size: 40px 40px, 40px 40px, auto;
}

body.page-hms-studio .site-header {
  background: rgba(248, 251, 251, 0.94);
  border-bottom-color: rgba(7, 25, 35, 0.09);
  backdrop-filter: blur(18px);
}

body.page-hms-studio .site-header::after {
  background: linear-gradient(to bottom, rgba(248, 251, 251, 0.76), transparent);
}

body.page-hms-studio .brand-logo {
  filter: drop-shadow(0 10px 22px rgba(7, 25, 35, 0.08));
}

body.page-hms-studio .nav-link {
  color: rgba(7, 25, 35, 0.74);
}

body.page-hms-studio .nav-link:hover {
  color: var(--hms-ink);
  background: rgba(10, 93, 123, 0.08);
}

body.page-hms-studio .btn {
  border-radius: 999px;
}

body.page-hms-studio .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #082638, #0a5d7b);
  border-color: rgba(8, 38, 56, 0.34);
  box-shadow: 0 16px 34px rgba(8, 38, 56, 0.20);
}

body.page-hms-studio .btn-primary:hover {
  box-shadow: 0 22px 44px rgba(8, 38, 56, 0.25);
}

body.page-hms-studio .hero-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

body.page-hms-studio .hero-text-link:hover {
  color: #fff;
}

body.page-hms-studio .hms-studio-page {
  overflow: clip;
}

body.page-hms-studio .section {
  padding: 96px 0;
}

body.page-hms-studio .section.alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(237, 245, 243, 0.54)),
    linear-gradient(90deg, rgba(10, 93, 123, 0.06), rgba(47, 143, 112, 0.05));
  border-color: rgba(7, 25, 35, 0.08);
}

body.page-hms-studio .section-head {
  max-width: 860px;
}

body.page-hms-studio .section-head h2,
body.page-hms-studio .hi-context h2,
body.page-hms-studio .hi-split-content h2,
body.page-hms-studio .hi-cta-box h2 {
  max-width: 900px;
  margin: 0 0 14px;
  color: var(--hms-ink);
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: 0;
}

body.page-hms-studio .section-head p {
  max-width: 70ch;
  color: rgba(7, 25, 35, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

body.page-hms-studio .hi-section-followup {
  margin-top: 76px;
}

body.page-hms-studio .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: rgba(10, 93, 123, 0.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-hms-studio .section-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hms-gold), var(--hms-cyan));
}

body.page-hms-studio .hi-hero {
  position: relative;
  min-height: min(810px, calc(100vh - 121px));
  padding: 104px 0 70px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(132deg, #061a27 0%, #092b3b 48%, #0a5d7b 100%);
  background-size: 48px 48px, 48px 48px, auto;
}

body.page-hms-studio .hi-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(7, 25, 35, 0.26));
  pointer-events: none;
  z-index: -1;
}

body.page-hms-studio .hi-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1120px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
}

body.page-hms-studio .hi-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  gap: 76px;
  align-items: center;
}

body.page-hms-studio .hi-hero-copy {
  max-width: 660px;
  min-width: 0;
}

body.page-hms-studio .hi-hero h1 {
  margin: 0 0 24px;
  max-width: 680px;
  color: #fff;
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

body.page-hms-studio .hi-hero .lead {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.75;
}

body.page-hms-studio .hi-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

body.page-hms-studio .hi-hero .btn-primary {
  color: #092638;
  background: #fff;
  border-color: rgba(255, 255, 255, 0.24);
}

body.page-hms-studio .hi-origin-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 800;
}

body.page-hms-studio .hi-origin-badge svg {
  color: #9de3dd;
}

body.page-hms-studio .hi-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.12);
}

body.page-hms-studio .hi-proof-row div {
  min-width: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
}

body.page-hms-studio .hi-proof-row strong,
body.page-hms-studio .hi-proof-row span {
  display: block;
}

body.page-hms-studio .hi-proof-row strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.25;
}

body.page-hms-studio .hi-proof-row span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

body.page-hms-studio .hi-hero-visual {
  min-width: 0;
}

body.page-hms-studio .hi-radar {
  max-width: 540px;
  margin: 0 auto;
}

body.page-hms-studio .hi-radar-field {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

body.page-hms-studio .hi-radar-top {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 8px;
  color: #fff;
  background: rgba(6, 26, 39, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-hms-studio .hi-radar-top span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-hms-studio .hi-radar-top strong {
  font-family: "Newsreader", Georgia, serif;
  font-size: 30px;
  line-height: 1.05;
}

body.page-hms-studio .hi-radar-map {
  position: absolute;
  inset: 124px 22px 140px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.16) 50%, transparent 50.5%),
    linear-gradient(transparent 49.5%, rgba(255, 255, 255, 0.13) 50%, transparent 50.5%),
    linear-gradient(135deg, rgba(157, 227, 221, 0.14), rgba(184, 135, 70, 0.10));
}

body.page-hms-studio .hi-radar-map::before,
body.page-hms-studio .hi-radar-map::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

body.page-hms-studio .hi-radar-map::before {
  inset: 14%;
}

body.page-hms-studio .hi-radar-map::after {
  inset: 28%;
}

body.page-hms-studio .hi-pin {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(7, 25, 35, 0.84);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  font-size: 11px;
  font-weight: 800;
}

body.page-hms-studio .hi-pin::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hms-green);
  box-shadow: 0 0 0 4px rgba(47, 143, 112, 0.14);
}

body.page-hms-studio .hi-pin-main {
  top: 50%;
  left: 50%;
  color: #fff;
  background: #092638;
  transform: translate(-50%, -50%);
}

body.page-hms-studio .hi-pin-1 { top: 20%; left: 57%; }
body.page-hms-studio .hi-pin-2 { top: 42%; right: 12%; }
body.page-hms-studio .hi-pin-3 { bottom: 18%; left: 18%; }
body.page-hms-studio .hi-pin-4 { bottom: 16%; right: 18%; }

body.page-hms-studio .hi-radar-metrics {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.10);
}

body.page-hms-studio .hi-radar-metrics div {
  padding: 14px 12px;
  background: rgba(255, 255, 255, 0.07);
}

body.page-hms-studio .hi-radar-metrics span,
body.page-hms-studio .hi-radar-metrics strong {
  display: block;
}

body.page-hms-studio .hi-radar-metrics span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-hms-studio .hi-radar-metrics strong {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.35;
}

body.page-hms-studio .hi-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

body.page-hms-studio .hi-pillars--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-hms-studio .hi-pillar {
  position: relative;
  min-width: 0;
  padding: 28px 24px 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--hms-soft-line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) inset;
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease), border-color 200ms var(--ease);
}

body.page-hms-studio .hi-pillar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--hms-blue), var(--hms-green), var(--hms-gold));
  opacity: 0.62;
}

body.page-hms-studio .hi-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 93, 123, 0.18);
  box-shadow: var(--hms-shadow-soft);
}

body.page-hms-studio .hi-pillar--accent {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #092638, #0a5d7b);
  background-size: 34px 34px, 34px 34px, auto;
  border-color: rgba(255, 255, 255, 0.12);
}

body.page-hms-studio .hi-pillar-num {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--hms-blue);
  background: rgba(10, 93, 123, 0.09);
  font-weight: 800;
}

body.page-hms-studio .hi-pillar--accent .hi-pillar-num {
  color: #092638;
  background: #fff;
}

body.page-hms-studio .hi-pillar h3,
body.page-hms-studio .hi-process-step h3,
body.page-hms-studio .hi-context-aside h3,
body.page-hms-studio .hi-link-card-title,
body.page-hms-studio .hi-measure-banner h3 {
  margin: 0 0 10px;
  color: var(--hms-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}

body.page-hms-studio .hi-pillar--accent h3 {
  color: #fff;
}

body.page-hms-studio .hi-pillar p,
body.page-hms-studio .hi-process-step p,
body.page-hms-studio .hi-split-content > p,
body.page-hms-studio .hi-link-card-desc,
body.page-hms-studio .hi-measure-banner p {
  margin: 0;
  color: rgba(7, 25, 35, 0.68);
  font-size: 14.5px;
  line-height: 1.72;
}

body.page-hms-studio .hi-pillar--accent p,
body.page-hms-studio .hi-pillar--accent .bullets li {
  color: rgba(255, 255, 255, 0.78);
}

body.page-hms-studio .bullets {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

body.page-hms-studio .bullets li {
  position: relative;
  padding-left: 22px;
  color: rgba(7, 25, 35, 0.70);
  font-size: 13.5px;
  line-height: 1.52;
}

body.page-hms-studio .bullets li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hms-green);
  box-shadow: 0 0 0 4px rgba(47, 143, 112, 0.13);
}

body.page-hms-studio .hi-measure-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 32px;
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(184, 135, 70, 0.18);
  box-shadow: var(--hms-shadow-soft);
}

body.page-hms-studio .hi-measure-banner p {
  max-width: 760px;
}

body.page-hms-studio .hi-context {
  position: relative;
  overflow: hidden;
  padding: 102px 0;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(155deg, #061722, #092b3b 48%, #0a5d7b 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

body.page-hms-studio .hi-context::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(184, 135, 70, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 36%);
  pointer-events: none;
}

body.page-hms-studio .hi-context .container {
  position: relative;
}

body.page-hms-studio .hi-context-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 58px;
  align-items: start;
}

body.page-hms-studio .hi-context .section-kicker,
body.page-hms-studio .hi-context h2,
body.page-hms-studio .hi-final-cta h2 {
  color: #fff;
}

body.page-hms-studio .hi-context-copy > p {
  max-width: 72ch;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.76;
}

body.page-hms-studio .hi-context-quickwin {
  margin-top: 26px;
  padding: 22px 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

body.page-hms-studio .hi-context-quickwin strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-hms-studio .hi-context-quickwin p {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  line-height: 1.68;
}

body.page-hms-studio .hi-context-aside {
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

body.page-hms-studio .hi-context-aside h3 {
  color: #fff;
}

body.page-hms-studio .hi-checklist {
  display: grid;
  gap: 1px;
  margin: 18px 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
}

body.page-hms-studio .hi-checklist li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 13.5px;
  line-height: 1.58;
}

body.page-hms-studio .hi-check {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(157, 227, 221, 0.12);
  border: 1px solid rgba(157, 227, 221, 0.24);
}

body.page-hms-studio .hi-check::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #9de3dd;
  border-bottom: 2px solid #9de3dd;
  transform: rotate(-45deg);
}

body.page-hms-studio .hi-process {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(237, 245, 243, 0.46));
  border-bottom: 1px solid rgba(7, 25, 35, 0.08);
}

body.page-hms-studio .hi-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

body.page-hms-studio .hi-process-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-hms-studio .hi-process-step {
  min-width: 0;
  padding: 26px 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--hms-soft-line);
  box-shadow: var(--hms-shadow-soft);
}

body.page-hms-studio .hi-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--hms-blue);
  background: rgba(10, 93, 123, 0.09);
  font-size: 13px;
  font-weight: 800;
}

body.page-hms-studio .hi-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 52px;
  align-items: start;
}

body.page-hms-studio .hi-offer-frame {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(237, 245, 243, 0.58));
  border-top: 1px solid var(--hms-soft-line);
  border-bottom: 1px solid var(--hms-soft-line);
}

body.page-hms-studio .hi-offer-frame-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(7, 25, 35, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--hms-shadow);
}

body.page-hms-studio .hi-offer-frame-copy h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--hms-ink);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.03;
  letter-spacing: 0;
}

body.page-hms-studio .hi-offer-frame-copy p {
  max-width: 70ch;
  color: rgba(7, 25, 35, 0.70);
  line-height: 1.72;
}

body.page-hms-studio .hi-offer-frame-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.page-hms-studio .hi-offer-frame-facts div {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--hms-soft-line);
  border-radius: 8px;
  background: rgba(247, 251, 250, 0.86);
}

body.page-hms-studio .hi-offer-frame-facts span,
body.page-hms-studio .hi-offer-frame-action span {
  display: block;
  color: rgba(7, 25, 35, 0.56);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-hms-studio .hi-offer-frame-facts strong {
  display: block;
  margin-top: 7px;
  color: var(--hms-ink);
  font-size: 17px;
  line-height: 1.25;
}

body.page-hms-studio .hi-offer-frame-price {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(184, 135, 70, 0.18), rgba(255, 255, 255, 0.86)) !important;
}

body.page-hms-studio .hi-offer-frame-action {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid var(--hms-soft-line);
}

body.page-hms-studio .hi-offer-frame-action span {
  max-width: 390px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}

body.page-hms-studio .hi-split-content > p {
  max-width: 68ch;
  margin-bottom: 16px;
  font-size: 15.5px;
}

body.page-hms-studio .hi-split-content a,
body.page-hms-studio .note-text a,
body.page-hms-studio .hi-measure-banner a:not(.btn) {
  color: var(--hms-blue);
  font-weight: 800;
  text-decoration-color: rgba(10, 93, 123, 0.34);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.24em;
}

body.page-hms-studio .hi-link-cards {
  display: grid;
  gap: 12px;
}

body.page-hms-studio .hi-link-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--hms-soft-line);
  box-shadow: var(--hms-shadow-soft);
  text-decoration: none !important;
  transition: transform 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

body.page-hms-studio .hi-link-card:hover {
  transform: translateX(3px);
  border-color: rgba(10, 93, 123, 0.18);
  box-shadow: 0 18px 44px rgba(5, 22, 31, 0.12);
}

body.page-hms-studio .hi-link-card-title {
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
}

body.page-hms-studio .hi-link-card-arrow {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--hms-blue);
  background: rgba(10, 93, 123, 0.09);
}

body.page-hms-studio .hi-nap-card {
  align-self: stretch;
}

body.page-hms-studio .hi-nap-card p {
  font-size: 16px;
  line-height: 1.85;
}

body.page-hms-studio .hi-nap-card a {
  color: var(--hms-blue);
  font-weight: 800;
  text-decoration-color: rgba(10, 93, 123, 0.34);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.24em;
}

body.page-hms-studio #faq .section-head {
  margin-bottom: 28px;
}

body.page-hms-studio .faq {
  display: grid;
  gap: 10px;
}

body.page-hms-studio .faq-item {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--hms-soft-line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) inset;
}

body.page-hms-studio .faq-item summary {
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  color: var(--hms-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

body.page-hms-studio .faq-item summary::-webkit-details-marker {
  display: none;
}

body.page-hms-studio .faq-item summary::after {
  content: "+";
  position: static;
  inset: auto;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  color: var(--hms-blue);
  background: rgba(10, 93, 123, 0.09);
  font-weight: 800;
  transform: none;
}

body.page-hms-studio .faq-item[open] summary::after {
  content: "-";
  color: var(--hms-green);
  background: rgba(47, 143, 112, 0.12);
  transform: none;
}

body.page-hms-studio .faq-body {
  padding: 0 22px 22px;
  color: rgba(7, 25, 35, 0.70);
  font-size: 14.5px;
  line-height: 1.72;
}

body.page-hms-studio .note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  margin-top: 28px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(184, 135, 70, 0.18);
  box-shadow: var(--hms-shadow-soft);
}

body.page-hms-studio .note-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #fff;
  background: #092638;
}

body.page-hms-studio .note-strong {
  color: var(--hms-ink);
  font-weight: 800;
}

body.page-hms-studio .note-text {
  margin-top: 4px;
  color: rgba(7, 25, 35, 0.68);
  font-size: 14.5px;
  line-height: 1.66;
}

body.page-hms-studio .hi-final-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(140deg, #061722, #092b3b 48%, #0a5d7b);
  background-size: 46px 46px, 46px 46px, auto;
}

body.page-hms-studio .hi-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(184, 135, 70, 0.15), transparent 34%);
  pointer-events: none;
}

body.page-hms-studio .hi-cta-box {
  position: relative;
  display: grid;
  max-width: 880px;
  text-align: left;
}

body.page-hms-studio .hi-cta-box > p {
  max-width: 760px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.76;
}

body.page-hms-studio .hi-cta-box .btn-primary {
  justify-self: start;
  color: #092638;
  background: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

body.page-hms-studio .hi-cta-sub {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 700;
}

body.page-hms-studio .hi-reveal,
body.page-hms-studio .hi-pillars .hi-pillar,
body.page-hms-studio .hi-checklist li,
body.page-hms-studio .hi-link-cards .hi-link-card {
  opacity: 1;
  transform: none;
  transition: opacity 520ms var(--ease), transform 520ms var(--ease), box-shadow 180ms var(--ease), border-color 180ms var(--ease);
}

@media (max-width: 1180px) {
  body.page-hms-studio .hi-hero-inner,
  body.page-hms-studio .hi-context-grid,
  body.page-hms-studio .hi-offer-frame-card,
  body.page-hms-studio .hi-split {
    grid-template-columns: 1fr;
  }

  body.page-hms-studio .hi-hero-copy,
  body.page-hms-studio .hi-radar,
  body.page-hms-studio .hi-context-copy,
  body.page-hms-studio .hi-context-aside,
  body.page-hms-studio .hi-split-content,
  body.page-hms-studio .hi-link-cards {
    max-width: 760px;
  }

  body.page-hms-studio .hi-pillars,
  body.page-hms-studio .hi-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.page-hms-studio .hi-hero {
    min-height: 0;
    padding-top: calc(var(--header-offset, 90px) + 52px);
  }

  body.page-hms-studio .hi-hero h1,
  body.page-hms-studio .section-head h2,
  body.page-hms-studio .hi-context h2,
  body.page-hms-studio .hi-split-content h2,
  body.page-hms-studio .hi-cta-box h2 {
    font-size: 42px;
  }

  body.page-hms-studio .hi-proof-row,
  body.page-hms-studio .hi-radar-metrics,
  body.page-hms-studio .hi-offer-frame-facts,
  body.page-hms-studio .hi-measure-banner {
    grid-template-columns: 1fr;
  }

  body.page-hms-studio .hi-measure-banner .btn {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  body.page-hms-studio .section {
    padding: 64px 0;
  }

  body.page-hms-studio .hi-hero {
    padding-bottom: 54px;
  }

  body.page-hms-studio .hi-hero h1,
  body.page-hms-studio .section-head h2,
  body.page-hms-studio .hi-context h2,
  body.page-hms-studio .hi-split-content h2,
  body.page-hms-studio .hi-cta-box h2 {
    font-size: 34px;
  }

  body.page-hms-studio .hi-hero .lead,
  body.page-hms-studio .hi-cta-box > p {
    font-size: 16px;
  }

  body.page-hms-studio .hi-hero-ctas,
  body.page-hms-studio .hi-cta-box .btn-primary {
    width: 100%;
  }

  body.page-hms-studio .hi-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-hms-studio .hi-hero-ctas .btn,
  body.page-hms-studio .hi-cta-box .btn-primary {
    width: 100%;
  }

  body.page-hms-studio .hero-text-link {
    justify-content: center;
    color: rgba(255, 255, 255, 0.86);
  }

  body.page-hms-studio .hi-pillars,
  body.page-hms-studio .hi-process-grid {
    grid-template-columns: 1fr;
  }

  body.page-hms-studio .hi-radar-field {
    min-height: 500px;
  }

  body.page-hms-studio .hi-radar-map {
    inset: 116px 16px 154px;
  }

  body.page-hms-studio .hi-radar-top {
    top: 16px;
    left: 16px;
    right: 16px;
  }

  body.page-hms-studio .hi-radar-metrics {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  body.page-hms-studio .hi-pin {
    font-size: 10px;
    padding: 6px 9px;
  }

  body.page-hms-studio .hi-pin-1 { top: 18%; left: 48%; }
  body.page-hms-studio .hi-pin-2 { top: 40%; right: 7%; }
  body.page-hms-studio .hi-pin-3 { bottom: 17%; left: 9%; }
  body.page-hms-studio .hi-pin-4 { bottom: 13%; right: 8%; }

  body.page-hms-studio .hi-context {
    padding: 70px 0;
  }

  body.page-hms-studio .hi-link-card {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-hms-studio .hi-link-card-arrow {
    display: none;
  }

  body.page-hms-studio .note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  body.page-hms-studio .hi-hero {
    padding-top: calc(var(--header-offset, 76px) + 42px);
  }

  body.page-hms-studio .hi-hero h1,
  body.page-hms-studio .section-head h2,
  body.page-hms-studio .hi-context h2,
  body.page-hms-studio .hi-split-content h2,
  body.page-hms-studio .hi-cta-box h2 {
    font-size: 31px;
  }

  body.page-hms-studio .hi-radar-field {
    min-height: 484px;
  }

  body.page-hms-studio .hi-radar-top strong {
    font-size: 24px;
  }

  body.page-hms-studio .hi-pin-main {
    transform: translate(-50%, -50%) scale(0.96);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-hms-studio *,
  body.page-hms-studio *::before,
  body.page-hms-studio *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
