@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/IBMPlexSansArabic-Regular.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/IBMPlexSansArabic-Medium.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/IBMPlexSansArabic-SemiBold.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/IBMPlexSansArabic-Bold.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/IBMPlexSansArabic-Latin-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/IBMPlexSansArabic-Latin-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --hs-brand: #561943;
  --hs-brand-deep: #3d1230;
  --hs-ink: #1c1218;
  --hs-muted: #5a4a52;
  --hs-paper: #f4f0ee;
  --hs-white: #fff;
  --hs-line: #e6dbdf;
  --hs-radius: 8px;
  --hs-font: "IBM Plex Sans Arabic", "Noto Naskh Arabic", sans-serif;
  --hs-fw-regular: 400;
  --hs-fw-medium: 500;
  --hs-fw-semibold: 600;
  --hs-fw-bold: 700;
  --hs-fs-xs: 0.8125rem;
  --hs-fs-sm: 0.9375rem;
  --hs-fs-md: 1.0625rem;
  --hs-fs-lg: 1.1875rem;
  --hs-display: clamp(2.1rem, 1.15rem + 3.2vw, 3.15rem);
  --hs-h1: clamp(1.75rem, 1.15rem + 1.8vw, 2.45rem);
  --hs-h2: clamp(1.45rem, 1.05rem + 1.2vw, 2rem);
  --hs-h3: 1.25rem;
  --hs-lh-display: 1.38;
  --hs-lh-heading: 1.55;
  --hs-lh-ui: 1.4;
  --hs-lh-body: 1.85;
  --hs-space: clamp(1.25rem, 3vw, 2.5rem);
  --hs-wrap: 1240px;
  --hs-header: 5.5rem;
  --hs-nav-size: 0.9375rem;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html:focus-within { scroll-behavior: auto; }

body.hs-daran {
  margin: 0;
  font-family: var(--hs-font);
  font-size: var(--hs-fs-md);
  font-weight: var(--hs-fw-regular);
  line-height: var(--hs-lh-body);
  color: var(--hs-ink);
  background: var(--hs-white);
  text-rendering: optimizeLegibility;
}

.hs-daran h1,
.hs-daran h2,
.hs-daran h3,
.hs-daran h4 {
  font-family: var(--hs-font);
  font-weight: var(--hs-fw-bold);
  line-height: var(--hs-lh-heading);
  letter-spacing: 0;
  text-wrap: pretty;
  color: inherit;
}

.hs-daran h1 { font-size: var(--hs-h1); }

.hs-daran h2 { font-size: var(--hs-h2); }

.hs-daran h3 {
  font-size: var(--hs-h3);
  font-weight: var(--hs-fw-semibold);
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--hs-brand); text-underline-offset: 0.2em; }

a:hover { color: var(--hs-brand-deep); }

:focus-visible {
  outline: 2px solid var(--hs-brand);
  outline-offset: 3px;
}

.hs-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hs-skip {
  position: absolute;
  inset-inline-start: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--hs-brand);
  color: var(--hs-white);
  padding: 0.5rem 1rem;
}

.hs-skip:focus { top: 1rem; color: var(--hs-white); }

.hs-wrap {
  width: min(100% - 2rem, var(--hs-wrap));
  margin-inline: auto;
}

.hs-narrow { width: min(100%, 46rem); }

.hs-main:focus { outline: none; }

.hs-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--hs-white);
  border-bottom: 1px solid var(--hs-line);
}

.hs-header__inner {
  width: min(100% - 1.5rem, 1240px);
  margin-inline: auto;
  min-height: var(--hs-header);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 1rem;
  font-size: var(--hs-nav-size);
  line-height: var(--hs-lh-ui);
}

.hs-logo {
  grid-column: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.hs-logo img {
  width: auto;
  height: 3.6rem;
}

.hs-nav {
  grid-column: 2;
  justify-self: center;
  margin: 0;
}

.hs-nav-backdrop,
.hs-nav__close {
  display: none;
}

.hs-header__cta {
  grid-column: 3;
  justify-self: end;
}

.hs-nav__list,
.hs-nav__sub,
.hs-footer__list,
.hs-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-nav__list {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.hs-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.5rem;
  padding: 0.3rem 0.85rem;
  color: var(--hs-ink);
  text-decoration: none;
  font-size: inherit;
  font-weight: var(--hs-fw-medium);
  line-height: var(--hs-lh-ui);
  border-bottom: 2px solid transparent;
}

.hs-nav__caret {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  min-width: 24px;
  min-height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
}

.hs-nav__caret::before {
  content: "";
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 auto;
  border-right: 1.75px solid currentColor;
  border-bottom: 1.75px solid currentColor;
  transform: rotate(45deg);
  translate: 0 -0.12rem;
}

.hs-nav__item--parent:hover > .hs-nav__caret,
.hs-nav__item--parent:focus-within > .hs-nav__caret,
.hs-nav__item--parent.is-open > .hs-nav__caret {
  opacity: 1;
}

.hs-nav__item--parent.is-open > .hs-nav__caret::before {
  transform: rotate(225deg);
  translate: 0 0.12rem;
}

.hs-nav__item.is-active > .hs-nav__link,
.hs-nav__link:hover {
  color: var(--hs-brand);
  border-bottom-color: var(--hs-brand);
}

.hs-nav__item--parent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hs-nav__item--parent > .hs-nav__link {
  flex: 1 1 auto;
}

.hs-nav__item--parent > .hs-nav__sub {
  flex: 1 0 100%;
}

.hs-nav__sub {
  position: absolute;
  inset-inline-start: 0;
  top: 100%;
  min-width: 14rem;
  background: var(--hs-white);
  border: 1px solid var(--hs-line);
  padding: 0.4rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.35rem);
}

.hs-nav__item--parent:hover > .hs-nav__sub,
.hs-nav__item--parent:focus-within > .hs-nav__sub {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.hs-nav__sub .hs-nav__link {
  display: block;
  border: 0;
  padding: 0.45rem 0.9rem;
}

.hs-nav-toggle {
  display: none;
  margin-inline-start: auto;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--hs-line);
  background: var(--hs-white);
  border-radius: var(--hs-radius);
}

.hs-nav-toggle__bars,
.hs-nav-toggle__bars::before,
.hs-nav-toggle__bars::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--hs-ink);
  margin-inline: auto;
  position: relative;
}

.hs-nav-toggle__bars::before,
.hs-nav-toggle__bars::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
}

.hs-nav-toggle__bars::before { top: -6px; }
.hs-nav-toggle__bars::after { top: 6px; }

.hs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.45rem 1.15rem;
  border-radius: 6px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: var(--hs-fs-md);
  font-weight: var(--hs-fw-medium);
  line-height: var(--hs-lh-ui);
  text-decoration: none;
  cursor: pointer;
}

.hs-btn--solid {
  background: var(--hs-brand);
  color: var(--hs-white);
}

.hs-btn--solid:hover,
.hs-btn--solid:focus-visible {
  background: var(--hs-brand-deep);
  color: var(--hs-white);
}

.hs-btn--light {
  background: var(--hs-white);
  color: var(--hs-brand);
}

.hs-btn--light:hover,
.hs-btn--light:focus-visible {
  background: #f7f1f4;
  color: var(--hs-brand-deep);
}

.hs-btn--ghost,
.hs-btn--ghost-dark {
  background: transparent;
  border-color: currentColor;
  color: inherit;
}

.hs-btn--ghost:hover,
.hs-btn--ghost:focus-visible,
.hs-btn--ghost-dark:hover,
.hs-btn--ghost-dark:focus-visible {
  background: rgb(255 255 255 / 0.16);
  color: var(--hs-white);
  border-color: var(--hs-white);
}

/* Keep button link colors from being overridden by global a:hover */
.hs-daran a.hs-btn:hover,
.hs-daran a.hs-btn:focus-visible {
  text-decoration: none;
}

.hs-btn--block { width: 100%; }

.hs-header__cta {
  flex-shrink: 0;
  min-height: 2.875rem;
  padding-inline: 1.2rem;
  font-size: inherit;
  font-weight: var(--hs-fw-medium);
}

.hs-hero {
  position: relative;
  height: 480px;
  max-height: 480px;
  min-height: 0;
  display: grid;
  align-items: center;
  color: var(--hs-white);
  overflow: hidden;
}

.hs-hero--page {
  height: 360px;
  max-height: 360px;
  min-height: 0;
  align-items: center;
}

.hs-hero--page .hs-hero__veil {
  background:
    linear-gradient(180deg, rgb(8 5 7 / 0.62), rgb(8 5 7 / 0.86)),
    rgb(8 5 7 / 0.35);
}

.hs-hero__slides img,
.hs-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-hero__slides img {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hs-hero__slides img.is-on { opacity: 1; }

.hs-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(12 8 10 / 0.55), rgb(12 8 10 / 0.78)),
    rgb(12 8 10 / 0.28);
  pointer-events: none;
}

.hs-hero__copy {
  position: relative;
  z-index: 1;
  padding-block: 2.25rem 2rem;
  text-align: center;
}

.hs-daran .hs-hero h1 {
  margin: 0 0 0.65rem;
  font-size: var(--hs-display);
  font-weight: var(--hs-fw-bold);
  line-height: var(--hs-lh-display);
}

.hs-hero__eyebrow {
  margin: 0;
  font-size: var(--hs-fs-sm);
  font-weight: var(--hs-fw-semibold);
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: rgb(255 255 255 / 0.78);
  text-transform: none;
}

.hs-daran .hs-hero--page h1 {
  font-size: clamp(1.55rem, 1.05rem + 1.4vw, 2.15rem);
  font-weight: var(--hs-fw-bold);
  line-height: 1.25;
  margin: 0.15rem 0 0;
}


.hs-hero p {
  margin: 0 auto 1.35rem;
  max-width: 36em;
  font-size: var(--hs-fs-lg);
  font-weight: var(--hs-fw-regular);
  line-height: 1.7;
}

.hs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.hs-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  justify-content: flex-start;
  margin: 0 0 1.5rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: var(--hs-ink);
}

.hs-filters > label {
  display: block;
  margin: 0;
  padding: 0;
  flex: 1 1 12rem;
  min-width: 10rem;
  max-width: 18rem;
}

.hs-filters select {
  font: inherit;
  width: 100%;
  min-height: 2.75rem;
  height: 2.75rem;
  border: 1px solid color-mix(in srgb, var(--hs-brand) 16%, #d8d0d4);
  border-radius: 6px;
  padding: 0 0.85rem 0 2.4rem;
  background-color: var(--hs-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 6.25L8 11.25L13 6.25' stroke='%23561943' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: left 0.85rem center;
  background-size: 0.95rem 0.95rem;
  background-repeat: no-repeat;
  color: var(--hs-ink);
  appearance: none;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hs-filters select:hover {
  border-color: color-mix(in srgb, var(--hs-brand) 35%, #cfc4ca);
}

.hs-filters select:focus {
  outline: none;
  border-color: var(--hs-brand);
  box-shadow: 0 0 0 3px rgb(78 26 61 / 0.12);
}

.hs-filters .hs-btn {
  min-height: 2.75rem;
  height: 2.75rem;
  padding-inline: 1.35rem;
  border-radius: 6px;
  flex: 0 0 auto;
}

.hs-section { padding-block: calc(var(--hs-space) * 1.6); }

.hs-section--tint { background: var(--hs-paper); }

/* Avoid double paper padding when tint sections stack */
.hs-section--tint + .hs-section--tint {
  padding-top: 0.35rem;
}

.hs-section--maroon {
  background: var(--hs-brand);
  color: var(--hs-white);
}

.hs-section__head { margin-bottom: 1.85rem; max-width: 40rem; text-align: start; }

.hs-section__head h2 {
  line-height: var(--hs-lh-heading);
}

.hs-section__head p {
  margin: 0.85rem 0 0;
  font-size: var(--hs-fs-lg);
  font-weight: var(--hs-fw-regular);
  line-height: 1.85;
  color: var(--hs-muted);
}

.hs-section--maroon .hs-section__head p { color: rgb(255 255 255 / 0.88); }

.hs-section h2 {
  margin: 0 0 0.7rem;
}

.hs-listing h1 {
  font-size: var(--hs-h1);
  margin: 0 0 1.35rem;
  line-height: var(--hs-lh-heading);
}

.hs-lead {
  font-size: var(--hs-fs-lg);
  font-weight: var(--hs-fw-semibold);
  line-height: 1.7;
  color: var(--hs-brand);
}

.hs-section--maroon .hs-lead,
.hs-ticks--on-dark { color: inherit; }

.hs-promise {
  font-size: var(--hs-h3);
  font-weight: var(--hs-fw-semibold);
  line-height: var(--hs-lh-heading);
}

.hs-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
}

.hs-split--flip { direction: ltr; }
.hs-split--flip > * { direction: rtl; }

.hs-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--hs-radius);
  aspect-ratio: 4 / 3;
}

.hs-ticks { padding: 0; margin: 1rem 0; list-style: none; }

.hs-ticks li {
  position: relative;
  padding-inline-start: 1.4rem;
  margin-bottom: 0.55rem;
  font-size: var(--hs-fs-md);
  line-height: 1.75;
}

.hs-ticks li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.7em;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--hs-brand);
}

.hs-ticks--on-dark li::before { background: var(--hs-white); }

.hs-section__head--center {
  margin-inline: auto;
  text-align: center;
  max-width: 40rem;
}

.hs-section__head--center h2 {
  max-width: none;
}

.hs-section--services .hs-section__head h2 {
  max-width: none;
}

.hs-challenge-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.8fr);
  gap: clamp(1.5rem, 4vw, 3.25rem);
  align-items: start;
}

.hs-challenge-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-challenge {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 0;
  border-block-end: 1px solid color-mix(in srgb, var(--hs-brand) 14%, var(--hs-line));
  background: transparent;
  text-align: start;
}

.hs-challenge:first-child {
  border-block-start: 1px solid color-mix(in srgb, var(--hs-brand) 14%, var(--hs-line));
}

.hs-challenge__num {
  font-size: var(--hs-fs-sm);
  font-weight: var(--hs-fw-bold);
  line-height: 1.7;
  color: var(--hs-brand);
  font-variant-numeric: tabular-nums;
}

.hs-challenge__text {
  margin: 0;
  font-size: var(--hs-fs-md);
  line-height: 1.75;
  color: var(--hs-ink);
  text-align: start;
}

.hs-challenge-panel {
  background: var(--hs-white);
  border: 1px solid color-mix(in srgb, var(--hs-brand) 12%, var(--hs-line));
  border-inline-start: 3px solid var(--hs-brand);
  padding: 1.35rem 1.4rem 1.5rem;
  text-align: start;
}

.hs-challenge-panel .hs-lead,
.hs-challenge-panel .hs-promise,
.hs-challenge-panel p {
  text-align: start;
  margin: 0 0 0.75rem;
}

.hs-challenge-panel .hs-promise {
  margin-bottom: 1.15rem;
}

.hs-challenge-panel__action {
  margin: 0;
}

.hs-services {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.hs-service {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: var(--hs-white);
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 14px 36px rgb(28 18 24 / 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hs-service:hover,
.hs-service:focus-visible {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgb(28 18 24 / 0.12);
}

.hs-service__media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #efe8ea;
}

.hs-service__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.hs-service:hover .hs-service__media img,
.hs-service:focus-visible .hs-service__media img {
  transform: scale(1.05);
}

.hs-service__index {
  position: absolute;
  inset-inline-start: 0.85rem;
  top: 0.85rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.92);
  color: var(--hs-brand);
  font-size: var(--hs-fs-xs);
  font-weight: var(--hs-fw-bold);
  line-height: 1;
  backdrop-filter: blur(6px);
}

.hs-service__body {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  padding: 1.2rem 1.2rem 1.35rem;
}

.hs-daran .hs-service h3 {
  margin: 0;
  font-size: var(--hs-h3);
  font-weight: var(--hs-fw-semibold);
  line-height: var(--hs-lh-heading);
  color: var(--hs-ink);
}

.hs-service p {
  margin: 0;
  color: var(--hs-muted);
  font-size: var(--hs-fs-sm);
  line-height: 1.75;
}

.hs-service__more {
  margin-top: 0.55rem;
  font-size: var(--hs-fs-sm);
  font-weight: var(--hs-fw-semibold);
  color: var(--hs-brand);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hs-why-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hs-section--why {
  background: linear-gradient(165deg, var(--hs-brand-deep) 0%, var(--hs-brand) 55%, #2a0f20 100%);
}

.hs-why-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.5rem 1.35rem;
  border-radius: 1.15rem;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(255 255 255 / 0.16);
  backdrop-filter: blur(6px);
}

.hs-why-card__index {
  font-size: var(--hs-fs-xs);
  font-weight: var(--hs-fw-bold);
  letter-spacing: 0.04em;
  color: rgb(255 255 255 / 0.7);
}

.hs-why-card p {
  margin: 0;
  font-size: var(--hs-fs-md);
  line-height: 1.7;
  color: var(--hs-white);
}

.hs-section__head--on-dark p {
  color: rgb(255 255 255 / 0.88);
}

.hs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.hs-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.hs-card {
  border: 1px solid var(--hs-brand);
  border-radius: var(--hs-radius);
  overflow: hidden;
  background: var(--hs-white);
}

.hs-card__link { color: inherit; text-decoration: none; display: grid; }

.hs-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--hs-paper);
}

.hs-card__media img { width: 100%; height: 100%; object-fit: cover; }

.hs-card__body { padding: 0.9rem 1rem 1.1rem; }

.hs-card__meta {
  display: block;
  color: var(--hs-brand);
  font-size: var(--hs-fs-xs);
  font-weight: var(--hs-fw-semibold);
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.hs-daran .hs-card__title {
  margin: 0.45rem 0 0;
  font-size: var(--hs-h3);
  font-weight: var(--hs-fw-semibold);
  line-height: 1.55;
}

.hs-center { text-align: center; }

.hs-text-link {
  font-size: var(--hs-fs-md);
  font-weight: var(--hs-fw-semibold);
}

.hs-cta {
  background: var(--hs-brand-deep);
  color: var(--hs-white);
  padding-block: 3.5rem;
  text-align: center;
}

.hs-cta__inner { max-width: 40rem; }

.hs-cta h2 { margin: 0 0 0.65rem; }

.hs-cta p {
  margin: 0 0 1.25rem;
  font-size: var(--hs-fs-lg);
  line-height: 1.75;
}

.hs-footer {
  background: #ece6e8;
  color: var(--hs-ink);
  padding-top: 2.75rem;
}

.hs-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 1.5rem 2rem;
  padding-bottom: 2rem;
}

.hs-footer__brand p {
  margin: 0.75rem 0 0;
  font-size: var(--hs-fs-sm);
  line-height: 1.75;
  color: var(--hs-muted);
}

.hs-daran .hs-footer__title {
  font-size: var(--hs-fs-sm);
  font-weight: var(--hs-fw-semibold);
  line-height: var(--hs-lh-ui);
  margin: 0 0 0.85rem;
  color: var(--hs-brand);
}

.hs-footer__list a,
.hs-footer__social a {
  font-size: var(--hs-fs-sm);
  line-height: 1.9;
  color: inherit;
  text-decoration: none;
}

.hs-footer__list a:hover { color: var(--hs-brand); text-decoration: underline; }

.hs-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.hs-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: var(--hs-white);
  border: 1px solid var(--hs-line);
  color: var(--hs-brand);
  text-decoration: none;
}

.hs-footer__social-link:hover,
.hs-footer__social-link:focus-visible {
  color: var(--hs-white);
  background: var(--hs-brand);
  border-color: var(--hs-brand);
}

.hs-footer__social-icon {
  display: block;
  flex-shrink: 0;
  overflow: visible;
  direction: ltr;
  transform: none;
}

.hs-footer__legal {
  border-top: 1px solid var(--hs-line);
  padding-block: 0.9rem;
  font-size: var(--hs-fs-xs);
  line-height: 1.6;
  color: var(--hs-muted);
  text-align: center;
}

.hs-footer__legal p { margin: 0; }

.hs-form-card {
  background: var(--hs-white);
  border: 1px solid color-mix(in srgb, var(--hs-brand) 10%, var(--hs-line));
  border-radius: 16px;
  padding: 1.35rem 1.25rem 1.45rem;
  box-shadow: 0 10px 28px rgb(28 18 24 / 0.05);
}

.hs-form-card > h2 {
  margin: 0 0 1.15rem;
}

.hs-dialog .hs-form {
  gap: 1rem;
}

/* Reusable form system — contact, appointment modal, future forms */
.hs-form {
  display: grid;
  gap: 1.15rem;
  width: 100%;
}

.hs-form > label,
.hs-field {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}

.hs-form label span,
.hs-field__label {
  display: block;
  font-size: var(--hs-fs-sm);
  font-weight: var(--hs-fw-semibold);
  line-height: var(--hs-lh-ui);
  color: var(--hs-brand);
  letter-spacing: 0.01em;
}

.hs-req {
  color: #c62828;
  font-weight: var(--hs-fw-bold);
  text-decoration: none;
  margin-inline-start: 0.15rem;
}

.hs-form input,
.hs-form select,
.hs-form textarea,
.hs-input,
.hs-field input,
.hs-field select,
.hs-field textarea {
  font: inherit;
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid color-mix(in srgb, var(--hs-brand) 16%, #d8d0d4);
  border-radius: 6px;
  padding: 0.55rem 0.85rem;
  background: var(--hs-white);
  color: var(--hs-ink);
  box-shadow: 0 1px 2px rgb(28 18 24 / 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  appearance: none;
}

.hs-form select,
.hs-field select,
.hs-input[data-select],
select.hs-input {
  background-color: var(--hs-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 6.25L8 11.25L13 6.25' stroke='%23561943' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: left 0.85rem center;
  background-size: 0.95rem 0.95rem;
  background-repeat: no-repeat;
  padding: 0.55rem 0.85rem 0.55rem 2.4rem;
}

.hs-form textarea,
.hs-field textarea,
textarea.hs-input {
  min-height: 8.5rem;
  resize: vertical;
  line-height: 1.65;
  padding-block: 0.85rem;
}

.hs-form input::placeholder,
.hs-form textarea::placeholder,
.hs-input::placeholder {
  color: color-mix(in srgb, var(--hs-muted) 75%, #fff);
}

.hs-form input:hover,
.hs-form select:hover,
.hs-form textarea:hover,
.hs-input:hover,
.hs-field input:hover,
.hs-field select:hover,
.hs-field textarea:hover {
  border-color: color-mix(in srgb, var(--hs-brand) 35%, #cfc4ca);
}

.hs-form input:focus,
.hs-form select:focus,
.hs-form textarea:focus,
.hs-input:focus,
.hs-field input:focus,
.hs-field select:focus,
.hs-field textarea:focus {
  outline: none;
  border-color: var(--hs-brand);
  box-shadow: 0 0 0 3px rgb(78 26 61 / 0.14);
  background: #fff;
}

.hs-form .hs-btn,
.hs-field + .hs-btn {
  margin-top: 0.25rem;
}

/* Phone fields: keep digit order, align to the physical right */
.hs-form input[type="tel"],
.hs-field input[type="tel"],
.hs-input[type="tel"],
input[name="hs_phone"],
input[autocomplete="tel"] {
  direction: ltr;
  text-align: right;
  unicode-bidi: plaintext;
}

.hs-facts a[href^="tel:"] {
  direction: ltr;
  unicode-bidi: plaintext;
  display: inline-block;
  text-align: right;
}


.hs-form .hs-btn--block {
  min-height: 2.75rem;
  border-radius: 6px;
}

.hs-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.hs-notice { padding: 0.75rem 1rem; border-radius: 6px; }

.hs-notice--ok { background: #e8f4ea; }

.hs-notice--err { background: #fdecee; }

.hs-dialog {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: 26rem;
  width: calc(100% - 2rem);
}

.hs-dialog::backdrop { background: rgb(28 18 24 / 0.55); }

.hs-dialog__panel {
  background: var(--hs-white);
  padding: 1.5rem 1.35rem 1.6rem;
  border-radius: var(--hs-radius);
  position: relative;
}

.hs-dialog__close {
  position: absolute;
  inset-inline-start: 0.6rem;
  top: 0.6rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.hs-daran .hs-dialog h2 {
  margin: 0 0 1rem;
  font-size: var(--hs-h2);
  color: var(--hs-brand);
  text-align: center;
}

.hs-fab {
  position: fixed;
  right: 1rem;
  left: auto;
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  background: #128c7e;
  color: var(--hs-white);
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgb(18 140 126 / 0.35);
}

.hs-fab__icon { display: block; }

.hs-fab:hover,
.hs-fab:focus-visible {
  color: var(--hs-white);
  filter: brightness(1.06);
}

.hs-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  column-gap: 4.5rem;
}

.hs-facts { margin: 1.25rem 0 0; }

.hs-facts div {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--hs-line);
}

.hs-facts dt {
  font-size: var(--hs-fs-sm);
  font-weight: var(--hs-fw-semibold);
  color: var(--hs-brand);
}

.hs-facts dd {
  margin: 0.2rem 0 0;
  font-size: var(--hs-fs-md);
}

.hs-prose {
  max-width: 42rem;
  margin-inline: auto;
}

.hs-prose blockquote,
.hs-quote {
  margin: 1.25rem 0;
  padding: 1rem 1.15rem;
  border-inline-start: 3px solid #c47a3a;
  background: color-mix(in srgb, #c47a3a 7%, var(--hs-white));
  text-align: start;
}

.hs-prose blockquote p,
.hs-quote p {
  margin: 0;
}

.hs-prose blockquote > :first-child,
.hs-quote > :first-child {
  font-weight: var(--hs-fw-bold);
  line-height: 1.7;
  margin-bottom: 0.65rem;
}

.hs-prose h1 { margin-top: 0; }

.hs-prose h2 { margin: 1.75rem 0 0.65rem; }

.hs-prose h3 { margin: 1.4rem 0 0.5rem; }

.hs-prose p,
.hs-prose li {
  font-size: var(--hs-fs-md);
  line-height: var(--hs-lh-body);
}

.hs-split__copy p {
  font-size: var(--hs-fs-md);
  line-height: var(--hs-lh-body);
}

.hs-narrow p {
  font-size: var(--hs-fs-md);
  line-height: var(--hs-lh-body);
}

.hs-daran .hs-stages h3 {
  margin: 0 0 0.35rem;
  font-size: var(--hs-h3);
  font-weight: var(--hs-fw-semibold);
}

.hs-stages p {
  margin: 0;
  font-size: var(--hs-fs-md);
  color: var(--hs-muted);
}

.hs-listing .hs-wrap {
  width: min(100% - 2rem, 990px);
  margin-inline: auto;
}

.hs-listing__head {
  padding-top: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: start;
}

.hs-listing-slider {
  margin-bottom: 1.5rem;
}

.hs-listing-slider__stage {
  position: relative;
  background: #efe8ea;
  border-radius: var(--hs-radius);
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.hs-listing-slider__track {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-listing-slider__slide {
  margin: 0;
  height: 480px;
}

.hs-listing-slider__image {
  display: block;
  width: 100%;
  height: 480px;
  max-height: 480px;
  object-fit: cover;
  object-position: center;
}

.hs-listing-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: rgb(86 25 67 / 0.88);
  color: var(--hs-white);
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hs-listing-slider__nav svg {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: none;
}

.hs-listing-slider__nav--prev { right: 0.75rem; left: auto; }

.hs-listing-slider__nav--next { left: 0.75rem; right: auto; }

.hs-listing-slider__nav:hover,
.hs-listing-slider__nav:focus-visible {
  background: var(--hs-brand-deep);
}

.hs-listing-slider__count {
  position: absolute;
  inset-inline-end: 0.75rem;
  bottom: 0.75rem;
  margin: 0;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgb(28 18 24 / 0.7);
  color: var(--hs-white);
  font-size: var(--hs-fs-xs);
  font-weight: var(--hs-fw-medium);
}

.hs-listing-slider__thumbs {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.75rem;
  overflow-x: auto;
  padding-block: 0.15rem;
  scrollbar-width: thin;
}

.hs-listing-slider__thumb {
  flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 3.15rem;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #efe8ea;
  cursor: pointer;
}

.hs-listing-slider__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hs-listing-slider__thumb.is-active,
.hs-listing-slider__thumb[aria-selected="true"] {
  border-color: var(--hs-brand);
}

.hs-listing__body.hs-prose {
  max-width: none;
  text-align: start;
}

.hs-listing__body p {
  margin: 0 0 0.45rem;
}

.hs-listing__body p:has(img),
.hs-listing__body p:has(video),
.hs-listing__body p:has(.wp-video) {
  margin: 0.75rem 0 1.35rem;
}

.hs-listing__body p:has(.hs-btn),
.hs-listing__cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
}

.hs-listing__cta {
  margin-top: 1.75rem;
  padding: 1.1rem 1.25rem;
  background: var(--hs-paper);
  border: 1px solid color-mix(in srgb, var(--hs-brand) 16%, var(--hs-line));
  text-align: center;
}

.hs-listing__cta .hs-btn--ghost-dark {
  color: var(--hs-brand);
  border-color: var(--hs-brand);
  background: var(--hs-white);
}

.hs-listing__cta .hs-btn--ghost-dark:hover,
.hs-listing__cta .hs-btn--ghost-dark:focus-visible {
  background: var(--hs-brand);
  color: var(--hs-white);
  border-color: var(--hs-brand);
}

.hs-listing__body a:has(> img) {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.hs-listing__body :is(
  img,
  figure,
  .wp-block-image,
  .wp-block-image img,
  .wp-caption,
  .wp-caption img,
  .gallery img,
  .wp-block-gallery img,
  video,
  .wp-video,
  .wp-video-shortcode,
  iframe
) {
  float: none;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 480px;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}

.hs-listing__body .wp-video,
.hs-listing__body .wp-video-shortcode,
.hs-listing__body .wp-block-video,
.hs-listing__body video:not(.wp-video-shortcode) {
  width: auto !important;
  max-width: 100%;
  max-height: 480px;
  margin-block: 0.75rem 1.35rem;
}

.hs-listing__body iframe[src*="youtube"],
.hs-listing__body iframe[src*="youtu.be"],
.hs-listing__body iframe[src*="vimeo"] {
  display: block;
  max-width: 100%;
  margin-block: 0.75rem 1.35rem;
  margin-inline: auto;
}

.hs-listing__body .alignleft,
.hs-listing__body .alignright,
.hs-listing__body .aligncenter,
.hs-listing__body .alignwide,
.hs-listing__body .alignfull,
.hs-listing__body .alignnone {
  float: none;
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  margin-block: 0.75rem;
}

.hs-listing__body .gallery,
.hs-listing__body .wp-block-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.hs-pager {
  display: flex;
  justify-content: space-between;
  padding-block: 1.5rem 3rem;
}

.hs-stack { display: grid; gap: 3rem; }

.hs-stages { list-style: none; padding: 0; display: grid; gap: 1rem; }

.hs-stages li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--hs-line);
}

ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 2rem 0 0;
}

ul.page-numbers > li {
  display: flex;
  margin: 0;
  padding: 0;
}

ul.page-numbers a,
ul.page-numbers span {
  box-sizing: border-box;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--hs-line);
  text-decoration: none;
  color: var(--hs-ink);
  background: var(--hs-white);
}

ul.page-numbers .current {
  background: var(--hs-brand);
  color: var(--hs-white);
  border-color: var(--hs-brand);
}

ul.page-numbers .prev,
ul.page-numbers .next {
  font-size: var(--hs-fs-sm);
}

.hs-nav__cta { display: none; }

.hs-nav-toggle.is-open .hs-nav-toggle__bars { background: transparent; }
.hs-nav-toggle.is-open .hs-nav-toggle__bars::before {
  top: 0;
  transform: rotate(45deg);
}
.hs-nav-toggle.is-open .hs-nav-toggle__bars::after {
  top: 0;
  transform: rotate(-45deg);
}

body.hs-nav-open {
  overflow: hidden;
}

@media (min-width: 961px) {
  .hs-nav__caret {
    /* Keep ≥24×24 hit box for Lighthouse target-size; chevron stays small via ::before */
    width: 1.5rem;
    height: 1.5rem;
    min-width: 24px;
    min-height: 24px;
    margin-inline-start: 0.15rem;
    pointer-events: none;
  }
}

@media (max-width: 960px) {
  .hs-wrap { width: min(100% - 2.5rem, var(--hs-wrap)); }
  .hs-services,
  .hs-grid { grid-template-columns: 1fr; }
  .hs-split {
    grid-template-columns: 1fr;
  }
  .hs-split__media { order: -1; }
  .hs-split--flip { direction: rtl; }
  /* Keep service card images inside the card on mobile (no full-bleed breakout). */
  .hs-split--bleed .hs-split__media {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    line-height: 0;
  }
  .hs-split--bleed .hs-split__media img {
    border-radius: 0;
    display: block;
    width: 100%;
    margin: 0;
  }
  .hs-split {
    background: var(--hs-white);
    border: 1px solid color-mix(in srgb, var(--hs-brand) 12%, var(--hs-line));
    border-radius: calc(var(--hs-radius) + 2px);
    overflow: hidden;
    gap: 0;
    padding: 0;
    align-items: stretch;
  }
  .hs-split__media {
    margin: 0;
    padding: 0;
  }
  .hs-split__copy {
    padding: 1.15rem 1.1rem 1.35rem;
  }
  .hs-grid--2,
  .hs-contact { grid-template-columns: 1fr; }
  .hs-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .hs-footer__brand,
  .hs-footer__social-block {
    grid-column: 1 / -1;
  }
  .hs-challenge-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .hs-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs-header { --hs-header: 4.75rem; }
  .hs-header__inner {
    display: flex;
    gap: 0.75rem;
    font-size: var(--hs-fs-sm);
    grid-template-columns: none;
  }
  .hs-logo { grid-column: auto; }
  .hs-logo img { height: 3rem; }
  .hs-nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .hs-header__cta { display: none; grid-column: auto; }
  .hs-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 45;
    background: rgb(28 18 24 / 0.5);
  }
  body.hs-nav-open .hs-nav-backdrop {
    display: block;
  }
  body.hs-nav-open .hs-header {
    z-index: 60;
  }
  .hs-nav {
    display: flex;
    flex-direction: column;
    grid-column: auto;
    justify-self: stretch;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 46;
    width: 70vw;
    max-width: 70vw;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    padding: 0.75rem 1.15rem 1.25rem;
    background: var(--hs-white);
    border: 0;
    box-shadow: -12px 0 28px rgb(28 18 24 / 0.16);
    overflow: hidden;
    overscroll-behavior: contain;
    scrollbar-width: none;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.28s ease;
  }
  .hs-nav:not(.is-open) {
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
  }
  .hs-nav::-webkit-scrollbar { display: none; }
  .hs-nav.has-sub-open {
    overflow: auto;
    scrollbar-width: thin;
  }
  .hs-nav.has-sub-open::-webkit-scrollbar { display: initial; }
  .hs-nav__close {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0 0.35rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hs-ink);
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
  }
  .hs-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .hs-nav__link,
  .hs-nav__item.is-active > .hs-nav__link,
  .hs-nav__link:hover,
  .hs-nav__link:focus,
  .hs-nav__sub .hs-nav__link {
    min-height: 2.65rem;
    padding-block: 0.55rem;
    border: 0;
    border-bottom: 0;
    border-bottom-color: transparent;
    text-decoration: none;
    box-shadow: none;
  }
  .hs-nav__item.is-active > .hs-nav__link {
    color: var(--hs-brand);
    font-weight: var(--hs-fw-semibold);
  }
  .hs-nav__item--parent > .hs-nav__sub {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    padding: 0.15rem 0 0.35rem;
    padding-inline-start: 0.65rem;
    min-width: 0;
  }
  .hs-nav__item--parent.is-open > .hs-nav__sub {
    display: block;
  }
  .hs-nav__sub .hs-nav__link {
    min-height: 2.35rem;
    padding-block: 0.4rem;
  }
  .hs-nav__cta {
    display: inline-flex;
    width: 100%;
    margin-top: 1.15rem;
  }
  .hs-filters {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    margin-bottom: 1.15rem;
  }
  .hs-filters > label {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
    min-width: 0;
  }
  .hs-filters .hs-btn { width: 100%; flex: 0 0 auto; }
  .hs-hero { height: 480px; max-height: 480px; min-height: 0; }
  .hs-hero--page { height: 240px; max-height: 240px; }
  .hs-hero__copy { padding-block: 2rem 1.75rem; }
  .hs-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hs-hero__actions .hs-btn { width: 100%; }
  .hs-section { padding-block: calc(var(--hs-space) * 1.25); }
  .hs-ticks li { padding-inline-start: 1.25rem; }
  .hs-fab {
    right: 0.85rem;
    left: auto;
    bottom: max(0.85rem, env(safe-area-inset-bottom));
  }
  body { padding-bottom: 4.5rem; }
}

@media (max-width: 560px) {
  .hs-grid,
  .hs-grid--2 { grid-template-columns: 1fr; }
  .hs-why-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hs-daran .hs-hero h1 { font-size: clamp(1.7rem, 7vw, 2.2rem); }
  .hs-hero p { font-size: var(--hs-fs-md); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}


/* psi touch targets */
.hs-text-link,
.hs-service__more,
.hs-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}


.hs-turnstile {
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hs-turnstile iframe {
  max-width: 100%;
}
