.ih-migration-page {
  --ih-ink: #20313a;
  --ih-muted: #5f7078;
  --ih-accent: #8f5ca7;
  --ih-accent-dark: #74468b;
  --ih-soft: #f6f2f8;
  --ih-line: rgba(32, 49, 58, 0.12);
  color: var(--ih-ink);
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 100px) 24px;
}

.ih-services-hero,
.ih-services-cta {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(36px, 6vw, 78px);
  background: linear-gradient(135deg, #f8f4fa 0%, #eef6f6 100%);
  box-shadow: 0 22px 70px rgba(31, 46, 56, 0.08);
}

.ih-services-hero::after,
.ih-services-cta::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -100px;
  border-radius: 50%;
  background: rgba(143, 92, 167, 0.12);
}

.ih-services-hero > *,
.ih-services-cta > * {
  position: relative;
  z-index: 1;
}

.ih-services-hero > span,
.ih-services-cta > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--ih-accent-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.ih-services-hero h2,
.ih-services-cta h2 {
  max-width: 850px;
  margin: 0 0 22px;
  color: var(--ih-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ih-services-hero p,
.ih-services-cta p {
  max-width: 820px;
  margin: 0 0 28px;
  color: var(--ih-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.75;
}

.ih-primary-link,
.ih-services-grid article > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ih-primary-link {
  min-height: 54px;
  padding: 14px 26px;
  color: #fff !important;
  background: var(--ih-accent);
  box-shadow: 0 12px 32px rgba(116, 70, 139, 0.22);
  font-weight: 700;
}

.ih-primary-link:hover {
  transform: translateY(-2px);
  background: var(--ih-accent-dark);
  box-shadow: 0 16px 36px rgba(116, 70, 139, 0.28);
}

.ih-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 42px 0;
}

.ih-services-grid article {
  position: relative;
  min-height: 270px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--ih-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(31, 46, 56, 0.06);
}

.ih-services-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 32px;
  border-radius: 50%;
  color: var(--ih-accent-dark);
  background: var(--ih-soft);
  font-size: 13px;
  font-weight: 800;
}

.ih-services-grid h3 {
  margin: 0 0 14px;
  color: var(--ih-ink);
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.18;
}

.ih-services-grid p {
  margin: 0 0 26px;
  color: var(--ih-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ih-services-grid article > a {
  min-height: 44px;
  padding: 10px 18px;
  color: var(--ih-accent-dark) !important;
  background: var(--ih-soft);
  font-weight: 700;
}

.ih-services-grid article > a:hover {
  transform: translateY(-1px);
  color: #fff !important;
  background: var(--ih-accent);
}

.ih-consultation-page {
  max-width: 1040px;
}

.ih-consultation-form {
  margin-top: 36px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(32, 49, 58, 0.1);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff 0%, #f7f2f9 100%);
  box-shadow: 0 20px 54px rgba(31, 46, 56, 0.08);
}

.ih-consultation-form h3 {
  margin-top: 0;
  font-size: clamp(28px, 4vw, 44px);
}

.ih-consultation-form .wpcf7-form .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ih-consultation-form .wpcf7-form .col-sm-12 {
  grid-column: 1 / -1;
}

.ih-consultation-form label {
  display: block;
  color: var(--ih-ink, #20313a);
  font-weight: 650;
}

.ih-consultation-form input:not([type="submit"]),
.ih-consultation-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(32, 49, 58, 0.16);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.ih-consultation-form input[type="submit"] {
  min-height: 52px;
  padding: 13px 26px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #8f5ca7;
  font-weight: 750;
  cursor: pointer;
}

.single-osetin_service .post-content,
.single-osetin_team_member .post-content,
.single-osetin_testimonial .post-content,
.single-osetin_pricing_plan .post-content {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
  line-height: 1.8;
}

.ih-legacy-single {
  --ih-ink: #20313a;
  --ih-muted: #5f7078;
  --ih-accent: #8f5ca7;
  --ih-accent-dark: #74468b;
  --ih-soft: #f6f2f8;
  color: var(--ih-ink);
  padding: clamp(44px, 7vw, 96px) 24px;
}

.ih-legacy-single__article {
  max-width: 1080px;
  margin: 0 auto;
}

.ih-legacy-single__hero {
  padding: clamp(34px, 6vw, 72px);
  border-radius: 30px;
  background: linear-gradient(135deg, #f8f4fa 0%, #eef6f6 100%);
  box-shadow: 0 22px 70px rgba(31, 46, 56, 0.08);
}

.ih-legacy-single__hero > span,
.ih-legacy-single__cta > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--ih-accent-dark);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.ih-legacy-single__hero h1 {
  max-width: 900px;
  margin: 0 0 20px;
  color: var(--ih-ink);
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.ih-legacy-single__hero p {
  max-width: 800px;
  margin: 0;
  color: var(--ih-muted);
  font-size: 18px;
  line-height: 1.75;
}

.ih-legacy-single__image {
  overflow: hidden;
  margin: 30px 0 0;
  border-radius: 24px;
  background: var(--ih-soft);
}

.ih-legacy-single__image img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.ih-legacy-single__content {
  max-width: 900px;
  margin: clamp(38px, 6vw, 74px) auto;
  color: var(--ih-muted);
  font-size: 18px;
  line-height: 1.85;
}

.ih-legacy-single__content h2,
.ih-legacy-single__content h3,
.ih-legacy-single__content h4,
.ih-legacy-single__content h5 {
  color: var(--ih-ink);
  line-height: 1.2;
}

.ih-legacy-single__content a {
  color: var(--ih-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ih-legacy-single__cta {
  padding: clamp(32px, 5vw, 60px);
  border-radius: 26px;
  background: #20313a;
  color: #fff;
}

.ih-legacy-single__cta h2 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.ih-legacy-single__cta p {
  max-width: 760px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.ih-legacy-form,
.ih-legacy-services {
  max-width: 1180px;
  margin: clamp(34px, 6vw, 78px) auto;
}

.ih-legacy-form {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(31, 46, 56, 0.08);
  border-radius: 26px;
  background: linear-gradient(135deg, #faf6f8 0%, #f2f1fb 100%);
  box-shadow: 0 20px 60px rgba(31, 46, 56, 0.07);
}

.ih-legacy-form > h2 {
  margin: 0 0 10px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.ih-legacy-form > h3 {
  margin: 0 0 12px;
  color: #74468b;
}

.ih-legacy-form > p {
  max-width: 760px;
  margin-bottom: 30px;
  color: #5f7078;
  font-size: 17px;
  line-height: 1.7;
}

.ih-legacy-button {
  display: inline-flex;
  margin-top: 14px;
}

.ih-legacy-feature {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
}

@media (max-width: 780px) {
  .ih-services-grid,
  .ih-consultation-form .wpcf7-form .row {
    grid-template-columns: 1fr;
  }

  .ih-services-grid article {
    min-height: 0;
  }

  .ih-consultation-form .wpcf7-form .col-sm-12 {
    grid-column: auto;
  }
}

/* Contact menu: theme-style panel containing the real iHypnosis offices,
 * enquiry form and map. The script sets the top edge to the live header. */
.ih-contact-scrim[hidden],
.ih-contact-panel[hidden] {
  display: none !important;
}

.ih-contact-scrim {
  position: fixed;
  z-index: 99988;
  inset: var(--ih-contact-panel-top, 110px) 0 0;
  background: rgba(19, 33, 41, 0.18);
  backdrop-filter: blur(2px);
}

.ih-contact-panel {
  position: fixed;
  z-index: 99989;
  top: var(--ih-contact-panel-top, 110px);
  right: clamp(12px, 1.6vw, 28px);
  left: clamp(12px, 1.6vw, 28px);
  overflow: auto;
  max-height: calc(100vh - var(--ih-contact-panel-top, 110px) - 14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 30px 30px;
  color: #fff;
  background: #263d48;
  box-shadow: 0 28px 80px rgba(17, 31, 38, 0.3);
  overscroll-behavior: contain;
}

.ih-contact-panel *,
.ih-contact-panel *::before,
.ih-contact-panel *::after {
  box-sizing: border-box;
}

.ih-contact-panel__close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.ih-contact-panel__inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(330px, 1.12fr) minmax(330px, 1.06fr);
  min-height: 430px;
}

.ih-contact-panel__details,
.ih-contact-panel__form {
  padding: clamp(30px, 3.4vw, 54px);
}

.ih-contact-panel__details {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ih-contact-panel__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #ffd1c2;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.ih-contact-panel h2,
.ih-contact-panel h3,
.ih-contact-panel p,
.ih-contact-panel address,
.ih-contact-panel label {
  color: inherit !important;
}

.ih-contact-panel h2 {
  margin: 0 48px 24px 0 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.08 !important;
}

.ih-contact-panel h3 {
  margin: 0 0 8px !important;
  font-size: clamp(20px, 1.8vw, 26px) !important;
  line-height: 1.2 !important;
}

.ih-contact-panel address {
  margin: 0 0 22px;
  font-style: normal;
}

.ih-contact-panel address small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ih-contact-panel p,
.ih-contact-panel address p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 15px;
  line-height: 1.65;
}

.ih-contact-panel a {
  color: #fff !important;
}

.ih-contact-panel__button,
.ih-contact-panel input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px !important;
  border: 1px solid rgba(255, 209, 194, 0.72) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: transparent !important;
  font-weight: 750;
  text-decoration: none !important;
  cursor: pointer;
}

.ih-contact-panel__button:hover,
.ih-contact-panel input[type="submit"]:hover {
  color: #263d48 !important;
  background: #ffd1c2 !important;
}

.ih-contact-panel__form .wpcf7 {
  margin-top: 22px;
}

.ih-contact-panel__form .wpcf7-form .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
}

.ih-contact-panel__form .wpcf7-form .row::before,
.ih-contact-panel__form .wpcf7-form .row::after {
  display: none !important;
  content: none !important;
}

.ih-contact-panel__form [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ih-contact-panel__form label,
.ih-contact-panel__form .wpcf7-form-control-wrap {
  display: block;
}

.ih-contact-panel__form input:not([type="submit"]),
.ih-contact-panel__form textarea {
  width: 100% !important;
  margin-top: 5px;
  padding: 10px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26) !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 15px !important;
}

.ih-contact-panel__form textarea {
  min-height: 88px;
  max-height: 130px;
  resize: vertical;
}

.ih-contact-panel__form .wpcf7-response-output {
  margin: 14px 0 0 !important;
  color: #fff;
}

.ih-contact-panel__map {
  min-height: 430px;
  padding: clamp(18px, 2vw, 30px);
}

.ih-contact-panel__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 370px;
  border: 0;
  border-radius: 22px;
  background: #e7ecee;
}

body.ih-contact-panel-open {
  overflow: hidden;
}

@media (min-width: 1201px) {
  .primary-nav > ul > .ih-contact-menu-trigger > a {
    height: 60px !important;
    min-height: 60px;
    margin: 12px 0 13px 12px;
    padding: 0 26px !important;
    border-radius: 999px;
    background: #f4f2f4;
  }
}

@media (max-width: 1200px) {
  .ih-contact-panel {
    border-radius: 24px;
  }

  .ih-contact-panel__inner {
    grid-template-columns: 1fr;
  }

  .ih-contact-panel__details {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ih-contact-panel__map {
    min-height: 320px;
  }

  .ih-contact-panel__map iframe {
    min-height: 300px;
  }
}

@media (max-width: 680px) {
  .ih-contact-panel {
    right: 8px;
    left: 8px;
    max-height: calc(100vh - var(--ih-contact-panel-top, 76px) - 8px);
  }

  .ih-contact-panel__details,
  .ih-contact-panel__form {
    padding: 28px 22px;
  }

  .ih-contact-panel__form .wpcf7-form .row {
    grid-template-columns: 1fr !important;
  }
}
/* The Czech homepage uses the English homepage's Elementor composition.
 * Suppress the theme's normal inner-page title banner so both begin at the
 * same hero section. */
body.page-id-1024 .page-header {
	display: none !important;
}

/* Reported-page redesigns (v1.0.22). */
body:not(.home) .page-header .page-header_title,
body:not(.home) .page-header h1 {
  font-size: clamp(32px, 4vw, 48px) !important;
  line-height: 1.06 !important;
}

.ih-report-page {
  display: grid;
  gap: 42px;
}

.ih-report-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(32, 49, 58, 0.08);
  border-radius: 30px;
  background: linear-gradient(135deg, #faf5f8 0%, #eef3fb 100%);
  box-shadow: 0 22px 70px rgba(31, 46, 56, 0.08);
}

.ih-report-hero::after {
  content: "";
  position: absolute;
  top: -115px;
  right: -95px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(143, 92, 167, 0.12);
}

.ih-report-hero > * {
  position: relative;
  z-index: 1;
}

.ih-report-hero > span,
.ih-about-section > span,
.ih-about-copy > div:first-child > span,
.ih-membership-card span,
.ih-map-card > div > span,
.ih-consultation-form > span,
.ih-consultation-guide > span {
  display: inline-block;
  margin-bottom: 16px;
  color: #74468b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ih-report-title {
  max-width: 880px;
  margin: 0 0 20px !important;
  color: #20313a !important;
  font-size: clamp(34px, 5vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em;
}

.ih-report-hero p {
  max-width: 850px;
  margin: 0 0 26px;
  color: #5f7078;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.75;
}

.ih-services-hero h3,
.ih-services-cta h3 {
  max-width: 850px;
  margin: 0 0 22px;
  color: var(--ih-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ih-services-grid article > a,
.ih-services-grid article > a:hover,
.ih-services-grid article > a:focus,
.ih-services-grid article > a:focus-visible {
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex !important;
  z-index: 3;
}

.ih-services-grid article > a:hover,
.ih-services-grid article > a:focus-visible {
  color: #fff !important;
  background: #8f5ca7 !important;
}

.ih-office-grid,
.ih-form-grid,
.ih-blog-grid,
.ih-awards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ih-office-grid article,
.ih-form-card,
.ih-awards-grid article {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(32, 49, 58, 0.11);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(31, 46, 56, 0.06);
}

.ih-office-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 25px;
  border-radius: 50%;
  color: #74468b;
  background: #f6f2f8;
  font-size: 13px;
  font-weight: 800;
}

.ih-office-grid h3,
.ih-form-card h3,
.ih-awards-grid h3 {
  margin: 0 0 12px;
  color: #20313a;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
}

.ih-office-grid p,
.ih-form-card p,
.ih-awards-grid p {
  color: #5f7078;
  line-height: 1.7;
}

.ih-office-grid a,
.ih-form-card > a,
.ih-card-link,
.ih-awards-grid article > a,
.ih-membership-card a {
  color: #74468b !important;
  font-weight: 750;
  text-decoration: none !important;
}

.ih-map-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: 24px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 28px;
  background: #20313a;
  color: #fff;
}

.ih-map-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
}

.ih-map-card p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.ih-map-card iframe {
  width: 100%;
  min-height: 430px;
  border: 0;
  border-radius: 18px;
}

.ih-contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ih-contact-strip > div {
  display: grid;
  gap: 5px;
  padding: 24px;
  border-radius: 18px;
  background: #f6f2f8;
}

.ih-contact-strip small {
  color: #5f7078;
  font-weight: 700;
}

.ih-contact-strip a {
  overflow-wrap: anywhere;
  color: #20313a !important;
  font-weight: 800;
  text-decoration: none !important;
}

.ih-form-badge {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #52656d;
  background: #edf2f3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-form-badge.is-required {
  color: #74468b;
  background: #f4eaf7;
}

.ih-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ih-blog-card {
  overflow: hidden;
  border: 1px solid rgba(32, 49, 58, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(31, 46, 56, 0.06);
}

.ih-blog-image {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  color: #fff !important;
  background: linear-gradient(135deg, #8f5ca7, #456b77);
  font-size: 42px;
  font-weight: 800;
  text-decoration: none !important;
}

.ih-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ih-blog-card > div {
  padding: 26px;
}

.ih-blog-card small {
  color: #74468b;
  font-weight: 750;
}

.ih-blog-card h3 {
  margin: 11px 0;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.25;
}

.ih-blog-card h3 a {
  color: #20313a !important;
  text-decoration: none !important;
}

.ih-blog-card p {
  color: #5f7078;
  line-height: 1.65;
}

.ih-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ih-pagination a,
.ih-pagination span {
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #f6f2f8;
  text-decoration: none !important;
}

.ih-pagination .current {
  color: #fff;
  background: #8f5ca7;
}

.ih-faq-list {
  display: grid;
  gap: 12px;
}

.ih-faq-list details {
  border: 1px solid rgba(32, 49, 58, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(31, 46, 56, 0.045);
}

.ih-faq-list summary {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
}

.ih-faq-list summary::-webkit-details-marker {
  display: none;
}

.ih-faq-list summary span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #74468b;
  background: #f6f2f8;
  font-size: 12px;
  font-weight: 800;
}

.ih-faq-list summary strong {
  color: #20313a;
  font-size: clamp(18px, 2vw, 24px);
}

.ih-faq-list details > p {
  max-width: 950px;
  margin: 0;
  padding: 0 26px 26px 86px;
  color: #5f7078;
  font-size: 17px;
  line-height: 1.75;
}

.ih-ai-chat,
.ih-ai-unavailable {
  min-height: 260px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(32, 49, 58, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(31, 46, 56, 0.07);
}

.ih-consultation-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  align-items: start;
  gap: 24px;
}

.ih-consultation-guide {
  padding: clamp(28px, 4vw, 44px);
  border-radius: 24px;
  background: #20313a;
  color: #fff;
}

.ih-consultation-guide h3 {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.15;
}

.ih-consultation-guide ol {
  display: grid;
  gap: 22px;
  margin: 0;
  padding-left: 24px;
}

.ih-consultation-guide li {
  padding-left: 8px;
}

.ih-consultation-guide strong,
.ih-consultation-guide small {
  display: block;
}

.ih-consultation-guide small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.ih-direct-contact {
  display: grid;
  gap: 6px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ih-direct-contact a {
  color: #fff !important;
  font-weight: 750;
  text-decoration: none !important;
}

.ih-consultation-layout .ih-consultation-form {
  margin-top: 0;
}

.ih-consultation-form input:not([type="submit"]),
.ih-consultation-form textarea {
  width: 100%;
  border: 1px solid rgba(32, 49, 58, 0.14) !important;
  border-radius: 12px !important;
  background: #fff !important;
}

.ih-consultation-form input[type="submit"] {
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 999px !important;
  color: #fff !important;
  background: #8f5ca7 !important;
}

.ih-about-copy {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(30px, 6vw, 78px);
  padding: clamp(18px, 3vw, 34px);
}

.ih-about-copy h3,
.ih-about-section > h3,
.ih-membership-card h3 {
  margin: 0;
  color: #20313a;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.15;
}

.ih-about-copy p {
  margin: 0 0 18px;
  color: #52656d;
  font-size: 17px;
  line-height: 1.8;
}

.ih-about-section {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(32, 49, 58, 0.09);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(31, 46, 56, 0.055);
}

.ih-about-section > p {
  color: #5f7078;
}

.ih-qualification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.ih-qualification-grid a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;
  padding: 15px 16px;
  border-radius: 12px;
  color: #20313a !important;
  background: #f7f4f8;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none !important;
}

.ih-qualification-grid a span {
  color: #8f5ca7;
}

.ih-awards-grid {
  margin-top: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ih-awards-grid article {
  padding: 26px;
}

.ih-awards-grid small {
  color: #8f5ca7;
  font-weight: 850;
}

.ih-about-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.ih-about-gallery a {
  overflow: hidden;
  min-height: 220px;
  border-radius: 18px;
  background: #eef1f2;
}

.ih-about-gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 250ms ease;
}

.ih-about-gallery a:hover img {
  transform: scale(1.025);
}

.ih-membership-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 26px;
  background: linear-gradient(135deg, #f7f2f8, #eef5f5);
}

.ih-membership-card > div:last-child {
  display: grid;
  align-content: center;
  gap: 12px;
}

.ih-about-page .ih-report-title {
  font-size: clamp(32px, 4vw, 48px) !important;
}

.ih-about-page .ih-about-copy h3,
.ih-about-page .ih-about-section > h3,
.ih-about-page .ih-membership-card h3 {
  font-size: clamp(25px, 3vw, 36px);
}

/* Scope of Practice: make the long policy page calm and easy to scan. */
body.page-id-1876 .page-header .page-header_title,
body.page-id-1876 .page-header h1 {
  max-width: 880px;
  margin-inline: auto;
  font-size: clamp(32px, 3.8vw, 46px) !important;
}

body.page-id-1876 main .wgl-container {
  max-width: 1120px;
}

body.page-id-1876 main .wgl_col-12 {
  padding: clamp(46px, 7vw, 84px) 24px;
  color: #20313a;
}

body.page-id-1876 main .wgl_col-12 > p {
  max-width: 930px;
  margin: 0 auto 18px;
  color: #5f7078;
  font-size: 17px;
  line-height: 1.78;
}

body.page-id-1876 main .wgl_col-12 > p:first-child {
  margin-bottom: 0;
  padding: clamp(28px, 5vw, 50px) clamp(26px, 5vw, 56px) 14px;
  border: 1px solid rgba(32, 49, 58, 0.08);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  color: #20313a;
  background: linear-gradient(135deg, #faf5f8 0%, #eef3fb 100%);
  font-size: clamp(19px, 2vw, 22px);
  font-weight: 600;
}

body.page-id-1876 main .wgl_col-12 > p:nth-child(2) {
  margin-bottom: 44px;
  padding: 12px clamp(26px, 5vw, 56px) clamp(28px, 5vw, 50px);
  border: 1px solid rgba(32, 49, 58, 0.08);
  border-top: 0;
  border-radius: 0 0 26px 26px;
  background: linear-gradient(135deg, #faf5f8 0%, #eef3fb 100%);
}

body.page-id-1876 main .wgl_col-12 > h2,
body.page-id-1876 main .wgl_col-12 > h3 {
  max-width: 930px;
  margin: 46px auto 16px;
  padding-left: 18px;
  border-left: 4px solid #8f5ca7;
  color: #20313a;
  font-size: clamp(24px, 2.7vw, 32px) !important;
  line-height: 1.2;
}

body.page-id-1876 main .wgl_col-12 > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 34px;
  max-width: 930px;
  margin: 20px auto 30px;
  padding: clamp(24px, 4vw, 38px) clamp(28px, 5vw, 48px);
  border: 1px solid rgba(32, 49, 58, 0.09);
  border-radius: 22px;
  color: #40545e;
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 46, 56, 0.06);
}

body.page-id-1876 main .wgl_col-12 > ul li {
  padding-left: 4px;
  line-height: 1.55;
}

/* Privacy Policy: preserve the policy text while giving it a readable rhythm. */
body.page-id-3978 .page-header .page-header_title,
body.page-id-3978 .page-header h1 {
  font-size: clamp(32px, 3.8vw, 46px) !important;
}

body.page-id-3978 main .wgl-container {
  max-width: 1080px;
}

body.page-id-3978 main .wgl_col-12 {
  padding: clamp(46px, 7vw, 84px) 24px;
  color: #5f7078;
  font-size: 16px;
  line-height: 1.75;
}

body.page-id-3978 main .wgl_col-12 > p,
body.page-id-3978 main .wgl_col-12 > ul,
body.page-id-3978 main .wgl_col-12 > hr {
  max-width: 900px;
  margin-inline: auto;
}

body.page-id-3978 main .wgl_col-12 > p {
  margin-top: 0;
  margin-bottom: 18px;
}

body.page-id-3978 main .wgl_col-12 > p:first-of-type {
  margin-top: 22px;
  margin-bottom: 34px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(32, 49, 58, 0.08);
  border-radius: 26px;
  color: #40545e;
  background: linear-gradient(135deg, #faf5f8 0%, #eef3fb 100%);
  font-size: clamp(17px, 1.8vw, 20px);
}

body.page-id-3978 main .wgl_col-12 > p:has(> strong:first-child) {
  margin-top: 34px;
  padding: 24px 28px;
  border: 1px solid rgba(32, 49, 58, 0.09);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 46, 56, 0.055);
}

body.page-id-3978 main .wgl_col-12 > p > strong:first-child,
body.page-id-3978 main .wgl_col-12 > ul > strong {
  display: block;
  margin-bottom: 10px;
  color: #20313a;
  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.25;
}

body.page-id-3978 main .wgl_col-12 > ul {
  margin-top: 22px;
  margin-bottom: 32px;
  padding: clamp(26px, 4vw, 40px) clamp(30px, 5vw, 48px);
  border: 1px solid rgba(32, 49, 58, 0.09);
  border-radius: 22px;
  background: #f8f6fa;
}

body.page-id-3978 main .wgl_col-12 > ul li {
  margin-bottom: 10px;
  line-height: 1.62;
}

body.page-id-3978 main .wgl_col-12 a {
  color: #74468b;
  text-underline-offset: 3px;
}

/* Czech Terms: restrained titles and a clear long-form policy layout. */
body.page-id-3985 .page-header .page-header_title,
body.page-id-3985 .page-header h1 {
  font-size: clamp(32px, 3.8vw, 46px) !important;
}

body.page-id-3985 main .wgl-container {
  max-width: 1080px;
}

body.page-id-3985 main .wgl_col-12 {
  padding: clamp(46px, 7vw, 84px) 24px;
  color: #5f7078;
}

body.page-id-3985 main .wgl_col-12 > h2,
body.page-id-3985 main .wgl_col-12 > h3,
body.page-id-3985 main .wgl_col-12 > h4 {
  max-width: 920px;
  margin: 42px auto 14px;
  padding-left: 18px;
  border-left: 4px solid #8f5ca7;
  color: #20313a;
  font-size: clamp(23px, 2.5vw, 30px) !important;
  line-height: 1.22;
}

body.page-id-3985 main .wgl_col-12 > p,
body.page-id-3985 main .wgl_col-12 > ul,
body.page-id-3985 main .wgl_col-12 > ol {
  max-width: 920px;
  margin-inline: auto;
  font-size: 16.5px;
  line-height: 1.76;
}

body.page-id-3985 main .wgl_col-12 > p {
  margin-top: 0;
  margin-bottom: 18px;
}

body.page-id-3985 main .wgl_col-12 > ul,
body.page-id-3985 main .wgl_col-12 > ol {
  margin-top: 18px;
  margin-bottom: 28px;
  padding: 24px 34px 24px 50px;
  border-radius: 20px;
  background: #f8f6fa;
}

/* Blog articles: remove imported/demo sidebars and use a calm reading width. */
body.single-post .sidebar-container {
  display: none !important;
}

body.single-post .row.sidebar_right > .wgl_col-9 {
  width: 100% !important;
  max-width: 980px;
  margin-inline: auto;
  padding-inline: 24px;
}

body.single-post h1.blog-post_title {
  max-width: 980px;
  font-size: clamp(32px, 3.8vw, 46px) !important;
  line-height: 1.1 !important;
  text-wrap: balance;
}

body.single-post .blog-post-single-item .post_content h2,
body.single-post .blog-post-single-item .blog-post_content h2 {
  font-size: clamp(27px, 3vw, 36px) !important;
  line-height: 1.2 !important;
}

body.single-post .blog-post-single-item .post_content h3,
body.single-post .blog-post-single-item .blog-post_content h3 {
  font-size: clamp(23px, 2.4vw, 29px) !important;
  line-height: 1.25 !important;
}

body.postid-1471 .blog-post-single-item .blog-post_content,
body.postid-1471 .blog-post-single-item .post_content {
  color: #5f7078;
  font-size: 17px;
  line-height: 1.78;
}

body.postid-1471 .blog-post-single-item h2,
body.postid-1471 .blog-post-single-item h3 {
  margin-top: 38px;
  margin-bottom: 16px;
  color: #20313a;
  font-size: clamp(26px, 3vw, 36px) !important;
  line-height: 1.2;
}

body.postid-1471 .blog-post-single-item ul {
  margin: 22px 0 30px;
  padding: 24px 32px;
  border-radius: 20px;
  background: #f8f6fa;
}

.ih-legal-footer {
  margin: 0 !important;
  padding: 24px !important;
  color: rgba(255, 255, 255, 0.75);
  background: #17272f !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ih-legal-footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 24px;
  max-width: 1320px;
  margin: 0 auto;
  font-size: 13px;
}

.ih-legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 18px;
}

.ih-legal-footer p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.ih-legal-footer a {
  color: #fff !important;
  text-decoration: none !important;
}

.ih-legal-footer a:hover,
.ih-legal-footer a:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.ih-contact-map-only {
  padding-top: 18px;
}

@media (max-width: 700px) {
  body.page-id-1876 main .wgl_col-12 > ul {
    grid-template-columns: 1fr;
  }

  body.page-id-1876 main .wgl_col-12,
  body.page-id-3978 main .wgl_col-12 {
    padding-inline: 14px;
  }

  body.page-id-3978 main .wgl_col-12 > p:has(> strong:first-child),
  body.page-id-3978 main .wgl_col-12 > ul {
    padding: 22px;
  }
}

@media (min-width: 1200px) {
  .primary-nav li.menu-item-has-children.ih-menu-open > .sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .primary-nav > ul > li > .sub-menu {
    max-height: min(72vh, calc(100vh - 132px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .primary-nav .sub-menu .sub-menu {
    max-height: calc(100vh - 24px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .primary-nav .sub-menu::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}

/* Technology pages: consistent scale, semantic hierarchy and editorial imagery. */
body.ih-technology-single:not(.home) .page-header h1.page-header_title {
  max-width: 940px;
  margin-inline: auto;
  font-size: clamp(30px, 3.4vw, 42px) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.ih-technology-single main .wgl-container {
  max-width: 1120px;
}

.ih-technology-page {
  --ih-tech-ink: #20313a;
  --ih-tech-muted: #566b74;
  --ih-tech-line: rgba(32, 49, 58, 0.11);
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 82px) 20px;
  color: var(--ih-tech-muted);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.78;
}

.ih-technology-page > p:first-child,
.ih-technology-lead {
  margin: 0 0 30px;
  color: var(--ih-tech-ink);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.55;
}

.ih-technology-page h2,
.ih-technology-page h3 {
  margin: clamp(34px, 5vw, 54px) 0 16px;
  color: var(--ih-tech-ink);
  font-size: clamp(23px, 2.7vw, 32px) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.ih-technology-page > ul,
.ih-technology-page > ol {
  margin: 18px 0 30px;
  padding: clamp(22px, 3.5vw, 34px) clamp(26px, 4vw, 44px);
  border: 1px solid var(--ih-tech-line);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff 0%, #faf7fb 100%);
  box-shadow: 0 14px 42px rgba(31, 46, 56, 0.055);
}

.ih-technology-page li {
  margin: 0 0 10px;
  padding-left: 5px;
}

.ih-technology-page li:last-child {
  margin-bottom: 0;
}

.ih-technology-page li > ul,
.ih-technology-page li > ol {
  margin-top: 10px;
  margin-bottom: 14px;
}

.ih-technology-page strong {
  color: var(--ih-tech-ink);
}

.ih-technology-page--pain-detector-windows-app > p:not(:first-child):has(> strong:first-child) {
  margin: clamp(34px, 5vw, 54px) 0 16px;
  color: var(--ih-tech-ink);
  line-height: 1.18;
}

.ih-technology-page--pain-detector-windows-app > p:not(:first-child) > strong:first-child {
  display: block;
  font-size: clamp(23px, 2.7vw, 32px);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

/* Speech Pain Detector: turn the imported long-form copy into an editorial app page. */
.ih-technology-page--pain-detector-windows-app {
  max-width: 1080px;
}

.ih-technology-page--pain-detector-windows-app > p:first-child {
  max-width: 820px;
}

.ih-technology-page--pain-detector-windows-app > p:nth-of-type(2) {
  margin: 0 0 clamp(42px, 6vw, 66px);
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(32, 49, 58, 0.09);
  border-radius: 26px;
  color: #52666f;
  background: linear-gradient(135deg, #faf5f8 0%, #f1f1fb 100%);
  box-shadow: 0 18px 52px rgba(31, 46, 56, 0.07);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65 !important;
}

.ih-technology-page--pain-detector-windows-app > p:nth-of-type(2) > strong:first-child {
  margin-bottom: 14px;
  color: #20313a;
}

.ih-technology-page--pain-detector-windows-app > ul,
.ih-technology-page--pain-detector-windows-app > ol {
  display: grid;
  margin: 18px 0 clamp(42px, 6vw, 66px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ih-technology-page--pain-detector-windows-app > ul:first-of-type {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ih-technology-page--pain-detector-windows-app > ul:first-of-type > li {
  margin: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(32, 49, 58, 0.1);
  border-radius: 22px;
  list-style: none;
  background: #fff;
  box-shadow: 0 14px 42px rgba(31, 46, 56, 0.055);
}

.ih-technology-page--pain-detector-windows-app > ul:first-of-type > li > strong {
  display: block;
  margin-bottom: 14px;
  color: #20313a;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.25;
}

.ih-technology-page--pain-detector-windows-app > ul:first-of-type > li > ul {
  margin: 0;
  padding-left: 20px;
}

.ih-technology-page--pain-detector-windows-app > ul:nth-of-type(2),
.ih-technology-page--pain-detector-windows-app > ul:nth-of-type(3),
.ih-technology-page--pain-detector-windows-app > ol:nth-of-type(2) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ih-technology-page--pain-detector-windows-app > ul:nth-of-type(2) > li,
.ih-technology-page--pain-detector-windows-app > ul:nth-of-type(3) > li,
.ih-technology-page--pain-detector-windows-app > ol:nth-of-type(2) > li {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(32, 49, 58, 0.09);
  border-radius: 20px;
  list-style: none;
  background: #f8f5f9;
}

.ih-technology-page--pain-detector-windows-app > ol {
  counter-reset: ih-speech-step;
  gap: 16px;
}

.ih-technology-page--pain-detector-windows-app > ol:first-of-type {
  grid-template-columns: 1fr;
}

.ih-technology-page--pain-detector-windows-app > ol > li {
  position: relative;
  counter-increment: ih-speech-step;
  min-height: 92px;
  margin: 0;
  padding: 24px 24px 24px 82px;
  border: 1px solid rgba(32, 49, 58, 0.09);
  border-radius: 20px;
  list-style: none;
  background: #fff;
  box-shadow: 0 12px 38px rgba(31, 46, 56, 0.05);
}

.ih-technology-page--pain-detector-windows-app > ol > li::before {
  content: counter(ih-speech-step, decimal-leading-zero);
  position: absolute;
  top: 22px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #74468b;
  background: linear-gradient(135deg, #f6dacf, #e3e0ff);
  font-size: 13px;
  font-weight: 850;
}

.ih-technology-page--pain-detector-windows-app > ol:nth-of-type(2) > li {
  padding: 78px 24px 24px;
}

.ih-technology-page--pain-detector-windows-app > ol:nth-of-type(2) > li::before {
  top: 24px;
}

.ih-technology-page--pain-detector-windows-app > ol li pre {
  margin-bottom: 0;
}

.ih-technology-page--pain-detector-windows-app > p:last-child {
  margin: 16px 0 0;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.86);
  background: linear-gradient(135deg, #20313a 0%, #314b58 100%);
  box-shadow: 0 20px 58px rgba(31, 46, 56, 0.18);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

@media (max-width: 820px) {
  .ih-technology-page--pain-detector-windows-app > ul:first-of-type,
  .ih-technology-page--pain-detector-windows-app > ul:nth-of-type(2),
  .ih-technology-page--pain-detector-windows-app > ul:nth-of-type(3),
  .ih-technology-page--pain-detector-windows-app > ol:nth-of-type(2) {
    grid-template-columns: 1fr;
  }

  .ih-technology-page--pain-detector-windows-app > ol:nth-of-type(2) > li {
    padding: 24px 24px 24px 82px;
  }
}

.ih-technology-hero {
  overflow: hidden;
  margin: 34px 0 clamp(42px, 6vw, 68px);
  border: 1px solid var(--ih-tech-line);
  border-radius: 28px;
  background: #f4f1f7;
  box-shadow: 0 22px 62px rgba(31, 46, 56, 0.1);
}

.ih-technology-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ih-technology-hero figcaption {
  padding: 14px 20px 17px;
  color: #60727a;
  background: #fff;
  font-size: 14px;
  line-height: 1.55;
}

.ih-technology-page table {
  width: 100%;
  margin: 20px 0 34px;
  overflow: hidden;
  border: 1px solid var(--ih-tech-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(31, 46, 56, 0.055);
}

.ih-technology-page th,
.ih-technology-page td {
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid var(--ih-tech-line);
  text-align: left;
}

.ih-technology-page th {
  color: var(--ih-tech-ink);
  background: #f5f1f7;
}

.ih-technology-page tr:last-child td {
  border-bottom: 0;
}

.ih-technology-page pre {
  overflow-x: auto;
  margin: 18px 0 30px;
  padding: 22px 24px;
  border-radius: 18px;
  color: #f7f6fb;
  background: #20313a;
  font-size: 14px;
  line-height: 1.65;
}

.ih-technology-page a.download-link,
.ih-technology-page a[href*="PainDetectorSetup.exe"],
.ih-technology-page a[href*="PainDetector.msi"] {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 999px;
  color: #fff !important;
  background: #8f5ca7;
  box-shadow: 0 12px 30px rgba(116, 70, 139, 0.2);
  font-weight: 750;
  text-decoration: none !important;
}

@media (max-width: 700px) {
  .ih-technology-page {
    padding-inline: 14px;
  }

  .ih-technology-page > ul,
  .ih-technology-page > ol {
    padding: 20px 20px 20px 36px;
  }

  .ih-technology-page table {
    display: block;
    overflow-x: auto;
  }

  .ih-technology-hero {
    border-radius: 20px;
  }
}

@media (max-width: 900px) {
  .ih-blog-grid,
  .ih-awards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ih-map-card,
  .ih-consultation-layout,
  .ih-about-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .ih-migration-page {
    padding-inline: 16px;
  }

  .ih-office-grid,
  .ih-form-grid,
  .ih-blog-grid,
  .ih-awards-grid,
  .ih-contact-strip,
  .ih-qualification-grid,
  .ih-membership-card {
    grid-template-columns: 1fr;
  }

  .ih-about-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ih-faq-list details > p {
    padding-left: 26px;
  }

  .ih-map-card iframe {
    min-height: 340px;
  }
}

/* Consultation: neutralise the legacy Bootstrap row clearfix so CF7 fields
 * occupy the intended two-column grid and share one consistent visual rhythm. */
.ih-consultation-page .ih-consultation-form {
  padding: clamp(28px, 3.6vw, 44px);
}

.ih-consultation-page .ih-consultation-form h3 {
  margin: 0 0 12px !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 1.15 !important;
}

.ih-consultation-page .ih-consultation-form > p {
  margin: 0;
  color: var(--ih-muted, #5f7078);
  line-height: 1.7;
}

.ih-consultation-page .ih-consultation-form .wpcf7 {
  margin-top: 28px;
}

.ih-consultation-page .ih-consultation-form .wpcf7-form .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 0 18px !important;
}

.ih-consultation-page .ih-consultation-form .wpcf7-form .row::before,
.ih-consultation-page .ih-consultation-form .wpcf7-form .row::after {
  display: none !important;
  content: none !important;
}

.ih-consultation-page .ih-consultation-form .wpcf7-form [class*="col-"] {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ih-consultation-page .ih-consultation-form .wpcf7-form-control-wrap {
  display: block;
}

.ih-consultation-page .ih-consultation-form label {
  margin: 0 !important;
  font-size: 15px;
  line-height: 1.45;
}

.ih-consultation-page .ih-consultation-form input:not([type="submit"]),
.ih-consultation-page .ih-consultation-form textarea {
  box-sizing: border-box;
  font-size: 16px !important;
}

.ih-consultation-page .ih-consultation-form input:not([type="submit"]) {
  min-height: 52px;
}

.ih-consultation-page .ih-consultation-form textarea {
  min-height: 150px;
  resize: vertical;
}

.ih-consultation-page .ih-consultation-form input[type="submit"] {
  min-width: 180px;
  min-height: 52px;
}

.ih-consultation-page .ih-consultation-form .wpcf7-spinner {
  margin-left: 14px;
  vertical-align: middle;
}

.ih-consultation-page .ih-consultation-form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 12px;
}

@media (max-width: 780px) {
  .ih-consultation-page .ih-consultation-form .wpcf7-form .row {
    grid-template-columns: 1fr !important;
  }

  .ih-consultation-page .ih-consultation-form input[type="submit"] {
    width: 100%;
  }
}

/* Radio Programme and IHP token: editorial Mindy-style layouts (v1.0.49). */
body.ih-radio-programme-single:not(.home) .page-header h1.page-header_title,
body.ih-ihp-token-single:not(.home) .page-header h1.page-header_title {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(30px, 3.3vw, 44px) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

body.ih-radio-programme-single main .wgl-container,
body.ih-ihp-token-single main .wgl-container {
  max-width: 1260px;
}

.ih-radio-page,
.ih-ihp-page {
  --ih-editorial-ink: #20313a;
  --ih-editorial-muted: #5f7078;
  --ih-editorial-dark: #263d48;
  --ih-editorial-accent: #8f5ca7;
  --ih-editorial-peach: #ffd1c2;
  --ih-editorial-line: rgba(32, 49, 58, 0.11);
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 80px) 18px clamp(58px, 8vw, 108px);
  color: var(--ih-editorial-muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.72;
}

.ih-radio-page *,
.ih-ihp-page * {
  box-sizing: border-box;
}

.ih-editorial-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ih-editorial-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ih-radio-page h2,
.ih-ihp-page h2 {
  margin: 0 0 18px;
  color: var(--ih-editorial-ink);
  font-size: clamp(27px, 3.4vw, 42px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.ih-radio-page h3,
.ih-ihp-page h3 {
  margin: 0 0 16px;
  color: var(--ih-editorial-ink);
  font-size: clamp(21px, 2.2vw, 27px) !important;
  line-height: 1.22 !important;
}

.ih-radio-page a,
.ih-ihp-page a {
  color: #74468b;
}

.ih-radio-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(26px, 4vw, 52px);
  align-items: stretch;
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid var(--ih-editorial-line);
  border-radius: 30px;
  background: linear-gradient(135deg, #faf5f8 0%, #eef3fb 100%);
  box-shadow: 0 24px 72px rgba(31, 46, 56, 0.08);
}

.ih-radio-hero__copy p {
  max-width: 700px;
  margin: 0;
  color: var(--ih-editorial-muted);
}

.ih-radio-actions,
.ih-ihp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ih-radio-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid rgba(116, 70, 139, 0.24);
  border-radius: 999px;
  color: #74468b !important;
  background: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ih-radio-button--primary {
  border-color: #8f5ca7;
  color: #fff !important;
  background: #8f5ca7;
  box-shadow: 0 12px 30px rgba(116, 70, 139, 0.2);
}

.ih-radio-button:hover,
.ih-radio-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(31, 46, 56, 0.12);
}

.ih-radio-button--primary:hover,
.ih-radio-button--primary:focus-visible {
  background: #74468b;
}

.ih-radio-player {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(145deg, #20313a 0%, #314b58 100%);
  box-shadow: 0 22px 50px rgba(31, 46, 56, 0.2);
}

.ih-radio-player::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -90px;
  bottom: -110px;
  border-radius: 50%;
  background: rgba(255, 209, 194, 0.12);
}

.ih-radio-player__status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ih-radio-player__status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffd1c2;
  box-shadow: 0 0 0 6px rgba(255, 209, 194, 0.12);
}

.ih-radio-player > strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
}

.ih-radio-player > small {
  position: relative;
  z-index: 1;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.ih-radio-equalizer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 72px;
  margin-top: 30px;
}

.ih-radio-equalizer i {
  width: 6px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd1c2, #a49cf5);
  animation: ih-radio-pulse 1.35s ease-in-out infinite alternate;
  transform-origin: center;
}

.ih-radio-equalizer i:nth-child(2n) { animation-delay: -0.35s; }
.ih-radio-equalizer i:nth-child(3n) { animation-delay: -0.72s; }
.ih-radio-equalizer i:nth-child(4n) { animation-delay: -0.18s; }

@keyframes ih-radio-pulse {
  from { transform: scaleY(0.45); opacity: 0.68; }
  to { transform: scaleY(2.35); opacity: 1; }
}

.ih-radio-section {
  padding-top: clamp(54px, 8vw, 92px);
}

.ih-radio-section > h2 {
  max-width: 760px;
  margin-bottom: 30px;
}

.ih-radio-schedule {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ih-radio-schedule article {
  min-height: 178px;
  padding: 24px;
  border: 1px solid var(--ih-editorial-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 46, 56, 0.055);
}

.ih-radio-schedule small,
.ih-radio-schedule strong,
.ih-radio-schedule span {
  display: block;
}

.ih-radio-schedule small {
  margin-bottom: 24px;
  color: var(--ih-editorial-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ih-radio-schedule strong {
  color: var(--ih-editorial-ink);
  font-size: 20px;
  line-height: 1.22;
}

.ih-radio-schedule span {
  margin-top: 6px;
  color: var(--ih-editorial-muted);
  font-size: 14px;
}

.ih-radio-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ih-radio-card {
  padding: clamp(25px, 3.5vw, 38px);
  border: 1px solid var(--ih-editorial-line);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff 0%, #fbf8fc 100%);
  box-shadow: 0 15px 42px rgba(31, 46, 56, 0.055);
}

.ih-radio-card--wide {
  grid-column: 1 / -1;
}

.ih-radio-card__note {
  margin: -4px 0 20px;
  padding: 10px 14px;
  border-radius: 12px;
  color: #74468b;
  background: #f4eef7;
  font-size: 14px;
  font-weight: 700;
}

.ih-radio-card ol,
.ih-radio-card ul {
  margin: 0;
  padding-left: 26px;
  columns: 1;
}

.ih-radio-card--wide ol {
  columns: 2;
  column-gap: 52px;
}

.ih-radio-card li {
  break-inside: avoid;
  margin: 0 0 10px;
  padding-left: 5px;
}

.ih-radio-card li::marker {
  color: var(--ih-editorial-accent);
  font-weight: 750;
}

.ih-radio-listen {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(28px, 5vw, 64px);
  margin-top: clamp(60px, 9vw, 104px);
  padding: clamp(30px, 5vw, 58px);
  border-radius: 28px;
  color: rgba(255, 255, 255, 0.75);
  background: #263d48;
}

.ih-radio-listen h2,
.ih-radio-listen .ih-editorial-eyebrow {
  color: #fff;
}

.ih-radio-listen p {
  margin: 0;
}

.ih-radio-listen nav {
  display: grid;
  gap: 9px;
}

.ih-radio-listen nav a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.055);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
}

.ih-radio-listen nav a:hover,
.ih-radio-listen nav a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.ih-radio-listen nav span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 600;
}

.ih-ihp-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: center;
}

.ih-ihp-hero__copy p {
  margin: 0 0 16px;
}

.ih-ihp-hero__copy p:first-of-type {
  color: var(--ih-editorial-ink);
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.55;
}

.ih-ihp-hero__image {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--ih-editorial-line);
  border-radius: 28px;
  background: #f3eff7;
  box-shadow: 0 24px 70px rgba(31, 46, 56, 0.12);
}

.ih-ihp-hero__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ih-ihp-hero__image figcaption {
  padding: 13px 18px 16px;
  color: var(--ih-editorial-muted);
  background: #fff;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.ih-ihp-intro-card {
  margin-top: clamp(44px, 7vw, 82px);
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--ih-editorial-line);
  border-radius: 28px;
  background: linear-gradient(135deg, #faf5f8 0%, #eef3fb 100%);
  box-shadow: 0 20px 58px rgba(31, 46, 56, 0.07);
}

.ih-ihp-intro-card > p {
  max-width: 900px;
  margin: 0 0 16px;
}

.ih-ihp-intro-card blockquote {
  margin: 24px 0;
  padding: 18px 24px;
  border: 0;
  border-left: 4px solid var(--ih-editorial-peach);
  color: var(--ih-editorial-ink);
  background: rgba(255, 255, 255, 0.66);
  font-size: clamp(23px, 3vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.ih-ihp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.ih-ihp-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--ih-editorial-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(31, 46, 56, 0.055);
}

.ih-ihp-card > p {
  margin: 0 0 18px;
}

.ih-ihp-card ol,
.ih-ihp-card ul {
  margin: 0;
  padding-left: 24px;
}

.ih-ihp-card li {
  margin-bottom: 11px;
  padding-left: 4px;
}

.ih-ihp-card li::marker {
  color: var(--ih-editorial-accent);
  font-weight: 800;
}

.ih-ihp-card--steps {
  grid-row: span 2;
}

.ih-ihp-card--steps ol {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
  padding: 0;
  counter-reset: ihp-step;
}

.ih-ihp-card--steps ol li {
  position: relative;
  min-height: 76px;
  margin: 0;
  padding: 17px 18px 17px 64px;
  border-radius: 18px;
  list-style: none;
  background: #f8f5fa;
  counter-increment: ihp-step;
}

.ih-ihp-card--steps ol li::before {
  content: counter(ihp-step, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--ih-editorial-accent);
  font-size: 13px;
  font-weight: 850;
}

.ih-ihp-card--steps ol strong,
.ih-ihp-card--steps ol span {
  display: block;
}

.ih-ihp-card--steps ol strong {
  color: var(--ih-editorial-ink);
  font-size: 17px;
}

.ih-ihp-card--steps ol span {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.55;
}

.ih-ihp-checks {
  display: grid;
  gap: 9px;
  margin-top: 24px !important;
  padding: 0 !important;
}

.ih-ihp-checks li {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 44px;
  border-radius: 13px;
  list-style: none;
  color: var(--ih-editorial-ink);
  background: #f3f7f6;
  font-weight: 650;
}

.ih-ihp-checks li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  color: #57826e;
  font-weight: 900;
}

.ih-ihp-card--rate {
  color: rgba(255, 255, 255, 0.74);
  background: linear-gradient(145deg, #20313a 0%, #314b58 100%);
}

.ih-ihp-card--rate h2,
.ih-ihp-card--rate .ih-editorial-eyebrow {
  color: #fff;
}

.ih-ihp-card--rate li::marker {
  color: var(--ih-editorial-peach);
}

.ih-ihp-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 24px 0 28px !important;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.ih-ihp-rate strong {
  color: #fff;
  font-size: clamp(22px, 3vw, 32px);
}

.ih-ihp-rate span {
  color: var(--ih-editorial-peach);
}

.ih-ihp-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-top: 20px;
  padding: clamp(30px, 5vw, 56px);
  border-radius: 28px;
  background: linear-gradient(135deg, #faf5f8 0%, #eef3fb 100%);
}

.ih-ihp-cta p {
  max-width: 680px;
  margin: 0;
}

.ih-ihp-actions {
  flex-direction: column;
  align-items: stretch;
  min-width: 240px;
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .ih-radio-equalizer i {
    animation: none;
  }
}

@media (max-width: 980px) {
  .ih-radio-hero,
  .ih-ihp-hero,
  .ih-radio-listen {
    grid-template-columns: 1fr;
  }

  .ih-radio-schedule {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ih-ihp-hero__image {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .ih-radio-page,
  .ih-ihp-page {
    padding-inline: 14px;
  }

  .ih-radio-hero,
  .ih-radio-listen,
  .ih-ihp-intro-card,
  .ih-ihp-cta {
    border-radius: 22px;
  }

  .ih-radio-player {
    min-height: 270px;
  }

  .ih-radio-guide,
  .ih-radio-schedule,
  .ih-ihp-grid {
    grid-template-columns: 1fr;
  }

  .ih-radio-card--wide {
    grid-column: auto;
  }

  .ih-radio-card--wide ol {
    columns: 1;
  }

  .ih-ihp-card--steps {
    grid-row: auto;
  }

  .ih-ihp-cta {
    grid-template-columns: 1fr;
  }

  .ih-ihp-actions {
    min-width: 0;
  }
}


/* Release 1.0.50: richer Mindy-style pages, stable nested navigation and cleaner controls. */
.ih-services-visuals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 38px 0 14px;
}

.ih-services-visual {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  margin: 0;
  border: 1px solid rgba(32, 49, 58, 0.1);
  border-radius: 24px;
  background: #eef1f3;
  box-shadow: 0 18px 46px rgba(31, 46, 56, 0.08);
}

.ih-services-visual img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.ih-services-visual:hover img {
  transform: scale(1.035);
}

.ih-services-visual figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  margin: 0;
  padding: 13px 16px;
  border-radius: 15px;
  color: #20313a;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(31, 46, 56, 0.1);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  backdrop-filter: blur(10px);
}

.ih-faq-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  margin-bottom: 42px;
  padding: clamp(30px, 5vw, 62px);
  border-radius: 30px;
  background: linear-gradient(135deg, #faf5f8 0%, #eef3fb 100%);
  box-shadow: 0 22px 64px rgba(31, 46, 56, 0.08);
}

.ih-faq-hero__copy > span,
.ih-tv-page section > div > span,
.ih-tv-library__heading > span,
.ih-tv-note > span,
.ih-play-apps-hero > span,
.ih-play-app-warning > span {
  display: inline-block;
  margin-bottom: 16px;
  color: #74468b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.ih-faq-hero__copy h2 {
  max-width: 720px;
  margin: 0 0 20px;
  color: #20313a;
  font-size: clamp(31px, 4vw, 50px) !important;
  line-height: 1.08 !important;
}

.ih-faq-hero__copy p {
  margin: 0 0 26px;
  color: #5f7078;
  font-size: 18px;
  line-height: 1.72;
}

.ih-faq-hero__image {
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: #eeeaf3;
  box-shadow: 0 18px 44px rgba(31, 46, 56, 0.1);
}

.ih-faq-hero__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ih-tv-page,
.ih-play-apps-page {
  max-width: 1320px;
}

.ih-tv-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 66px);
  padding: clamp(34px, 5.5vw, 72px);
  border-radius: 30px;
  background: linear-gradient(135deg, #faf5f8 0%, #eef3fb 100%);
  box-shadow: 0 22px 70px rgba(31, 46, 56, 0.08);
}

.ih-tv-hero h2,
.ih-play-apps-hero h2 {
  margin: 0 0 22px;
  color: #20313a;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.ih-tv-hero p,
.ih-play-apps-hero p {
  margin: 0 0 28px;
  color: #5f7078;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.75;
}

.ih-tv-hero figure {
  overflow: hidden;
  margin: 0;
  border-radius: 25px;
  box-shadow: 0 20px 55px rgba(31, 46, 56, 0.12);
}

.ih-tv-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ih-tv-live {
  display: grid;
  grid-template-columns: minmax(230px, 0.32fr) minmax(0, 0.68fr);
  align-items: center;
  gap: clamp(26px, 4vw, 52px);
  margin: 34px 0;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 30px;
  color: #fff;
  background: #20343e;
  box-shadow: 0 22px 64px rgba(23, 39, 47, 0.18);
}

.ih-tv-live h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(29px, 3.4vw, 44px);
}

.ih-tv-live p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.7;
}

.ih-tv-player {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: #17272f;
}

.ih-tv-player iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.ih-tv-library {
  margin: 42px 0;
}

.ih-tv-library__heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.ih-tv-library__heading h3,
.ih-tv-note h3,
.ih-play-app-warning h3 {
  margin: 0 0 16px;
  color: #20313a;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.15;
}

.ih-tv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ih-tv-grid article {
  padding: clamp(26px, 3.6vw, 42px);
  border: 1px solid rgba(32, 49, 58, 0.1);
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(31, 46, 56, 0.055);
}

.ih-tv-grid h4 {
  margin: 0 0 20px;
  color: #20313a;
  font-size: clamp(22px, 2.4vw, 30px);
}

.ih-tv-grid ul {
  margin: 0;
  padding-left: 22px;
  color: #5f7078;
}

.ih-tv-grid li {
  margin-bottom: 10px;
  line-height: 1.62;
}

.ih-tv-note {
  padding: clamp(32px, 5vw, 58px);
  border-radius: 28px;
  background: linear-gradient(135deg, #f7f2f9 0%, #eef6f6 100%);
}

.ih-tv-note p {
  max-width: 780px;
  margin: 0;
  color: #5f7078;
  font-size: 17px;
  line-height: 1.75;
}

.ih-play-apps-hero {
  padding: clamp(36px, 6vw, 76px);
  border-radius: 30px;
  background: linear-gradient(135deg, #f8f4fa 0%, #eef6f6 100%);
  box-shadow: 0 22px 70px rgba(31, 46, 56, 0.08);
}

.ih-play-apps-grid {
  display: grid;
  gap: 22px;
  margin: 38px 0;
}

.ih-play-app-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.3fr) minmax(0, 0.7fr);
  overflow: hidden;
  border: 1px solid rgba(32, 49, 58, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 17px 48px rgba(31, 46, 56, 0.07);
}

.ih-play-app-card figure {
  min-height: 260px;
  margin: 0;
  background: #eef1f3;
}

.ih-play-app-card figure img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.ih-play-app-card > div {
  padding: clamp(28px, 4.5vw, 52px);
}

.ih-play-app-card > div > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #74468b;
  background: #f6f2f8;
  font-size: 12px;
  font-weight: 800;
}

.ih-play-app-card h3 {
  margin: 0 0 14px;
  color: #20313a;
  font-size: clamp(25px, 3vw, 38px);
}

.ih-play-app-card p {
  max-width: 830px;
  color: #5f7078;
  font-size: 17px;
  line-height: 1.75;
}

.ih-play-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ih-play-app-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 19px;
  border-radius: 999px;
  color: #fff !important;
  background: #8f5ca7;
  font-weight: 750;
  text-decoration: none !important;
}

.ih-play-app-actions a:hover,
.ih-play-app-actions a:focus-visible {
  background: #74468b;
  transform: translateY(-1px);
}

.ih-play-app-warning {
  padding: clamp(30px, 5vw, 54px);
  border-radius: 27px;
  color: #fff;
  background: #20343e;
}

.ih-play-app-warning h3 {
  color: #fff;
}

.ih-play-app-warning p {
  max-width: 920px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.ih-tech-editorial-page {
  max-width: 1100px;
  margin-inline: auto;
  color: #5f7078;
}

.ih-tech-editorial-hero,
.ih-tech-editorial-break {
  overflow: hidden;
  margin: 0 0 36px;
  border: 1px solid rgba(32, 49, 58, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(31, 46, 56, 0.08);
}

.ih-tech-editorial-hero img,
.ih-tech-editorial-break img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ih-tech-editorial-hero figcaption,
.ih-tech-editorial-break figcaption {
  margin: 0;
  padding: 15px 22px 17px;
  color: #5f7078;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.ih-tech-editorial-break {
  margin: 32px 0 38px;
}

.ih-tech-editorial-copy {
  font-size: 17px;
  line-height: 1.78;
}

.ih-tech-editorial-copy > p {
  max-width: 920px;
  margin: 0 auto 20px;
}

.ih-tech-editorial-copy > p:first-child {
  margin-bottom: 24px;
  padding: 14px 20px;
  border-radius: 999px;
  color: #74468b;
  background: #f6f2f8;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.ih-tech-editorial-copy > h3 {
  max-width: 920px;
  margin: 42px auto 15px;
  color: #20313a;
  font-size: clamp(25px, 3vw, 34px) !important;
  line-height: 1.2 !important;
}

.ih-tech-editorial-copy > ul,
.ih-tech-editorial-copy > ol {
  max-width: 920px;
  margin: 20px auto 30px;
  padding: clamp(24px, 4vw, 38px) clamp(28px, 5vw, 48px);
  border: 1px solid rgba(32, 49, 58, 0.09);
  border-radius: 22px;
  background: #f8f6fa;
}

.ih-tech-editorial-copy > ul li,
.ih-tech-editorial-copy > ol li {
  margin-bottom: 10px;
  line-height: 1.65;
}

.ih-tech-editorial-copy code {
  padding: 3px 7px;
  border-radius: 7px;
  background: #edf1f2;
  color: #20313a;
  overflow-wrap: anywhere;
}

.ih-tech-editorial-copy a {
  color: #74468b;
  text-underline-offset: 3px;
}

.ih-tech-editorial-copy a[href*="payhip.com"] {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  padding: 12px 22px;
  border-radius: 999px;
  color: #fff !important;
  background: #8f5ca7;
  font-weight: 800;
  text-decoration: none !important;
}

body.ih-technology-single:not(.home) .page-header h1.page-header_title {
  max-width: 920px;
  margin-inline: auto;
  font-size: clamp(30px, 3.4vw, 43px) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.ih-terms-conditions-single:not(.home) .page-header h1.page-header_title {
  font-size: clamp(31px, 3.7vw, 46px) !important;
}

.ih-terms-conditions-single main .wgl-container {
  max-width: 1080px;
}

.ih-terms-conditions-single main .wgl_col-12 {
  margin-block: 48px 78px;
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid rgba(32, 49, 58, 0.09);
  border-radius: 30px;
  color: #5f7078;
  background: linear-gradient(150deg, #fff 0%, #fbf8fc 58%, #f2f7f7 100%);
  box-shadow: 0 22px 64px rgba(31, 46, 56, 0.07);
  font-size: 17px;
  line-height: 1.82;
}

.ih-terms-conditions-single main .wgl_col-12 > p,
.ih-terms-conditions-single main .wgl_col-12 > ul,
.ih-terms-conditions-single main .wgl_col-12 > ol {
  max-width: 900px;
  margin-inline: auto;
}

.ih-terms-conditions-single main .wgl_col-12 > p {
  margin-bottom: 18px;
}

.ih-terms-conditions-single main .wgl_col-12 > .ih-legal-section-title {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 900px;
  min-height: 73px;
  margin-top: 36px;
  margin-bottom: 16px;
  margin-inline: auto;
  padding: 19px 24px;
  box-sizing: border-box;
  border-left: 4px solid #8f5ca7;
  border-radius: 0 18px 18px 0;
  color: #20313a;
  background: #f6f2f8;
  font-size: clamp(21px, 2.4vw, 28px);
  font-weight: 750;
  line-height: 1.25;
}

.ih-terms-conditions-single main .wgl_col-12 > ul,
.ih-terms-conditions-single main .wgl_col-12 > ol {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 25px 34px 25px 50px;
  border-radius: 20px;
  background: #f8f6fa;
}

.ih-terms-conditions-single main .wgl_col-12 a {
  color: #74468b;
  text-underline-offset: 3px;
}

.ih-ihp-intro-card blockquote {
  position: relative;
  quotes: none;
}

.ih-ihp-intro-card blockquote::before,
.ih-ihp-intro-card blockquote::after {
  display: none !important;
  content: none !important;
}

header button[aria-label*="Shopping Cart"],
header a[aria-label*="Shopping Cart"],
header .woo_mini_cart,
header .header_cart-button,
header .mini-cart,
header [class*="mini_cart"] {
  display: none !important;
}

.ih-contact-panel__close {
  top: 18px !important;
  right: 18px !important;
  z-index: 6;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 1px solid rgba(32, 49, 58, 0.12) !important;
  border-radius: 50% !important;
  color: transparent !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 12px 30px rgba(15, 29, 36, 0.18) !important;
  font-size: 0 !important;
  transition: transform 160ms ease, background 160ms ease !important;
}

.ih-contact-panel__close::before,
.ih-contact-panel__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: #20313a;
}

.ih-contact-panel__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ih-contact-panel__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ih-contact-panel__close:hover,
.ih-contact-panel__close:focus-visible {
  transform: translateY(-1px);
  background: #f6f2f8 !important;
  outline: 3px solid rgba(143, 92, 167, 0.24);
  outline-offset: 2px;
}

@media (min-width: 1200px) {
  .primary-nav .sub-menu {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .primary-nav .sub-menu li > a {
    min-height: 44px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    line-height: 1.28 !important;
  }

  .primary-nav > ul > li > .sub-menu > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .primary-nav li.menu-item-has-children.ih-menu-open > a {
    color: #ffd0bc !important;
  }

  .primary-nav li.menu-item-has-children.ih-menu-open > a .item_text {
    border-bottom: 1px solid currentColor;
  }
}

@media (max-width: 900px) {
  .ih-services-visuals,
  .ih-faq-hero,
  .ih-tv-hero,
  .ih-tv-live,
  .ih-play-app-card {
    grid-template-columns: 1fr;
  }

  .ih-services-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ih-play-app-card figure {
    max-height: 360px;
  }
}

@media (max-width: 700px) {
  .ih-services-visuals,
  .ih-tv-grid {
    grid-template-columns: 1fr;
  }

  .ih-faq-hero,
  .ih-tv-hero,
  .ih-play-apps-hero {
    padding: 26px;
    border-radius: 23px;
  }

  .ih-faq-hero__copy h2,
  .ih-tv-hero h2,
  .ih-play-apps-hero h2 {
    font-size: clamp(29px, 10vw, 38px) !important;
  }

  .ih-tv-live,
  .ih-tv-note,
  .ih-play-app-warning {
    padding: 25px;
    border-radius: 22px;
  }

  .ih-tech-editorial-hero,
  .ih-tech-editorial-break {
    border-radius: 20px;
  }

  .ih-tech-editorial-copy > ul,
  .ih-tech-editorial-copy > ol {
    padding: 22px 24px 22px 40px;
  }

  .ih-terms-conditions-single main .wgl_col-12 {
    margin-block: 28px 52px;
    padding: 26px 18px;
    border-radius: 22px;
  }
}
/* Release 1.0.51: keep the full Resources menu visible without a scrollbar. */
@media (min-width: 1200px) {
  .primary-nav > ul > li.menu-item-4178 > .sub-menu {
    width: min(590px, calc(100vw - 48px)) !important;
    max-height: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(40px, auto));
    grid-auto-flow: column;
    gap: 2px 10px;
    overflow: visible !important;
  }

  .primary-nav > ul > li.menu-item-4178:hover > .sub-menu,
  .primary-nav > ul > li.menu-item-4178.ih-menu-open > .sub-menu {
    display: grid !important;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu > li > a {
    min-height: 40px !important;
    padding: 7px 16px !important;
  }


  .primary-nav > ul > li.menu-item-has-children.ih-menu-open > a {
    color: #20313a !important;
    background: #f5f3f5;
  }

  .primary-nav > ul > li.menu-item-has-children.ih-menu-open > a .item_text {
    border-bottom: 0 !important;
  }

  .primary-nav .sub-menu li.menu-item-has-children.ih-menu-open > a {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.09) !important;
  }

  .primary-nav .sub-menu li.menu-item-has-children.ih-menu-open > a .item_text {
    border-bottom-color: transparent;
  }
}

/* Release 1.0.55: compact flyouts that remain adjacent to their parent item. */
@media (min-width: 1200px) {
  .primary-nav > ul > li.menu-item-4178 > .sub-menu > li > .sub-menu,
  .primary-nav > ul > li.menu-item-4178 > .sub-menu > li > .sub-menu li > .sub-menu {
    margin-left: 0 !important;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu > li > .sub-menu > li > a {
    min-height: 34px !important;
    padding: 5px 12px !important;
    font-size: 15.5px !important;
    line-height: 1.18 !important;
  }
}

/* Release 1.0.58: one-column Resources navigation with invisible wheel/keyboard scrolling. */
@media (min-width: 1200px) {
  .primary-nav > ul > li.menu-item-4178 > .sub-menu {
    display: block !important;
    width: min(420px, calc(100vw - 32px)) !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .primary-nav > ul > li.menu-item-4178:hover > .sub-menu,
  .primary-nav > ul > li.menu-item-4178.ih-menu-open > .sub-menu {
    display: block !important;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu .sub-menu {
    position: fixed !important;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu > li > a {
    width: 100%;
    min-height: 44px !important;
    padding: 9px 16px !important;
  }
}

/* Universal AI Assistant for Windows: Mindy-style editorial layout. */
.page-id-1657 .page-header .page-header_title {
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: 1.05 !important;
}
.page-id-1657 main .wgl-container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
}
.page-id-1657 main .wgl_col-12.ih-ai-assistant-content {
  display: block;
  width: 100%;
  padding: 18px 0 72px;
  color: #31444d;
  font-size: 17px;
  line-height: 1.75;
}
.ih-ai-assistant-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  margin: 30px 0 68px;
  border: 1px solid #e6e1e9;
  border-radius: 32px;
  background: linear-gradient(135deg, #fbf2ee 0%, #f0effb 100%);
  box-shadow: 0 24px 70px rgba(55, 66, 75, .10);
}
.ih-ai-assistant-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px);
}
.ih-ai-assistant-eyebrow {
  margin-bottom: 18px;
  color: #8b5a9f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}
.ih-ai-assistant-hero h2 {
  margin: 0 0 22px;
  color: #20313a;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.08;
}
.ih-ai-assistant-hero__copy > p {
  margin: 0;
  color: #53646c;
  font-size: 18px;
  line-height: 1.75;
}
.ih-ai-assistant-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 26px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.ih-ai-assistant-chips li {
  padding: 8px 13px;
  border: 1px solid rgba(139, 90, 159, .20);
  border-radius: 999px;
  color: #5c4770;
  background: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
}
.ih-ai-assistant-hero__visual {
  min-height: 500px;
  margin: 0;
}
.ih-ai-assistant-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}
.ih-ai-assistant-section {
  margin: 0 0 34px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid #e6e2e8;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(48, 62, 70, .07);
}
.ih-ai-assistant-section > h3 {
  margin: 0 0 26px;
  color: #20313a;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 650;
  line-height: 1.18;
}
.ih-ai-assistant-section--key-features > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ih-ai-assistant-section--key-features > ul > li {
  position: relative;
  min-height: 112px;
  padding: 22px 22px 20px 52px;
  border-radius: 20px;
  background: linear-gradient(145deg, #faf6f5, #f4f3fb);
}
.ih-ai-assistant-section--key-features > ul > li::before {
  position: absolute;
  top: 24px;
  left: 22px;
  width: 17px;
  height: 17px;
  border: 2px solid #8b5a9f;
  border-radius: 50%;
  content: '';
}
.ih-ai-assistant-section--key-features strong,
.ih-ai-assistant-section--getting-started strong {
  color: #20313a;
}
.ih-ai-assistant-section--getting-started {
  background: linear-gradient(135deg, #f4f1f9, #fbf4ef);
}
.ih-ai-assistant-section--getting-started > ol {
  display: grid;
  gap: 15px;
  margin: 0;
  padding-left: 28px;
}
.ih-ai-assistant-section--getting-started > ol > li {
  padding: 16px 20px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .76);
}
.ih-ai-assistant-section--troubleshooting {
  border-color: #e3dbe8;
  background: #263a43;
  color: #eef2f3;
}
.ih-ai-assistant-section--troubleshooting > h3,
.ih-ai-assistant-section--troubleshooting strong,
.ih-ai-assistant-section--troubleshooting code {
  color: #fff;
}
.ih-ai-assistant-section code {
  padding: 3px 8px;
  border-radius: 7px;
  background: rgba(139, 90, 159, .10);
  font-size: .9em;
  overflow-wrap: anywhere;
}
.ih-ai-assistant-section--troubleshooting code {
  background: rgba(255, 255, 255, .12);
}
.ih-ai-assistant-section--summary {
  text-align: center;
  background: linear-gradient(135deg, #fbf3ef, #efeffa);
}
.ih-ai-assistant-section--summary p {
  max-width: 780px;
  margin-inline: auto;
}
.ih-ai-assistant-content a {
  color: #72458a;
  font-weight: 700;
  text-underline-offset: 4px;
}
@media (max-width: 900px) {
  .ih-ai-assistant-hero {
    grid-template-columns: 1fr;
  }
  .ih-ai-assistant-hero__visual,
  .ih-ai-assistant-hero__visual img {
    min-height: 340px;
  }
}
@media (max-width: 640px) {
  .page-id-1657 main .wgl-container {
    width: min(100% - 20px, 1180px);
  }
  .ih-ai-assistant-hero {
    margin-top: 18px;
    border-radius: 24px;
  }
  .ih-ai-assistant-hero__copy {
    padding: 30px 24px;
  }
  .ih-ai-assistant-hero__visual,
  .ih-ai-assistant-hero__visual img {
    min-height: 250px;
  }
  .ih-ai-assistant-section {
    padding: 26px 22px;
    border-radius: 22px;
  }
  .ih-ai-assistant-section--key-features > ul {
    grid-template-columns: 1fr;
  }
}

/* Release 1.0.61: inline Resources accordion and Circadian Wellness editorial page. */
@media (min-width: 1200px) {
  .primary-nav > ul > li.menu-item-4178 > .sub-menu {
    width: min(448px, calc(100vw - 32px)) !important;
    padding: 14px !important;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu li > .sub-menu {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 2px 0 8px !important;
    padding: 7px 8px 8px 16px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 15px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    background: rgba(255, 255, 255, .055) !important;
    box-shadow: none !important;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu li.menu-item-has-children:hover > .sub-menu,
  .primary-nav > ul > li.menu-item-4178 > .sub-menu li.menu-item-has-children:focus-within > .sub-menu,
  .primary-nav > ul > li.menu-item-4178 > .sub-menu li.menu-item-has-children.ih-menu-open > .sub-menu {
    display: block !important;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu li.menu-item-has-children > a {
    border-radius: 13px !important;
    background: rgba(255, 255, 255, .035) !important;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu li.menu-item-has-children:hover > a,
  .primary-nav > ul > li.menu-item-4178 > .sub-menu li.menu-item-has-children.ih-menu-open > a,
  .primary-nav > ul > li.menu-item-4178 > .sub-menu li.menu-item-has-children:focus-within > a {
    color: #ffd8c8 !important;
    background: rgba(255, 255, 255, .10) !important;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu .sub-menu li > a {
    min-height: 36px !important;
    padding: 7px 11px !important;
    border-radius: 10px !important;
    font-size: 14.5px !important;
    line-height: 1.28 !important;
  }

  .primary-nav > ul > li.menu-item-4178 > .sub-menu .sub-menu .sub-menu {
    margin-left: 8px !important;
    padding-left: 12px !important;
    background: rgba(255, 255, 255, .045) !important;
  }
}

.page-id-1640 .page-header .page-header_title {
  font-size: clamp(42px, 5vw, 70px) !important;
  line-height: 1.05 !important;
}
.page-id-1640 main .wgl-container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
}
.page-id-1640 main .wgl_col-12.ih-circadian-content {
  display: block;
  width: 100%;
  padding: 18px 0 76px;
  color: #31444d;
  font-size: 17px;
  line-height: 1.75;
}
.ih-circadian-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  overflow: hidden;
  margin: 30px 0 64px;
  border: 1px solid #e5e1e8;
  border-radius: 32px;
  background: linear-gradient(135deg, #fbf3ef 0%, #efeffa 100%);
  box-shadow: 0 24px 70px rgba(48, 62, 70, .10);
}
.ih-circadian-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
}
.ih-circadian-eyebrow {
  margin-bottom: 18px;
  color: #8b5a9f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}
.ih-circadian-hero h3 {
  margin: 0 0 22px;
  color: #20313a;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 620;
  line-height: 1.08;
}
.ih-circadian-hero__copy > p {
  margin: 0;
  color: #53646c;
  font-size: 18px;
  line-height: 1.75;
}
.ih-circadian-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 26px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.ih-circadian-chips li {
  padding: 8px 13px;
  border: 1px solid rgba(139, 90, 159, .20);
  border-radius: 999px;
  color: #5c4770;
  background: rgba(255, 255, 255, .74);
  font-size: 13px;
  font-weight: 750;
}
.ih-circadian-hero__visual {
  min-height: 520px;
  margin: 0;
}
.ih-circadian-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.ih-circadian-features {
  margin: 0 0 58px;
}
.ih-circadian-features > h3,
.ih-circadian-section > h3,
.ih-circadian-science h3 {
  margin: 0 0 28px;
  color: #20313a;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 650;
  line-height: 1.16;
}
.ih-circadian-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ih-circadian-feature-card {
  padding: clamp(25px, 3vw, 36px);
  border: 1px solid #e7e2e9;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(48, 62, 70, .065);
}
.ih-circadian-feature-card:nth-child(2n) {
  background: linear-gradient(145deg, #fbf6f3, #f5f3fb);
}
.ih-circadian-feature-card h4 {
  margin: 0 0 18px;
  color: #20313a;
  font-size: clamp(21px, 2.2vw, 27px);
  font-weight: 650;
  line-height: 1.25;
}
.ih-circadian-feature-card ul,
.ih-circadian-section ul,
.ih-circadian-section ol {
  margin: 0;
  padding-left: 22px;
}
.ih-circadian-feature-card li,
.ih-circadian-section li {
  margin-bottom: 11px;
}
.ih-circadian-feature-card strong,
.ih-circadian-section strong,
.ih-circadian-science strong {
  color: #20313a;
}
.ih-circadian-science {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  margin: 0 0 34px;
  border-radius: 30px;
  color: #eef3f4;
  background: #273b44;
  box-shadow: 0 22px 58px rgba(36, 54, 62, .15);
}
.ih-circadian-science__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 58px);
}
.ih-circadian-science h3,
.ih-circadian-science strong {
  color: #fff;
}
.ih-circadian-science p {
  margin: 0 0 18px;
}
.ih-circadian-science__visual {
  min-height: 470px;
  margin: 0;
}
.ih-circadian-science__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}
.ih-circadian-section {
  margin: 0 0 24px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid #e7e2e9;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(48, 62, 70, .06);
}
.ih-circadian-section--open-source-licensing {
  background: linear-gradient(135deg, #f4f1f9, #fbf4ef);
}
.ih-circadian-section--open-source-licensing a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-top: 12px;
  padding: 10px 20px;
  border-radius: 999px;
  color: #fff !important;
  background: #795091;
  font-weight: 750;
  text-decoration: none !important;
}
.ih-circadian-section--who-is-it-for > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  padding: 0;
  list-style: none;
}
.ih-circadian-section--who-is-it-for > ul > li {
  margin: 0;
  padding: 15px 18px 15px 44px;
  border-radius: 16px;
  background: #f8f5f9;
}
.ih-circadian-section--getting-started {
  background: linear-gradient(135deg, #fbf3ef, #eff0fa);
}
.ih-circadian-section--getting-started > ol {
  display: grid;
  gap: 14px;
}
.ih-circadian-section--getting-started > ol > li {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
}
.ih-circadian-closing {
  margin: 30px 0 0 !important;
  padding: 24px 28px;
  border-left: 4px solid #8b5a9f;
  border-radius: 0 18px 18px 0;
  color: #20313a;
  background: rgba(255, 255, 255, .78);
  font-size: 20px;
  font-weight: 650;
}
.ih-circadian-content a {
  color: #72458a;
  font-weight: 700;
  text-underline-offset: 4px;
}
@media (max-width: 900px) {
  .ih-circadian-hero,
  .ih-circadian-science {
    grid-template-columns: 1fr;
  }
  .ih-circadian-feature-grid {
    grid-template-columns: 1fr;
  }
  .ih-circadian-hero__visual,
  .ih-circadian-hero__visual img {
    min-height: 350px;
  }
  .ih-circadian-science__visual,
  .ih-circadian-science__visual img {
    min-height: 340px;
  }
}
@media (max-width: 640px) {
  .page-id-1640 main .wgl-container {
    width: min(100% - 20px, 1180px);
  }
  .ih-circadian-hero {
    margin-top: 18px;
    border-radius: 24px;
  }
  .ih-circadian-hero__copy,
  .ih-circadian-science__copy {
    padding: 30px 24px;
  }
  .ih-circadian-hero__visual,
  .ih-circadian-hero__visual img {
    min-height: 260px;
  }
  .ih-circadian-science__visual,
  .ih-circadian-science__visual img {
    min-height: 270px;
  }
  .ih-circadian-section,
  .ih-circadian-feature-card {
    padding: 25px 22px;
    border-radius: 21px;
  }
  .ih-circadian-section--who-is-it-for > ul {
    grid-template-columns: 1fr;
  }
}
