:root {
  --announcement-bar-height: 40px;
  --site-header-height: var(--header-height, 80px);
  --site-chrome-offset: calc(var(--announcement-bar-height) + var(--site-header-height));
  --jh-text: #222222;
  --jh-text-secondary: #666666;
  --jh-text-muted: #777777;
  --jh-kicker: #13ae70;
  --jh-brand: #ffc501;
  --jh-brand-strong: #ffb800;
  --jh-surface: #f5f6f8;
  --jh-surface-card: #ffffff;
  --jh-radius-card: 28px;
  --jh-shadow-card: 0 22px 70px rgba(34, 34, 34, 0.08);
  --jh-section-x: clamp(20px, 5vw, 72px);
  --max-width-container: 1280px;
  --jh-section-bottom: clamp(48px, 8vw, 96px);
}

.announcement-bar {
  align-items: center;
  background: #0a0a0a;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  left: 0;
  letter-spacing: 0.01em;
  min-height: var(--announcement-bar-height);
  padding: 10px 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 101;
}

.announcement-bar__text {
  margin: 0;
}

.announcement-bar__highlight {
  color: var(--c-yellow, #ffc501);
}

body {
  margin: 0;
}

.site-shell a {
  color: inherit;
}

.site-shell {
  background: var(--jh-surface);
  color: var(--jh-text);
  font-family: Inter, Arial, sans-serif;
  min-height: 100vh;
  overflow-x: clip;
}

/* Site chrome above Untitled UI layers (tab buttons use z-10). */
.site-shell > .header,
.site-shell .header.header--sticky {
  background-color: var(--c-black, #222);
  isolation: isolate;
  z-index: 100;
}

/* Light marketing pages: opaque nav so scrolling content does not show through. */
.site-shell:has(.blog-index) .header.header--sticky .ui-background,
.site-shell:has(.faq-index) .header.header--sticky .ui-background,
.site-shell:has(.resources-index) .header.header--sticky .ui-background,
.site-shell:has(.privacy-policy) .header.header--sticky .ui-background {
  background-color: var(--c-black, #222);
  transform: translateY(0);
}

.site-shell:has(.privacy-policy) {
  background: #fff;
  color: #222;
}

.site-shell > .blog-index,
.site-shell > .faq-index,
.site-shell > .resources-index,
.site-shell > .privacy-policy {
  position: relative;
  z-index: 0;
}

.site-shell .header .btn--primary[href="/book-demo"],
.site-shell .menu-modal .btn--primary[href="/book-demo"] {
  background: linear-gradient(135deg, var(--jh-brand), var(--jh-brand-strong));
  box-shadow: 0 14px 34px rgba(255, 197, 1, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  color: var(--jh-text);
}

.site-shell .header .btn--primary[href="/book-demo"]:hover,
.site-shell .menu-modal .btn--primary[href="/book-demo"]:hover {
  transform: translateY(-1px);
}

.site-nav {
  align-items: center;
  background: #222;
  box-sizing: border-box;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  min-height: 70px;
  padding: 14px clamp(20px, 5vw, 72px);
  position: sticky;
  top: var(--announcement-bar-height);
  width: 100%;
  z-index: 99;
}

.site-logo {
  display: block;
  grid-column: 1;
  line-height: 0;
  text-decoration: none;
}

.site-brand-logo,
.site-logo img {
  display: block;
  height: clamp(24px, 3vw, 32px);
  width: auto;
}

/* Hide light-bg logo by default — specificity must beat rules above */
.site-logo img.site-brand-logo--on-light,
.header__brand img.site-brand-logo--on-light,
.footer-author.header__brand img.site-brand-logo--on-light {
  display: none;
}

.site-nav--light .site-logo img.site-brand-logo--on-dark,
.header--light .header__brand img.site-brand-logo--on-dark,
.header.ui-light .header__brand img.site-brand-logo--on-dark,
.header.header--collapsed .header__brand img.site-brand-logo--on-dark,
.menu-modal .header__brand img.site-brand-logo--on-dark {
  display: none;
}

.site-nav--light .site-logo img.site-brand-logo--on-light,
.header--light .header__brand img.site-brand-logo--on-light,
.header.ui-light .header__brand img.site-brand-logo--on-light,
.header.header--collapsed .header__brand img.site-brand-logo--on-light,
.menu-modal .header__brand img.site-brand-logo--on-light {
  display: block;
}

.header__brand {
  display: block;
  line-height: 0;
}

.site-links,
.site-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.site-links {
  grid-column: 2;
  justify-content: center;
}

.site-actions {
  grid-column: 3;
  justify-content: flex-end;
}

.site-links a,
.site-login,
.site-button {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 15px;
  text-decoration: none;
}

.site-links a,
.site-login {
  background: transparent;
  color: #fff;
  opacity: .86;
}

.site-links a:hover,
.site-login:hover {
  background: rgba(255, 255, 255, .08);
  opacity: 1;
}

.site-actions .site-button,
.site-button {
  border: 0;
  background: linear-gradient(135deg, #ffc501, #ffb800);
  box-shadow: 0 14px 34px rgba(255, 197, 1, 0.28), inset 0 1px 0 rgba(255, 255, 255, .42);
  color: #222 !important;
  cursor: pointer;
  opacity: 1 !important;
}

.site-button:hover {
  transform: translateY(-1px);
}

.site-hero {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
  padding: calc(var(--site-chrome-offset) + clamp(28px, 4vw, 48px)) var(--jh-section-x)
    clamp(28px, 4vw, 48px);
}

/* Article / detail pages — no .site-hero, title lives in main */
.site-shell > main.jh-ui {
  padding-top: calc(var(--site-chrome-offset) + clamp(24px, 3vw, 40px));
}

.site-kicker {
  color: #13ae70;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.site-hero h1 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 12px;
  max-width: 16em;
}

.site-hero p,
.site-card p,
.site-answer p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 38em;
}

.site-panel,
.site-card,
.site-answer,
.demo-form {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(34, 34, 34, 0.08);
}

.site-panel {
  align-self: start;
  padding: 24px;
}

.site-panel strong {
  display: block;
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 1;
}

.site-panel span {
  color: #777;
  display: block;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 8px;
}

.site-section {
  padding: 0 clamp(20px, 5vw, 72px) clamp(48px, 8vw, 96px);
}

.site-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-card,
.site-answer {
  padding: 28px;
}

.site-card h2,
.site-card h3,
.site-answer h2,
.demo-form h2 {
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 14px;
}

.site-card .tag {
  background: #f2f2f2;
  border-radius: 999px;
  color: #777;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
  padding: 8px 12px;
}

.faq-list {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  max-width: 980px;
}

.demo-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.demo-form {
  display: grid;
  gap: 16px;
  padding: 32px;
}

.demo-form label {
  color: #555;
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  background: #f5f6f8;
  border: 0;
  border-radius: 16px;
  color: #222;
  font: inherit;
  padding: 16px;
}

.demo-form textarea {
  min-height: 118px;
  resize: vertical;
}

.calendar-card {
  background: linear-gradient(135deg, #222, #383838);
  border-radius: 28px;
  color: #fff;
  padding: 32px;
}

.calendar-card h2 {
  color: #fff;
  font-size: 42px;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0 0 18px;
}

.calendar-card p:not(.site-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.calendar-days {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 24px;
}

.calendar-days span {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  display: grid;
  font-weight: 800;
  place-items: center;
}

.calendar-days .active {
  background: #ffc501;
  color: #222;
}

.site-footer {
  color: #777;
  padding: 24px clamp(20px, 5vw, 72px) 48px;
}

/* Untitled UI blog index — restore 4px spacing scale + chrome offset */
.blog-index {
  --spacing: 4px;
  --text-xs: calc(var(--spacing) * 3);
  --text-xs--line-height: calc(var(--spacing) * 4.5);
  --text-sm: calc(var(--spacing) * 3.5);
  --text-sm--line-height: calc(var(--spacing) * 5);
  --text-md: calc(var(--spacing) * 4);
  --text-md--line-height: calc(var(--spacing) * 6);
  --text-lg: calc(var(--spacing) * 4.5);
  --text-lg--line-height: calc(var(--spacing) * 7);
  --text-xl: calc(var(--spacing) * 5);
  --text-xl--line-height: calc(var(--spacing) * 7.5);
  --text-display-xs: calc(var(--spacing) * 6);
  --text-display-xs--line-height: calc(var(--spacing) * 8);
  --text-display-sm: calc(var(--spacing) * 7.5);
  --text-display-sm--line-height: calc(var(--spacing) * 9.5);
  --text-display-md: calc(var(--spacing) * 9);
  --text-display-md--line-height: calc(var(--spacing) * 11);
  --text-display-md--letter-spacing: -0.72px;
  --text-display-lg: calc(var(--spacing) * 12);
  --text-display-lg--line-height: calc(var(--spacing) * 15);
  --text-display-lg--letter-spacing: -0.96px;
  --text-display-xl: calc(var(--spacing) * 15);
  --text-display-xl--line-height: calc(var(--spacing) * 18);
  --text-display-xl--letter-spacing: -1.2px;
  --text-display-2xl: calc(var(--spacing) * 18);
  --text-display-2xl--line-height: calc(var(--spacing) * 22.5);
  --text-display-2xl--letter-spacing: -1.44px;
  font-size: 16px;
}

.blog-index h1.blog-index__title {
  font-size: var(--text-display-xl);
  font-weight: 600;
  letter-spacing: var(--text-display-xl--letter-spacing);
  line-height: var(--text-display-xl--line-height);
}

@media (min-width: 768px) {
  .blog-index h1.blog-index__title {
    font-size: var(--text-display-2xl);
    letter-spacing: var(--text-display-2xl--letter-spacing);
    line-height: var(--text-display-2xl--line-height);
  }
}

.blog-index :where(h1, h2, h3, h4, h5, h6, p) {
  margin: 0;
}

.blog-index :where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.site-shell .blog-index .blog-index__section {
  padding-top: calc(var(--site-chrome-offset) + 48px);
}

.blog-index__toolbar {
  margin-bottom: 48px;
  position: relative;
  z-index: 0;
}

.blog-index__toolbar [role="tab"] {
  z-index: auto !important;
}

.blog-index__grid {
  margin-top: 0;
}

.blog-index__empty {
  margin-top: 16px;
}

.blog-index__search input {
  font-family: var(--font-body, Inter, Arial, sans-serif);
}

.blog-index .blog-subscribe-card__button {
  background: linear-gradient(135deg, var(--jh-brand), var(--jh-brand-strong)) !important;
  box-shadow: 0 14px 34px rgba(255, 197, 1, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  color: #fff !important;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.blog-index .blog-subscribe-card__button:hover,
.blog-index .blog-subscribe-card__button[data-loading] {
  background: linear-gradient(135deg, var(--jh-brand-strong), #f5b800) !important;
  color: #fff !important;
}

.blog-index .blog-subscribe-card__button *:data-text {
  width: 100%;
  text-align: center;
}

.blog-index .blog-subscribe-card__button *:data-icon {
  color: rgb(255 255 255 / 0.7) !important;
}

.blog-index .blog-subscribe-card__button:hover *:data-icon {
  color: rgb(255 255 255 / 0.85) !important;
}

.blog-index .site-footer,
.site-shell:has(.blog-index) .site-footer,
.resources-index .site-footer,
.site-shell:has(.resources-index) .site-footer {
  color: var(--color-text-tertiary, #777);
  font-family: var(--font-body, Inter, Arial, sans-serif);
}

.site-shell:has(.privacy-policy) .site-footer {
  border-top: 1px solid #e8e8e8;
  color: #666;
  font-family: Inter, Arial, sans-serif;
}

/* Privacy policy — clean legal layout */
.privacy-policy {
  background: #fff;
  color: #222;
  font-family: Inter, Arial, sans-serif;
}

.site-shell .privacy-policy__section {
  padding: calc(var(--site-chrome-offset) + 48px) 0 clamp(48px, 8vw, 96px);
}

.privacy-policy__container {
  margin: 0 auto;
  max-width: 760px;
  padding: 0 clamp(20px, 5vw, 48px);
}

.privacy-policy__header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-bottom: 32px;
}

.privacy-policy h1.privacy-policy__title {
  color: #222;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 16px;
}

.privacy-policy__intro {
  color: #222;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 12px;
  max-width: 42em;
}

.privacy-policy__updated {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.privacy-policy__content {
  display: grid;
  gap: 0;
}

.privacy-policy__block {
  border-bottom: 1px solid #efefef;
  padding: 32px 0;
}

.privacy-policy__block:first-child {
  padding-top: 0;
}

.privacy-policy__block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.privacy-policy h2.privacy-policy__block-title {
  color: #222;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 16px;
}

.privacy-policy__paragraph {
  color: #222;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 14px;
  max-width: 68ch;
}

.privacy-policy__paragraph:last-child {
  margin-bottom: 0;
}

.privacy-policy__paragraph a,
.privacy-policy__footer-note a {
  color: #222;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #bbb;
  text-underline-offset: 3px;
}

.privacy-policy__paragraph a:hover,
.privacy-policy__footer-note a:hover {
  text-decoration-color: #222;
}

.privacy-policy__footer-note {
  border-top: 1px solid #e5e5e5;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 48px 0 0;
  padding-top: 28px;
}

/* Untitled UI marketing index pages — spacing scale + chrome offset */
.faq-index,
.resources-index {
  --spacing: 4px;
  --text-xs: calc(var(--spacing) * 3);
  --text-xs--line-height: calc(var(--spacing) * 4.5);
  --text-sm: calc(var(--spacing) * 3.5);
  --text-sm--line-height: calc(var(--spacing) * 5);
  --text-md: calc(var(--spacing) * 4);
  --text-md--line-height: calc(var(--spacing) * 6);
  --text-lg: calc(var(--spacing) * 4.5);
  --text-lg--line-height: calc(var(--spacing) * 7);
  --text-xl: calc(var(--spacing) * 5);
  --text-xl--line-height: calc(var(--spacing) * 7.5);
  --text-display-xs: calc(var(--spacing) * 6);
  --text-display-xs--line-height: calc(var(--spacing) * 8);
  --text-display-sm: calc(var(--spacing) * 7.5);
  --text-display-sm--line-height: calc(var(--spacing) * 9.5);
  --text-display-md: calc(var(--spacing) * 9);
  --text-display-md--line-height: calc(var(--spacing) * 11);
  --text-display-md--letter-spacing: -0.72px;
  --text-display-lg: calc(var(--spacing) * 12);
  --text-display-lg--line-height: calc(var(--spacing) * 15);
  --text-display-lg--letter-spacing: -0.96px;
  --text-display-xl: calc(var(--spacing) * 15);
  --text-display-xl--line-height: calc(var(--spacing) * 18);
  --text-display-xl--letter-spacing: -1.2px;
  --text-display-2xl: calc(var(--spacing) * 18);
  --text-display-2xl--line-height: calc(var(--spacing) * 22.5);
  --text-display-2xl--letter-spacing: -1.44px;
  --text-display-3xl: calc(var(--spacing) * 24);
  --text-display-3xl--line-height: calc(var(--spacing) * 28);
  --text-display-3xl--letter-spacing: -1.92px;
  font-size: 16px;
}

.faq-index h1.faq-index__title,
.resources-index h1.resources-index__title {
  font-size: var(--text-display-xl);
  font-weight: 600;
  letter-spacing: var(--text-display-xl--letter-spacing);
  line-height: var(--text-display-xl--line-height);
}

@media (min-width: 768px) {
  .faq-index h1.faq-index__title,
  .resources-index h1.resources-index__title {
    font-size: var(--text-display-2xl);
    letter-spacing: var(--text-display-2xl--letter-spacing);
    line-height: var(--text-display-2xl--line-height);
  }
}

.faq-index :where(h1, h2, h3, h4, h5, h6, p),
.resources-index :where(h1, h2, h3, h4, h5, h6, p) {
  margin: 0;
}

.faq-index :where(h1, h2, h3, h4, h5, h6),
.resources-index :where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.site-shell .faq-index__section,
.site-shell .resources-index__section {
  padding-top: calc(var(--site-chrome-offset) + 48px);
}

@media (max-width: 860px) {
  .site-hero,
  .site-grid,
  .demo-layout {
    grid-template-columns: 1fr;
  }

  .site-nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .site-links,
  .site-actions {
    justify-content: flex-start;
  }
}

/* Untitled/Tailwind content — override global.css heading scale (html 10px → 62px h2) */
.jh-ui {
  --spacing: 4px;
  color: #222;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.jh-ui :where(h1, h2, h3, h4, h5, h6, p) {
  margin: 0;
}

.jh-ui :where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.jh-ui .jh-card-title {
  color: #222;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 14px;
}

.jh-ui .jh-panel-title {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0 0 18px;
}

.jh-ui .jh-body-lg {
  color: #666;
  font-size: 18px;
  line-height: 1.45;
}

.jh-ui .jh-label {
  color: #555;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.jh-ui .jh-kicker {
  color: #13ae70;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.jh-ui .jh-panel-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

.jh-ui .jh-tag {
  background: #f2f2f2;
  border-radius: 999px;
  color: #777;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 18px;
  padding: 8px 12px;
}

.jh-ui input,
.jh-ui select,
.jh-ui textarea,
.jh-ui button {
  font: inherit;
}

.jh-ui input,
.jh-ui select,
.jh-ui textarea {
  appearance: none;
  background: #f5f6f8;
  border: 0;
  border-radius: 16px;
  box-sizing: border-box;
  color: #222;
  display: block;
  min-height: 0;
  padding: 14px 16px;
  width: 100%;
}

.jh-ui textarea {
  min-height: 118px;
  resize: vertical;
}

.jh-ui input:focus-visible,
.jh-ui select:focus-visible,
.jh-ui textarea:focus-visible {
  outline: 2px solid #ffc501;
  outline-offset: 1px;
}

.zoom-scheduler-embed {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(34, 34, 34, 0.08);
  margin: 0 auto;
  max-width: 1040px;
  overflow: hidden;
}

.zoom-scheduler-embed__frame {
  border: 0;
  display: block;
  height: min(1040px, calc(100vh - 180px));
  min-height: 900px;
  width: 100%;
}

.jh-booking-success {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 22px 70px rgba(34, 34, 34, 0.08);
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 16px;
  max-width: 980px;
  padding: 16px 20px;
}

.faq-split {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
}

.faq-split__main {
  min-width: 0;
}

.faq-split__aside {
  position: sticky;
  top: calc(var(--site-chrome-offset) + 16px);
}

.faq-aside-panel {
  background: var(--jh-surface-card);
  border-radius: var(--jh-radius-card);
  box-shadow: var(--jh-shadow-card);
  overflow: hidden;
  padding: 12px;
}

.faq-aside-panel__image {
  display: block;
  height: auto;
  width: 100%;
}

.jh-card-link {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.jh-card-link:hover {
  transform: translateY(-3px);
}

.jh-card-link__cta {
  color: var(--jh-kicker);
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 12px;
}

.jh-card-meta {
  color: var(--jh-text-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.jh-article {
  margin: 0 auto;
  max-width: 760px;
}

.jh-article--wide {
  max-width: var(--max-width-container, 1280px);
}

.jh-article--wide .jh-article__title {
  font-size: clamp(32px, 3.8vw, 48px);
  max-width: none;
}

.jh-article--wide .jh-article__lede {
  font-size: 19px;
  max-width: none;
}

.jh-article--wide .jh-article__header,
.jh-article--wide .jh-article__body,
.jh-article--wide .jh-article__cta,
.jh-article--wide .jh-article__related {
  padding-left: clamp(28px, 4vw, 48px);
  padding-right: clamp(28px, 4vw, 48px);
}

.jh-article--wide .jh-article__related-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 720px) {
  .jh-article--wide .jh-article__related-list {
    grid-template-columns: 1fr;
  }
}

.jh-article__back {
  color: #666;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
  text-decoration: none;
}

.jh-article__back:hover {
  color: #222;
}

.jh-article__header,
.jh-article__body,
.jh-article__cta {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(34, 34, 34, 0.08);
}

.jh-article__header {
  margin-bottom: 20px;
  padding: 32px 36px 28px;
}

.jh-article__title {
  color: #222;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin: 0 0 14px;
}

.jh-article__lede {
  color: #666;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.jh-article__meta {
  color: #777;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

.jh-article__body {
  margin-bottom: 20px;
  padding: 8px 36px 32px;
}

.jh-article__section + .jh-article__section {
  border-top: 1px solid #f0f0f0;
  margin-top: 28px;
  padding-top: 28px;
}

.jh-article__section-title {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 14px;
}

.jh-article__paragraph {
  color: #666;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 14px;
}

.jh-article__paragraph:last-child {
  margin-bottom: 0;
}

.jh-article__list {
  color: #666;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  padding-left: 1.2em;
}

.jh-article__list li + li {
  margin-top: 8px;
}

.jh-article__cta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 28px 32px;
}

.jh-article__cta-title {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
}

.jh-article__cta-copy {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  max-width: 36em;
}

.jh-article__cta-button {
  background: linear-gradient(135deg, #ffc501, #ffb800);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(255, 197, 1, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  color: #222;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  padding: 14px 22px;
  text-decoration: none;
  white-space: nowrap;
}

.jh-article__cta-button:hover {
  transform: translateY(-1px);
}

.jh-article__cta-copy a {
  color: var(--jh-text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jh-article__related {
  background: var(--jh-surface-card);
  border-radius: var(--jh-radius-card);
  box-shadow: var(--jh-shadow-card);
  margin-bottom: 20px;
  padding: 28px 32px;
}

.jh-article__related-title {
  color: var(--jh-text);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 16px;
}

.jh-article__related-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jh-article__related-link {
  align-items: flex-start;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.jh-article__related-link:hover {
  border-color: rgba(255, 197, 1, 0.45);
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.06);
}

.jh-article__related-tag {
  color: var(--jh-text-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jh-article__related-name {
  color: var(--jh-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 960px) {
  .faq-split {
    grid-template-columns: 1fr;
  }

  .faq-split__aside {
    display: none;
  }
}

@media (max-width: 640px) {
  .jh-article__header,
  .jh-article__body,
  .jh-article__cta,
  .jh-article__related {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Anchor the cookie consent dialog bottom-left, overriding the browser's
   default <dialog> centering styles (margin: auto). Left/right/bottom come
   from the legacy .cookie-consent rule in global.css. */
dialog.cookie-consent[open] {
  top: auto;
  margin: 0;
}

/* Header "Product" dropdown ------------------------------------------------ */
.header__nav-item--has-menu {
  position: relative;
}

.header__submenu-trigger {
  cursor: pointer;
}

.header__submenu-chevron {
  margin-left: 6px;
}

.header__submenu-chevron .icon {
  transition: transform 0.25s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.header__nav-item--has-menu:hover .header__submenu-chevron .icon,
.header__nav-item--has-menu:focus-within .header__submenu-chevron .icon {
  transform: rotate(180deg);
}

/* Transparent hover bridge so the pointer can travel from trigger to panel. */
.header__submenu {
  left: 50%;
  opacity: 0;
  padding-top: 14px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 8px);
  transition:
    opacity 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    transform 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    visibility 0s linear 0.2s;
  visibility: hidden;
  z-index: 20;
}

.header__nav-item--has-menu:hover .header__submenu,
.header__nav-item--has-menu:focus-within .header__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
}

.header__submenu-panel {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.06);
  border-radius: calc(var(--scale-px) * 16);
  box-shadow:
    0 24px 60px rgba(34, 34, 34, 0.16),
    0 4px 12px rgba(34, 34, 34, 0.08);
  min-width: calc(var(--scale-px) * 280);
  padding: calc(var(--scale-px) * 8);
}

.header__submenu-link {
  border-radius: calc(var(--scale-px) * 10);
  display: block;
  padding: calc(var(--scale-px) * 10) calc(var(--scale-px) * 14);
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  white-space: nowrap;
}

.header__submenu-link:hover,
.header__submenu-link:focus-visible {
  background: #f4f4f5;
}

.header__submenu-link-title {
  color: #222;
  display: block;
  font-size: calc(var(--scale-px) * 14);
  font-weight: 600;
  line-height: 1.3;
}

.header__submenu-link-desc {
  color: #8a8a8a;
  display: block;
  font-size: calc(var(--scale-px) * 12);
  line-height: 1.35;
  margin-top: 2px;
}
