.aj-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
}
.aj-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.aj-logo { height: 54px; width: auto; }
.aj-nav { display: flex; align-items: center; gap: 26px; font-weight: 600; color: var(--deep); }
.aj-nav a { padding: 10px 0; border-bottom: 2px solid transparent; }
.aj-nav a:hover,
.aj-nav a.is-active { color: var(--primary); border-color: var(--accent); }
.aj-header-actions { display: flex; align-items: center; gap: 12px; }
.aj-mobile-shortcut { display: none; color: var(--primary); font-weight: 700; }
.aj-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}
.aj-btn--icon-right {
  flex-direction: row-reverse;
}
.aj-btn__icon {
  font-size: 16px;
  line-height: 1;
  flex: 0 0 auto;
}
.aj-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(44, 128, 131, 0.18); }
.aj-btn-primary { background: var(--primary); color: var(--white); }
.aj-btn-primary:hover { background: var(--accent); }
.aj-btn-secondary { background: var(--white); color: var(--primary); border-color: var(--border); }
.aj-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: 6px;
  padding: 10px;
}
.aj-menu-toggle span:not(.aj-sr-only) { display: block; height: 2px; background: var(--primary); margin: 5px 0; }
.aj-mobile-menu { display: none; border-top: 1px solid var(--border); background: var(--white); }
.aj-mobile-menu-inner { padding-top: 18px; padding-bottom: 24px; display: grid; gap: 14px; }
.aj-section,
.aj-footer {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}
.aj-hero { padding: 92px 0; background: linear-gradient(180deg, var(--white), var(--bg)); }
.aj-hero-compact { padding: 74px 0; }
.aj-page-hero {
  padding: 46px 0 54px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 250, 0.96)),
    var(--bg);
}
.aj-procedure-index-hero {
  padding: 46px 0 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 250, 0.96)),
    var(--bg);
}
.aj-hero-grid,
.aj-two-column,
.aj-contact-grid,
.aj-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 54px;
  align-items: center;
}
.aj-content-grid { grid-template-columns: 310px minmax(0, 1fr); align-items: start; }
.aj-procedure-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: start;
}
.aj-hero-grid > *,
.aj-two-column > *,
.aj-contact-grid > *,
.aj-content-grid > *,
.aj-procedure-hero-grid > *,
.aj-faq-layout > *,
.aj-before-after-disclosure-grid > *,
.aj-cta-inner > * {
  min-width: 0;
}
.aj-page-hero-copy,
.aj-balanced-hero-copy {
  min-width: 0;
}
.aj-page-hero--text .aj-page-hero-copy {
  max-width: 760px;
}
.aj-page-hero .aj-breadcrumbs,
.aj-balanced-hero .aj-breadcrumbs {
  margin-bottom: 22px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
.aj-page-hero .aj-breadcrumbs a,
.aj-balanced-hero .aj-breadcrumbs a {
  font-weight: 650;
}
.aj-page-hero .aj-label,
.aj-balanced-hero .aj-label {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}
.aj-page-hero .aj-page-title,
.aj-balanced-hero .aj-page-title,
.aj-procedure-index-hero .aj-page-title {
  width: 100%;
  max-width: 620px;
  font-family: var(--font-body);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}
.aj-page-hero-copy > h2,
.aj-balanced-hero h2,
.aj-procedure-hero-copy h2 {
  width: 100%;
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 20px;
  overflow-wrap: break-word;
}
.aj-page-hero .aj-hero-copy,
.aj-balanced-hero-copy > p:not(.aj-label),
.aj-procedure-index-hero .aj-hero-copy {
  width: 100%;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.68;
  overflow-wrap: break-word;
}
.aj-balanced-hero {
  padding: 46px 0 54px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 250, 0.96)),
    var(--bg);
}
.aj-balanced-hero .aj-hero-grid {
  align-items: center;
}
.aj-page-hero .aj-hero-grid,
.aj-balanced-hero .aj-hero-grid { align-items: center; }
.aj-page-hero .aj-hero-media,
.aj-balanced-hero .aj-hero-media {
  min-height: 320px;
}
.aj-page-hero .aj-hero-media img,
.aj-balanced-hero .aj-hero-media img {
  min-height: 320px;
}
.aj-hero-copy { font-size: 19px; color: var(--deep); max-width: 720px; }
.aj-treatment-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 22px;
}
.aj-treatment-metrics span {
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 2px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--deep);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.aj-treatment-metrics strong {
  display: block;
  color: var(--primary);
  font-size: 22px;
  line-height: 1;
}
.aj-hero-media {
  min-height: 380px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--section);
  border: 1px solid var(--border);
}
.aj-hero-media img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; transition: transform 500ms ease; }
.aj-hero-media:hover img { transform: scale(1.035); }
.aj-section-visual-stack {
  display: grid;
  gap: 18px;
}
.aj-home-background-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.aj-home-background-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(58vw, 940px);
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.74) 36%, rgba(255, 255, 255, 0.42)),
    var(--aj-section-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.42;
}
.aj-section-soft.aj-home-background-section::before {
  background:
    linear-gradient(90deg, rgba(241, 246, 246, 0.96), rgba(241, 246, 246, 0.74) 36%, rgba(241, 246, 246, 0.42)),
    var(--aj-section-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.aj-home-background-section > .aj-container {
  position: relative;
  z-index: 1;
}
.aj-panel-media {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--section);
}
.aj-panel-media {
  min-height: 210px;
  margin: 0 0 22px;
}
.aj-panel-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 500ms ease;
}
.aj-panel-media:hover img {
  transform: scale(1.03);
}
.aj-treatment-start-panel {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 48px rgba(77, 99, 118, 0.10);
}
.aj-treatment-start-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.aj-treatment-start-head h2 {
  margin-bottom: 0;
  font-size: 22px;
}
.aj-treatment-start-head > span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
}
.aj-treatment-shortcut-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.aj-treatment-shortcut {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg);
  color: var(--deep);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.aj-treatment-shortcut img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--section);
}
.aj-treatment-shortcut span {
  display: grid;
  gap: 3px;
}
.aj-treatment-shortcut strong {
  color: var(--text);
  line-height: 1.15;
}
.aj-treatment-shortcut small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.aj-treatment-shortcut:hover,
.aj-treatment-shortcut:focus-visible,
.aj-treatment-shortcut.is-active {
  transform: translateY(-3px);
  border-color: var(--primary);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(44, 128, 131, 0.13);
}
.aj-treatment-shortcut.is-active strong,
.aj-treatment-shortcut:hover strong,
.aj-treatment-shortcut:focus-visible strong {
  color: var(--primary);
}
.aj-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 18px; }
.aj-actions-compact { margin-top: 22px; margin-bottom: 0; }
.aj-trust-note { color: var(--muted); font-weight: 500; }
.aj-card-grid,
.aj-procedure-grid,
.aj-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.aj-article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.aj-card,
.aj-side-panel,
.aj-contact-panel,
.aj-form,
.aj-step,
.aj-faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(77, 99, 118, 0.08);
}
.aj-card { padding: 28px; display: flex; flex-direction: column; min-height: 260px; transition: transform 180ms ease, box-shadow 180ms ease; }
.aj-card:hover { transform: translateY(-5px); box-shadow: 0 24px 56px rgba(77, 99, 118, 0.13); }
.aj-card-title { font-size: 21px; }
.aj-card p { color: var(--muted); }
.aj-card-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.aj-card-taxonomy {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: none;
}
.aj-article-card .aj-card-taxonomy {
  margin-bottom: 5px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.aj-article-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 4px 0 20px;
}
.aj-article-meta-row .aj-meta {
  margin: 0;
}
.aj-card-meta-row {
  width: 100%;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(221, 231, 234, 0.86);
}
.aj-card-meta-row .aj-meta {
  color: var(--soft);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}
.aj-article-card .aj-card-title {
  margin-bottom: 12px;
  line-height: 1.22;
}
.aj-meta-separator {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--soft);
  flex: 0 0 auto;
}
.aj-card-link { margin-top: auto; color: var(--primary); font-weight: 700; }
.aj-card-link--icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.aj-link-icon {
  font-size: 15px;
  line-height: 1;
  transition: transform 180ms ease;
}
.aj-card-link--icon:hover .aj-link-icon,
.aj-card-link--icon:focus-visible .aj-link-icon {
  transform: translateX(2px);
}
.aj-card-media { display: block; margin: -28px -28px 22px; height: 210px; overflow: hidden; border-radius: 8px 8px 0 0; background: var(--section); }
.aj-card-media:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.aj-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.aj-card:hover .aj-card-media img { transform: scale(1.04); }
.aj-procedure-card-media { height: 176px; }
.aj-procedure-card .aj-label { margin-top: 0; }
.aj-step-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.aj-step {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.aj-step-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(56, 165, 157, 0.14);
  color: var(--primary);
  font-size: 24px;
  line-height: 1;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.aj-step h3,
.aj-step p {
  transition: color 180ms ease;
}
.aj-step:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 42px rgba(44, 128, 131, 0.15);
}
.aj-step:hover .aj-step-icon {
  transform: translateY(-2px);
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(44, 128, 131, 0.18);
}
.aj-step:hover h3 {
  color: var(--primary);
}
.aj-step:hover p {
  color: var(--deep);
}
.aj-trust-block { display: grid; gap: 14px; }
.aj-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(241, 246, 246, 0.9);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.aj-trust-item-dot {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.aj-trust-item-icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex: 0 0 auto;
  transition: transform 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.aj-trust-item-icon-glyph {
  font-size: 20px;
  line-height: 1;
}
.aj-trust-item p {
  transition: color 180ms ease;
}
.aj-trust-item:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(44, 128, 131, 0.14);
}
.aj-trust-item:hover .aj-trust-item-dot {
  transform: scale(1.25);
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(56, 165, 157, 0.16);
}
.aj-trust-item:hover .aj-trust-item-icon {
  transform: scale(1.08);
  color: var(--primary);
}
.aj-trust-item:hover p {
  color: var(--deep);
}
.aj-form input,
.aj-form select,
.aj-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 6px;
  min-height: 48px;
  padding: 12px 14px;
  font: inherit;
  background: var(--white);
  color: var(--text);
}
.aj-filter-radio-group { display: flex; flex-wrap: wrap; gap: 10px; }
.aj-filter-radio {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--deep);
  border-radius: 999px;
  padding: 9px 15px 9px 12px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.aj-filter-radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.aj-filter-radio-mark {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 2px solid var(--soft);
  border-radius: 999px;
  background: var(--white);
}
.aj-filter-radio-mark::after {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--primary);
  content: "";
  transform: scale(0);
  transition: transform 160ms ease;
}
.aj-filter-radio:hover,
.aj-filter-radio:focus-within {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 12px 24px rgba(44, 128, 131, 0.12);
}
.aj-filter-radio input:focus-visible + .aj-filter-radio-mark {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.aj-filter-radio.is-active {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.aj-filter-radio.is-active .aj-filter-radio-mark {
  border-color: var(--white);
}
.aj-filter-radio.is-active .aj-filter-radio-mark::after {
  transform: scale(1);
}
.aj-filter-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.aj-filter-buttons button,
.aj-reset-filter {
  min-height: 40px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--deep);
  border-radius: 999px;
  padding: 9px 16px;
  font-weight: 700;
  cursor: pointer;
}
.aj-filter-buttons button.is-active { background: var(--primary); color: var(--white); border-color: var(--primary); }
.aj-no-results { padding: 24px; border: 1px solid var(--border); border-radius: 8px; background: var(--section); font-weight: 600; }
.aj-side-panel { padding: 26px; position: sticky; top: 112px; }
.aj-article-nav-panel {
  padding: 24px;
}
.aj-article-nav-panel h2 {
  margin-bottom: 18px;
  color: var(--deep);
  font-size: 22px;
  line-height: 1.2;
}
.aj-rich-content { background: var(--white); border-radius: 8px; }
.aj-rich-content h2 { margin-top: 36px; }
.aj-rich-content h2:first-child { margin-top: 0; }
.aj-rich-content ul,
.aj-side-panel ul { padding-left: 20px; }
.aj-rich-content li { margin-bottom: 10px; }
.aj-article-body {
  max-width: 780px;
  font-size: 16px;
}
.aj-article-intro {
  padding: 0;
  margin-bottom: 34px;
  color: var(--deep);
  font-weight: 500;
}
.aj-article-section {
  padding: 0;
  margin-top: 44px;
}
.aj-article-section h2 {
  color: var(--text);
  font-size: 28px;
  line-height: 1.18;
  margin-bottom: 14px;
  max-width: 780px;
}
.aj-article-toc {
  display: grid;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}
ul.aj-article-toc li {
  font-size: small;
}
.aj-article-toc a {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px 12px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--deep);
  font-weight: 700;
  line-height: 1.35;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.aj-article-toc a::before {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex: 0 0 auto;
  border: 2px solid var(--soft);
  border-radius: 999px;
  background: var(--white);
  content: "";
}
.aj-article-toc a:hover,
.aj-article-toc a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--accent);
  color: var(--primary);
  box-shadow: 0 12px 24px rgba(44, 128, 131, 0.12);
}
.aj-article-toc a.is-active {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.aj-article-toc a.is-active::before {
  border: 5px solid var(--white);
  background: var(--primary);
}
.aj-faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
.aj-faq-item {
  min-width: 0;
}
.aj-faq-item button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: var(--deep);
  font-weight: 700;
  text-align: left;
  white-space: normal;
  cursor: pointer;
}
.aj-faq-item button > span:first-child {
  overflow-wrap: anywhere;
  min-width: 0;
}
.aj-faq-toggle-icons {
  width: 20px;
  min-width: 20px;
  display: inline-grid;
  place-items: center;
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
}
.aj-faq-icon {
  grid-area: 1 / 1;
}
.aj-faq-icon-close {
  opacity: 0;
}
.aj-faq-item[data-open="true"] .aj-faq-icon-open {
  opacity: 0;
}
.aj-faq-item[data-open="true"] .aj-faq-icon-close {
  opacity: 1;
}
.aj-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  opacity: 0;
  transition: max-height 240ms ease, opacity 180ms ease, padding 180ms ease;
}
.aj-faq-item[data-open="true"] .aj-faq-answer {
  max-height: 600px;
  opacity: 1;
  padding: 0 20px 20px;
}
.aj-faq-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.aj-faq-topic-panel {
  position: sticky;
  top: 112px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(77, 99, 118, 0.08);
}
.aj-faq-topic-panel h2 {
  margin-bottom: 18px;
  font-size: 22px;
}
.aj-faq-radio-group {
  display: grid;
  gap: 10px;
}
.aj-faq-topic-radio {
  width: 100%;
  min-height: 50px;
  align-items: center;
  gap: 11px;
  padding: 12px 14px 12px 12px;
  border-radius: 8px;
}
.aj-faq-topic-radio > span:last-child {
  color: inherit;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
.aj-faq-category {
  padding-top: 18px;
  scroll-margin-top: 120px;
}
.aj-faq-category + .aj-faq-category {
  margin-top: 34px;
}
.aj-form { padding: 30px; display: grid; gap: 14px; }
.aj-form label { display: grid; gap: 8px; font-weight: 700; color: var(--deep); }
.aj-form-note { color: var(--muted); font-size: 14px; }
.aj-form-status { padding: 14px; border-radius: 6px; background: var(--section); color: var(--primary); font-weight: 700; }
.aj-form-status.is-error { color: #8a3c3c; }
.aj-contact-panel { padding: 30px; }
.aj-cta {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(36, 49, 58, 0.96), rgba(36, 49, 58, 0.86)),
    var(--aj-cta-image),
    var(--deep);
  background-position: center;
  background-size: cover;
  color: var(--white);
}
.aj-cta h2,
.aj-cta .aj-label { color: var(--white); }
.aj-cta .aj-label {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
}
.aj-cta h2 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.18;
}
.aj-cta p:not(.aj-label) {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.6;
}
.aj-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 72px;
  align-items: center;
}
.aj-cta-copy {
  min-width: 0;
}
.aj-cta-actions {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.aj-cta-actions .aj-btn {
  min-width: 204px;
}
.aj-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.aj-breadcrumbs a { color: var(--primary); font-weight: 700; }
.aj-image-placeholder { min-height: 220px; background: repeating-linear-gradient(135deg, var(--section), var(--section) 14px, var(--bg) 14px, var(--bg) 28px); border: 1px solid var(--border); border-radius: 8px; }
.aj-before-after-hero {
  background: linear-gradient(180deg, var(--white), var(--section));
}
.aj-before-after-disclosure-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 46px;
  align-items: start;
}
.aj-disclosure-list {
  display: grid;
  gap: 12px;
}
.aj-disclosure-list p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  color: var(--deep);
  font-weight: 600;
}
.aj-before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.aj-before-after-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(77, 99, 118, 0.08);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.aj-before-after-card-head {
  padding: 22px 22px 0;
}
.aj-before-after-card-head h2 {
  color: var(--text);
  font-size: 22px;
  margin-bottom: 6px;
  line-height: 1.22;
}
.aj-before-after-slider {
  position: relative;
  --position: 50%;
  inline-size: calc(100% - 44px);
  block-size: auto;
  aspect-ratio: 1 / 1;
  margin: 20px 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
}
.aj-before-after-image,
.aj-before-after-before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.aj-before-after-image {
  object-fit: cover;
}
.aj-before-after-before {
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
}
.aj-before-after-before .aj-before-after-image {
  width: 100%;
  max-width: 100%;
}
.aj-before-after-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 1px rgba(77, 99, 118, 0.14);
  transform: translateX(-50%);
  pointer-events: none;
}
.aj-before-after-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 3px solid var(--white);
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 10px 24px rgba(36, 49, 58, 0.22);
  transform: translate(-50%, -50%);
}
.aj-before-after-divider span::before,
.aj-before-after-divider span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
}
.aj-before-after-divider span::before {
  left: 11px;
  transform: translateY(-50%) rotate(-45deg);
}
.aj-before-after-divider span::after {
  right: 11px;
  transform: translateY(-50%) rotate(135deg);
}
.aj-before-after-slider input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.aj-before-after-tag {
  position: absolute;
  top: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--deep);
  font-size: 12px;
  font-weight: 700;
}
.aj-before-tag {
  left: 14px;
}
.aj-after-tag {
  right: 14px;
}
.aj-before-after-note {
  margin: auto 22px 22px;
  padding: 14px 0 0;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.aj-inventory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.aj-inventory-item {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
}
.aj-inventory-item h3 {
  font-size: 18px;
}
.aj-inventory-item p {
  margin-bottom: 6px;
  color: var(--muted);
}
.aj-footer {
  background: var(--deep);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.aj-footer-grid {
  display: grid;
  grid-template-columns: minmax(270px, 1.4fr) minmax(170px, 0.85fr) minmax(160px, 0.8fr) minmax(155px, 0.75fr) minmax(130px, 0.65fr);
  gap: 34px;
  padding-top: 58px;
  padding-bottom: 34px;
}
.aj-footer-logo { height: 58px; width: auto; margin-bottom: 18px; }
.aj-footer-name { font-weight: 700; }
.aj-footer a {
  display: block;
  margin: 0 0 10px;
  color: var(--white);
  opacity: 0.9;
}
.aj-footer a:hover { opacity: 1; }
a.aj-footer-link {
  font-size: small;
}
.aj-footer-brand a,
.aj-footer-brand p {
  font-size: small;
}
.aj-footer-link {
  min-height: 34px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 7px !important;
  padding: 5px 9px 5px 5px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  opacity: 1 !important;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.aj-footer-link-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.aj-footer-link span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.aj-footer-link:hover,
.aj-footer-link:focus-visible {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}
.aj-footer-link:hover .aj-footer-link-icon,
.aj-footer-link:focus-visible .aj-footer-link-icon {
  transform: scale(1.08);
  background: transparent;
  color: var(--accent);
}
.aj-footer h2 { color: var(--white); font-size: 14px; margin-bottom: 18px; }
.aj-footer-note {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 22px;
  padding-bottom: 20px;
}
.aj-footer-note p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  margin: 0;
}
.aj-footer-bottom { padding-bottom: 28px; }
.aj-footer-bottom p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  margin: 0;
}
