:root {
  --v2-graphite: #0f1113;
  --v2-ink: #171a1d;
  --v2-steel: #2b3036;
  --v2-slate: #4b5563;
  --v2-mist: #eef2f6;
  --v2-line: #d7dee8;
  --v2-off: #f6f7f5;
  --v2-white: #ffffff;
  --v2-green: #27ae60;
  --v2-green-dark: #15803d;
  --v2-green-deep: #0f7a3c;
  --v2-green-soft: #e8f7ee;
  --v2-blue: #2563eb;
  --v2-blue-soft: #eaf1ff;
  --v2-amber: #f59e0b;
  --v2-amber-soft: #fff7e6;
  --v2-danger: #e11d48;
  --v2-danger-soft: #fff1f2;
  --v2-bg: #f4f7f3;
  --v2-surface: #ffffff;
  --v2-surface-soft: #f8fbf7;
  --v2-surface-green: #effaf3;
  --v2-dark: #061011;
  --v2-dark-panel: #0b1718;
  --v2-dark-line: rgba(255, 255, 255, 0.12);
  --v2-text: var(--v2-ink);
  --v2-text-soft: var(--v2-slate);
  --v2-border: var(--v2-line);
  --v2-radius: 8px;
  --v2-radius-sm: 6px;
  --v2-shadow-xs: 0 8px 24px rgba(15, 17, 19, 0.06);
  --v2-shadow-sm: 0 16px 50px rgba(15, 17, 19, 0.08);
  --v2-shadow: 0 26px 80px rgba(15, 17, 19, 0.13);
  --v2-shadow-dark: 0 28px 90px rgba(2, 12, 11, 0.34);
  --v2-max: 1440px;
  --v2-max-wide: 1760px;
  --v2-page-x: clamp(28px, 5.2vw, 88px);
  --v2-section-y: clamp(64px, 6.4vw, 104px);
  --v2-gap: clamp(16px, 2vw, 28px);
  --v2-gap-lg: clamp(28px, 4vw, 56px);
  --z-ui-font: "Manrope", "Inter", "Segoe UI", Arial, sans-serif;
  --z-hero-black: #03090b;
  --z-hero-panel: #071012;
  --z-render-green: #20c463;
  --z-render-green-2: #31d878;
  --z-accent-green: #18a957;
  --z-accent-green-dark: #0f7a3c;
  --z-render-blue: #4a9cff;
  --z-icon-stroke: 1.42;
  --z-icon-stroke-soft: 1.24;
  --z-icon-stroke-strong: 1.62;
  --z-heading-weight: 680;
  --z-ui-weight: 520;
  --z-strong-weight: 660;
}

/* Directions catalogue */
.v2-directions-list-final .dir-list-page {
  color: var(--v2-ink);
  background: #ffffff;
}

.v2-directions-list-final [hidden] {
  display: none !important;
}

.v2-directions-list-final .dir-list-hero {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  color: #ffffff;
  background: #071011;
}

.v2-directions-list-final .dir-list-hero-media,
.v2-directions-list-final .dir-list-hero-media img,
.v2-directions-list-final .dir-list-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v2-directions-list-final .dir-list-hero-media img {
  object-fit: cover;
  object-position: center;
}

.v2-directions-list-final .dir-list-hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 10, 11, 0.98) 0%, rgba(3, 10, 11, 0.92) 38%, rgba(3, 10, 11, 0.54) 61%, rgba(3, 10, 11, 0.08) 100%),
    linear-gradient(0deg, rgba(3, 10, 11, 0.3), rgba(3, 10, 11, 0));
}

.v2-directions-list-final .dir-list-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 580px;
  padding-top: 24px;
  padding-bottom: 28px;
}

.v2-directions-list-final .dir-list-hero .v2-breadcrumbs {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
}

.v2-directions-list-final .dir-list-hero .v2-breadcrumbs a {
  color: rgba(255, 255, 255, 0.8);
}

.v2-directions-list-final .dir-list-hero-copy {
  width: 100%;
  max-width: 690px;
  margin-top: auto;
}

.v2-directions-list-final .dir-list-hero-copy h1 {
  max-width: 680px;
  margin: 12px 0 18px;
  color: #ffffff;
  font-size: 64px;
  font-weight: var(--z-heading-weight);
  line-height: 1.01;
  letter-spacing: 0;
}

.v2-directions-list-final .dir-list-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.55;
}

.v2-directions-list-final .dir-list-hero-copy .v2-actions {
  margin-top: 24px;
}

body.v2-template.v2-directions-list-final .dir-list-hero-secondary {
  color: #ffffff;
  background: rgba(6, 18, 18, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(8px);
}

body.v2-template.v2-directions-list-final .dir-list-hero-secondary:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.66);
}

.v2-directions-list-final .dir-list-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.v2-directions-list-final .dir-list-hero-stats > span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.v2-directions-list-final .dir-list-hero-stats > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.v2-directions-list-final .dir-list-hero-stats strong {
  color: #ffffff;
  font-size: 26px;
  font-weight: var(--z-heading-weight);
  line-height: 1;
}

.v2-directions-list-final .dir-list-hero-stats small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
}

.v2-directions-list-final .dir-list-catalog-section {
  padding: 30px 0 92px;
  background: #f4f7f4;
  scroll-margin-top: 88px;
}

.v2-directions-list-final .dir-list-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.v2-directions-list-final .dir-list-section-head h2,
.v2-directions-list-final .dir-list-route-copy h2,
.v2-directions-list-final .dir-list-seo-layout h2 {
  margin: 12px 0 0;
  color: var(--v2-ink);
  font-size: 48px;
  font-weight: var(--z-heading-weight);
  line-height: 1.08;
  letter-spacing: 0;
}

.v2-directions-list-final .dir-list-section-head > p {
  max-width: 560px;
  margin: 0;
  color: var(--v2-slate);
  font-size: 16px;
  line-height: 1.65;
}

.v2-directions-list-final .dir-list-toolbar {
  position: sticky;
  top: 86px;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce6e0;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(14, 29, 23, 0.08);
  backdrop-filter: blur(12px);
}

.v2-directions-list-final .dir-list-search {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 42px;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  padding: 0 7px 0 14px;
  background: #f4f7f4;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.v2-directions-list-final .dir-list-search:focus-within {
  background: #ffffff;
  border-color: rgba(23, 169, 87, 0.55);
  box-shadow: 0 0 0 4px rgba(23, 169, 87, 0.1);
}

.v2-directions-list-final .dir-list-search > :where(i, svg) {
  width: 22px;
  height: 22px;
  color: var(--v2-green-dark);
  stroke-width: var(--z-icon-stroke);
}

body.v2-template.v2-directions-list-final .dir-list-search input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0;
  color: var(--v2-ink);
  font: inherit;
  font-size: 16px;
  background: transparent;
  border: 0;
  outline: 0;
}

body.v2-template.v2-directions-list-final .dir-list-search input::-webkit-search-cancel-button {
  display: none;
}

.v2-directions-list-final .dir-list-search button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--v2-slate);
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.v2-directions-list-final .dir-list-search button:hover {
  color: var(--v2-ink);
  background: #e8eeea;
}

.v2-directions-list-final .dir-list-search button :where(i, svg) {
  width: 19px;
  height: 19px;
  stroke-width: var(--z-icon-stroke);
}

.v2-directions-list-final .dir-list-status {
  min-width: 230px;
  margin: 0 12px 0 0;
  color: var(--v2-slate);
  font-size: 14px;
  font-weight: 760;
  text-align: right;
}

.v2-directions-list-final .dir-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.v2-directions-list-final .dir-list-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 276px;
  padding: 22px;
  color: var(--v2-ink);
  background: #ffffff;
  border: 1px solid #dce6e0;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(13, 27, 22, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.v2-directions-list-final .dir-list-card:hover,
.v2-directions-list-final .dir-list-card:focus-visible {
  color: var(--v2-ink);
  transform: translateY(-3px);
  border-color: rgba(23, 169, 87, 0.52);
  box-shadow: 0 20px 44px rgba(13, 27, 22, 0.11);
  outline: 0;
}

.v2-directions-list-final .dir-list-card-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.v2-directions-list-final .dir-list-card-meta small,
.v2-directions-list-final .dir-list-card-meta em {
  font-size: 11px;
  font-style: normal;
  font-weight: 820;
  line-height: 1.2;
  text-transform: uppercase;
}

.v2-directions-list-final .dir-list-card-meta small {
  color: #89958f;
}

.v2-directions-list-final .dir-list-card-meta em {
  color: var(--v2-green-dark);
  text-align: right;
}

.v2-directions-list-final .dir-list-card-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  color: var(--v2-green-dark);
  background: #e9f6ee;
  border: 1px solid #cfe8d8;
  border-radius: 8px;
}

.v2-directions-list-final .dir-list-card-icon :where(i, svg) {
  width: 27px;
  height: 27px;
  stroke-width: var(--z-icon-stroke);
}

.v2-directions-list-final .dir-list-card-copy {
  display: block;
}

.v2-directions-list-final .dir-list-card-copy strong,
.v2-directions-list-final .dir-list-card-copy > span {
  display: block;
}

.v2-directions-list-final .dir-list-card-copy strong {
  margin-bottom: 8px;
  color: var(--v2-ink);
  font-size: 19px;
  font-weight: var(--z-strong-weight);
  line-height: 1.22;
}

.v2-directions-list-final .dir-list-card-copy > span {
  color: var(--v2-slate);
  font-size: 13px;
  line-height: 1.48;
}

.v2-directions-list-final .dir-list-card-link {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: var(--v2-green-dark);
  font-size: 13px;
  font-weight: 820;
}

.v2-directions-list-final .dir-list-card-link :where(i, svg) {
  width: 17px;
  height: 17px;
  stroke-width: var(--z-icon-stroke);
  transition: transform 0.18s ease;
}

.v2-directions-list-final .dir-list-card:hover .dir-list-card-link :where(i, svg) {
  transform: translate(2px, -2px);
}

.v2-directions-list-final .dir-list-empty {
  padding: 74px 24px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dce6e0;
  border-radius: 8px;
}

.v2-directions-list-final .dir-list-empty > :where(i, svg) {
  width: 40px;
  height: 40px;
  color: var(--v2-green-dark);
  stroke-width: 1.6;
}

.v2-directions-list-final .dir-list-empty h3 {
  margin: 18px 0 8px;
  font-size: 26px;
}

.v2-directions-list-final .dir-list-empty p {
  max-width: 520px;
  margin: 0 auto 24px;
  color: var(--v2-slate);
}

.v2-directions-list-final .dir-list-route-section {
  padding: 88px 0;
  color: #ffffff;
  background: #071110;
}

.v2-directions-list-final .dir-list-route-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: 72px;
  align-items: center;
}

.v2-directions-list-final .dir-list-route-copy h2 {
  color: #ffffff;
}

.v2-directions-list-final .dir-list-route-copy > p {
  max-width: 590px;
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.65;
}

.v2-directions-list-final .dir-list-route-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.v2-directions-list-final .dir-list-route-steps li {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.v2-directions-list-final .dir-list-route-steps li > span {
  color: #39cc79;
  font-size: 13px;
  font-weight: 850;
}

.v2-directions-list-final .dir-list-route-steps strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
}

.v2-directions-list-final .dir-list-route-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.5;
}

.v2-directions-list-final .dir-list-seo-section {
  padding: 88px 0;
  background: #ffffff;
}

.v2-directions-list-final .dir-list-seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.65fr);
  gap: 86px;
  align-items: start;
}

.v2-directions-list-final .dir-list-seo-layout > div > p {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--v2-slate);
  font-size: 16px;
  line-height: 1.72;
}

.v2-directions-list-final .dir-list-seo-aside {
  padding: 30px;
  background: #f4f7f4;
  border-top: 4px solid var(--v2-green);
}

.v2-directions-list-final .dir-list-seo-aside h3 {
  margin: 0 0 22px;
  color: var(--v2-ink);
  font-size: 22px;
  line-height: 1.2;
}

.v2-directions-list-final .dir-list-seo-aside ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-directions-list-final .dir-list-seo-aside li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--v2-slate);
  font-size: 14px;
  line-height: 1.45;
}

.v2-directions-list-final .dir-list-seo-aside li :where(i, svg) {
  width: 21px;
  height: 21px;
  color: var(--v2-green-dark);
  stroke-width: var(--z-icon-stroke);
}

.v2-directions-list-final .dir-list-seo-aside > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 26px;
  color: var(--v2-green-dark);
  font-size: 14px;
  font-weight: 820;
}

.v2-directions-list-final .dir-list-seo-aside > a :where(i, svg) {
  width: 18px;
  height: 18px;
  stroke-width: var(--z-icon-stroke);
}

@media (max-width: 1180px) {
  .v2-directions-list-final .dir-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v2-directions-list-final .dir-list-route-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
    gap: 54px;
  }
}

@media (max-width: 980px) {
  .v2-directions-list-final .dir-list-hero-copy h1 {
    max-width: 600px;
    font-size: 56px;
  }

  .v2-directions-list-final .dir-list-section-head,
  .v2-directions-list-final .dir-list-route-layout,
  .v2-directions-list-final .dir-list-seo-layout {
    grid-template-columns: 1fr;
  }

  .v2-directions-list-final .dir-list-section-head {
    gap: 18px;
  }

  .v2-directions-list-final .dir-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-directions-list-final .dir-list-route-layout,
  .v2-directions-list-final .dir-list-seo-layout {
    gap: 48px;
  }
}

@media (max-width: 700px) {
  .v2-directions-list-final .dir-list-hero,
  .v2-directions-list-final .dir-list-hero-inner {
    min-height: 680px;
  }

  .v2-directions-list-final .dir-list-hero-media img {
    object-position: 67% center;
  }

  .v2-directions-list-final .dir-list-hero-shade {
    background:
      linear-gradient(180deg, rgba(3, 10, 11, 0.26) 0%, rgba(3, 10, 11, 0.56) 28%, rgba(3, 10, 11, 0.94) 55%, #030a0b 100%),
      linear-gradient(90deg, rgba(3, 10, 11, 0.72), rgba(3, 10, 11, 0.12));
  }

  .v2-directions-list-final .dir-list-hero-inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .v2-directions-list-final .dir-list-hero-copy h1 {
    margin: 10px 0 16px;
    font-size: 40px;
    line-height: 1.04;
  }

  .v2-directions-list-final .dir-list-hero-copy > p {
    font-size: 16px;
    line-height: 1.5;
  }

  .v2-directions-list-final .dir-list-hero-copy .v2-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .v2-directions-list-final .dir-list-hero-copy .v2-btn {
    width: 100%;
  }

  .v2-directions-list-final .dir-list-hero-stats {
    margin-top: 22px;
    padding-top: 16px;
  }

  .v2-directions-list-final .dir-list-hero-stats > span {
    padding: 0 10px;
  }

  .v2-directions-list-final .dir-list-hero-stats strong {
    font-size: 21px;
  }

  .v2-directions-list-final .dir-list-hero-stats small {
    font-size: 10px;
  }

  .v2-directions-list-final .dir-list-catalog-section,
  .v2-directions-list-final .dir-list-route-section,
  .v2-directions-list-final .dir-list-seo-section {
    padding: 58px 0;
  }

  .v2-directions-list-final .dir-list-section-head h2,
  .v2-directions-list-final .dir-list-route-copy h2,
  .v2-directions-list-final .dir-list-seo-layout h2 {
    font-size: 34px;
  }

  .v2-directions-list-final .dir-list-toolbar {
    position: static;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 9px;
  }

  .v2-directions-list-final .dir-list-status {
    min-width: 0;
    margin: 0;
    padding: 0 6px 4px;
    text-align: left;
  }

  .v2-directions-list-final .dir-list-grid {
    grid-template-columns: 1fr;
  }

  .v2-directions-list-final .dir-list-card {
    min-height: 0;
  }

  .v2-directions-list-final .dir-list-card-copy strong {
    font-size: 18px;
  }

  .v2-directions-list-final .dir-list-route-layout,
  .v2-directions-list-final .dir-list-seo-layout {
    gap: 38px;
  }

  .v2-directions-list-final .dir-list-route-steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .v2-directions-list-final .dir-list-seo-aside {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2-directions-list-final .dir-list-card,
  .v2-directions-list-final .dir-list-card-link :where(i, svg) {
    transition: none;
  }
}

/* Automated price list */
body.v2-prices-final {
  background: var(--v2-bg);
}

.v2-prices-final .prc-hero {
  padding: 28px 0 70px;
  color: var(--v2-white);
  background: var(--v2-dark);
}

.v2-prices-final .prc-breadcrumbs {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.56);
}

.v2-prices-final .prc-breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
}

.v2-prices-final .prc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: 52px;
  align-items: stretch;
}

.v2-prices-final .prc-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 26px 0 4px;
}

.v2-prices-final .prc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 22px;
  color: var(--z-render-green-2);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.35;
}

.v2-prices-final .prc-kicker :is(i, svg) {
  width: 20px;
  height: 20px;
}

.v2-prices-final .prc-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--v2-white);
  font-size: 68px;
  font-weight: var(--z-heading-weight);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.v2-prices-final .prc-hero-copy > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.62;
}

.v2-prices-final .prc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.v2-prices-final .prc-hero .v2-btn-outline {
  color: var(--v2-white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.v2-prices-final .prc-hero .v2-btn :is(i, svg) {
  width: 18px;
  height: 18px;
}

.v2-prices-final .prc-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 38px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.v2-prices-final .prc-stats div {
  min-width: 0;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.v2-prices-final .prc-stats div:first-child {
  padding-left: 0;
  border-left: 0;
}

.v2-prices-final .prc-stats dt {
  margin: 0;
  color: var(--v2-white);
  font-size: 31px;
  font-weight: 750;
  line-height: 1;
}

.v2-prices-final .prc-stats dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.v2-prices-final .prc-hero-media {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--v2-radius);
  background: var(--v2-dark-panel);
}

.v2-prices-final .prc-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(3, 9, 11, 0.74), transparent 40%);
}

.v2-prices-final .prc-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51% center;
}

.v2-prices-final .prc-hero-media figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.v2-prices-final .prc-hero-media figcaption :is(i, svg) {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--z-render-green-2);
}

.v2-prices-final .prc-catalog {
  padding: 72px 0 84px;
  background: var(--v2-bg);
}

.v2-prices-final .prc-catalog-intro {
  max-width: 850px;
  margin-bottom: 30px;
}

.v2-prices-final .prc-catalog-intro h2,
.v2-prices-final .prc-factors-head h2,
.v2-prices-final .prc-cta h2 {
  margin: 0;
  color: var(--v2-ink);
  font-size: 42px;
  font-weight: var(--z-heading-weight);
  line-height: 1.08;
  letter-spacing: 0;
}

.v2-prices-final .prc-catalog-intro p,
.v2-prices-final .prc-factors-head p {
  max-width: 760px;
  margin: 15px 0 0;
  color: var(--v2-text-soft);
  font-size: 16px;
  line-height: 1.62;
}

.v2-prices-final .prc-toolbar {
  position: sticky;
  top: 100px;
  z-index: 25;
  display: grid;
  grid-template-columns: minmax(300px, 1.35fr) minmax(276px, auto) minmax(250px, 0.9fr) auto;
  gap: 16px;
  align-items: end;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  box-shadow: 0 18px 46px rgba(15, 17, 19, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.v2-prices-final .prc-toolbar label,
.v2-prices-final .prc-kind-filter {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.v2-prices-final .prc-toolbar label > span:first-child,
.v2-prices-final .prc-kind-filter > span {
  color: var(--v2-slate);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
}

.v2-prices-final .prc-search-control {
  position: relative;
  display: block;
}

.v2-prices-final .prc-search-control :is(i, svg) {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  color: var(--v2-slate);
  transform: translateY(-50%);
  pointer-events: none;
}

.v2-prices-final .prc-search input,
.v2-prices-final .prc-category-filter select {
  width: 100%;
  min-height: 50px;
  color: var(--v2-ink);
  background: var(--v2-surface-soft);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
}

.v2-prices-final .prc-search input {
  padding: 0 15px 0 46px;
}

.v2-prices-final .prc-category-filter select {
  padding: 0 38px 0 14px;
}

.v2-prices-final .prc-search input::placeholder {
  color: #7b8490;
}

.v2-prices-final .prc-segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 50px;
  padding: 4px;
  background: var(--v2-surface-soft);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
}

.v2-prices-final .prc-segmented button {
  min-width: 82px;
  padding: 0 13px;
  color: var(--v2-slate);
  background: transparent;
  border: 0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 720;
  line-height: 1;
  transition: color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.v2-prices-final .prc-segmented button.is-active {
  color: var(--v2-white);
  background: var(--v2-green-dark);
  box-shadow: 0 6px 16px rgba(21, 128, 61, 0.18);
}

.v2-prices-final .prc-print {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  color: var(--v2-ink);
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
}

.v2-prices-final .prc-print :is(i, svg) {
  width: 19px;
  height: 19px;
  color: var(--v2-green-dark);
}

.v2-prices-final .prc-print:active,
.v2-prices-final .prc-segmented button:active,
.v2-prices-final .prc-more:active {
  transform: translateY(1px);
}

.v2-prices-final .prc-toolbar-status {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 24px;
  padding-top: 2px;
  color: var(--v2-slate);
  font-size: 13px;
  font-weight: 650;
}

.v2-prices-final .prc-toolbar-status button {
  padding: 0;
  color: var(--v2-green-dark);
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 780;
}

.v2-prices-final .prc-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 38px 0 46px;
  border-top: 1px solid var(--v2-border);
  border-left: 1px solid var(--v2-border);
}

.v2-prices-final .prc-directory a {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.64);
  border-right: 1px solid var(--v2-border);
  border-bottom: 1px solid var(--v2-border);
  transition: color 0.16s ease, background 0.16s ease;
}

.v2-prices-final .prc-directory a:hover {
  color: var(--v2-green-dark);
  background: var(--v2-white);
}

.v2-prices-final .prc-directory a :is(i, svg) {
  width: 24px;
  height: 24px;
  color: var(--v2-green);
}

.v2-prices-final .prc-directory a span {
  min-width: 0;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.35;
}

.v2-prices-final .prc-directory a strong {
  min-width: 28px;
  color: var(--v2-slate);
  font-size: 12px;
  font-weight: 780;
  text-align: right;
}

.v2-prices-final .prc-price-sections {
  display: grid;
  gap: 22px;
}

.v2-prices-final .prc-price-section {
  scroll-margin-top: 204px;
  overflow: hidden;
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-xs);
}

.v2-prices-final .prc-price-section[hidden],
.v2-prices-final .prc-directory a[hidden],
.v2-prices-final .prc-empty[hidden],
.v2-prices-final .prc-more[hidden],
.v2-prices-final [data-price-reset][hidden] {
  display: none !important;
}

.v2-prices-final .prc-section-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
  background: var(--v2-surface-soft);
  border-bottom: 1px solid var(--v2-border);
}

.v2-prices-final .prc-section-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border: 1px solid rgba(39, 174, 96, 0.24);
  border-radius: var(--v2-radius);
}

.v2-prices-final .prc-section-icon :is(i, svg) {
  width: 27px;
  height: 27px;
}

.v2-prices-final .prc-section-head h2 {
  margin: 0;
  color: var(--v2-ink);
  font-size: 25px;
  font-weight: var(--z-strong-weight);
  line-height: 1.2;
  letter-spacing: 0;
}

.v2-prices-final .prc-section-head h2 a:hover {
  color: var(--v2-green-dark);
}

.v2-prices-final .prc-section-head p {
  max-width: 850px;
  margin: 6px 0 0;
  color: var(--v2-slate);
  font-size: 13px;
  line-height: 1.5;
}

.v2-prices-final .prc-section-count {
  min-width: 106px;
  padding: 9px 12px;
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border-radius: var(--v2-radius-sm);
  font-size: 12px;
  font-weight: 780;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.v2-prices-final .prc-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.v2-prices-final .prc-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.v2-prices-final .prc-table th {
  padding: 14px 20px;
  color: #69737f;
  background: var(--v2-white);
  border-bottom: 1px solid var(--v2-border);
  font-size: 10px;
  font-weight: 780;
  line-height: 1.3;
  text-align: left;
}

.v2-prices-final .prc-table th:first-child {
  width: 62%;
  padding-left: 26px;
}

.v2-prices-final .prc-table th:nth-child(2) {
  width: 19%;
}

.v2-prices-final .prc-table th:nth-child(3) {
  width: 19%;
  padding-right: 26px;
  text-align: right;
}

.v2-prices-final .prc-table tbody tr {
  transition: background 0.14s ease;
}

.v2-prices-final .prc-table tbody tr:hover {
  background: #fbfdfb;
}

.v2-prices-final .prc-table tbody tr[hidden] {
  display: none;
}

.v2-prices-final .prc-table td {
  padding: 17px 20px;
  border-bottom: 1px solid #e7ebef;
  vertical-align: middle;
}

.v2-prices-final .prc-table tbody tr:last-child td {
  border-bottom: 0;
}

.v2-prices-final .prc-table td:first-child {
  padding-left: 26px;
}

.v2-prices-final .prc-table td:last-child {
  padding-right: 26px;
}

.v2-prices-final .prc-name-cell a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 15px;
  align-items: center;
  color: var(--v2-ink);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.45;
}

.v2-prices-final .prc-name-cell a:hover {
  color: var(--v2-green-dark);
}

.v2-prices-final .prc-name-cell a :is(i, svg) {
  width: 20px;
  height: 20px;
  color: var(--v2-green);
  transition: transform 0.16s ease;
}

.v2-prices-final .prc-name-cell a:hover :is(i, svg) {
  transform: translateX(3px);
}

.v2-prices-final .prc-duration-cell > span {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--v2-slate);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.45;
}

.v2-prices-final .prc-duration-cell :is(i, svg) {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--v2-green);
}

.v2-prices-final .prc-price-cell {
  text-align: right;
}

.v2-prices-final .prc-price-cell > span {
  display: block;
}

.v2-prices-final .prc-price-cell strong {
  display: block;
  color: var(--v2-ink);
  font-size: 16px;
  font-weight: 780;
  line-height: 1.25;
}

.v2-prices-final .prc-price-cell small {
  display: block;
  margin-top: 4px;
  color: var(--v2-slate);
  font-size: 11px;
  line-height: 1.35;
}

.v2-prices-final .prc-more {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--v2-green-dark);
  background: var(--v2-surface-soft);
  border: 0;
  border-top: 1px solid var(--v2-border);
  font-size: 13px;
  font-weight: 780;
}

.v2-prices-final .prc-more :is(i, svg) {
  width: 18px;
  height: 18px;
}

.v2-prices-final .prc-section-empty {
  padding: 28px 26px;
  color: var(--v2-slate);
  font-size: 14px;
}

.v2-prices-final .prc-empty {
  max-width: 720px;
  margin: 28px auto 0;
  padding: 44px;
  text-align: center;
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
}

.v2-prices-final .prc-empty > :is(i, svg) {
  width: 40px;
  height: 40px;
  margin: 0 auto 18px;
  color: var(--v2-green);
}

.v2-prices-final .prc-empty h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.18;
}

.v2-prices-final .prc-empty p {
  margin: 12px auto 22px;
  color: var(--v2-slate);
  line-height: 1.55;
}

.v2-prices-final .prc-note {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 22px;
  color: #185b35;
  background: var(--v2-green-soft);
  border: 1px solid rgba(39, 174, 96, 0.24);
  border-radius: var(--v2-radius);
}

.v2-prices-final .prc-note :is(i, svg) {
  width: 25px;
  height: 25px;
}

.v2-prices-final .prc-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.v2-prices-final .prc-factors {
  padding: 76px 0 82px;
  background: var(--v2-white);
}

.v2-prices-final .prc-factors-head {
  max-width: 880px;
}

.v2-prices-final .prc-factor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid var(--v2-border);
  border-bottom: 1px solid var(--v2-border);
}

.v2-prices-final .prc-factor-grid article {
  min-width: 0;
  padding: 30px 34px 34px;
  border-left: 1px solid var(--v2-border);
}

.v2-prices-final .prc-factor-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.v2-prices-final .prc-factor-grid article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border-radius: var(--v2-radius);
}

.v2-prices-final .prc-factor-grid article > span :is(i, svg) {
  width: 24px;
  height: 24px;
}

.v2-prices-final .prc-factor-grid h3 {
  margin: 20px 0 0;
  color: var(--v2-ink);
  font-size: 19px;
  font-weight: var(--z-strong-weight);
  line-height: 1.3;
}

.v2-prices-final .prc-factor-grid p {
  margin: 10px 0 0;
  color: var(--v2-slate);
  font-size: 14px;
  line-height: 1.58;
}

.v2-prices-final .prc-cta {
  padding: 54px 0;
  color: var(--v2-white);
  background: var(--v2-dark);
}

.v2-prices-final .prc-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.v2-prices-final .prc-cta h2 {
  color: var(--v2-white);
  font-size: 36px;
}

.v2-prices-final .prc-cta p {
  max-width: 760px;
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.55;
}

.v2-prices-final .prc-cta .v2-btn {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .v2-prices-final .prc-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: 34px;
  }

  .v2-prices-final .prc-hero h1 {
    font-size: 56px;
  }

  .v2-prices-final .prc-toolbar {
    grid-template-columns: minmax(300px, 1fr) minmax(260px, auto) minmax(240px, 0.8fr);
  }

  .v2-prices-final .prc-print {
    grid-column: 3;
    justify-self: end;
    width: fit-content;
    min-height: 36px;
    margin-top: -50px;
  }

  .v2-prices-final .prc-directory {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .v2-prices-final .prc-hero-grid {
    grid-template-columns: 1fr;
  }

  .v2-prices-final .prc-hero-media {
    min-height: 390px;
  }

  .v2-prices-final .prc-toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
  }

  .v2-prices-final .prc-search {
    grid-column: 1 / -1;
  }

  .v2-prices-final .prc-category-filter {
    grid-column: 1;
  }

  .v2-prices-final .prc-print {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    width: 100%;
    min-height: 50px;
    margin: 0;
  }

  .v2-prices-final .prc-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-prices-final .prc-table th:first-child {
    width: 56%;
  }

  .v2-prices-final .prc-table th:nth-child(2),
  .v2-prices-final .prc-table th:nth-child(3) {
    width: 22%;
  }
}

@media (max-width: 720px) {
  .v2-prices-final .prc-hero {
    padding: 22px 0 48px;
  }

  .v2-prices-final .prc-breadcrumbs {
    margin-bottom: 22px;
  }

  .v2-prices-final .prc-hero-copy {
    padding-top: 8px;
  }

  .v2-prices-final .prc-kicker {
    margin-bottom: 17px;
    font-size: 12px;
  }

  .v2-prices-final .prc-hero h1 {
    font-size: 43px;
    line-height: 1.04;
  }

  .v2-prices-final .prc-hero-copy > p {
    margin-top: 18px;
    font-size: 16px;
  }

  .v2-prices-final .prc-hero-actions .v2-btn {
    flex: 1 1 220px;
  }

  .v2-prices-final .prc-stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .v2-prices-final .prc-stats div,
  .v2-prices-final .prc-stats div:first-child {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 0 0 14px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .v2-prices-final .prc-stats div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .v2-prices-final .prc-stats dd {
    margin: 0;
  }

  .v2-prices-final .prc-hero-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .v2-prices-final .prc-hero-media figcaption {
    right: 16px;
    bottom: 15px;
    left: 16px;
    font-size: 12px;
  }

  .v2-prices-final .prc-catalog {
    padding: 54px 0 64px;
  }

  .v2-prices-final .prc-catalog-intro h2,
  .v2-prices-final .prc-factors-head h2,
  .v2-prices-final .prc-cta h2 {
    font-size: 34px;
  }

  .v2-prices-final .prc-toolbar {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .v2-prices-final .prc-search,
  .v2-prices-final .prc-category-filter,
  .v2-prices-final .prc-print {
    grid-column: 1;
    grid-row: auto;
  }

  .v2-prices-final .prc-kind-filter {
    min-width: 0;
  }

  .v2-prices-final .prc-print {
    justify-self: stretch;
  }

  .v2-prices-final .prc-toolbar-status {
    align-items: flex-start;
  }

  .v2-prices-final .prc-directory {
    grid-template-columns: 1fr;
    margin: 28px 0 34px;
  }

  .v2-prices-final .prc-directory a {
    min-height: 60px;
  }

  .v2-prices-final .prc-price-section {
    scroll-margin-top: 90px;
  }

  .v2-prices-final .prc-section-head {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 20px 18px;
  }

  .v2-prices-final .prc-section-icon {
    width: 46px;
    height: 46px;
  }

  .v2-prices-final .prc-section-head h2 {
    font-size: 21px;
  }

  .v2-prices-final .prc-section-count {
    grid-column: 2;
    justify-self: start;
    min-width: 0;
  }

  .v2-prices-final .prc-table,
  .v2-prices-final .prc-table tbody,
  .v2-prices-final .prc-table tr,
  .v2-prices-final .prc-table td {
    display: block;
    width: 100%;
  }

  .v2-prices-final .prc-table thead {
    display: none;
  }

  .v2-prices-final .prc-table tbody tr {
    padding: 18px;
    border-bottom: 1px solid var(--v2-border);
  }

  .v2-prices-final .prc-table tbody tr:last-child {
    border-bottom: 0;
  }

  .v2-prices-final .prc-table td,
  .v2-prices-final .prc-table td:first-child,
  .v2-prices-final .prc-table td:last-child {
    padding: 0;
    border: 0;
    text-align: left;
  }

  .v2-prices-final .prc-name-cell a {
    font-size: 15px;
  }

  .v2-prices-final .prc-duration-cell,
  .v2-prices-final .prc-price-cell {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-top: 14px;
    padding-top: 14px !important;
    border-top: 1px solid #e7ebef !important;
  }

  .v2-prices-final .prc-duration-cell::before,
  .v2-prices-final .prc-price-cell::before {
    content: attr(data-label);
    color: #69737f;
    font-size: 10px;
    font-weight: 780;
    line-height: 1.4;
  }

  .v2-prices-final .prc-price-cell strong,
  .v2-prices-final .prc-price-cell small {
    text-align: left;
  }

  .v2-prices-final .prc-price-cell small {
    grid-column: 2;
  }

  .v2-prices-final .prc-note {
    align-items: start;
  }

  .v2-prices-final .prc-factors {
    padding: 58px 0 64px;
  }

  .v2-prices-final .prc-factor-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .v2-prices-final .prc-factor-grid article,
  .v2-prices-final .prc-factor-grid article:first-child {
    padding: 24px 0;
    border-left: 0;
    border-top: 1px solid var(--v2-border);
  }

  .v2-prices-final .prc-factor-grid article:first-child {
    border-top: 0;
  }

  .v2-prices-final .prc-cta-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v2-prices-final .prc-cta .v2-btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .v2-prices-final .prc-hero h1 {
    font-size: 39px;
  }

  .v2-prices-final .prc-segmented button {
    min-width: 0;
    padding: 0 8px;
    font-size: 12px;
  }

  .v2-prices-final .prc-duration-cell,
  .v2-prices-final .prc-price-cell {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .v2-prices-final .prc-empty {
    padding: 32px 20px;
  }
}

@media print {
  .v2-prices-final .v2-header,
  .v2-prices-final .prc-hero-media,
  .v2-prices-final .prc-hero-actions,
  .v2-prices-final .prc-toolbar,
  .v2-prices-final .prc-directory,
  .v2-prices-final .prc-more,
  .v2-prices-final .prc-note,
  .v2-prices-final .prc-factors,
  .v2-prices-final .prc-cta,
  .v2-prices-final .v2-footer {
    display: none !important;
  }

  body.v2-prices-final,
  .v2-prices-final .prc-hero,
  .v2-prices-final .prc-catalog {
    color: #000;
    background: #fff;
  }

  .v2-prices-final .prc-hero {
    padding: 0 0 24px;
  }

  .v2-prices-final .prc-hero-grid {
    display: block;
  }

  .v2-prices-final .prc-hero h1,
  .v2-prices-final .prc-stats dt {
    color: #000;
  }

  .v2-prices-final .prc-hero-copy > p,
  .v2-prices-final .prc-stats dd {
    color: #333;
  }

  .v2-prices-final .prc-price-section,
  .v2-prices-final .prc-price-section[hidden] {
    display: block !important;
    margin-bottom: 14px;
    break-inside: avoid;
    box-shadow: none;
  }

  .v2-prices-final .prc-table tbody tr[hidden] {
    display: table-row !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--z-ui-font);
  color: var(--v2-ink);
  background: var(--v2-off);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.v2-menu-open {
  overflow: hidden;
}

.v2-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  min-height: 44px;
  padding: 12px 16px;
  color: #ffffff;
  background: var(--v2-green-dark);
  border-radius: 6px;
  font-weight: 780;
  transform: translateY(-160%);
  transition: transform 0.16s ease;
}

.v2-skip-link:focus {
  transform: translateY(0);
}

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

a {
  color: inherit;
  text-decoration: none;
}

body.v2-template :where([data-lucide], svg) {
  stroke-width: var(--z-icon-stroke);
  vector-effect: non-scaling-stroke;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.v2-container {
  width: min(var(--v2-max), calc(100% - 48px));
  margin: 0 auto;
}

.v2-header .v2-container {
  width: min(var(--v2-max-wide), calc(100% - 88px));
}

.v2-header {
  position: sticky;
  top: 0;
  z-index: 80;
  color: var(--v2-white);
  background: rgba(2, 7, 8, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.v2-nav {
  min-height: 88px;
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr) minmax(360px, auto);
  gap: clamp(18px, 1.8vw, 30px);
  align-items: center;
}

.v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.v2-brand-mark {
  width: 46px;
  height: 46px;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--v2-graphite);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(145deg, #fff 0%, #d9dee4 52%, #101315 53%);
  border-radius: var(--v2-radius);
  overflow: hidden;
}

.v2-brand-mark::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 1px;
  width: 14px;
  height: 38px;
  background: var(--v2-green);
  transform: skewX(-34deg);
}

.v2-brand-mark span {
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}

.v2-brand-text strong {
  display: block;
  color: var(--v2-white);
  font-size: 30px;
  line-height: 0.92;
  letter-spacing: 0;
}

.v2-brand-text small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.v2-header .v2-brand-mark {
  display: none;
}

.v2-header .v2-brand-text {
  display: grid;
  grid-template-columns: auto minmax(132px, 190px);
  gap: clamp(16px, 1.25vw, 22px);
  align-items: center;
}

.v2-header .v2-brand-text strong {
  position: relative;
  font-size: clamp(34px, 2.45vw, 46px);
  line-height: 0.86;
  font-weight: 950;
  letter-spacing: 0;
}

.v2-header .v2-brand-text strong::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 1px;
}

.v2-header .v2-brand-text small {
  margin: 0;
  max-width: 190px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.24;
}

.v2-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.7vw, 34px);
  min-width: 0;
}

.v2-menu a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 750;
  white-space: nowrap;
  transition: color 0.18s ease, transform 0.18s ease;
}

.v2-menu a:hover {
  color: var(--v2-white);
  transform: translateY(-1px);
}

.v2-menu a > i[data-lucide="chevron-down"] {
  display: none;
}

.v2-menu a::after {
  content: none;
}

.v2-menu .v2-menu-link--dropdown::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 2px;
  margin-top: -4px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.84;
}

.v2-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: clamp(15px, 1.35vw, 24px);
  min-height: 88px;
  padding-left: clamp(18px, 1.5vw, 28px);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.v2-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 176px;
  color: var(--v2-white);
}

.v2-phone span {
  display: grid;
  gap: 6px;
}

.v2-phone strong {
  font-size: 17px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.v2-phone small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  white-space: nowrap;
}

.v2-phone :is(i, svg) {
  display: none;
}

.v2-btn,
.v2-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--v2-radius);
  font-weight: 800;
  line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.v2-btn {
  padding: 0 20px;
}

.v2-btn:hover,
.v2-icon-btn:hover {
  transform: translateY(-1px);
}

.v2-btn-primary {
  color: var(--v2-white);
  background: var(--v2-green);
}

.v2-btn-primary:hover {
  background: var(--v2-green-dark);
}

.v2-btn-blue {
  color: var(--v2-white);
  background: var(--v2-blue);
}

.v2-btn-outline {
  color: inherit;
  background: transparent;
  border-color: currentColor;
}

.v2-btn-outline.dark {
  color: var(--v2-ink);
  border-color: var(--v2-line);
}

.v2-icon-btn {
  width: 48px;
  padding: 0;
  color: var(--v2-white);
  background: transparent;
  border-color: transparent;
  border-radius: 0;
}

.v2-header .v2-icon-btn {
  display: inline-flex;
}

.v2-icon-btn :is(i, svg) {
  width: 23px;
  height: 23px;
  stroke-width: 1.75;
}

.v2-header [data-v2-menu-toggle] {
  display: none;
}

.v2-header-cta {
  width: 58px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--v2-white);
  background: var(--v2-green);
  border-radius: 16px;
  transition: transform 0.18s ease, background 0.18s ease;
}

.v2-header-cta:hover {
  transform: translateY(-1px);
  background: var(--v2-green-dark);
}

.v2-header-cta :is(i, svg) {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.v2-mobile-menu {
  display: none;
}

.v2-main {
  overflow: hidden;
}

.v2-legacy-intro {
  padding: 48px 0 26px;
  background: linear-gradient(180deg, #ffffff 0%, var(--v2-off) 100%);
  border-bottom: 1px solid var(--v2-line);
}

.v2-legacy-intro .v2-container {
  max-width: 1040px;
}

.v2-legacy-kicker {
  margin: 0 0 10px;
  color: var(--v2-green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.v2-legacy-intro h1 {
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

.v2-legacy-intro p:last-child {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--v2-slate);
  font-size: 18px;
  line-height: 1.55;
}

.v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--v2-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: currentColor;
}

.v2-hero {
  position: relative;
  min-height: 720px;
  padding: 84px 0 118px;
  color: var(--v2-white);
  background:
    linear-gradient(90deg, rgba(15, 17, 19, 0.98) 0%, rgba(15, 17, 19, 0.88) 42%, rgba(15, 17, 19, 0.42) 100%),
    url("industrial.webp") center right / cover no-repeat,
    var(--v2-graphite);
}

.v2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: 0.22;
}

.v2-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: end;
}

.v2-hero-copy {
  max-width: 820px;
  padding-top: 42px;
}

.v2-hero h1 {
  margin: 28px 0 24px;
  max-width: 780px;
  color: var(--v2-white);
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.98;
  letter-spacing: 0;
}

.v2-lead {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.55;
}

.v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.v2-hero-proof {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: rgba(15, 17, 19, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow);
  backdrop-filter: blur(12px);
}

.v2-hero-proof span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 800;
}

.v2-hero-proof i {
  color: var(--v2-green);
}

.v2-hero-visual {
  position: relative;
  min-height: 520px;
  align-self: stretch;
}

.v2-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow);
}

.v2-hero-card {
  position: absolute;
  left: -34px;
  bottom: 42px;
  width: 224px;
  padding: 20px;
  color: var(--v2-white);
  background: rgba(15, 17, 19, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow);
  backdrop-filter: blur(14px);
}

.v2-hero-card.second {
  left: auto;
  right: -22px;
  top: 62px;
  bottom: auto;
}

.v2-hero-card span,
.v2-hero-card small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.v2-hero-card strong {
  display: block;
  margin: 6px 0;
  color: var(--v2-white);
  font-size: 46px;
  line-height: 1;
}

.v2-proof-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.v2-proof-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.v2-proof-item i,
.v2-mini-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--v2-green);
  background: rgba(39, 174, 96, 0.12);
  border: 1px solid rgba(39, 174, 96, 0.28);
  border-radius: var(--v2-radius);
}

.v2-proof-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--v2-white);
  font-size: 18px;
}

.v2-proof-item span {
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.45;
}

.v2-section {
  padding: 88px 0;
  background: var(--v2-off);
}

.v2-section.dark {
  color: var(--v2-white);
  background: var(--v2-graphite);
}

.v2-section-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}

.v2-section-head h2,
.v2-split-copy h2,
.v2-form-copy h2 {
  margin: 12px 0 0;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

.v2-section-head p,
.v2-split-copy p,
.v2-form-copy p {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--v2-slate);
  font-size: 18px;
  line-height: 1.55;
}

.dark .v2-section-head p,
.dark .v2-split-copy p,
.dark .v2-form-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.v2-direction-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
}

.v2-route {
  display: grid;
  gap: 10px;
  padding: 22px;
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
}

.v2-route a,
.v2-route span {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 6px;
  color: var(--v2-slate);
  border-radius: var(--v2-radius);
}

.v2-route .active {
  color: var(--v2-white);
  background: var(--v2-green);
}

.v2-route i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
}

.v2-program-panel {
  padding: 22px;
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow);
}

.v2-search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-bottom: 18px;
}

.v2-search-row label {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 0 16px;
  color: var(--v2-slate);
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
}

.v2-search-row input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--v2-ink);
  background: transparent;
}

.v2-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.v2-chip,
.v2-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  color: var(--v2-slate);
  background: var(--v2-white);
  font-size: 14px;
  font-weight: 700;
}

.v2-chip.active,
.v2-tag.green {
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border-color: rgba(39, 174, 96, 0.32);
}

.v2-tag.blue {
  color: var(--v2-blue);
  background: var(--v2-blue-soft);
  border-color: rgba(37, 99, 235, 0.22);
}

.v2-tag.amber {
  color: #a16207;
  background: var(--v2-amber-soft);
  border-color: rgba(245, 158, 11, 0.26);
}

.v2-program-list {
  display: grid;
  gap: 12px;
}

.v2-program-card {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 104px;
  padding: 12px;
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
}

.v2-program-card[hidden] {
  display: none;
}

.v2-program-card.active {
  border-color: var(--v2-green);
  box-shadow: 0 0 0 1px rgba(39, 174, 96, 0.18);
}

.v2-program-thumb {
  width: 84px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--v2-radius);
}

.v2-program-card h3,
.v2-service-card h3,
.v2-article-card h3,
.v2-step h3,
.v2-doc-card h3 {
  margin: 0;
  color: var(--v2-ink);
  font-size: 20px;
  line-height: 1.15;
}

.v2-program-card p,
.v2-service-card p,
.v2-article-card p,
.v2-step p,
.v2-doc-card p {
  margin: 8px 0 0;
  color: var(--v2-slate);
  line-height: 1.45;
}

.v2-program-count {
  min-width: 82px;
  color: var(--v2-green-dark);
  font-weight: 900;
  text-align: right;
}

.v2-featured-direction {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow);
}

.v2-featured-direction img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border-radius: var(--v2-radius);
}

.v2-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.v2-fact {
  padding: 12px;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
}

.v2-fact strong {
  display: block;
  color: var(--v2-ink);
  font-size: 20px;
}

.v2-fact span {
  color: var(--v2-slate);
  font-size: 13px;
}

.v2-workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  position: relative;
}

.v2-step {
  position: relative;
  padding: 24px;
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
}

.v2-step-num {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  color: var(--v2-white);
  background: var(--v2-green);
  border-radius: 50%;
  font-weight: 900;
}

.v2-proof-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 30px;
  background: var(--v2-line);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  overflow: hidden;
}

.v2-proof-strip span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 18px;
  color: var(--v2-slate);
  background: var(--v2-white);
  font-weight: 700;
}

.v2-proof-strip i {
  color: var(--v2-green);
}

.v2-document-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
}

.v2-document-layout .v2-lead {
  color: var(--v2-slate);
}

.v2-document-board {
  min-height: 430px;
  padding: 28px;
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 16px;
  align-items: center;
  color: var(--v2-ink);
  background: linear-gradient(145deg, #23282e, #0f1113);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow);
}

.v2-document-board img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  border-radius: var(--v2-radius);
  opacity: 0.82;
}

.v2-paper {
  min-height: 280px;
  padding: 22px;
  background: var(--v2-white);
  border-radius: var(--v2-radius);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

.v2-paper.small {
  min-height: 130px;
}

.v2-paper h3 {
  margin: 0 0 14px;
  color: var(--v2-ink);
  font-size: 20px;
}

.v2-paper-line {
  height: 10px;
  margin-top: 9px;
  background: var(--v2-mist);
  border-radius: 20px;
}

.v2-doc-list {
  display: grid;
  gap: 14px;
}

.v2-doc-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  color: var(--v2-ink);
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
}

.v2-doc-card i {
  color: var(--v2-green);
}

.v2-doc-card h3,
.v2-doc-card p {
  color: inherit;
}

.v2-services {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) 310px;
  gap: 24px;
}

.v2-service-card,
.v2-help-card,
.v2-article-card,
.v2-form-card {
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: 0 16px 50px rgba(15, 17, 19, 0.07);
}

.v2-service-card {
  overflow: hidden;
}

.v2-service-card.large {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
}

.v2-service-card img,
.v2-article-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.v2-service-content {
  padding: 24px;
}

.v2-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.v2-help-card {
  padding: 24px;
  align-self: stretch;
}

.v2-check-list {
  display: grid;
  gap: 12px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.v2-check-list li {
  display: flex;
  gap: 10px;
  color: var(--v2-slate);
  line-height: 1.4;
}

.v2-check-list i {
  color: var(--v2-green);
  flex: 0 0 auto;
}

.v2-articles {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 24px;
}

.v2-article-card.featured {
  overflow: hidden;
}

.v2-article-content {
  padding: 22px;
}

.v2-article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.v2-article-grid .v2-article-card img {
  min-height: 140px;
  aspect-ratio: 1.75 / 1;
}

.v2-ask-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 22px;
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
}

.v2-form-section {
  padding: 88px 0 0;
  color: var(--v2-white);
  background:
    linear-gradient(90deg, rgba(15,17,19,0.98), rgba(15,17,19,0.86) 42%, rgba(15,17,19,0.2)),
    url("reference.webp") center / cover no-repeat,
    var(--v2-graphite);
}

.v2-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 520px);
  gap: 42px;
  align-items: center;
}

.v2-form-copy {
  padding-bottom: 84px;
}

.v2-form-copy h2 {
  color: var(--v2-white);
}

.v2-form-card {
  padding: 28px;
  color: var(--v2-ink);
}

.v2-form-card h3 {
  margin: 0 0 20px;
  font-size: 26px;
}

.v2-scenario-switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.v2-scenario-switch button {
  min-height: 44px;
  color: var(--v2-slate);
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  font-weight: 800;
}

.v2-scenario-switch button.is-active {
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border-color: rgba(39, 174, 96, 0.34);
}

.v2-field-grid {
  display: grid;
  gap: 14px;
}

.v2-field-grid label {
  display: grid;
  gap: 8px;
  color: var(--v2-slate);
  font-size: 14px;
  font-weight: 800;
}

.v2-field-grid input,
.v2-field-grid select,
.v2-field-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--v2-ink);
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  outline: 0;
}

.v2-field-grid textarea {
  min-height: 96px;
  padding-top: 12px;
  resize: vertical;
}

.v2-form-note {
  color: var(--v2-slate);
  font-size: 13px;
  line-height: 1.45;
}

.v2-hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.v2-form-status {
  display: none;
  margin: 0;
  padding: 10px 12px;
  border-radius: var(--v2-radius);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.v2-form-status.is-visible {
  display: block;
}

.v2-form-status.success {
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border: 1px solid rgba(21, 128, 61, 0.22);
}

.v2-form-status.error {
  color: #9f1239;
  background: #fff1f2;
  border: 1px solid rgba(159, 18, 57, 0.22);
}

[data-v2-request-form] .is-invalid {
  border-color: #e11d48 !important;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.12);
}

[data-v2-request-form] input[type="checkbox"].is-invalid {
  outline: 2px solid #e11d48;
  outline-offset: 2px;
  box-shadow: none;
}

[data-v2-request-submit]:disabled {
  cursor: progress;
  opacity: 0.72;
}

.v2-contact-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 56px;
  color: var(--v2-ink);
  background: var(--v2-line);
  border-top: 1px solid var(--v2-line);
}

.v2-contact-bar span,
.v2-contact-bar a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 0 26px;
  background: var(--v2-white);
  font-weight: 800;
}

.v2-footer {
  color: var(--v2-white);
  background: var(--v2-graphite);
}

.v2-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--v2-radius);
}

.v2-footer-cta h2 {
  margin: 8px 0 4px;
  font-size: clamp(28px, 3vw, 42px);
}

.v2-footer-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.v2-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) repeat(3, minmax(160px, 0.7fr));
  gap: 42px;
  padding: 70px 0 42px;
}

.v2-footer-brand .v2-brand {
  margin-bottom: 24px;
}

.v2-contact-list,
.v2-footer-col {
  display: grid;
  gap: 12px;
}

.v2-contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.v2-contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.74);
}

.v2-footer-col :is(h3, .v2-footer-heading) {
  display: block;
  margin: 0 0 12px;
  color: var(--v2-white);
  font-size: 20px;
  font-weight: 900;
}

.v2-footer-col a {
  color: rgba(255, 255, 255, 0.64);
}

.v2-footer-col a:hover {
  color: var(--v2-white);
}

.v2-footer-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 18px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.v2-footer-proof span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.v2-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.v2-breadcrumbs a:hover {
  color: var(--v2-white);
}

.v2-breadcrumbs span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.32);
}

.v2-subhero {
  padding: 58px 0 74px;
  color: var(--v2-white);
  background:
    linear-gradient(100deg, rgba(15, 17, 19, 0.98) 0%, rgba(15, 17, 19, 0.88) 48%, rgba(15, 17, 19, 0.5) 100%),
    url("industrial.webp") center right / cover no-repeat,
    var(--v2-graphite);
}

.v2-subhero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 54px;
  align-items: end;
}

.v2-subhero h1,
.v2-detail-hero h1 {
  margin: 22px 0;
  color: var(--v2-white);
  font-size: clamp(44px, 5.6vw, 82px);
  line-height: 1;
}

.v2-subhero .v2-lead,
.v2-detail-hero .v2-lead {
  color: rgba(255, 255, 255, 0.74);
}

.v2-subhero-panel,
.v2-summary-card,
.v2-demo-panel {
  padding: 26px;
  background: rgba(15, 17, 19, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow);
  backdrop-filter: blur(14px);
}

.v2-stat-grid,
.v2-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.v2-stat-card,
.v2-quick-card {
  padding: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--v2-radius);
}

.v2-stat-card strong,
.v2-quick-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--v2-white);
  font-size: 28px;
  line-height: 1;
}

.v2-stat-card span,
.v2-quick-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.4;
}

.v2-page-grid {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.v2-filter-panel,
.v2-side-panel {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 14px;
  padding: 20px;
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: 0 16px 50px rgba(15, 17, 19, 0.07);
}

.v2-filter-panel :is(h3, .v2-panel-heading),
.v2-side-panel :is(h3, .v2-panel-heading) {
  display: block;
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

.v2-filter-list,
.v2-rail {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.v2-filter-list label,
.v2-rail a {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--v2-slate);
  background: var(--v2-off);
  border: 1px solid transparent;
  border-radius: var(--v2-radius);
  font-size: 14px;
  font-weight: 800;
}

.v2-filter-list input {
  width: 16px;
  height: 16px;
  accent-color: var(--v2-green);
}

.v2-rail a.is-active,
.v2-rail a:hover {
  color: var(--v2-ink);
  background: var(--v2-green-soft);
  border-color: rgba(39, 174, 96, 0.28);
}

.v2-result-stack {
  display: grid;
  gap: 16px;
}

.v2-course-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 22px;
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: 0 16px 50px rgba(15, 17, 19, 0.07);
}

.v2-course-card > i,
.v2-card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--v2-green);
  background: var(--v2-green-soft);
  border-radius: var(--v2-radius);
}

.v2-course-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.12;
}

.v2-course-card p {
  margin: 0 0 14px;
  color: var(--v2-slate);
  line-height: 1.55;
}

.v2-course-meta,
.v2-course-tags,
.v2-inline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-course-meta span,
.v2-course-tags span,
.v2-inline-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 10px;
  color: var(--v2-slate);
  background: var(--v2-off);
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.v2-course-action {
  display: grid;
  gap: 10px;
  min-width: 188px;
  justify-items: end;
}

.v2-city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.v2-city-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 10px;
  color: var(--v2-slate);
  background: var(--v2-off);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  font-size: 13px;
  line-height: 1.2;
}

.v2-city-links a:hover {
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
}

.v2-city-card {
  align-items: start;
}

.v2-price {
  color: var(--v2-ink);
  font-size: 24px;
  font-weight: 950;
}

.v2-muted {
  color: var(--v2-slate);
}

.v2-audience-grid,
.v2-info-grid,
.v2-note-grid,
.v2-related-grid,
.v2-format-grid,
.v2-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.v2-audience-card,
.v2-info-card,
.v2-note-card,
.v2-related-card,
.v2-format-card,
.v2-faq-card,
.v2-module-card {
  padding: 22px;
  background: var(--v2-white);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  box-shadow: 0 16px 50px rgba(15, 17, 19, 0.07);
}

.v2-audience-card i,
.v2-info-card i,
.v2-format-card i {
  color: var(--v2-green);
}

.v2-audience-card h3,
.v2-info-card h3,
.v2-note-card h3,
.v2-related-card h3,
.v2-format-card h3,
.v2-faq-card h3,
.v2-module-card h3 {
  margin: 12px 0 8px;
  font-size: 22px;
  line-height: 1.18;
}

.v2-audience-card p,
.v2-info-card p,
.v2-note-card p,
.v2-related-card p,
.v2-format-card p,
.v2-faq-card p,
.v2-module-card p {
  margin: 0;
  color: var(--v2-slate);
  line-height: 1.55;
}

.v2-split-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 32px;
  align-items: stretch;
}

.v2-proof-panel {
  padding: 30px;
  color: var(--v2-white);
  background:
    linear-gradient(145deg, rgba(35, 40, 46, 0.94), rgba(15, 17, 19, 0.98)),
    url("reference.webp") center / cover no-repeat;
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow);
}

.v2-proof-panel h2,
.v2-proof-panel h3 {
  color: var(--v2-white);
}

.v2-proof-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.v2-detail-hero {
  padding: 54px 0 68px;
  color: var(--v2-white);
  background:
    linear-gradient(100deg, rgba(15, 17, 19, 0.98), rgba(15, 17, 19, 0.84)),
    url("reference.webp") center right / cover no-repeat,
    var(--v2-graphite);
}

.v2-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 388px;
  gap: 42px;
  align-items: start;
}

.v2-summary-card {
  color: var(--v2-white);
}

.v2-summary-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.v2-summary-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
}

.v2-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.v2-content-main {
  display: grid;
  gap: 18px;
}

.v2-module-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
}

.v2-module-num {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--v2-white);
  background: var(--v2-green);
  border-radius: var(--v2-radius);
  font-weight: 950;
}

.v2-demo-panel {
  position: sticky;
  top: 94px;
  color: var(--v2-white);
}

.v2-demo-panel .v2-btn {
  width: 100%;
  margin-top: 18px;
}

.v2-mini-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.v2-mini-form input,
.v2-mini-form select,
.v2-mini-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--v2-ink);
  background: var(--v2-white);
  border: 1px solid transparent;
  border-radius: var(--v2-radius);
}

.v2-faq-card {
  grid-column: span 1;
}

.v2-faq-card summary {
  cursor: pointer;
  color: var(--v2-ink);
  font-weight: 900;
}

.v2-faq-card p {
  margin-top: 12px;
}

[data-v2-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-v2-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .v2-header .v2-container {
    width: min(100% - 40px, var(--v2-max-wide));
  }

  .v2-nav {
    min-height: 82px;
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .v2-menu,
  .v2-phone,
  .v2-header-cta,
  .v2-header-actions > .v2-btn {
    display: none;
  }

  .v2-header .v2-icon-btn {
    display: inline-flex;
  }

  .v2-header [data-v2-menu-toggle] {
    display: inline-flex;
  }

  .v2-header-actions {
    justify-content: end;
    min-height: 82px;
    gap: 8px;
    padding-left: 0;
    border-left: 0;
  }

  .v2-mobile-menu {
    display: none;
    width: min(var(--v2-max), calc(100% - 48px));
    margin: 0 auto;
    padding: 0 0 24px;
  }

  .v2-menu-open .v2-mobile-menu {
    display: grid;
    gap: 14px;
  }

  .v2-mobile-menu a:not(.v2-btn) {
    padding: 14px 0;
    color: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .v2-mobile-menu .v2-mobile-phone {
    color: var(--v2-white);
    font-size: 18px;
    font-weight: 850;
  }

  .v2-hero-grid,
  .v2-direction-layout,
  .v2-document-layout,
  .v2-services,
  .v2-form-layout,
  .v2-subhero-grid,
  .v2-page-grid,
  .v2-detail-grid,
  .v2-content-layout,
  .v2-split-band {
    grid-template-columns: 1fr;
  }

  .v2-filter-panel,
  .v2-side-panel,
  .v2-demo-panel {
    position: static;
  }

  .v2-hero-proof {
    max-width: 680px;
  }

  .v2-hero-visual {
    max-width: 720px;
  }

  .v2-route {
    grid-template-columns: repeat(3, 1fr);
  }

  .v2-workflow,
  .v2-proof-strip,
  .v2-contact-bar,
  .v2-audience-grid,
  .v2-info-grid,
  .v2-note-grid,
  .v2-related-grid,
  .v2-format-grid,
  .v2-faq-grid,
  .v2-footer-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .v2-container {
    width: min(100% - 28px, var(--v2-max));
  }

  .v2-header .v2-container {
    width: min(100% - 28px, var(--v2-max-wide));
  }

  .v2-header {
    background: rgba(2, 7, 8, 0.9);
  }

  .v2-nav {
    min-height: 76px;
    gap: 10px;
  }

  .v2-brand {
    min-width: 0;
  }

  .v2-header .v2-brand-text {
    grid-template-columns: auto;
    gap: 0;
  }

  .v2-header .v2-brand-text strong {
    font-size: 34px;
  }

  .v2-header .v2-brand-text small {
    display: none;
  }

  .v2-header-actions {
    min-height: 76px;
  }

  .v2-phone {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    color: var(--v2-white);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
  }

  .v2-phone span {
    display: none;
  }

  .v2-phone :is(i, svg) {
    display: block;
    width: 22px;
    height: 22px;
    stroke-width: 1.9;
  }

  .v2-header-cta {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 13px;
  }

  .v2-header-cta :is(i, svg) {
    width: 22px;
    height: 22px;
  }

  .v2-header .v2-icon-btn {
    width: 44px;
    min-height: 44px;
  }

  .v2-hero {
    min-height: auto;
    padding: 56px 0 76px;
  }

  .v2-subhero,
  .v2-detail-hero {
    padding: 42px 0 58px;
  }

  .v2-hero h1,
  .v2-subhero h1,
  .v2-detail-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .v2-lead {
    font-size: 17px;
  }

  .v2-hero-visual,
  .v2-hero-visual img {
    min-height: 360px;
  }

  .v2-hero-card,
  .v2-hero-card.second {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .v2-actions,
  .v2-section-head,
  .v2-ask-row,
  .v2-footer-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .v2-btn,
  .v2-icon-btn {
    width: 100%;
  }

  .v2-section {
    padding: 62px 0;
  }

  .v2-section-head h2,
  .v2-split-copy h2,
  .v2-form-copy h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .v2-route,
  .v2-workflow,
  .v2-proof-strip,
  .v2-service-grid,
  .v2-articles,
  .v2-article-grid,
  .v2-contact-bar,
  .v2-stat-grid,
  .v2-quick-grid,
  .v2-audience-grid,
  .v2-info-grid,
  .v2-note-grid,
  .v2-related-grid,
  .v2-format-grid,
  .v2-faq-grid,
  .v2-footer-grid,
  .v2-footer-proof,
  .v2-facts,
  .v2-scenario-switch {
    grid-template-columns: 1fr;
  }

  .v2-search-row,
  .v2-program-card,
  .v2-course-card,
  .v2-module-card,
  .v2-service-card.large,
  .v2-document-board {
    grid-template-columns: 1fr;
  }

  .v2-course-action {
    min-width: 0;
    justify-items: stretch;
  }

  .v2-program-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1.9 / 1;
  }

  .v2-program-count {
    text-align: left;
  }

  .v2-document-board {
    min-height: auto;
  }

  .v2-document-board img {
    min-height: 220px;
  }

  .v2-form-copy {
    padding-bottom: 0;
  }
}

/* Unified template design foundation */
body.v2-template {
  color: var(--v2-text);
  background: var(--v2-bg);
}

body.v2-template .v2-main {
  min-height: 56vh;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.52), transparent 360px),
    var(--v2-bg);
}

body.v2-template ::selection {
  color: var(--v2-white);
  background: var(--v2-green);
}

body.v2-template :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(39, 174, 96, 0.34);
  outline-offset: 3px;
}

body.v2-template .v2-container,
body.v2-template:not(.v2-home-final) .fh-container {
  width: min(var(--v2-max), calc(100% - var(--v2-page-x)));
  margin-right: auto;
  margin-left: auto;
}

body.v2-template .v2-header .v2-container {
  width: min(var(--v2-max-wide), calc(100% - 88px));
}

body.v2-template :where(.v2-section, .fh-section) {
  padding: var(--v2-section-y) 0;
}

body.v2-template :where(.v2-section, .fh-section).white {
  background: var(--v2-surface);
}

body.v2-template :where(.v2-section, .fh-section).dark,
body.v2-template :where(.v2-section, .fh-section).v2-dark-section {
  color: var(--v2-white);
  background:
    radial-gradient(circle at 76% 10%, rgba(39, 174, 96, 0.16), transparent 34%),
    linear-gradient(145deg, var(--v2-dark-panel), var(--v2-dark));
}

body.v2-template :where(.v2-section-head, .fh-section-head) {
  display: flex;
  justify-content: space-between;
  gap: var(--v2-gap);
  align-items: end;
  margin-bottom: clamp(28px, 3vw, 42px);
}

body.v2-template :where(.v2-eyebrow, .fh-kicker, .v2-legacy-kicker) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--v2-green);
  font-size: 12px;
  font-weight: var(--z-ui-weight);
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.v2-template :where(.v2-eyebrow, .fh-kicker, .v2-legacy-kicker)::before {
  content: "";
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

body.v2-template :where(.v2-section-head h2, .fh-title, .v2-split-copy h2, .v2-form-copy h2) {
  margin: 12px 0 0;
  color: var(--v2-ink);
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.02;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
}

body.v2-template :where(.dark, .v2-dark-section, .pd-dark, .fh-docs) :where(.fh-title, .v2-section-head h2, .v2-split-copy h2, .v2-form-copy h2) {
  color: var(--v2-white);
}

body.v2-template :where(.v2-section-head p, .fh-muted, .v2-muted, .v2-split-copy p, .v2-form-copy p) {
  color: var(--v2-text-soft);
  line-height: 1.55;
}

body.v2-template :where(.dark, .v2-dark-section, .pd-dark, .fh-docs) :where(.fh-muted, .v2-muted, .v2-section-head p, .v2-split-copy p, .v2-form-copy p) {
  color: rgba(255, 255, 255, 0.68);
}

body.v2-template :where(.v2-card, .fh-card, .v2-course-card, .v2-filter-panel, .v2-side-panel, .v2-audience-card, .v2-info-card, .v2-note-card, .v2-related-card, .v2-format-card, .v2-faq-card, .v2-module-card, .v2-form-card, .v2-service-card, .v2-help-card, .v2-article-card, .v2-city-card, .pd-request-card, .pd-fact, .pd-module, .pd-format-card, .pd-related-card, .pd-final-card, .pd-demo-card) {
  background: var(--v2-surface);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-sm);
}

body.v2-template :where(.v2-card, .fh-card, .v2-course-card, .v2-filter-panel, .v2-side-panel, .v2-audience-card, .v2-info-card, .v2-note-card, .v2-related-card, .v2-format-card, .v2-faq-card, .v2-module-card, .v2-form-card, .v2-service-card, .v2-help-card, .v2-article-card, .v2-city-card, .pd-request-card, .pd-fact, .pd-module, .pd-format-card, .pd-related-card, .pd-final-card, .pd-demo-card) :where(h2, h3, h4) {
  color: var(--v2-ink);
  font-weight: var(--z-strong-weight);
  letter-spacing: 0;
}

body.v2-template :where(.v2-card, .fh-card, .v2-course-card, .v2-filter-panel, .v2-side-panel, .v2-audience-card, .v2-info-card, .v2-note-card, .v2-related-card, .v2-format-card, .v2-faq-card, .v2-module-card, .pd-fact, .pd-module, .pd-format-card, .pd-related-card) :where(p, span, li) {
  line-height: 1.5;
}

body.v2-template :where(.v2-card, .fh-card, .v2-course-card, .v2-city-card, .v2-service-card, .v2-article-card, .pd-related-card) {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.v2-template :where(a.v2-card, a.fh-card, .v2-course-card, .v2-city-card, .v2-service-card, .v2-article-card, .pd-related-card):hover {
  transform: translateY(-2px);
  border-color: rgba(39, 174, 96, 0.34);
  box-shadow: var(--v2-shadow);
}

body.v2-template :where(.v2-proof-panel, .v2-summary-card, .v2-demo-panel, .pd-dark .pd-doc-card, .fh-proof-card.dark) {
  color: var(--v2-white);
  background:
    linear-gradient(145deg, rgba(14, 29, 29, 0.96), rgba(5, 13, 14, 0.98)),
    var(--v2-dark);
  border: 1px solid var(--v2-dark-line);
  border-radius: var(--v2-radius);
  box-shadow: var(--v2-shadow-dark);
}

body.v2-template :where(.v2-btn, .fh-btn) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--v2-radius);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

body.v2-template :where(.v2-btn, .fh-btn):hover {
  transform: translateY(-1px);
}

body.v2-template :where(.v2-btn-primary, .fh-btn.green) {
  color: var(--v2-white);
  background: linear-gradient(135deg, var(--v2-green), var(--v2-green-deep));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 36px rgba(21, 128, 61, 0.22);
}

body.v2-template :where(.v2-btn-primary, .fh-btn.green):hover {
  background: linear-gradient(135deg, #31bd6b, var(--v2-green-dark));
  box-shadow: 0 18px 42px rgba(21, 128, 61, 0.28);
}

body.v2-template :where(.v2-btn-outline, .fh-btn.light, .fh-btn.dark) {
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--v2-border);
}

body.v2-template :where(.dark, .v2-dark-section, .pd-dark, .fh-hero, .fh-docs, .pd-hero) :where(.v2-btn-outline, .fh-btn.light, .fh-btn.dark) {
  color: var(--v2-white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

body.v2-template :where(.v2-icon-btn, .v2-card-icon, .v2-mini-icon, .pd-request-head > span) {
  display: inline-grid;
  place-items: center;
  color: var(--v2-green);
  background: var(--v2-green-soft);
  border: 1px solid rgba(39, 174, 96, 0.22);
  border-radius: var(--v2-radius);
}

body.v2-template .v2-header .v2-icon-btn {
  color: var(--v2-white);
  background: transparent;
  border-color: transparent;
  border-radius: 0;
}

body.v2-template .v2-header .v2-icon-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

body.v2-template :where(.v2-tag, .v2-chip, .v2-course-meta span, .v2-course-tags span, .v2-inline-meta span, .v2-city-links a) {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 10px;
  color: var(--v2-slate);
  background: var(--v2-surface-soft);
  border: 1px solid var(--v2-border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
}

body.v2-template :where(.v2-tag.green, .v2-chip.active, .v2-city-links a:hover) {
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border-color: rgba(39, 174, 96, 0.32);
}

body.v2-template :where(.v2-field-grid, .pd-mini-form, .pd-demo-form, .pd-final-form, .v2-mini-form) :where(input, select, textarea),
body.v2-template :where(input.v2-input, select.v2-input, textarea.v2-input) {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--v2-ink);
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  outline: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.v2-template :where(.v2-field-grid, .pd-mini-form, .pd-demo-form, .pd-final-form, .v2-mini-form) textarea {
  min-height: 108px;
  padding-top: 12px;
  resize: vertical;
}

body.v2-template :where(.v2-field-grid, .pd-demo-form, .pd-final-form) label {
  color: var(--v2-slate);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
}

body.v2-template :where(.v2-field-grid, .pd-mini-form, .pd-demo-form, .pd-final-form, .v2-mini-form) :where(input, select, textarea):focus {
  border-color: rgba(39, 174, 96, 0.58);
  box-shadow: 0 0 0 4px rgba(39, 174, 96, 0.11);
}

body.v2-template :where(.v2-subhero, .v2-detail-hero) {
  color: var(--v2-white);
  background:
    radial-gradient(circle at 76% 18%, rgba(39, 174, 96, 0.18), transparent 34%),
    linear-gradient(105deg, rgba(3, 11, 12, 0.98) 0%, rgba(6, 18, 19, 0.92) 54%, rgba(6, 18, 19, 0.64) 100%),
    url("industrial.webp") center right / cover no-repeat,
    var(--v2-dark);
}

body.v2-template :where(.v2-subhero h1, .v2-detail-hero h1) {
  max-width: 980px;
  letter-spacing: 0;
}

body.v2-template:is(.v2-category-final, .v2-cities-final) .v2-subhero {
  padding: clamp(44px, 4.2vw, 58px) 0 clamp(50px, 4.8vw, 66px);
}

body.v2-template:is(.v2-category-final, .v2-cities-final) .v2-section {
  padding: clamp(52px, 4.8vw, 76px) 0;
}

body.v2-template:is(.v2-category-final, .v2-cities-final) .v2-section-head {
  margin-bottom: clamp(22px, 2vw, 30px);
}

body.v2-template:is(.v2-category-final, .v2-cities-final) .v2-section-head h2 {
  max-width: 780px;
  font-size: clamp(34px, 3.7vw, 56px);
}

body.v2-template :where(.v2-page-grid, .v2-content-layout, .v2-subhero-grid, .v2-detail-grid, .v2-split-band, .pd-two-col, .pd-content-grid, .pd-docs-grid, .pd-demo-grid, .pd-final-grid) {
  gap: var(--v2-gap-lg);
}

body.v2-template :where(.v2-result-stack, .v2-program-list, .v2-content-main, .pd-module-list, .pd-faq-list) {
  gap: 16px;
}

body.v2-template :where(.v2-filter-panel, .v2-side-panel, .v2-demo-panel, .pd-request-card) {
  top: 96px;
}

body.v2-template :where(.v2-check-list) li {
  align-items: flex-start;
}

body.v2-template :where(.v2-check-list) :where(i, svg) {
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

body.v2-template :where(.v2-content-main, .v2-legacy-intro + .v2-container) h1 {
  margin: 10px 0 24px;
  color: var(--v2-ink);
  font-size: clamp(40px, 4.4vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

body.v2-template :where(.v2-content-main, .v2-legacy-intro + .v2-container) :where(h2, h3) {
  margin-top: 30px;
  margin-bottom: 12px;
  color: var(--v2-ink);
  letter-spacing: 0;
}

body.v2-template :where(.v2-content-main, .v2-legacy-intro + .v2-container) :where(p, li) {
  color: var(--v2-slate);
  line-height: 1.65;
}

body.v2-template table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  background: var(--v2-white);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
}

body.v2-template th,
body.v2-template td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--v2-border);
  text-align: left;
  vertical-align: top;
}

body.v2-template th {
  color: var(--v2-ink);
  background: var(--v2-surface-soft);
  font-weight: 900;
}

body.v2-template tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 1180px) {
  body.v2-template .v2-header .v2-container {
    width: min(100% - 40px, var(--v2-max-wide));
  }

  body.v2-template :where(.v2-section-head, .fh-section-head) {
    align-items: flex-start;
  }

  body.v2-template :where(.v2-page-grid, .v2-content-layout, .v2-subhero-grid, .v2-detail-grid, .v2-split-band, .pd-two-col, .pd-content-grid, .pd-docs-grid, .pd-demo-grid, .pd-final-grid) {
    grid-template-columns: 1fr;
  }

  body.v2-template :where(.v2-filter-panel, .v2-side-panel, .v2-demo-panel, .pd-request-card) {
    position: static;
  }
}

@media (max-width: 760px) {
  body.v2-template .v2-container,
  body.v2-template:not(.v2-home-final) .fh-container {
    width: min(100% - 28px, var(--v2-max));
  }

  body.v2-template .v2-header .v2-container {
    width: min(100% - 28px, var(--v2-max-wide));
  }

  body.v2-template .v2-nav {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    min-height: 72px;
  }

  body.v2-template .v2-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.v2-template .v2-header-actions {
    flex: 0 0 auto;
    gap: 6px;
  }

  body.v2-template .v2-header .v2-icon-btn {
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }

  body.v2-template :where(.v2-section, .fh-section) {
    padding: 58px 0;
  }

  body.v2-template:is(.v2-category-final, .v2-cities-final) .v2-section {
    padding: 44px 0;
  }

  body.v2-template:not(.v2-home-final) :where(.v2-subhero, .v2-detail-hero) {
    padding: 34px 0 44px;
  }

  body.v2-template:not(.v2-home-final) :where(.v2-subhero h1, .v2-detail-hero h1) {
    max-width: 100%;
    font-size: clamp(34px, 10.8vw, 44px);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  body.v2-template :where(.v2-section-head, .fh-section-head) {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.v2-template :where(.v2-section-head h2, .fh-title, .v2-split-copy h2, .v2-form-copy h2) {
    font-size: clamp(32px, 10.5vw, 46px);
  }

  body.v2-template :where(.v2-btn, .fh-btn) {
    width: 100%;
    min-height: 50px;
  }

  body.v2-template :where(.v2-course-card, .v2-module-card, .pd-module) {
    grid-template-columns: 1fr;
  }
}

/* Final homepage render match */
body.v2-home-final {
  background: #f4f7f3;
}

body.v2-home-final .v2-main {
  overflow: hidden;
  background: #f4f7f3;
}

body.v2-home-final > .v2-footer {
  display: none;
}

.fh-container {
  width: min(1760px, calc(100% - 88px));
  margin: 0 auto;
}

.fh-section {
  padding: 76px 0;
}

.fh-section.white {
  background: #ffffff;
}

body.v2-home-final .fh-solutions-section {
  padding-bottom: 32px;
}

body.v2-home-final .fh-notes-section {
  padding-top: 20px;
}

.fh-section.dark {
  color: #ffffff;
  background: #071011;
}

.fh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #16b45f;
  font-size: 12px;
  font-weight: var(--z-ui-weight);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fh-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.fh-title {
  margin: 14px 0 14px;
  color: #0f1615;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.02;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
}

.fh-section.dark .fh-title,
.fh-dark-title {
  color: #ffffff;
}

.fh-muted {
  color: #62706c;
  line-height: 1.55;
}

.fh-section.dark .fh-muted {
  color: rgba(255, 255, 255, 0.66);
}

.fh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: var(--z-strong-weight);
  transition: 0.18s ease;
}

.fh-btn.green {
  color: #ffffff;
  background: var(--z-accent-green);
}

.fh-btn.dark {
  color: #ffffff;
  background: #101818;
  border-color: rgba(255, 255, 255, 0.18);
}

.fh-btn.light {
  color: #111918;
  background: #ffffff;
  border-color: #dce5df;
}

.fh-btn.ghost {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}

.fh-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(11, 24, 18, 0.14);
}

.fh-card {
  background: #ffffff;
  border: 1px solid #dfe8e3;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(13, 25, 21, 0.08);
}

.fh-hero {
  position: relative;
  min-height: 944px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(2, 7, 8, 0.98) 0%, rgba(2, 7, 8, 0.68) 42%, rgba(2, 7, 8, 0.28) 66%, rgba(2, 7, 8, 0.94) 100%),
    linear-gradient(180deg, rgba(2, 7, 8, 0.12) 0%, rgba(2, 7, 8, 0.05) 52%, rgba(2, 7, 8, 0.86) 100%),
    url("final-home/hero-boardroom.jpg") center / cover no-repeat;
}

.fh-hero::after,
.fh-docs::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: 0.25;
}

.fh-hero .fh-container.fh-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
  gap: 54px;
  min-height: 748px;
  padding-top: 104px;
  align-items: end;
}

.fh-hero-copy {
  max-width: 760px;
  padding-bottom: 52px;
}

.fh-hero-eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  font-weight: 650;
}

.fh-hero-eyebrow span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 14px 3px 0;
  background: #22c55e;
  border-radius: 999px;
}

.fh-hero-copy h1 {
  margin: 0 0 24px;
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(58px, 5.4vw, 92px);
  line-height: 1.02;
  letter-spacing: 0;
}

.fh-hero-copy h1 span {
  display: block;
  color: #22c55e;
}

.fh-hero-copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 20px;
  line-height: 1.5;
}

.fh-hero-actions,
.fh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 34px;
}

.fh-hero-actions .fh-btn {
  min-height: 70px;
  min-width: 358px;
  padding: 0 30px;
  justify-content: space-between;
  font-size: 17px;
  border-radius: 8px;
}

.fh-hero-actions .fh-btn-count {
  min-width: 268px;
}

.fh-directions {
  background: #f5f8f4;
}

.fh-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 28px;
}

.fh-directions-grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
}

.fh-direction-tree {
  padding: 22px;
}

.fh-direction-tree h3 {
  margin: 0 0 18px;
  font-size: 20px;
}

.fh-tree-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fh-tree-list a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 40px;
  padding: 8px 10px;
  color: #46534f;
  border-radius: 6px;
  font-weight: 850;
  font-size: 14px;
}

.fh-tree-list a.is-active {
  color: #ffffff;
  background: #18a957;
}

.fh-tree-list small {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: inherit;
  background: rgba(22, 180, 95, 0.1);
  border-radius: 999px;
}

.fh-program-box {
  padding: 16px;
}

.fh-program-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.fh-select-chip {
  min-height: 34px;
  padding: 0 12px;
  color: #52615c;
  background: #f6f9f6;
  border: 1px solid #dfe8e3;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 850;
}

.fh-program-list {
  display: grid;
  gap: 10px;
}

.fh-program-row {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) 74px 24px;
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 10px 12px 10px 10px;
  color: #111918;
  border: 1px solid #dfe8e3;
  border-radius: 8px;
  background: #ffffff;
}

.fh-program-row.is-active {
  border-color: #18b45e;
  box-shadow: 0 0 0 2px rgba(24,180,94,0.12);
}

.fh-program-row img {
  width: 116px;
  height: 82px;
  object-fit: cover;
  border-radius: 6px;
}

.fh-program-row h3 {
  margin: 0 0 5px;
  font-size: 17px;
}

.fh-program-row p {
  margin: 0;
  color: #65726f;
  font-size: 13px;
  line-height: 1.35;
}

.fh-program-count {
  color: #18a957;
  font-size: 24px;
  font-weight: 950;
  text-align: right;
}

.fh-favorite {
  padding: 18px;
}

.fh-favorite-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.fh-favorite h3 {
  margin: 0;
  font-size: 28px;
}

.fh-favorite img {
  width: 100%;
  aspect-ratio: 1.36 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.fh-favorite-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 16px 0;
  border: 1px solid #dfe8e3;
  border-radius: 8px;
  overflow: hidden;
}

.fh-favorite-stats span {
  display: grid;
  gap: 4px;
  min-height: 70px;
  place-items: center;
  color: #52615c;
  background: #f7faf7;
  font-size: 12px;
  text-align: center;
}

.fh-other-directions {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.fh-other-directions a {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  color: #33413d;
  background: #ffffff;
  border: 1px solid #dfe8e3;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.fh-process {
  position: relative;
  background: #ffffff;
}

.fh-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 34px;
  align-items: center;
}

.fh-process-photo {
  align-self: end;
}

.fh-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 14px;
}

.fh-tabs button {
  min-height: 38px;
  padding: 0 18px;
  background: #ffffff;
  border: 1px solid #dbe5df;
  border-radius: 6px;
  font-weight: 900;
}

.fh-tabs button.is-active {
  color: #ffffff;
  background: #13201d;
}

.fh-tabs-lead {
  max-width: 760px;
  margin: 0 0 30px;
}

.fh-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.fh-step {
  position: relative;
  padding: 24px 20px;
}

.fh-step-num {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: #ffffff;
  background: var(--z-accent-green);
  border-radius: 999px;
  font-weight: 950;
}

.fh-step h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.fh-step p {
  margin: 0;
  color: #65726f;
  font-size: 13px;
  line-height: 1.45;
}

.fh-process-photo img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(9, 21, 18, 0.17);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fh-process-photo img.is-changing {
  opacity: 0.58;
  transform: scale(1.01);
}

.fh-docs {
  position: relative;
  scroll-margin-top: 104px;
  color: #ffffff;
  background:
    radial-gradient(circle at 47% 25%, rgba(32, 82, 61, 0.20), transparent 34%),
    radial-gradient(circle at 84% 52%, rgba(15, 50, 42, 0.22), transparent 30%),
    #061011;
}

.fh-docs .fh-title {
  color: #ffffff;
}

.fh-docs .fh-muted {
  color: rgba(255, 255, 255, 0.66);
}

.fh-docs .fh-container {
  position: relative;
  z-index: 1;
}

.fh-docs-grid {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr) 330px;
  gap: 36px;
  align-items: center;
}

.fh-docs-image img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 28px 60px rgba(0,0,0,0.42));
}

.fh-proof-list {
  display: grid;
  gap: 14px;
}

.fh-proof-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 17px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
}

.fh-proof-card strong {
  display: block;
  margin-bottom: 5px;
}

.fh-proof-card span {
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  line-height: 1.45;
}

.fh-stats-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 48px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  overflow: hidden;
}

.fh-stat {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  background: rgba(255,255,255,0.025);
}

.fh-stat strong {
  display: block;
  color: #18b45e;
  font-size: 22px;
}

.fh-stat span {
  color: rgba(255,255,255,0.66);
  font-size: 12px;
}

@media (min-width: 1181px) {
  body.v2-template .fh-docs {
    min-height: clamp(780px, 55.2vw, 927px);
    padding: clamp(72px, 5.35vw, 90px) 0 0;
    overflow: hidden;
  }

  .fh-docs > .fh-container {
    width: min(1600px, calc(100% - 80px));
  }

  .fh-docs-grid {
    grid-template-columns: minmax(360px, 390px) minmax(660px, 800px) minmax(300px, 330px);
    gap: clamp(34px, 2.4vw, 40px);
    align-items: start;
  }

  .fh-docs-grid > div:first-child {
    position: relative;
    z-index: 3;
    padding-top: 0;
  }

  .fh-docs-grid > div:first-child::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -24px -34px -30px -40px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(6, 16, 17, 0.98) 0%, rgba(6, 16, 17, 0.92) 64%, rgba(6, 16, 17, 0) 100%);
  }

  .fh-docs .fh-kicker {
    position: relative;
    margin-bottom: 24px;
    padding-left: 50px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.1;
    font-weight: var(--z-ui-weight);
    letter-spacing: 0.13em;
    white-space: nowrap;
  }

  .fh-docs .fh-kicker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 2px;
    background: #18b45e;
    transform: translateY(-50%);
  }

  .fh-docs .fh-title {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    width: 440px;
    max-width: 440px;
    font-size: clamp(56px, 4.3vw, 72px);
    line-height: 1.08;
    font-weight: var(--z-heading-weight);
    letter-spacing: 0;
    text-shadow: 0 16px 46px rgba(0, 0, 0, 0.58);
  }

  .fh-docs .fh-muted {
    max-width: 395px;
    font-size: 18px;
    line-height: 1.55;
  }

  .fh-docs-grid > div:first-child > .fh-proof-card {
    margin-top: 92px;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .fh-docs-grid > div:first-child > .fh-proof-card :is(i, svg),
  .fh-proof-list .fh-proof-card :is(i, svg) {
    width: 56px;
    height: 56px;
    padding: 15px;
    color: #20c463;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 8px;
  }

  .fh-docs-grid > div:first-child > .fh-proof-card :is(i, svg) {
    width: 32px;
    height: 32px;
    padding: 6px;
    border-color: #20c463;
    border-radius: 999px;
  }

  .fh-docs-grid > div:first-child > .fh-proof-card strong {
    color: #ffffff;
    font-size: 18px;
  }

  .fh-docs-grid > div:first-child > .fh-proof-card span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 16px;
    line-height: 1.55;
  }

  .fh-docs-image {
    position: relative;
    z-index: 1;
    margin-top: -20px;
  }

  .fh-docs-image img {
    width: min(100%, 800px);
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 34px 74px rgba(0,0,0,0.46));
  }

  .fh-proof-list {
    position: relative;
    z-index: 2;
    gap: 0;
    padding: 0 28px 0 0;
  }

  .fh-proof-list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #178d49, #19a957);
    opacity: 0.9;
  }

  .fh-proof-list .fh-proof-card {
    position: relative;
    grid-template-columns: 64px 1fr;
    gap: 22px;
    min-height: 92px;
    padding: 0 0 16px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    border-radius: 0;
  }

  .fh-proof-list .fh-proof-card + .fh-proof-card {
    padding-top: 16px;
  }

  .fh-proof-list .fh-proof-card::after {
    content: "";
    position: absolute;
    right: -33px;
    top: 36px;
    width: 8px;
    height: 8px;
    background: #20c463;
    border-radius: 999px;
  }

  .fh-proof-list .fh-proof-card strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: var(--z-strong-weight);
  }

  .fh-proof-list .fh-proof-card span {
    color: rgba(255,255,255,0.66);
    font-size: 15px;
    line-height: 1.45;
  }

  .fh-stats-row {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1.1fr 1.08fr 1.25fr;
    gap: 0;
    margin-top: 46px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: rgba(8, 18, 20, 0.92);
    border-top: 1px solid rgba(255,255,255,0.1);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }

  .fh-stat {
    grid-template-columns: 64px 1fr;
    min-height: 162px;
    padding: 28px 40px;
    background: transparent;
    border-right: 1px solid rgba(255,255,255,0.15);
  }

  .fh-stat:last-child {
    border-right: 0;
  }

  .fh-stat :is(i, svg) {
    width: 56px;
    height: 56px;
    color: rgba(255,255,255,0.72);
  }

  .fh-stat:first-child :is(i, svg) {
    color: #20c463;
  }

  .fh-stat strong {
    color: #20c463;
    font-size: 30px;
    line-height: 1;
    font-weight: var(--z-heading-weight);
  }

  .fh-stat:first-child strong,
  .fh-stat:last-child strong {
    color: #ffffff;
    font-size: 18px;
  }

  .fh-stat span {
    color: rgba(255,255,255,0.62);
    font-size: 14px;
    line-height: 1.45;
  }
}

.fh-solutions-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.62fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 36px;
}

.fh-solutions-intro .fh-title {
  max-width: 880px;
  margin-bottom: 0;
}

.fh-solutions-intro-copy {
  max-width: 560px;
  margin: 0 0 4px;
  font-size: 17px;
}

.fh-company-problems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fh-company-problem {
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(13, 25, 21, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fh-company-problem:hover {
  border-color: #a7dcbc;
  box-shadow: 0 18px 42px rgba(13, 25, 21, 0.11);
  transform: translateY(-2px);
}

.fh-company-problem > a {
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) minmax(0, 1.22fr);
  height: 100%;
  min-height: 344px;
  color: inherit;
}

.fh-company-problem > a:focus-visible {
  outline: 3px solid rgba(22, 180, 95, 0.46);
  outline-offset: -3px;
}

.fh-company-problem-media {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #0b1212;
}

.fh-company-problem-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.35s ease;
}

.fh-company-problem:hover .fh-company-problem-media img {
  transform: scale(1.025);
}

.fh-company-problem-body {
  display: flex;
  min-width: 0;
  padding: 26px 28px 24px;
  flex-direction: column;
}

.fh-company-problem-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #0d7f42;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fh-company-problem-label svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke-width: var(--z-icon-stroke);
}

.fh-company-problem h3 {
  min-height: 2.35em;
  margin: 0;
  color: #141b19;
  font-size: 25px;
  line-height: 1.17;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
}

.fh-company-problem-body > p {
  margin: 13px 0 0;
  font-size: 14px;
}

.fh-company-problem-results {
  display: grid;
  gap: 9px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.fh-company-problem-results li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #425049;
  font-size: 13px;
  line-height: 1.4;
}

.fh-company-problem-results svg {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  flex: 0 0 auto;
  color: var(--z-accent-green);
  stroke-width: 2.2;
}

.fh-company-problem-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #111918;
  font-size: 14px;
  font-weight: var(--z-strong-weight);
}

.fh-company-problem-action svg {
  width: 18px;
  height: 18px;
  color: var(--z-accent-green);
  transition: transform 0.18s ease;
}

.fh-company-problem:hover .fh-company-problem-action svg {
  transform: translateX(3px);
}

.fh-solutions-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 22px 26px;
  background: #f1f7f2;
  border: 1px solid #d8e8dc;
  border-radius: 8px;
}

.fh-solutions-action-copy {
  display: grid;
  gap: 5px;
}

.fh-solutions-action-copy strong {
  color: #14201b;
  font-size: 20px;
  line-height: 1.25;
}

.fh-solutions-action-copy span {
  color: #5b6861;
  font-size: 14px;
  line-height: 1.45;
}

.fh-solutions-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  color: #14201b;
  font-size: 15px;
  line-height: 1.25;
  font-weight: var(--z-strong-weight);
}

.fh-solutions-phone svg {
  width: 19px;
  height: 19px;
  color: var(--z-accent-green);
}

.fh-solutions-phone span {
  display: grid;
  gap: 2px;
}

.fh-solutions-phone small {
  color: #68746e;
  font-size: 11px;
  font-weight: 650;
}

.fh-news-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.fh-role-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.fh-role-row a {
  min-height: 60px;
  padding: 16px;
}

.fh-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 18px;
}

.fh-news-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fh-news-card {
  overflow: hidden;
}

.fh-news-card.big img {
  height: 370px;
}

.fh-news-card:not(.big) img {
  height: 170px;
}

.fh-news-body {
  padding: 18px;
}

.fh-news-body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
}

.fh-news-card:not(.big) .fh-news-body h3 {
  font-size: 17px;
}

.fh-ask-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 18px;
  background: #eaf7ef;
  border: 1px solid #ccebd8;
  border-radius: 8px;
}

.fh-form-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.fh-form-tabs button {
  min-height: 40px;
  color: #3f4c48;
  background: #f7faf7;
  border: 1px solid #dfe8e3;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 850;
}

.fh-form-tabs button.is-active {
  color: #18a957;
  background: #ebf8f0;
  border-color: #bfe8cf;
}

@media (max-width: 1180px) {
  .fh-container {
    width: min(100% - 40px, 1760px);
  }

  .fh-hero .fh-container,
  .fh-directions-grid,
  .fh-process-grid,
  .fh-docs-grid {
    grid-template-columns: 1fr;
  }

  .fh-solutions-intro {
    gap: 36px;
  }

  .fh-company-problem > a {
    grid-template-columns: minmax(200px, 0.72fr) minmax(0, 1.28fr);
  }

  .fh-solutions-action {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .fh-solutions-phone {
    grid-column: 1 / -1;
  }

  .fh-hero-stack {
    grid-template-columns: repeat(3, 1fr);
  }

  .fh-hero {
    min-height: auto;
    background-position: center top;
  }

  .fh-hero .fh-container.fh-hero-shell {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 112px;
    gap: 28px;
    align-items: start;
  }

  .fh-hero-copy {
    max-width: 780px;
    padding-bottom: 14px;
  }

  .fh-hero-copy h1 {
    font-size: clamp(54px, 8vw, 76px);
  }

  .fh-other-directions,
  .fh-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .fh-process-photo img {
    height: 360px;
  }
}

@media (max-width: 980px) {
  .fh-solutions-intro,
  .fh-company-problems {
    grid-template-columns: 1fr;
  }

  .fh-solutions-intro {
    gap: 18px;
  }

  .fh-solutions-intro-copy {
    max-width: 720px;
  }

  .fh-company-problem > a {
    grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  }
}

@media (max-width: 760px) {
  .fh-container {
    width: min(100% - 28px, 1580px);
  }

  .fh-section {
    padding: 54px 0;
  }

  body.v2-home-final .fh-solutions-section {
    padding-bottom: 28px;
  }

  body.v2-home-final .fh-notes-section {
    padding-top: 16px;
  }

  .fh-section-head,
  .fh-hero-stack,
  .fh-program-row,
  .fh-steps,
  .fh-role-row,
  .fh-news-grid,
  .fh-news-side,
  .fh-form-tabs {
    grid-template-columns: 1fr;
  }

  .fh-solutions-intro {
    margin-bottom: 26px;
  }

  .fh-solutions-intro-copy {
    font-size: 15px;
  }

  .fh-company-problems {
    gap: 14px;
  }

  .fh-company-problem > a {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .fh-company-problem-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .fh-company-problem-body {
    padding: 21px 20px 20px;
  }

  .fh-company-problem-label {
    margin-bottom: 13px;
  }

  .fh-company-problem h3 {
    min-height: 0;
    font-size: 22px;
  }

  .fh-company-problem-results {
    margin: 16px 0 20px;
  }

  .fh-solutions-action {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
    padding: 20px;
  }

  .fh-solutions-action .fh-btn {
    width: 100%;
  }

  .fh-solutions-phone {
    grid-column: auto;
  }

  .fh-hero-copy h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .fh-hero {
    background-position: center top;
  }

  .fh-hero .fh-container.fh-hero-shell {
    padding-top: 104px;
    gap: 18px;
  }

  .fh-hero-copy {
    padding-bottom: 8px;
  }

  .fh-hero-eyebrow {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 14px;
  }

  .fh-hero-eyebrow span + span::before {
    width: 4px;
    height: 4px;
    margin: 0 9px 3px 0;
  }

  .fh-hero-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(42px, 11.5vw, 56px);
  }

  .fh-hero-copy p {
    font-size: 16px;
  }

  .fh-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fh-hero-actions .fh-btn {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0 18px;
    font-size: 15px;
  }

  .fh-ask-row {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
  }

  .fh-ask-row > span {
    min-width: 0;
  }

  .fh-ask-row strong {
    display: block;
    font-size: 16px;
    line-height: 1.28;
  }

  .fh-ask-row small {
    display: block;
    margin-top: 6px;
    line-height: 1.46;
  }

  .fh-ask-row .fh-btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 16px;
  }

  .fh-program-row img {
    width: 100%;
    height: 170px;
  }

  .fh-program-count {
    text-align: left;
  }

  .fh-favorite-stats,
  .fh-other-directions,
  .fh-stats-row {
    grid-template-columns: 1fr;
  }
}

/* Rebuilt homepage hero from the selected visual reference */
body.v2-home-final .fh-hero {
  position: relative;
  min-height: clamp(780px, 55.2vw, 927px);
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: var(--z-hero-black) url("final-home/hero-production-board-zlll-2026.webp") 51% 50% / cover no-repeat;
}

body.v2-home-final .fh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 9, 11, 0.78) 0%, rgba(3, 9, 11, 0.38) 42%, rgba(3, 9, 11, 0.12) 66%, rgba(3, 9, 11, 0.86) 100%),
    linear-gradient(180deg, rgba(3, 9, 11, 0.18) 0%, rgba(3, 9, 11, 0.04) 38%, rgba(3, 9, 11, 0.78) 100%);
}

body.v2-home-final .fh-hero::after {
  z-index: 1;
  opacity: 0.18;
}

body.v2-home-final .fh-hero .fh-container.fh-hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  max-width: none;
  margin: 0;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 0;
  min-height: clamp(780px, 55.2vw, 927px);
  padding-top: 0;
  padding-left: clamp(40px, 3.95vw, 67px);
  padding-right: 0;
  padding-bottom: 150px;
  align-items: stretch;
  opacity: 1;
  pointer-events: auto;
}

body.v2-home-final .fh-hero-copy {
  display: grid;
  grid-template-columns: 4px minmax(0, 920px);
  gap: clamp(28px, 2.75vw, 46px);
  align-items: end;
  max-width: none;
  padding: 0 0 clamp(24px, 2.2vw, 36px);
}

body.v2-home-final .fh-hero-titleline {
  width: 4px;
  min-height: clamp(210px, 14.75vw, 248px);
  align-self: end;
  background: linear-gradient(180deg, var(--z-render-green-2) 0%, var(--z-render-green) 100%);
  box-shadow: 0 0 24px rgba(34, 197, 94, 0.28);
}

body.v2-home-final .fh-hero-copy h1 {
  max-width: 930px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(58px, 4.65vw, 78px);
  line-height: 1.12;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 18px 62px rgba(0, 0, 0, 0.58);
}

body.v2-home-final .fh-hero-copy h1 span {
  display: block;
  color: inherit;
  white-space: nowrap;
}

body.v2-home-final .fh-hero-actions {
  margin-top: clamp(26px, 2.95vw, 40px);
  gap: 22px;
}

body.v2-home-final .fh-hero-actions .fh-btn {
  min-width: 300px;
  min-height: 58px;
  padding: 0 28px;
  font-size: 18px;
  border-radius: 6px;
  font-weight: var(--z-strong-weight);
}

body.v2-home-final .fh-hero-actions .fh-btn-count {
  min-width: 214px;
  justify-content: center;
  gap: 18px;
  background: rgba(3, 9, 11, 0.38);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

body.v2-home-final .fh-hero-directions {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: clamp(620px, 44.8vw, 660px);
  max-height: calc(100vh - 120px);
  padding: 30px 36px 24px 46px;
  background: linear-gradient(90deg, rgba(5, 13, 15, 0.34), rgba(5, 13, 15, 0.9));
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(3px);
}

body.v2-home-final .fh-hero-directions h2 {
  margin: 0 0 14px;
  color: var(--z-render-green-2);
  font-size: 22px;
  line-height: 1.2;
  font-weight: var(--z-strong-weight);
  letter-spacing: 0;
}

body.v2-home-final .fh-hero-direction-list {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
  scrollbar-color: rgba(34, 197, 94, 0.72) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

body.v2-home-final .fh-hero-direction-list::-webkit-scrollbar {
  width: 6px;
}

body.v2-home-final .fh-hero-direction-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
}

body.v2-home-final .fh-hero-direction-list::-webkit-scrollbar-thumb {
  background: rgba(34, 197, 94, 0.75);
  border-radius: 999px;
}

body.v2-home-final .fh-hero-direction-list a {
  display: grid;
  grid-template-columns: 34px 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 50px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 0.18s ease, background 0.18s ease, padding-left 0.18s ease;
}

body.v2-home-final .fh-hero-direction-list a:hover {
  color: #35dc7e;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.08), transparent);
  padding-left: 6px;
}

body.v2-home-final .fh-hero-direction-list small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  font-weight: 440;
}

body.v2-home-final .fh-hero-direction-list :is(i, svg) {
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.84);
  stroke-width: var(--z-icon-stroke-soft);
}

body.v2-home-final .fh-hero-direction-list span {
  min-width: 0;
  font-size: 16px;
  line-height: 1.16;
  font-weight: var(--z-ui-weight);
  overflow-wrap: break-word;
  hyphens: auto;
}

body.v2-home-final .fh-hero-all-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  color: var(--z-render-blue);
  font-size: 16px;
  font-weight: 560;
}

body.v2-home-final .fh-hero-all-link :is(i, svg) {
  width: 24px;
  height: 24px;
}

body.v2-home-final .fh-hero-stats {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 150px;
  background: rgba(8, 16, 19, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -22px 80px rgba(0, 0, 0, 0.24);
}

body.v2-home-final .fh-hero-stat {
  display: grid;
  grid-template-columns: clamp(56px, 5vw, 84px) minmax(0, auto);
  gap: clamp(18px, 2vw, 30px);
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 24px clamp(24px, 3vw, 54px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

body.v2-home-final .fh-hero-stat:last-child {
  border-right: 0;
}

body.v2-home-final .fh-hero-stat :is(i, svg) {
  width: clamp(48px, 4.4vw, 70px);
  height: clamp(48px, 4.4vw, 70px);
  color: var(--z-render-green);
  stroke-width: var(--z-icon-stroke-soft);
}

body.v2-home-final .fh-hero-stat strong {
  display: block;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
  white-space: nowrap;
}

body.v2-home-final .fh-hero-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.26;
}

/* Sitemap */
.v2-sitemap-box,
.v2-sitemap-city-card,
.v2-sitemap-empty {
  background: #ffffff;
  border: 1px solid rgba(15, 17, 19, 0.08);
  border-radius: 8px;
  box-shadow: var(--v2-shadow-xs);
}

.v2-sitemap-box {
  padding: clamp(24px, 3vw, 42px);
}

.v2-sitemap-box :where(ul, li) {
  margin-top: 0;
}

.v2-sitemap-box :where(ul) {
  display: grid;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.v2-sitemap-box :where(ul ul) {
  margin-top: 10px;
  padding-left: 18px;
  border-left: 1px solid rgba(15, 17, 19, 0.1);
}

.v2-sitemap-box :where(a) {
  color: var(--v2-ink);
  font-weight: 700;
  transition: color 0.18s ease;
}

.v2-sitemap-box :where(a:hover) {
  color: var(--v2-green);
}

.v2-sitemap-city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.v2-sitemap-city-card {
  padding: 22px;
}

.v2-sitemap-city-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

.v2-sitemap-city-head :where(i, svg) {
  width: 34px;
  height: 34px;
  color: var(--v2-green);
  stroke-width: var(--z-icon-stroke-soft);
}

.v2-sitemap-city-head h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.22;
}

.v2-sitemap-city-head h3 a {
  transition: color 0.18s ease;
}

.v2-sitemap-city-head h3 a:hover {
  color: var(--v2-green);
}

.v2-sitemap-city-head span {
  display: block;
  margin-top: 6px;
  color: var(--v2-slate);
  font-size: 13px;
  font-weight: 700;
}

.v2-sitemap-city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-sitemap-city-links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: #0f5132;
  background: #eefaf2;
  border: 1px solid #d5efdf;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.v2-sitemap-city-links a:hover {
  color: #ffffff;
  background: var(--v2-green);
  border-color: var(--v2-green);
}

.v2-sitemap-empty {
  padding: clamp(24px, 3vw, 42px);
}

.v2-sitemap-empty h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.v2-sitemap-empty p {
  margin: 0 0 18px;
  color: var(--v2-slate);
}

@media (max-width: 760px) {
  .v2-sitemap-box,
  .v2-sitemap-city-card,
  .v2-sitemap-empty {
    border-radius: 6px;
  }

  .v2-sitemap-city-grid {
    grid-template-columns: 1fr;
  }

  .v2-sitemap-city-card {
    padding: 18px;
  }
}

/* Direction iblock pages */
.v2-direction-final .dir-hero {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  color: #ffffff;
  background:
    linear-gradient(90deg, #031011 0%, rgba(3, 16, 17, 0.98) 34%, rgba(3, 16, 17, 0.78) 57%, rgba(3, 16, 17, 0.2) 79%, rgba(3, 16, 17, 0.12) 100%),
    var(--dir-hero-image, url("industrial.webp")) right center / auto 100% no-repeat,
    #061011;
}

.v2-direction-final .dir-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.v2-direction-final .dir-hero .v2-breadcrumbs {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(32px, 4vw, 54px);
}

.dir-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(0, 1fr);
  align-items: center;
}

.dir-hero-copy {
  display: grid;
  justify-items: start;
  min-width: 0;
  width: 100%;
}

.v2-direction-final .dir-hero h1 {
  width: 100%;
  max-width: 760px;
  margin: 14px 0 22px;
  color: #ffffff;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.v2-direction-final .dir-hero .v2-lead {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.v2-direction-final .dir-hero .v2-actions {
  margin-top: 30px;
}

body.v2-template.v2-direction-final .dir-hero .dir-hero-secondary {
  color: #ffffff;
  background: rgba(6, 18, 18, 0.66);
  border-color: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(8px);
}

body.v2-template.v2-direction-final .dir-hero .dir-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.62);
}

.dir-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 760px);
  margin-top: clamp(32px, 4vw, 46px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dir-hero-facts > span {
  display: grid;
  gap: 5px;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.dir-hero-facts > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.dir-hero-facts strong {
  color: #ffffff;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: var(--z-strong-weight);
  line-height: 1.12;
}

.dir-hero-facts small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.35;
}

.dir-programs {
  scroll-margin-top: 92px;
  background: #f4f7f3;
}

.dir-section-intro {
  max-width: 960px;
  margin-bottom: clamp(30px, 3.5vw, 46px);
}

.dir-section-intro h2 {
  max-width: 900px;
  margin: 12px 0 18px;
  color: var(--v2-ink);
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
  line-height: 1.03;
  overflow-wrap: anywhere;
}

.dir-seo-layout .dir-section-intro h2,
.dir-faq-layout .dir-section-intro h2 {
  font-size: clamp(34px, 3.5vw, 52px);
}

.dir-section-intro p {
  max-width: 820px;
  margin: 0;
  color: var(--v2-slate);
  font-size: 17px;
  line-height: 1.6;
}

.dir-catalog-tools {
  display: grid;
  grid-template-columns: minmax(300px, 1.7fr) repeat(3, minmax(160px, 0.8fr));
  gap: 12px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #dfe8e3;
  border-radius: 8px;
  box-shadow: var(--v2-shadow-xs);
}

.dir-search-field,
.dir-select-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.dir-filter-label {
  color: #62716b;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.25;
}

.dir-input-shell {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 0 14px;
  color: #71817a;
  background: #f8fbf9;
  border: 1px solid #cfdbd4;
  border-radius: 6px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.dir-input-shell:focus-within {
  background: #ffffff;
  border-color: rgba(24, 169, 87, 0.65);
  box-shadow: 0 0 0 4px rgba(24, 169, 87, 0.1);
}

.dir-input-shell :where(i, svg) {
  width: 20px;
  height: 20px;
  stroke-width: var(--z-icon-stroke);
}

.dir-input-shell input,
.dir-select-field select {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  color: var(--v2-ink);
  background: #f8fbf9;
  border: 1px solid #cfdbd4;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
}

.dir-input-shell input {
  min-height: 46px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.dir-select-field select {
  padding: 0 36px 0 13px;
}

.dir-select-field select:focus {
  background: #ffffff;
  border-color: rgba(24, 169, 87, 0.65);
  box-shadow: 0 0 0 4px rgba(24, 169, 87, 0.1);
  outline: 0;
}

.dir-group-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.dir-group-filter button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  color: #46544f;
  background: transparent;
  border: 1px solid #cfdbd4;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 740;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.dir-group-filter button span {
  color: #81908a;
  font-size: 12px;
}

.dir-group-filter button:hover {
  color: var(--v2-green-dark);
  border-color: rgba(24, 169, 87, 0.42);
}

.dir-group-filter button.is-active {
  color: #ffffff;
  background: var(--v2-green-dark);
  border-color: var(--v2-green-dark);
}

.dir-group-filter button.is-active span {
  color: rgba(255, 255, 255, 0.72);
}

.dir-results-bar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 62px;
  margin-top: 12px;
  border-bottom: 1px solid #dfe8e3;
}

.dir-results-bar p {
  margin: 0;
  color: #61716b;
  font-size: 14px;
  font-weight: 690;
}

.dir-reset {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 0 4px;
  color: var(--v2-green-dark);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
}

.dir-reset :where(i, svg) {
  width: 17px;
  height: 17px;
  stroke-width: var(--z-icon-stroke);
}

.dir-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.dir-course-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  min-width: 0;
  min-height: 330px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #dfe8e3;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(13, 25, 21, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.dir-course-card[hidden] {
  display: none;
}

.dir-course-card:hover {
  transform: translateY(-2px);
  border-color: rgba(24, 169, 87, 0.38);
  box-shadow: 0 18px 46px rgba(13, 25, 21, 0.09);
}

.dir-course-head {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 42px;
  margin-bottom: 16px;
}

.dir-course-icon {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border: 1px solid rgba(24, 169, 87, 0.18);
  border-radius: 6px;
}

.dir-course-icon :where(i, svg) {
  width: 21px;
  height: 21px;
  stroke-width: var(--z-icon-stroke);
}

.dir-course-kind {
  color: var(--v2-green-dark);
  font-size: 12px;
  font-weight: 780;
  line-height: 1.35;
}

.dir-course-card h3 {
  margin: 0 0 12px;
  color: var(--v2-ink);
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: var(--z-strong-weight);
  letter-spacing: 0;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.dir-course-card h3 a {
  color: inherit;
  text-decoration: none;
}

.dir-course-card h3 a:hover {
  color: var(--v2-green-dark);
}

.dir-course-card > p {
  margin: 0 0 18px;
  color: #61716b;
  font-size: 15px;
  line-height: 1.52;
}

.dir-course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
}

.dir-course-meta span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #607069;
  font-size: 13px;
  font-weight: 710;
  line-height: 1.35;
}

.dir-course-meta :where(i, svg) {
  width: 17px;
  height: 17px;
  color: var(--v2-green-dark);
  stroke-width: var(--z-icon-stroke);
}

.dir-course-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding-top: 18px;
  border-top: 1px solid #e4ebe7;
}

.dir-course-price {
  display: grid;
  gap: 4px;
  flex: 0 0 auto;
}

.dir-course-price small {
  color: #81908a;
  font-size: 11px;
  line-height: 1.2;
}

.dir-course-price strong {
  color: var(--v2-ink);
  font-size: 22px;
  font-weight: 820;
  line-height: 1.1;
}

.dir-course-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

body.v2-template .dir-course-actions .v2-btn {
  min-height: 44px;
  padding: 0 14px;
  font-size: 13px;
}

.dir-course-actions :where(i, svg) {
  width: 17px;
  height: 17px;
  stroke-width: var(--z-icon-stroke);
}

.dir-load-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.dir-load-more[hidden] {
  display: none;
}

body.v2-template .dir-load-more .v2-btn {
  min-width: 220px;
}

.dir-load-more :where(i, svg) {
  width: 18px;
  height: 18px;
  stroke-width: var(--z-icon-stroke);
}

.dir-no-results {
  display: grid;
  justify-items: center;
  max-width: 720px;
  margin: 46px auto 0;
  padding: 38px 24px;
  text-align: center;
  border-top: 1px solid #dfe8e3;
  border-bottom: 1px solid #dfe8e3;
}

.dir-no-results[hidden] {
  display: none;
}

.dir-no-results > :where(i, svg) {
  width: 34px;
  height: 34px;
  color: var(--v2-green-dark);
}

.dir-no-results h3 {
  margin: 16px 0 8px;
  font-size: 28px;
}

.dir-no-results p {
  max-width: 580px;
  margin: 0 0 20px;
  color: var(--v2-slate);
  line-height: 1.55;
}

.dir-catalog-help {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-top: clamp(38px, 4vw, 58px);
  padding-top: 28px;
  border-top: 1px solid #cfdbd4;
}

.dir-catalog-help strong {
  display: block;
  margin-bottom: 7px;
  color: var(--v2-ink);
  font-size: 22px;
  line-height: 1.25;
}

.dir-catalog-help p {
  max-width: 760px;
  margin: 0;
  color: var(--v2-slate);
  line-height: 1.5;
}

.dir-empty {
  display: grid;
  justify-items: start;
  gap: 16px;
  max-width: 760px;
  padding: clamp(26px, 4vw, 44px);
  background: #ffffff;
  border: 1px dashed rgba(23, 169, 87, 0.45);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(13, 25, 21, 0.08);
}

.dir-empty :where(i, svg) {
  width: 42px;
  height: 42px;
  color: #17a957;
}

.dir-empty h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
}

.dir-empty p {
  max-width: 680px;
  margin: 0;
  color: #61716b;
  line-height: 1.6;
}

.dir-seo {
  border-top: 1px solid #e1e9e4;
}

.dir-seo-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: start;
}

.dir-seo-layout .dir-section-intro {
  margin-bottom: 0;
}

.dir-seo-copy {
  display: grid;
  gap: 22px;
  padding: 4px 0 4px clamp(28px, 4vw, 58px);
  border-left: 3px solid var(--v2-green);
}

.dir-seo-copy p {
  max-width: 820px;
  margin: 0;
  color: #53635d;
  font-size: 17px;
  line-height: 1.72;
}

.dir-seo-copy p:first-child {
  color: #26352f;
  font-size: 19px;
}

.dir-value {
  --dir-value-accent: #31d878;
  position: relative;
  overflow: hidden;
  background: linear-gradient(118deg, #061011 0%, #071815 100%);
}

.dir-value-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.dir-value-head .dir-section-intro {
  max-width: 860px;
  margin: 0;
}

.dir-value-head .dir-section-intro h2 {
  margin-bottom: 0;
  color: #ffffff;
}

.dir-value-lead {
  display: grid;
  gap: 20px;
  padding-bottom: 5px;
}

.dir-value-lead p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.6;
}

.dir-value-manager {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: var(--z-strong-weight);
  line-height: 1.4;
}

body.v2-template .dir-value-manager :where(i, svg) {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--dir-value-accent);
  stroke-width: 1.8;
}

.dir-value-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--v2-radius);
}

.dir-value-step {
  display: flex;
  min-width: 0;
  min-height: 306px;
  padding: clamp(24px, 2.6vw, 38px);
  flex-direction: column;
}

.dir-value-step + .dir-value-step {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.dir-value-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.dir-value-step-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: var(--dir-value-accent);
  background: rgba(49, 216, 120, 0.1);
  border: 1px solid rgba(49, 216, 120, 0.34);
  border-radius: var(--v2-radius);
}

body.v2-template .dir-value-step-icon :where(i, svg) {
  width: 27px;
  height: 27px;
  stroke-width: 1.9;
}

.dir-value-step-index {
  color: rgba(255, 255, 255, 0.32);
  font-size: 15px;
  font-weight: 760;
  line-height: 1;
}

.dir-value-step h3 {
  max-width: 330px;
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: var(--z-heading-weight);
  line-height: 1.18;
  text-wrap: balance;
}

.dir-value-step > p {
  max-width: 390px;
  margin: 14px 0 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.58;
  text-wrap: pretty;
}

.dir-value-step-result {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-top: auto;
  color: #dff9e9;
  font-size: 13px;
  font-weight: var(--z-strong-weight);
  line-height: 1.42;
}

body.v2-template .dir-value-step-result :where(i, svg) {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  flex: 0 0 auto;
  color: var(--dir-value-accent);
  stroke-width: 2.2;
}

.dir-value-outcome {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 20px 22px;
  color: #132019;
  background: #eaf7ee;
  border-radius: var(--v2-radius);
}

.dir-value-outcome-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--v2-green-dark);
  border-radius: var(--v2-radius);
}

body.v2-template .dir-value-outcome-icon :where(i, svg) {
  width: 25px;
  height: 25px;
  stroke-width: 1.9;
}

.dir-value-outcome-copy {
  display: grid;
  gap: 4px;
}

.dir-value-outcome-copy small {
  color: #23623c;
  font-size: 12px;
  font-weight: 760;
}

.dir-value-outcome-copy strong {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.45;
}

.dir-value-outcome .v2-btn {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .dir-value-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dir-value-steps {
    grid-template-columns: 1fr;
  }

  .dir-value-step {
    min-height: 0;
  }

  .dir-value-step + .dir-value-step {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }
}

.dir-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: start;
}

.dir-faq-layout .dir-section-intro {
  position: sticky;
  top: 112px;
  margin-bottom: 0;
}

.dir-related-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  color: var(--v2-green-dark);
  font-size: 15px;
  font-weight: 780;
}

.dir-related-link :where(i, svg) {
  width: 18px;
  height: 18px;
  stroke-width: var(--z-icon-stroke);
}

.dir-faq-list {
  border-top: 1px solid #cfdbd4;
}

.dir-faq-item {
  border-bottom: 1px solid #cfdbd4;
}

.dir-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 24px;
  align-items: center;
  min-height: 92px;
  padding: 20px 0;
  color: var(--v2-ink);
  font-size: 19px;
  font-weight: var(--z-strong-weight);
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.dir-faq-item summary::-webkit-details-marker {
  display: none;
}

.dir-faq-item summary :where(i, svg) {
  width: 22px;
  height: 22px;
  color: var(--v2-green-dark);
  transition: transform 0.18s ease;
}

.dir-faq-item[open] summary :where(i, svg) {
  transform: rotate(45deg);
}

.dir-faq-item div {
  padding: 0 52px 24px 0;
}

.dir-faq-item p {
  max-width: 760px;
  margin: 0;
  color: var(--v2-slate);
  font-size: 16px;
  line-height: 1.65;
}

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

.dir-index-card {
  display: grid;
  grid-template-columns: 42px 46px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
  min-height: 126px;
  padding: 20px;
  color: #101918;
  background: #ffffff;
  border: 1px solid #dfe8e3;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(13, 25, 21, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.dir-index-card:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 169, 87, 0.45);
  box-shadow: 0 22px 54px rgba(13, 25, 21, 0.12);
}

.dir-index-card small {
  color: #81908a;
  font-weight: 760;
}

.dir-index-card > :where(i, svg) {
  width: 34px;
  height: 34px;
  color: #17a957;
  stroke-width: 1.55;
}

.dir-index-card strong,
.dir-index-card em {
  display: block;
}

.dir-index-card strong {
  margin-bottom: 6px;
  color: #101918;
  font-size: 18px;
  line-height: 1.2;
}

.dir-index-card em {
  color: #61716b;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
}

.dir-index-card b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #17a957;
  border: 1px solid #dfe8e3;
  border-radius: 50%;
}

@media (max-width: 980px) {
  .dir-hero-grid,
  .dir-seo-layout,
  .dir-faq-layout,
  .dir-index-grid {
    grid-template-columns: 1fr;
  }

  .v2-direction-final .dir-hero {
    background:
      linear-gradient(90deg, rgba(3, 16, 17, 0.98) 0%, rgba(3, 16, 17, 0.9) 58%, rgba(3, 16, 17, 0.42) 100%),
      var(--dir-hero-image, url("industrial.webp")) right center / auto 100% no-repeat,
      #061011;
  }

  .dir-program-grid {
    grid-template-columns: 1fr;
  }

  .dir-faq-layout .dir-section-intro {
    position: static;
  }

  .dir-seo-copy {
    padding: 26px 0 0;
    border-top: 3px solid var(--v2-green);
    border-left: 0;
  }

  .dir-catalog-help {
    align-items: end;
  }
}

@media (max-width: 1180px) {
  .dir-catalog-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dir-search-field {
    grid-column: 1 / -1;
  }

  body.v2-home-final .fh-hero {
    min-height: 0;
    background-position: center top;
  }

  body.v2-home-final .fh-hero .fh-container.fh-hero-shell {
    width: min(100% - 40px, 1760px);
    margin: 0 auto;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 28px;
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  body.v2-home-final .fh-hero-copy {
    grid-template-columns: 4px minmax(0, 1fr);
    padding-bottom: 10px;
  }

  body.v2-home-final .fh-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(52px, 8vw, 78px);
  }

  body.v2-home-final .fh-hero-copy h1 span {
    white-space: normal;
  }

  body.v2-home-final .fh-hero-directions {
    height: auto;
    max-height: none;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(4, 12, 13, 0.78);
  }

  body.v2-home-final .fh-hero-direction-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  body.v2-home-final .fh-hero-stats {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  body.v2-home-final .fh-hero-stat {
    min-height: 116px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  body.v2-home-final .fh-hero-stat:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .v2-direction-final .dir-hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(3, 16, 17, 0.62) 0%, rgba(3, 16, 17, 0.91) 31%, rgba(3, 16, 17, 0.99) 62%),
      var(--dir-hero-image, url("industrial.webp")) right top / auto 56% no-repeat,
      #061011;
  }

  .v2-direction-final .dir-hero .v2-breadcrumbs {
    margin-bottom: 34px;
  }

  .v2-direction-final .dir-hero h1 {
    margin: 12px 0 18px;
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1.02;
  }

  .v2-direction-final .dir-hero .v2-lead {
    font-size: 16px;
  }

  .dir-hero-facts {
    margin-top: 30px;
    padding-top: 18px;
  }

  .dir-hero-facts > span {
    padding: 0 10px;
  }

  .dir-hero-facts strong {
    font-size: 17px;
  }

  .dir-hero-facts small {
    font-size: 10px;
  }

  .dir-section-intro h2 {
    font-size: clamp(32px, 9.8vw, 42px);
  }

  .dir-section-intro p {
    font-size: 16px;
  }

  .dir-catalog-tools {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .dir-search-field {
    grid-column: auto;
  }

  .dir-group-filter {
    flex-wrap: nowrap;
    margin-right: calc(var(--v2-page-x) / -2);
    padding-right: calc(var(--v2-page-x) / 2);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .dir-group-filter::-webkit-scrollbar {
    display: none;
  }

  .dir-group-filter button {
    flex: 0 0 auto;
  }

  .dir-results-bar {
    min-height: 58px;
  }

  .dir-reset span {
    display: none;
  }

  .dir-reset {
    width: 44px;
    justify-content: center;
  }

  .dir-course-card {
    min-height: 0;
    padding: 18px;
  }

  .dir-course-card h3 {
    font-size: 21px;
  }

  .dir-course-footer {
    display: grid;
    align-items: stretch;
    justify-content: stretch;
  }

  .dir-course-actions {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    width: 100%;
    justify-content: stretch;
  }

  body.v2-template .dir-course-actions .v2-btn {
    width: 100%;
    padding: 0 10px;
  }

  .dir-catalog-help {
    display: grid;
    align-items: stretch;
  }

  .dir-seo-copy p,
  .dir-seo-copy p:first-child {
    font-size: 16px;
    line-height: 1.65;
  }

  .dir-faq-item summary {
    min-height: 80px;
    gap: 16px;
    font-size: 17px;
  }

  .dir-faq-item div {
    padding-right: 0;
  }
}

@media (max-width: 760px) {
  .dir-value-lead p {
    font-size: 15px;
  }

  .dir-value-step {
    padding: 24px 20px;
  }

  .dir-value-step-top {
    margin-bottom: 20px;
  }

  .dir-value-step h3 {
    font-size: 22px;
  }

  .dir-value-step > p {
    margin-bottom: 20px;
  }

  .dir-value-outcome {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 18px;
  }

  .dir-value-outcome .v2-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.v2-home-final .fh-hero {
    background-position: 58% top;
  }

  body.v2-home-final .fh-hero::before {
    background:
      linear-gradient(90deg, rgba(2, 7, 8, 0.94) 0%, rgba(2, 7, 8, 0.76) 58%, rgba(2, 7, 8, 0.9) 100%),
      linear-gradient(180deg, rgba(2, 7, 8, 0.28) 0%, rgba(2, 7, 8, 0.22) 34%, rgba(2, 7, 8, 0.92) 100%);
  }

  body.v2-home-final .fh-hero .fh-container.fh-hero-shell {
    width: min(100% - 28px, 1580px);
    padding-top: 104px;
    padding-bottom: 22px;
  }

  body.v2-home-final .fh-hero-copy {
    grid-template-columns: 3px minmax(0, 1fr);
    gap: 16px;
  }

  body.v2-home-final .fh-hero-titleline {
    width: 3px;
    min-height: 172px;
  }

  body.v2-home-final .fh-hero-copy h1 {
    font-size: clamp(43px, 12vw, 58px);
    line-height: 1.06;
  }

  body.v2-home-final .fh-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  body.v2-home-final .fh-hero-actions .fh-btn {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0 18px;
    font-size: 15px;
  }

  body.v2-home-final .fh-hero-directions {
    padding: 18px;
  }

  body.v2-home-final .fh-hero-directions h2 {
    font-size: 20px;
  }

  body.v2-home-final .fh-hero-direction-list {
    grid-template-columns: 1fr;
  }

  body.v2-home-final .fh-hero-direction-list a:nth-child(n+11) {
    display: none;
  }

  body.v2-home-final .fh-hero-direction-list a {
    grid-template-columns: 34px 38px minmax(0, 1fr);
    gap: 12px;
    min-height: 62px;
  }

  body.v2-home-final .fh-hero-direction-list span {
    font-size: 16px;
  }

  body.v2-home-final .fh-hero-stats {
    grid-template-columns: 1fr;
  }

  body.v2-home-final .fh-hero-stat,
  body.v2-home-final .fh-hero-stat:nth-child(2n) {
    justify-content: start;
    min-height: 96px;
    padding: 20px;
    border-right: 0;
  }
}

/* Site footer 2026 */
body.v2-home-final > .v2-footer.z-footer {
  display: block;
}

.z-footer {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #071112;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.z-footer-container {
  width: min(1600px, calc(100% - 120px));
  margin: 0 auto;
}

.z-footer-request {
  position: relative;
  isolation: isolate;
  min-height: 515px;
  padding: clamp(42px, 4.1vw, 62px) 0 clamp(34px, 3.4vw, 48px);
  background: #071112;
}

.z-footer-request-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 16, 17, 0.98) 0%, rgba(6, 16, 17, 0.78) 30%, rgba(6, 16, 17, 0.34) 55%, rgba(6, 16, 17, 0.9) 100%),
    linear-gradient(180deg, rgba(6, 16, 17, 0.18) 0%, rgba(6, 16, 17, 0.9) 100%),
    url("final-home/form-bg.jpg") center / cover no-repeat;
  filter: saturate(0.84) contrast(1.08);
}

.z-footer-request::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(rgba(255,255,255,0.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.22;
}

.z-footer-request-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 545px);
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.z-footer-request-copy {
  max-width: 660px;
}

.z-footer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  color: var(--z-accent-green);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.z-footer-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.z-footer-request-copy h2 {
  max-width: 670px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(44px, 4.5vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 780;
}

.z-footer-request-copy p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.z-footer-benefits {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.z-footer-benefits article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.z-footer-benefits :is(i, svg) {
  width: 52px;
  height: 52px;
  padding: 13px;
  color: var(--z-accent-green);
  background: rgba(2, 9, 10, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  stroke-width: 1.65;
}

.z-footer-benefits strong,
.z-footer-benefits small {
  display: block;
}

.z-footer-benefits strong {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
}

.z-footer-benefits small {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.42;
}

.z-footer-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(24px, 2.2vw, 34px);
  color: #ffffff;
  background: linear-gradient(135deg, rgba(18, 28, 31, 0.93), rgba(8, 16, 18, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.z-footer-form h3 {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: #ffffff;
  font-size: clamp(22px, 1.9vw, 27px);
  line-height: 1.22;
  letter-spacing: 0;
}

.z-footer-selected-program {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  color: #ffffff;
  background: rgba(24, 169, 87, 0.12);
  border: 1px solid rgba(49, 216, 120, 0.3);
  border-radius: 6px;
}

.z-footer-selected-program[hidden] {
  display: none;
}

.z-footer-selected-program > :where(i, svg) {
  width: 22px;
  height: 22px;
  color: #31d878;
  stroke-width: var(--z-icon-stroke);
}

.z-footer-selected-program > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.z-footer-selected-program small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.2;
}

.z-footer-selected-program strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
}

.z-footer-selected-program button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: rgba(255, 255, 255, 0.74);
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.z-footer-selected-program button:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.z-footer-selected-program button :where(i, svg) {
  width: 18px;
  height: 18px;
  stroke-width: var(--z-icon-stroke);
}

.z-footer-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.z-footer-field-wide {
  grid-column: 1 / -1;
}

.z-footer-field span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
}

.z-footer-field :is(input, select, textarea) {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #ffffff;
  background: rgba(4, 12, 14, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  outline: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.z-footer-field option {
  color: #111918;
  background: #ffffff;
}

.z-footer-field textarea {
  min-height: 80px;
  padding-top: 13px;
  resize: vertical;
}

.z-footer-field :is(input, select, textarea)::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.z-footer-field :is(input, select, textarea):focus {
  border-color: rgba(24, 169, 87, 0.78);
  background: rgba(4, 12, 14, 0.78);
  box-shadow: 0 0 0 3px rgba(24, 169, 87, 0.14);
}

.z-footer-consent {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.z-footer-consent input {
  width: 16px;
  height: 16px;
  accent-color: var(--z-accent-green);
}

.z-footer-consent a {
  color: #54a3ff;
}

.z-footer-form .v2-form-status {
  grid-column: 1 / -1;
  margin: 0;
}

.z-footer-form .v2-form-status.success {
  color: #bbf7d0;
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.32);
}

.z-footer-form .v2-form-status.error {
  color: #fecdd3;
  background: rgba(225, 29, 72, 0.12);
  border-color: rgba(225, 29, 72, 0.32);
}

.z-footer-submit {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  width: 100%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--z-accent-green), var(--z-accent-green-dark));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  font-weight: 850;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.z-footer-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(24, 169, 87, 0.28);
}

.z-footer-contact-strip {
  position: relative;
  z-index: 1;
  background: #081314;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.z-footer-contact-strip .z-footer-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.z-footer-contact-strip .z-footer-container > :is(a, span) {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 96px;
  padding: 22px 44px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.z-footer-contact-strip .z-footer-container > :is(a, span):first-child {
  padding-left: 0;
}

.z-footer-contact-strip .z-footer-container > :is(a, span):last-child {
  padding-right: 0;
  border-right: 0;
}

.z-footer-contact-strip :is(i, svg) {
  width: 40px;
  height: 40px;
  color: var(--z-accent-green);
  stroke-width: 1.65;
}

.z-footer-contact-strip strong,
.z-footer-contact-strip small {
  display: block;
}

.z-footer-contact-strip strong {
  color: #ffffff;
  font-size: clamp(18px, 1.05vw, 21px);
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.z-footer-contact-strip small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 1.3;
}

.z-footer-main {
  position: relative;
  background: #071112;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.z-footer-main-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) repeat(3, minmax(180px, 0.9fr));
  min-height: 122px;
}

.z-footer-brand,
.z-footer-col {
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.z-footer-col:last-child {
  border-right: 0;
}

.z-footer-brand {
  display: flex;
  align-items: center;
  padding: 30px 44px 30px 0;
}

.z-footer-logo {
  display: inline-grid;
  grid-template-columns: auto minmax(150px, 205px);
  gap: 20px;
  align-items: center;
  color: #ffffff;
}

.z-footer-logo-word {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: clamp(42px, 2.9vw, 58px);
  line-height: 0.86;
  font-weight: 950;
  letter-spacing: 0;
}

.z-footer-logo-word::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 2px;
  width: 11px;
  height: 11px;
  background: var(--z-accent-green);
  border-radius: 1px;
}

.z-footer-logo-caption {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
}

.z-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 34px 46px;
}

.z-footer-heading-link {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 850;
}

.z-footer-heading-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--z-accent-green);
}

a.z-footer-heading-link:hover {
  color: #ffffff;
}

.z-footer-col small {
  display: block;
  max-width: 240px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.34;
}

.z-footer-bottom {
  background: #071213;
}

.z-footer-bottom .z-footer-container {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(520px, 0.9fr);
  gap: 44px;
  align-items: center;
  min-height: 86px;
}

.z-footer-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.z-footer-proof span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  color: rgba(255, 255, 255, 0.66);
}

.z-footer-proof :is(i, svg) {
  width: 36px;
  height: 36px;
  color: var(--z-accent-green);
  stroke-width: 1.65;
}

.z-footer-proof small {
  font-size: 13px;
  line-height: 1.32;
}

.z-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  align-items: center;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  line-height: 1.35;
}

.z-footer-legal a {
  color: rgba(255, 255, 255, 0.55);
}

.z-footer-legal a:hover {
  color: #ffffff;
}

@media (max-width: 1320px) {
  .z-footer-container {
    width: min(100% - 48px, 1600px);
  }

  .z-footer-contact-strip .z-footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .z-footer-contact-strip .z-footer-container > :is(a, span):nth-child(2n) {
    border-right: 0;
  }

  .z-footer-main-grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(150px, 0.8fr));
  }

  .z-footer-brand {
    padding-right: 28px;
  }

  .z-footer-col {
    padding: 30px 28px;
  }

  .z-footer-bottom .z-footer-container {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px 0;
  }

  .z-footer-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .z-footer-legal {
    justify-content: flex-start;
  }
}

@media (max-width: 1180px) {
  .z-footer-request-grid {
    grid-template-columns: 1fr;
  }

  .z-footer-request-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .z-footer-container {
    width: min(100% - 28px, 1600px);
  }

  .z-footer-request {
    padding: 42px 0 28px;
  }

  .z-footer-request-bg {
    background-position: 55% center;
  }

  .z-footer-request-copy h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .z-footer-benefits article {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .z-footer-benefits :is(i, svg) {
    width: 40px;
    height: 40px;
    padding: 9px;
  }

  .z-footer-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .z-footer-contact-strip .z-footer-container,
  .z-footer-main-grid,
  .z-footer-proof {
    grid-template-columns: 1fr;
  }

  .z-footer-contact-strip .z-footer-container > :is(a, span) {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 78px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .z-footer-contact-strip .z-footer-container > :is(a, span):last-child {
    border-bottom: 0;
  }

  .z-footer-main-grid {
    min-height: 0;
  }

  .z-footer-brand,
  .z-footer-col {
    min-height: 86px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .z-footer-col:last-child {
    border-bottom: 0;
  }

  .z-footer-logo {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .z-footer-bottom .z-footer-container {
    min-height: 0;
    padding: 22px 0 26px;
  }

  .z-footer-proof span {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .z-footer-legal {
    gap: 10px 18px;
  }
}

/* Program detail preview */
body.v2-program-final {
  color: #111918;
  background: #f4f8f5;
}

body.v2-program-final .v2-main {
  overflow: visible;
}

.pd-hero {
  position: relative;
  min-height: 700px;
  padding: 58px 0 36px;
  color: #ffffff;
  background:
    linear-gradient(100deg, rgba(2, 9, 9, 0.96) 0%, rgba(2, 9, 9, 0.91) 42%, rgba(2, 9, 9, 0.66) 68%, rgba(2, 9, 9, 0.9) 100%),
    url("final-home/solution-training.jpg") center / cover no-repeat;
}

.pd-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(244, 248, 245, 0.98));
  pointer-events: none;
}

.pd-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 54px;
  align-items: start;
}

.pd-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 54px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 800;
}

.pd-breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
}

.pd-breadcrumbs a::after {
  content: "/";
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.34);
}

.pd-hero-copy {
  max-width: 820px;
}

.pd-hero h1 {
  max-width: 780px;
  margin: 18px 0 22px;
  color: #ffffff;
  font-size: clamp(56px, 5.8vw, 92px);
  line-height: 0.96;
}

.pd-hero-copy > p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.45;
}

.pd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.fh-btn.dark {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.pd-hero-stats {
  display: grid;
  grid-template-columns: 0.95fr 0.9fr 1.08fr 1.32fr;
  gap: 12px;
  margin-top: 36px;
  max-width: 900px;
}

.pd-hero-stats > span,
.pd-hero-stat {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 106px;
  padding: 16px;
  background: rgba(3, 16, 14, 0.78);
  border: 1px solid rgba(49, 216, 120, 0.22);
  border-radius: var(--v2-radius);
}

.pd-hero-stat-icon,
.pd-hero-stats > span > :where(i, svg) {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 9px;
  color: var(--z-render-green-2);
  background: rgba(32, 196, 99, 0.14);
  border: 1px solid rgba(49, 216, 120, 0.22);
  border-radius: var(--v2-radius-sm);
}

.pd-hero-stats > span > :where(i, svg) {
  grid-row: 1 / 3;
  padding: 9px;
}

.pd-hero-stat-icon :where(i, svg) {
  width: 19px;
  height: 19px;
  stroke-width: var(--z-icon-stroke-strong);
}

.pd-hero-stat-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding-top: 1px;
}

.pd-hero-stat-copy small,
.pd-hero-stats > span > small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 660;
  line-height: 1.3;
}

.pd-hero-stats > span > :where(small, strong) {
  grid-column: 2;
}

.pd-hero-stat-copy strong,
.pd-hero-stats > span > strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: var(--z-strong-weight);
  line-height: 1.28;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.pd-request-card {
  position: sticky;
  top: 88px;
  padding: 28px;
  color: #111918;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(2, 12, 11, 0.34);
}

.pd-request-head {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 20px;
}

.pd-request-head > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #18a957;
  background: #e6f7ec;
  border-radius: 999px;
}

.pd-request-head h2,
.pd-request-head p {
  margin: 0;
}

.pd-request-head h2 {
  font-size: 28px;
  line-height: 1.1;
}

.pd-request-head p {
  margin-top: 7px;
  color: #62716d;
  line-height: 1.45;
}

.pd-mini-form,
.pd-demo-form,
.pd-final-form {
  display: grid;
  gap: 12px;
}

.pd-mini-form input,
.pd-mini-form select,
.pd-demo-form input,
.pd-final-form input,
.pd-final-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #111918;
  background: #ffffff;
  border: 1px solid #dbe5df;
  border-radius: 7px;
  font: inherit;
}

.pd-final-form textarea {
  min-height: 118px;
  padding-top: 12px;
  resize: vertical;
}

.pd-demo-form label,
.pd-final-form label {
  display: grid;
  gap: 7px;
  color: #52615c;
  font-size: 13px;
  font-weight: 850;
}

.pd-get-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #dbe5df;
}

.pd-get-list strong {
  grid-column: 1 / -1;
  font-size: 18px;
}

.pd-get-list span {
  display: grid;
  gap: 8px;
  place-items: center;
  min-height: 86px;
  color: #33413d;
  background: #f5faf7;
  border: 1px solid #dcebe2;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.pd-get-list i {
  color: #18a957;
}

.pd-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-top: -20px;
}

.pd-anchor-nav .fh-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  background: #dce9e1;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 6px 8px rgba(19, 32, 29, 0.1);
  overflow: hidden;
}

.pd-anchor-nav a {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 12px 16px;
  color: var(--v2-ink);
  background: var(--v2-surface);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease;
}

.pd-anchor-nav a::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 2px;
  background: var(--v2-green);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.pd-anchor-icon {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border: 1px solid rgba(39, 174, 96, 0.2);
  border-radius: 8px;
  place-items: center;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.pd-anchor-icon :is(svg, i[data-lucide]) {
  width: 18px;
  height: 18px;
  stroke-width: var(--z-icon-stroke-strong);
}

.pd-anchor-nav a:hover,
.pd-anchor-nav a:focus-visible {
  color: var(--v2-green-dark);
  background: var(--v2-surface-green);
}

.pd-anchor-nav a:hover::after,
.pd-anchor-nav a:focus-visible::after {
  transform: scaleX(1);
}

.pd-anchor-nav a:hover .pd-anchor-icon,
.pd-anchor-nav a:focus-visible .pd-anchor-icon {
  color: var(--v2-white);
  background: var(--v2-green);
  border-color: var(--v2-green);
}

.pd-anchor-nav a:focus-visible {
  outline: 2px solid var(--v2-green-dark);
  outline-offset: -3px;
}

.pd-data-nav ~ :is(#about, #audience, #program, #documents, #faq) {
  scroll-margin-top: 104px;
}

@media (prefers-reduced-motion: reduce) {
  .pd-anchor-nav a,
  .pd-anchor-nav a::after,
  .pd-anchor-icon {
    transition: none;
  }
}

.pd-two-col,
.pd-content-grid,
.pd-docs-grid,
.pd-demo-grid,
.pd-final-grid {
  display: grid;
  gap: 42px;
  align-items: start;
}

.pd-two-col {
  grid-template-columns: minmax(0, 1fr) 430px;
}

.pd-content-grid {
  grid-template-columns: 360px minmax(0, 1fr);
}

.pd-docs-grid,
.pd-demo-grid,
.pd-final-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
}

.pd-fact-grid,
.pd-doc-cards,
.pd-format-grid,
.pd-related-grid {
  display: grid;
  gap: 16px;
}

.pd-fact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.pd-fact {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px;
}

.pd-fact i,
.pd-format-card > i,
.pd-doc-card > i,
.pd-related-card a i {
  color: #18a957;
}

.pd-visual-card {
  overflow: hidden;
  background: #0a1413;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(9, 21, 18, 0.16);
}

.pd-visual-card img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.pd-visual-card div {
  display: grid;
  gap: 7px;
  padding: 20px;
  color: #ffffff;
}

.pd-visual-card span {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

.pd-module-list,
.pd-faq-list {
  display: grid;
  gap: 12px;
}

.pd-module {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
}

.pd-module > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #18a957;
  background: #e9f8ee;
  border-radius: 999px;
  font-weight: 950;
}

.pd-module h3,
.pd-module p,
.pd-format-card h3,
.pd-format-card p,
.pd-related-card h3,
.pd-related-card p,
.pd-doc-card h3,
.pd-doc-card p {
  margin: 0;
}

.pd-module h3 {
  margin-bottom: 7px;
  font-size: 22px;
}

.pd-module p,
.pd-format-card p,
.pd-related-card p,
.pd-doc-card p {
  color: #65726f;
  line-height: 1.48;
}

.pd-dark {
  color: #ffffff;
  background:
    radial-gradient(circle at 58% 16%, rgba(24, 180, 94, 0.16), transparent 36%),
    #061011;
}

.pd-dark .fh-title {
  color: #ffffff;
}

.pd-dark p {
  color: rgba(255, 255, 255, 0.68);
}

.pd-doc-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pd-doc-card {
  min-height: 220px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.pd-doc-card h3 {
  margin: 18px 0 10px;
}

.pd-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.pd-format-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pd-format-card {
  min-height: 230px;
  padding: 24px;
}

.pd-format-card h3 {
  margin: 18px 0 10px;
  font-size: 24px;
}

.pd-demo {
  background: linear-gradient(180deg, #ffffff, #eef7f1);
}

.pd-demo-form,
.pd-final-form {
  padding: 24px;
}

.pd-faq-card {
  padding: 0;
  overflow: hidden;
}

.pd-faq-card summary {
  cursor: pointer;
  padding: 20px 22px;
  color: #111918;
  font-size: 18px;
  font-weight: 950;
  list-style: none;
}

.pd-faq-card summary::-webkit-details-marker {
  display: none;
}

.pd-faq-card p {
  margin: 0;
  padding: 0 22px 22px;
  color: #65726f;
  line-height: 1.5;
}

.pd-related {
  background: #f8fbf9;
}

.pd-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pd-related-card {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.pd-related-card > span {
  color: #18a957;
  font-size: 13px;
  font-weight: 950;
}

.pd-related-card a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
  color: #18a957;
  font-weight: 950;
}

.pd-final-cta {
  color: #ffffff;
  background:
    linear-gradient(104deg, rgba(5, 14, 14, 0.98) 0%, rgba(5, 14, 14, 0.9) 56%, rgba(5, 14, 14, 0.62) 100%),
    url("final-home/form-bg.jpg") center / cover no-repeat;
}

.pd-final-cta h2 {
  max-width: 700px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: 1;
}

.pd-final-cta p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.5;
}

.pd-final-form {
  color: #111918;
}

@media (max-width: 1180px) {
  .pd-hero-grid,
  .pd-two-col,
  .pd-content-grid,
  .pd-docs-grid,
  .pd-demo-grid,
  .pd-final-grid {
    grid-template-columns: 1fr;
  }

  .pd-request-card {
    position: static;
  }

  .pd-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .pd-hero {
    min-height: 0;
    padding: 36px 0 26px;
  }

  .pd-breadcrumbs {
    margin-bottom: 32px;
  }

  .pd-hero h1 {
    font-size: 48px;
  }

  .pd-hero-copy > p {
    font-size: 17px;
  }

  .pd-hero-actions,
  .pd-hero-actions .fh-btn {
    width: 100%;
  }

  .pd-hero-stats,
  .pd-get-list,
  .pd-fact-grid,
  .pd-doc-cards,
  .pd-format-grid,
  .pd-related-grid {
    grid-template-columns: 1fr;
  }

  .pd-anchor-nav {
    position: relative;
    margin-top: 0;
  }

  .pd-anchor-nav .fh-container {
    display: flex;
    border-radius: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pd-anchor-nav .fh-container::-webkit-scrollbar {
    display: none;
  }

  .pd-anchor-nav a {
    flex: 0 0 auto;
    min-width: 148px;
    min-height: 64px;
    padding: 10px 14px;
    justify-content: flex-start;
    font-size: 14px;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .pd-anchor-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    border-radius: 7px;
  }

  .pd-module {
    grid-template-columns: 1fr;
  }

  .pd-request-card,
  .pd-demo-form,
  .pd-final-form {
    padding: 18px;
  }
}

/* Data-driven training program pages */
.pd-data-hero {
  min-height: 680px;
  overflow: hidden;
  background: #03100e;
}

.pd-data-hero .pd-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pd-data-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(96deg, rgba(3, 10, 10, 0.98) 0%, rgba(3, 10, 10, 0.93) 43%, rgba(3, 10, 10, 0.52) 71%, rgba(3, 10, 10, 0.72) 100%);
  pointer-events: none;
}

.pd-data-hero::after {
  z-index: 1;
}

.pd-data-hero .pd-hero-grid {
  z-index: 2;
  align-items: center;
}

.pd-data-hero .pd-hero-copy {
  max-width: 760px;
}

.pd-data-hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 5vw, 74px);
  line-height: 1.01;
  overflow-wrap: anywhere;
}

.pd-data-hero .pd-hero-stat {
  grid-template-rows: 40px auto;
  align-items: center;
  min-height: 116px;
}

.pd-data-hero .pd-hero-stat-copy {
  display: contents;
}

.pd-data-hero .pd-hero-stat-copy small {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.pd-data-hero .pd-hero-stat-copy strong {
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: end;
  margin-top: 2px;
  font-size: 18px;
}

.pd-course-summary {
  position: relative;
  top: auto;
  align-self: center;
  padding: 0;
  background: var(--v2-surface);
  border-color: rgba(215, 222, 232, 0.92);
  box-shadow: 0 6px 8px rgba(2, 12, 11, 0.18);
  overflow: hidden;
}

.pd-course-summary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #18b45e;
}

.pd-summary-label {
  display: block;
  padding: 26px 28px 0;
  color: #4e625b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.pd-summary-price {
  display: block;
  margin: 14px 28px 0;
  color: #0b1714;
  font-size: 48px;
  font-weight: var(--z-heading-weight);
  line-height: 1;
}

.pd-summary-caption {
  display: block;
  margin: 8px 28px 24px;
  color: #5c6d67;
  font-size: 14px;
  line-height: 1.4;
}

.pd-summary-list {
  display: grid;
  margin: 0;
  border-block: 1px solid #dfe9e3;
}

.pd-summary-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 17px 28px;
  background: #fbfdfb;
}

.pd-summary-item + .pd-summary-item {
  border-top: 1px solid #e3ebe6;
}

.pd-summary-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--v2-green-deep);
  background: var(--v2-green-soft);
  border: 1px solid rgba(39, 174, 96, 0.2);
  border-radius: var(--v2-radius);
}

.pd-summary-icon :where(i, svg) {
  width: 20px;
  height: 20px;
  stroke-width: var(--z-icon-stroke-strong);
}

.pd-summary-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.pd-summary-copy small {
  color: #667770;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.3;
}

.pd-summary-copy b {
  color: #18231f;
  font-size: 16px;
  font-weight: var(--z-strong-weight);
  line-height: 1.35;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.pd-summary-cta {
  width: calc(100% - 56px);
  min-height: 50px;
  margin: 22px 28px 28px;
}

.pd-data-nav {
  position: relative;
  top: auto;
}

.pd-prose {
  max-width: 820px;
}

.pd-prose h2 {
  margin: 0 0 22px;
  color: #111918;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.06;
}

.pd-prose h3 {
  margin: 34px 0 12px;
  color: #18231f;
  font-size: 24px;
  line-height: 1.18;
}

.pd-prose p {
  margin: 0 0 18px;
  color: #5a6964;
  font-size: 17px;
  line-height: 1.7;
}

.pd-result-panel {
  padding: 26px;
  color: #ffffff;
  background: #081412;
  border: 1px solid #1c2e29;
  border-radius: 8px;
}

.pd-result-panel h2 {
  margin: 14px 0 24px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.08;
}

.pd-result-list {
  display: grid;
  gap: 14px;
}

.pd-result-list span {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.pd-result-list i {
  width: 20px;
  color: #18b45e;
}

.pd-audience {
  background: #eef5f0;
}

.pd-target-copy {
  padding: 26px;
}

.pd-target-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-target-copy li {
  position: relative;
  min-height: 112px;
  padding: 18px 20px 18px 42px;
  color: #5d6b66;
  border-bottom: 1px solid #dfe8e2;
  line-height: 1.5;
}

.pd-target-copy li:nth-child(odd) {
  border-right: 1px solid #dfe8e2;
}

.pd-target-copy li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 16px;
  width: 10px;
  height: 10px;
  background: #18b45e;
  border-radius: 50%;
}

.pd-target-copy strong {
  display: block;
  margin-bottom: 5px;
  color: #18231f;
}

.pd-doc-main p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.62;
}

.pd-doc-main strong {
  color: #ffffff;
}

.pd-norm-list {
  display: grid;
  gap: 12px;
}

.pd-norm-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.pd-norm-card i {
  color: #18b45e;
}

.pd-norm-card h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
}

.pd-norm-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .pd-data-hero {
    min-height: 0;
  }

  body.v2-template .pd-request-card.pd-course-summary {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 520px;
  }
}

@media (max-width: 860px) {
  .pd-data-hero .pd-hero-media {
    object-position: 58% center;
  }

  .pd-data-hero::before {
    background: linear-gradient(100deg, rgba(3, 10, 10, 0.98), rgba(3, 10, 10, 0.78));
  }

  body.v2-template .pd-request-card.pd-course-summary {
    position: relative;
    padding: 0;
  }

  .pd-data-hero h1 {
    font-size: 43px;
  }

  .pd-data-hero .pd-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pd-data-hero .pd-hero-stat {
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: 38px auto;
    min-height: 116px;
    padding: 14px;
  }

  .pd-data-hero .pd-hero-stat-icon {
    width: 38px;
    height: 38px;
  }

  .pd-course-summary {
    max-width: none;
  }

  .pd-summary-label {
    padding: 22px 20px 0;
  }

  .pd-summary-price {
    margin-inline: 20px;
    font-size: 44px;
  }

  .pd-summary-caption {
    margin: 8px 20px 20px;
  }

  .pd-summary-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 82px;
    padding: 16px 20px;
  }

  .pd-summary-icon {
    width: 42px;
    height: 42px;
  }

  .pd-summary-cta {
    width: calc(100% - 40px);
    margin: 20px;
  }

  .pd-target-copy ul {
    grid-template-columns: 1fr;
  }

  .pd-target-copy li:nth-child(odd) {
    border-right: 0;
  }

  .pd-target-copy li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 359px) {
  .pd-data-hero .pd-hero-stats {
    grid-template-columns: 1fr;
  }
}

/* Stable title sizes for long data-driven program names. */
.pd-data-hero h1.pd-title-long {
  font-size: 54px;
  line-height: 1.02;
}

.pd-data-hero h1.pd-title-xlong {
  font-size: 46px;
  line-height: 1.04;
}

@media (max-width: 860px) {
  .pd-data-hero h1.pd-title-long {
    font-size: 38px;
  }

  .pd-data-hero h1.pd-title-xlong {
    font-size: 34px;
  }
}

@media (max-width: 420px) {
  .pd-data-hero h1.pd-title-long,
  .pd-data-hero h1.pd-title-xlong {
    font-size: 31px;
    line-height: 1.06;
  }
}

/* City SEO pages */
.cd-page {
  background: #f4f7f3;
}

.cd-hero {
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 16%, rgba(39, 174, 96, 0.2), transparent 34%),
    linear-gradient(102deg, rgba(3, 9, 11, 0.98) 0%, rgba(5, 17, 18, 0.94) 52%, rgba(5, 17, 18, 0.74) 100%),
    url("industrial.webp") center / cover no-repeat,
    #061011;
}

.cd-hero-grid {
  min-height: 580px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  padding: clamp(52px, 6vw, 82px) 0;
}

.cd-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  font-weight: 760;
}

.cd-breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
}

.cd-breadcrumbs a:hover {
  color: #31d878;
}

.cd-breadcrumbs a::after {
  content: "/";
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.28);
}

.cd-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  color: #31d878;
  font-size: 15px;
  font-weight: 850;
}

.cd-kicker :where(i, svg) {
  width: 22px;
  height: 22px;
  stroke-width: 1.45;
}

.cd-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 5.2vw, 78px);
  font-weight: 680;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.cd-hero-copy p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.55;
  text-wrap: pretty;
}

.cd-hero-copy,
.cd-hero-panel,
.cd-copy,
.cd-check-card,
.cd-request-copy,
.cd-form,
.cd-work-copy,
.cd-work-summary div,
.cd-steps article,
.cd-city-grid a {
  min-width: 0;
}

.cd-hero h1,
.cd-hero-copy p,
.cd-breadcrumbs,
.cd-breadcrumbs a,
.cd-kicker,
.cd-hero-panel > strong,
.cd-mini-grid small,
.cd-copy h2,
.cd-copy p,
.cd-work-copy h2,
.cd-work-copy p,
.cd-work-summary strong,
.cd-work-summary span,
.cd-steps-grid h2,
.cd-request-copy h2,
.cd-section-head h2,
.cd-city-grid span,
.cd-link-cloud a {
  overflow-wrap: anywhere;
}

.cd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.cd-hero-panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  color: #ffffff;
  background: rgba(7, 16, 18, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.cd-hero-panel > span {
  color: #31d878;
  font-size: 14px;
  font-weight: 850;
}

.cd-hero-panel > strong {
  display: block;
  color: #ffffff;
  font-size: 26px;
  font-weight: 640;
  line-height: 1.18;
}

.cd-mini-grid {
  display: grid;
  gap: 10px;
}

.cd-mini-grid div {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.cd-mini-grid :where(i, svg) {
  width: 25px;
  height: 25px;
  color: #31d878;
  stroke-width: 1.35;
}

.cd-mini-grid small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.35;
}

.cd-section {
  padding: clamp(58px, 5.6vw, 86px) 0;
}

.cd-content-grid,
.cd-steps-grid,
.cd-request-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.cd-copy,
.cd-check-card,
.cd-form,
.cd-detail-card,
.cd-city-grid a {
  background: #ffffff;
  border: 1px solid #dce4df;
  border-radius: 8px;
}

.cd-copy {
  padding: clamp(26px, 3vw, 40px);
}

.cd-copy h2,
.cd-steps-grid h2,
.cd-request-copy h2,
.cd-section-head h2 {
  margin: 0;
  color: #071112;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 680;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.cd-copy p,
.cd-steps-grid > div > p,
.cd-request-copy p,
.cd-section-head p,
.cd-check-card li,
.cd-steps p,
.cd-related a,
.cd-city-grid small {
  color: #63716d;
  font-size: 16px;
  line-height: 1.55;
}

.cd-copy p {
  margin: 16px 0 0;
  max-width: 780px;
}

.cd-check-card {
  padding: 26px;
}

.cd-check-card h3,
.cd-related h3,
.cd-steps h3 {
  margin: 0;
  color: #071112;
  font-size: 24px;
  font-weight: 680;
  line-height: 1.15;
}

.cd-check-card ul {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cd-check-card li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
}

.cd-check-card :where(i, svg) {
  color: #22b45e;
  width: 20px;
  height: 20px;
}

.cd-dark {
  color: #ffffff;
  background:
    radial-gradient(circle at 70% 20%, rgba(39, 174, 96, 0.16), transparent 34%),
    #061011;
}

.cd-work-section {
  overflow: hidden;
}

.cd-work-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.8fr);
  align-items: stretch;
}

.cd-work-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: clamp(28px, 3.2vw, 46px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024)),
    radial-gradient(circle at 0 0, rgba(49, 216, 120, 0.16), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.cd-work-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #31d878;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cd-work-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #31d878;
}

.cd-work-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(24px, 3vw, 36px) 0 28px;
}

.cd-work-summary div {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}

.cd-work-summary :where(i, svg) {
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  color: #31d878;
  stroke-width: 1.45;
}

.cd-work-summary strong,
.cd-work-summary span {
  display: block;
}

.cd-work-summary strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.22;
}

.cd-work-summary span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.42;
}

.cd-work-copy .fh-btn {
  align-self: flex-start;
  margin-top: auto;
}

.cd-dark .cd-steps-grid h2 {
  color: #ffffff;
}

.cd-dark .cd-steps-grid > div > p {
  color: rgba(255, 255, 255, 0.66);
}

.cd-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cd-steps article {
  min-height: 220px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.cd-steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: #061011;
  background: #31d878;
  border-radius: 999px;
  font-weight: 900;
}

.cd-steps h3 {
  color: #ffffff;
}

.cd-steps p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.cd-request-copy {
  padding-top: 6px;
}

.cd-related {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.cd-related a,
.cd-link-cloud a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #128246;
  font-weight: 850;
}

.cd-related a :where(i, svg) {
  width: 20px;
  height: 20px;
}

.cd-form {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.cd-form label:not(.v2-hp):not(.cd-consent) {
  display: grid;
  gap: 8px;
}

.cd-form label > span {
  color: #52605d;
  font-size: 13px;
  font-weight: 850;
}

.cd-form :where(input, textarea) {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: #0b1414;
  background: #f8fbf9;
  border: 1px solid #d8e1dc;
  border-radius: 7px;
  outline: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cd-form textarea {
  min-height: 126px;
  padding-top: 13px;
  resize: vertical;
}

.cd-form :where(input, textarea)::placeholder {
  color: #6f7d79;
}

.cd-form :where(input, textarea):focus {
  background: #ffffff;
  border-color: rgba(39, 174, 96, 0.58);
  box-shadow: 0 0 0 4px rgba(39, 174, 96, 0.11);
}

.cd-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #5e6c68;
  font-size: 13px;
  line-height: 1.42;
}

.cd-consent input {
  width: 16px;
  min-height: 16px;
  margin-top: 1px;
  accent-color: #22b45e;
}

.cd-consent a {
  color: #128246;
  font-weight: 850;
}

.cd-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.cd-section-head p {
  margin: 0;
}

.cd-city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.cd-city-grid a {
  display: grid;
  gap: 9px;
  min-height: 154px;
  padding: 20px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cd-city-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(39, 174, 96, 0.38);
  background: #fbfefc;
}

.cd-city-grid :where(i, svg) {
  width: 25px;
  height: 25px;
  color: #22b45e;
}

.cd-city-grid span {
  color: #071112;
  font-size: 21px;
  font-weight: 680;
}

.cd-near-section {
  padding-top: 0;
}

.cd-link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cd-link-cloud a {
  min-height: 38px;
  padding: 8px 12px;
  color: #263330;
  background: #ffffff;
  border: 1px solid #dce4df;
  border-radius: 999px;
  font-size: 14px;
}

.cd-link-cloud a:hover {
  color: #128246;
  border-color: rgba(39, 174, 96, 0.36);
}

@media (max-width: 1180px) {
  .cd-hero-grid,
  .cd-content-grid,
  .cd-steps-grid,
  .cd-request-grid,
  .cd-section-head {
    grid-template-columns: 1fr;
  }

  .cd-hero-grid {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .cd-hero-grid {
    padding: 42px 0 48px;
  }

  .cd-hero h1 {
    font-size: clamp(34px, 9.4vw, 39px);
    line-height: 1.05;
  }

  .cd-hero-copy p {
    font-size: 17px;
  }

  .cd-actions,
  .cd-actions .fh-btn {
    width: 100%;
  }

  .cd-hero-panel,
  .cd-copy,
  .cd-check-card,
  .cd-work-copy,
  .cd-form,
  .cd-steps article {
    padding: 20px;
  }

  .cd-mini-grid div,
  .cd-check-card li {
    grid-template-columns: 1fr;
  }

  .cd-steps {
    grid-template-columns: 1fr;
  }

  .cd-work-summary {
    grid-template-columns: 1fr;
  }

  .cd-copy h2,
  .cd-steps-grid h2,
  .cd-request-copy h2,
  .cd-section-head h2 {
    font-size: 31px;
  }
}

/* Contacts final page */
body.v2-contact-final {
  background: #f4f7f3;
}

.cf-page {
  overflow: hidden;
}

.cf-hero {
  position: relative;
  color: #ffffff;
  background:
    linear-gradient(98deg, rgba(3, 9, 11, 0.98) 0%, rgba(5, 16, 17, 0.92) 52%, rgba(5, 16, 17, 0.64) 100%),
    url("final-home/form-bg.jpg") center / cover no-repeat,
    #061011;
}

.cf-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.cf-hero-grid {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: 72px;
  align-items: center;
  padding: 72px 0;
}

.cf-hero-copy {
  max-width: 860px;
}

.cf-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 720;
}

.cf-breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
}

.cf-breadcrumbs a:hover {
  color: #31d878;
}

.cf-breadcrumbs a::after {
  content: "/";
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.28);
}

.cf-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: 72px;
  font-weight: 680;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.cf-hero-copy p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.56;
  text-wrap: pretty;
}

.cf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.cf-quick-panel {
  display: grid;
  gap: 0;
  color: #ffffff;
  background: rgba(7, 16, 18, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.cf-panel-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #31d878;
  font-size: 14px;
  font-weight: 820;
}

.cf-panel-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #31d878;
}

.cf-quick-panel > .cf-panel-label {
  padding: 28px 30px 18px;
}

.cf-quick-panel > :is(a, span):not(.cf-panel-label) {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 116px;
  padding: 24px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cf-quick-panel :is(i, svg) {
  width: 34px;
  height: 34px;
  color: #31d878;
  stroke-width: 1.35;
}

.cf-quick-panel strong,
.cf-quick-panel small {
  display: block;
}

.cf-quick-panel strong {
  color: #ffffff;
  font-size: 22px;
  font-weight: 620;
  line-height: 1.18;
}

.cf-quick-panel small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.4;
}

.cf-section {
  padding: 76px 0;
}

.cf-contact-strip {
  padding: 0;
  background: #071012;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cf-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cf-contact-card {
  min-height: 190px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 30px 32px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.18s ease, transform 0.18s ease;
}

.cf-contact-card:last-child {
  border-right: 0;
}

a.cf-contact-card:hover {
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-1px);
}

.cf-contact-card :is(i, svg) {
  width: 34px;
  height: 34px;
  color: #31d878;
  stroke-width: 1.35;
}

.cf-contact-card span,
.cf-contact-card small {
  color: rgba(255, 255, 255, 0.56);
}

.cf-contact-card span {
  font-size: 14px;
  font-weight: 820;
}

.cf-contact-card strong {
  color: #ffffff;
  font-size: 22px;
  font-weight: 620;
  line-height: 1.22;
}

.cf-contact-card small {
  font-size: 14px;
  line-height: 1.35;
}

.cf-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 28px;
  align-items: start;
}

.cf-map-block,
.cf-request-card,
.cf-detail-list article {
  background: #ffffff;
  border: 1px solid #dce4df;
  border-radius: 8px;
}

.cf-map-block {
  overflow: hidden;
}

.cf-map-head {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
}

.cf-map-head h2,
.cf-request-card h2,
.cf-details-grid h2 {
  margin: 0;
  color: #081212;
  font-size: 40px;
  font-weight: 680;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.cf-map-head p,
.cf-request-card p,
.cf-details-grid > div > p,
.cf-detail-list p {
  margin: 12px 0 0;
  color: #65726f;
  font-size: 16px;
  line-height: 1.56;
}

.cf-route-link {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  color: #128246;
  font-size: 15px;
  font-weight: 850;
}

.cf-route-link :is(i, svg) {
  width: 18px;
  height: 18px;
}

.cf-map-frame {
  height: 520px;
  background:
    linear-gradient(135deg, rgba(7, 16, 18, 0.08), rgba(39, 174, 96, 0.08)),
    #e9eee9;
}

.cf-map-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: saturate(0.82) contrast(1.02);
}

.cf-request-card {
  position: sticky;
  top: 112px;
  padding: 28px;
}

.cf-request-card .cf-panel-label {
  margin-bottom: 18px;
}

.cf-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.cf-form label:not(.v2-hp):not(.cf-consent) {
  display: grid;
  gap: 8px;
}

.cf-form label > span {
  color: #52605d;
  font-size: 13px;
  font-weight: 850;
}

.cf-form :is(input, textarea) {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: #0b1414;
  background: #f8fbf9;
  border: 1px solid #d8e1dc;
  border-radius: 7px;
  outline: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cf-form textarea {
  min-height: 126px;
  padding-top: 13px;
  resize: vertical;
}

.cf-form :is(input, textarea)::placeholder {
  color: #6f7d79;
}

.cf-form :is(input, textarea):focus {
  background: #ffffff;
  border-color: rgba(39, 174, 96, 0.58);
  box-shadow: 0 0 0 4px rgba(39, 174, 96, 0.11);
}

.cf-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #5e6c68;
  font-size: 13px;
  line-height: 1.42;
}

.cf-consent input {
  width: 16px;
  min-height: 16px;
  margin-top: 1px;
  accent-color: #22b45e;
}

.cf-consent a {
  color: #128246;
  font-weight: 850;
}

.cf-submit {
  width: 100%;
  min-height: 54px;
}

.cf-details-section {
  padding-top: 0;
}

.cf-details-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.cf-details-grid > div > p {
  max-width: 620px;
  font-size: 18px;
}

.cf-detail-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cf-detail-list article {
  min-height: 210px;
  padding: 24px;
}

.cf-detail-list :is(i, svg) {
  width: 34px;
  height: 34px;
  color: #22b45e;
  stroke-width: 1.35;
}

.cf-detail-list h3 {
  margin: 22px 0 0;
  color: #0b1414;
  font-size: 22px;
  font-weight: 680;
  line-height: 1.14;
}

@media (max-width: 1180px) {
  .cf-hero-grid,
  .cf-main-grid,
  .cf-details-grid {
    grid-template-columns: 1fr;
  }

  .cf-hero-grid {
    min-height: 0;
    gap: 38px;
  }

  .cf-quick-panel {
    max-width: 720px;
  }

  .cf-request-card {
    position: static;
  }

  .cf-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cf-contact-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .cf-hero-grid {
    padding: 44px 0 48px;
  }

  .cf-breadcrumbs {
    margin-bottom: 26px;
  }

  .cf-hero h1 {
    font-size: 42px;
    line-height: 1.04;
  }

  .cf-hero-copy p {
    font-size: 17px;
  }

  .cf-hero-actions,
  .cf-hero-actions .fh-btn {
    width: 100%;
  }

  .cf-quick-panel > :is(a, span):not(.cf-panel-label) {
    grid-template-columns: 38px 1fr;
    min-height: 96px;
    padding: 20px;
  }

  .cf-quick-panel > .cf-panel-label {
    padding: 22px 20px 14px;
  }

  .cf-quick-panel strong,
  .cf-contact-card strong {
    font-size: 19px;
  }

  .cf-strip-grid,
  .cf-detail-list {
    grid-template-columns: 1fr;
  }

  .cf-contact-card,
  .cf-contact-card:nth-child(2n) {
    min-height: 152px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .cf-contact-card:last-child {
    border-bottom: 0;
  }

  .cf-section {
    padding: 54px 0;
  }

  .cf-map-head {
    display: grid;
    padding: 22px;
  }

  .cf-map-head h2,
  .cf-request-card h2,
  .cf-details-grid h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .cf-map-frame {
    height: 380px;
  }

  .cf-request-card,
  .cf-detail-list article {
    padding: 20px;
  }
}

/* Search page */
body.v2-search-final {
  background: #f4f7f5;
}

.z-search-page {
  background:
    radial-gradient(circle at 15% 0%, rgba(24, 169, 87, 0.18), transparent 34%),
    linear-gradient(180deg, #061011 0%, #071514 310px, #f4f7f5 310px, #f4f7f5 100%);
  color: #101615;
  padding: 56px 0 86px;
}

.z-search-container {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
}

.z-search-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background:
    linear-gradient(115deg, rgba(6, 16, 17, 0.94) 0%, rgba(6, 16, 17, 0.82) 52%, rgba(13, 34, 31, 0.94) 100%),
    url("final-home/hero-production-board-zlll-2026.webp") center / cover no-repeat;
  color: #fff;
  padding: clamp(36px, 5vw, 74px);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.22);
}

.z-search-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 169, 87, 0.9), transparent);
}

.z-search-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 840px;
}

.z-search-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--z-accent-green);
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.z-search-kicker span {
  display: block;
  width: 44px;
  height: 2px;
  background: var(--z-accent-green);
}

.z-search-hero h1 {
  margin: 0;
  max-width: 780px;
  color: #fff;
  font-size: clamp(48px, 5vw, 86px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: 0;
}

.z-search-hero-copy > p:not(.z-search-kicker) {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 430;
  line-height: 1.5;
}

.z-search-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  max-width: 980px;
  margin-top: 36px;
}

.z-search-input {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 72px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.92);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.z-search-input:focus-within {
  border-color: rgba(24, 169, 87, 0.78);
  background: rgba(255, 255, 255, 0.12);
}

.z-search-input svg {
  width: 26px;
  height: 26px;
  stroke: var(--z-accent-green);
  stroke-width: 1.9;
}

.z-search-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 560;
}

.z-search-input input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.z-search-form .fh-btn {
  min-height: 72px;
  min-width: 190px;
  border-radius: 8px;
  font-size: 18px;
}

.z-search-popular {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.z-search-popular a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.z-search-popular a:hover {
  border-color: rgba(24, 169, 87, 0.58);
  background: rgba(24, 169, 87, 0.12);
  color: #fff;
}

.z-search-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.z-search-aside-card {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 4px;
  padding: 22px;
  border: 1px solid rgba(6, 16, 17, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 16, 17, 0.06);
}

.z-search-aside-label {
  display: block;
  margin: 0 0 10px;
  color: #77827f;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.z-search-aside-card a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #15201d;
  font-size: 15px;
  font-weight: 720;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.z-search-aside-card a:hover {
  background: #e9f6ef;
  color: #071514;
}

.z-search-aside-card svg {
  width: 24px;
  height: 24px;
  color: var(--z-accent-green);
  stroke-width: 1.9;
}

.z-search-results {
  min-width: 0;
}

.z-search-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
  margin-bottom: 16px;
  padding: 20px 24px;
  border: 1px solid rgba(6, 16, 17, 0.1);
  border-radius: 8px;
  background: #fff;
}

.z-search-summary div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.z-search-summary span {
  color: #77827f;
  font-size: 14px;
  font-weight: 700;
}

.z-search-summary strong {
  color: var(--z-accent-green);
  font-size: 42px;
  font-weight: 790;
  line-height: 1;
}

.z-search-summary p {
  margin: 0;
  color: #4d5855;
  font-size: 17px;
  font-weight: 560;
  line-height: 1.4;
  text-align: right;
}

.z-search-list {
  display: grid;
  gap: 14px;
}

.z-search-result-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(6, 16, 17, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 16, 17, 0.05);
}

.z-search-result-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 8px 0 0 8px;
  background: var(--z-accent-green);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.z-search-result-card:hover::before {
  opacity: 1;
}

.z-search-result-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.z-search-result-top span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e8f7ef;
  color: var(--z-accent-green-dark);
  font-size: 12px;
  font-weight: 790;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.z-search-result-top time {
  color: #87918f;
  font-size: 13px;
  font-weight: 620;
}

.z-search-result-card h2 {
  margin: 0;
  color: #111a18;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 780;
  line-height: 1.12;
  letter-spacing: 0;
}

.z-search-result-card h2 a {
  color: inherit;
  text-decoration: none;
}

.z-search-result-card h2 a:hover {
  color: var(--z-accent-green-dark);
}

.z-search-result-card p {
  max-width: 940px;
  margin: 0;
  color: #5f6a67;
  font-size: 17px;
  font-weight: 430;
  line-height: 1.58;
}

.z-search-result-card b,
.z-search-result-card strong,
.z-search-result-card em {
  display: inline;
  padding: 0 2px;
  border-radius: 3px;
  background: rgba(24, 169, 87, 0.13);
  color: #0a5f32;
  font-style: normal;
  font-weight: 780;
}

.z-search-chain {
  color: #818b88;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.45;
}

.z-search-open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--z-accent-green);
  font-size: 15px;
  font-weight: 760;
  text-decoration: none;
}

.z-search-open svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  transition: transform 0.2s ease;
}

.z-search-open:hover svg {
  transform: translateX(4px);
}

.z-search-state {
  display: grid;
  place-items: center;
  min-height: 410px;
  padding: 48px;
  border: 1px solid rgba(6, 16, 17, 0.1);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 50px rgba(6, 16, 17, 0.06);
}

.z-search-state > svg {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: var(--z-accent-green);
  stroke-width: 1.7;
}

.z-search-state h2 {
  margin: 0;
  color: #101615;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 780;
  line-height: 1.05;
}

.z-search-state p {
  max-width: 540px;
  margin: 14px auto 0;
  color: #68736f;
  font-size: 18px;
  line-height: 1.55;
}

.z-search-state .fh-btn {
  margin-top: 24px;
}

.z-search-error {
  border-color: rgba(185, 48, 48, 0.2);
}

.z-search-error > svg {
  color: #b93030;
}

.z-search-nav {
  margin-top: 24px;
}

.z-search-nav font,
.z-search-nav a,
.z-search-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  margin: 0 4px 8px 0;
  border-radius: 6px;
  border: 1px solid rgba(6, 16, 17, 0.12);
  background: #fff;
  color: #18231f;
  font-size: 15px;
  font-weight: 720;
  text-decoration: none;
}

.z-search-nav font {
  border-color: var(--z-accent-green);
  background: var(--z-accent-green);
  color: #fff;
}

@media (max-width: 1180px) {
  .z-search-layout {
    grid-template-columns: 1fr;
  }

  .z-search-aside-card {
    position: static;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .z-search-aside-label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .z-search-page {
    padding: 34px 0 58px;
    background:
      radial-gradient(circle at 0 0, rgba(24, 169, 87, 0.18), transparent 40%),
      linear-gradient(180deg, #061011 0%, #071514 240px, #f4f7f5 240px, #f4f7f5 100%);
  }

  .z-search-container {
    width: min(100% - 24px, 1440px);
  }

  .z-search-hero {
    padding: 30px 20px;
  }

  .z-search-hero h1 {
    font-size: 42px;
  }

  .z-search-hero-copy > p:not(.z-search-kicker) {
    font-size: 17px;
  }

  .z-search-form {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .z-search-input,
  .z-search-form .fh-btn {
    min-height: 62px;
  }

  .z-search-input {
    padding: 0 18px;
  }

  .z-search-input input {
    font-size: 16px;
  }

  .z-search-form .fh-btn {
    width: 100%;
  }

  .z-search-popular a {
    min-height: 36px;
    padding: 0 13px;
    font-size: 13px;
  }

  .z-search-aside-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .z-search-summary {
    display: grid;
    justify-items: start;
    min-height: 0;
    padding: 18px;
  }

  .z-search-summary p {
    text-align: left;
    font-size: 15px;
  }

  .z-search-result-card {
    padding: 22px 18px;
  }

  .z-search-result-card p {
    font-size: 16px;
  }

  .z-search-state {
    min-height: 320px;
    padding: 34px 20px;
  }
}

/* Program detail: editorial rhythm, compact sequences and clear interactions */
.pd-about .pd-two-col {
  gap: clamp(36px, 4vw, 68px);
}

.pd-prose > p:first-of-type {
  margin-bottom: 28px;
  padding: 20px 22px;
  color: #30433c;
  background: var(--v2-surface-green);
  border: 1px solid #cfe8d8;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.62;
}

.pd-prose h3 {
  padding-top: 26px;
  border-top: 1px solid var(--v2-line);
}

.pd-result-panel {
  position: sticky;
  top: 112px;
  border-top: 3px solid var(--v2-green);
}

.pd-result-list > span {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.pd-result-list > span + span {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pd-result-list > span > span:last-child {
  display: block;
}

.pd-result-list .pd-result-icon {
  display: grid;
  width: 32px;
  height: 32px;
  color: #35c878;
  background: rgba(39, 174, 96, 0.14);
  border: 1px solid rgba(53, 200, 120, 0.3);
  border-radius: 8px;
  place-items: center;
}

.pd-result-list .pd-result-icon :is(svg, i[data-lucide]) {
  width: 17px;
  height: 17px;
  stroke-width: var(--z-icon-stroke-strong);
}

.pd-audience,
.pd-program,
.pd-faq {
  padding-block: clamp(68px, 7vw, 96px);
}

.pd-audience .pd-content-grid,
.pd-program .pd-content-grid,
.pd-faq .pd-content-grid {
  grid-template-columns: 320px minmax(0, 1fr);
  gap: clamp(38px, 5vw, 78px);
}

.pd-audience .fh-title,
.pd-program .fh-title,
.pd-faq .fh-title {
  font-size: clamp(44px, 4.4vw, 62px);
  line-height: 1.03;
  text-wrap: balance;
}

.pd-target-copy {
  border-color: #cfddd4;
  box-shadow: none;
}

.pd-target-copy li {
  padding-left: 48px;
}

.pd-target-copy li::before {
  width: 9px;
  height: 9px;
  background: var(--v2-green);
  box-shadow: 0 0 0 5px var(--v2-green-soft);
}

.pd-program .pd-content-grid > div:first-child {
  position: sticky;
  top: 112px;
}

.pd-module-list {
  position: relative;
  display: block;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  overflow: hidden;
}

.pd-module-list::before {
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 45px;
  width: 1px;
  background: #bfe5cc;
  content: "";
}

body.v2-template .pd-module-list .pd-module {
  position: relative;
  z-index: 1;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  min-height: 0;
  padding: 22px 24px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--v2-line);
  border-radius: 0;
  box-shadow: none;
}

body.v2-template .pd-module-list .pd-module:last-child {
  border-bottom: 0;
}

.pd-module > span {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border: 1px solid #c9ead5;
  font-size: 14px;
  font-weight: 850;
}

.pd-module h3 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.25;
}

.pd-module p {
  color: #5f6f69;
  font-size: 15px;
  line-height: 1.55;
}

.pd-doc-main {
  position: sticky;
  top: 112px;
}

.pd-norm-list {
  display: block;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  overflow: hidden;
}

.pd-norm-card {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 22px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.pd-norm-card + .pd-norm-card {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pd-norm-icon {
  display: grid;
  width: 36px;
  height: 36px;
  color: #35c878;
  background: rgba(39, 174, 96, 0.13);
  border: 1px solid rgba(53, 200, 120, 0.28);
  border-radius: 8px;
  place-items: center;
}

.pd-norm-icon :is(svg, i[data-lucide]) {
  width: 18px;
  height: 18px;
  stroke-width: var(--z-icon-stroke-strong);
}

.pd-faq-list {
  gap: 10px;
}

body.v2-template .pd-faq-card {
  border-color: var(--v2-line);
  box-shadow: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.pd-faq-card summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 18px;
  align-items: center;
  min-height: 78px;
  padding: 16px 18px 16px 22px;
  font-size: 17px;
  line-height: 1.35;
}

.pd-faq-toggle {
  display: grid;
  width: 36px;
  height: 36px;
  color: var(--v2-green-dark);
  background: var(--v2-green-soft);
  border: 1px solid #c8ead4;
  border-radius: 8px;
  place-items: center;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.pd-faq-toggle :is(svg, i[data-lucide]) {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.pd-faq-card summary:hover {
  color: var(--v2-green-dark);
  background: var(--v2-surface-green);
}

.pd-faq-card summary:focus-visible {
  outline: 2px solid var(--v2-green-dark);
  outline-offset: -3px;
}

body.v2-template .pd-faq-card[open] {
  background: #f8fcf9;
  border-color: #a9d9ba;
}

.pd-faq-card[open] .pd-faq-toggle {
  color: var(--v2-white);
  background: var(--v2-green);
  border-color: var(--v2-green);
}

.pd-faq-card[open] .pd-faq-toggle :is(svg, i[data-lucide]) {
  transform: rotate(45deg);
}

body.v2-template .fh-steps {
  position: relative;
  gap: 0;
  background: var(--v2-surface);
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  overflow: hidden;
}

body.v2-template .fh-steps::before {
  position: absolute;
  top: 39px;
  right: 35px;
  left: 35px;
  height: 1px;
  background: #bfe5cc;
  content: "";
}

body.v2-template .fh-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 176px;
  padding: 22px 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.v2-template .fh-step + .fh-step {
  border-left: 1px solid var(--v2-line);
}

body.v2-template .fh-step-num {
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
  box-shadow: 0 0 0 5px var(--v2-surface);
}

body.v2-template .fh-step h3 {
  font-size: 17px;
  line-height: 1.28;
}

body.v2-template .fh-step p {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .pd-audience,
  .pd-program,
  .pd-faq {
    padding-block: 56px;
  }

  .pd-audience .pd-content-grid,
  .pd-program .pd-content-grid,
  .pd-faq .pd-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pd-audience .fh-title,
  .pd-program .fh-title,
  .pd-faq .fh-title {
    font-size: clamp(38px, 11vw, 46px);
  }

  .pd-program .pd-content-grid > div:first-child,
  .pd-doc-main,
  .pd-result-panel {
    position: relative;
    top: auto;
  }

  .pd-result-panel {
    order: -1;
  }

  .pd-prose > p:first-of-type {
    padding: 18px;
    font-size: 17px;
  }

  .pd-target-copy li {
    min-height: 0;
    padding: 20px 18px 20px 46px;
  }

  .pd-module-list::before {
    top: 38px;
    bottom: 38px;
    left: 37px;
  }

  body.v2-template .pd-module-list .pd-module {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    padding: 18px;
  }

  .pd-module > span {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .pd-module h3 {
    font-size: 18px;
  }

  .pd-module p {
    font-size: 15px;
  }

  .pd-norm-card {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
    padding: 18px;
  }

  .pd-norm-icon {
    width: 34px;
    height: 34px;
  }

  .pd-faq-card summary {
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 14px;
    min-height: 72px;
    padding: 14px 14px 14px 18px;
    font-size: 16px;
  }

  .pd-faq-card p {
    padding: 0 18px 18px;
    font-size: 15px;
  }
}

@media (max-width: 760px) {
  body.v2-template .fh-steps {
    grid-template-columns: 1fr;
  }

  body.v2-template .fh-steps::before {
    top: 35px;
    right: auto;
    bottom: 35px;
    left: 35px;
    width: 1px;
    height: auto;
  }

  body.v2-template .fh-step {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 14px;
    min-height: 0;
    padding: 18px;
  }

  body.v2-template .fh-step + .fh-step {
    border-top: 1px solid var(--v2-line);
    border-left: 0;
  }

  body.v2-template .fh-step-num {
    grid-row: 1 / span 2;
    margin: 0;
  }

  body.v2-template .fh-step h3,
  body.v2-template .fh-step p {
    grid-column: 2;
  }

  body.v2-template .fh-step h3 {
    margin: 0;
    font-size: 17px;
  }

  body.v2-template .fh-step p {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pd-faq-card,
  .pd-faq-toggle,
  .pd-faq-toggle :is(svg, i[data-lucide]) {
    transition: none;
  }
}

/* Services catalog and detail pages */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.sv-service-page,
body.sv-services-catalog {
  background: #f5f7f4;
}

body.sv-service-page .v2-main {
  overflow: clip;
}

.sv-section {
  padding: 96px 0;
}

#about,
#scope,
#steps,
#result,
#price,
#faq {
  scroll-margin-top: 170px;
}

.sv-section-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--v2-green-dark);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sv-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.sv-section-head h2,
.sv-section-copy h2,
.sv-audience h2,
.sv-result h2,
.sv-price h2,
.sv-faq h2,
.svl-approach h2 {
  margin: 0;
  color: var(--v2-ink);
  font-size: 42px;
  line-height: 1.08;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
}

.sv-section-head > p,
.sv-faq-heading > p {
  margin: 0;
  color: #59636b;
  font-size: 16px;
  line-height: 1.65;
}

.sv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 7px 11px;
  color: #d9f9e5;
  background: rgba(24, 169, 87, 0.17);
  border: 1px solid rgba(73, 220, 131, 0.34);
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.sv-eyebrow svg {
  width: 16px;
  height: 16px;
  color: #4adb83;
}

.sv-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.4;
}

.sv-breadcrumbs a {
  transition: color 0.18s ease;
}

.sv-breadcrumbs a:hover {
  color: #fff;
}

.sv-breadcrumbs span {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sv-breadcrumbs svg {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
}

.sv-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  color: #fff;
  background: #071011;
}

.sv-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.08) saturate(0.98);
}

.sv-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 8, 9, 0.95) 0%, rgba(2, 8, 9, 0.8) 38%, rgba(2, 8, 9, 0.13) 72%, rgba(2, 8, 9, 0.04) 100%);
}

.sv-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding-top: 30px;
  padding-bottom: 58px;
}

.sv-hero-copy {
  width: min(710px, 55%);
  margin-top: auto;
}

.sv-hero-copy h1 {
  max-width: 700px;
  margin: 20px 0 20px;
  color: #fff;
  font-size: 58px;
  line-height: 1.02;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
  text-wrap: balance;
}

.sv-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.62;
}

.sv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.sv-hero-actions .v2-btn {
  min-height: 50px;
  padding: 14px 20px;
}

.sv-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.sv-phone-link svg {
  width: 18px;
  height: 18px;
  color: #48d67d;
}

.sv-metrics {
  position: relative;
  z-index: 3;
  color: #fff;
  background: #081213;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.sv-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sv-metrics-grid > div {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 15px;
  align-content: center;
  min-height: 132px;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sv-metrics-grid > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sv-metrics-grid svg {
  grid-row: 1 / span 3;
  align-self: start;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  color: #36cc72;
}

.sv-metrics-grid span,
.sv-metrics-grid small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sv-metrics-grid strong {
  margin: 4px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 720;
}

.sv-metrics-grid small {
  font-size: 10px;
  text-transform: none;
}

.sv-anchor-nav {
  position: sticky;
  top: 94px;
  z-index: 32;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dce3dc;
  box-shadow: 0 12px 30px rgba(15, 22, 18, 0.06);
  backdrop-filter: blur(16px);
}

.sv-anchor-nav .fh-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.sv-anchor-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  padding: 10px 12px;
  color: #4f5a55;
  border-right: 1px solid #e2e8e2;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 680;
  transition: color 0.18s ease, background 0.18s ease;
}

.sv-anchor-nav a:first-child {
  border-left: 1px solid #e2e8e2;
}

.sv-anchor-nav a:hover {
  color: var(--v2-green-dark);
  background: #f2faf4;
}

.sv-anchor-nav a.is-active,
.sv-anchor-nav a[aria-current="location"] {
  color: #074d28;
  background: #eaf7ed;
  box-shadow: inset 0 -3px 0 var(--v2-green);
}

.sv-anchor-nav a:focus-visible,
.svl-filters button:focus-visible,
.svl-card-more:focus-visible,
.sv-mobile-cta a:focus-visible {
  outline: 3px solid rgba(24, 169, 87, 0.42);
  outline-offset: -3px;
}

.sv-anchor-nav svg {
  width: 16px;
  height: 16px;
  color: var(--v2-green);
}

.sv-mobile-cta {
  display: none;
}

.sv-about {
  background: #fff;
}

.sv-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.65fr);
  gap: 82px;
  align-items: start;
}

.sv-rich-text {
  margin-top: 28px;
  color: #4f5a55;
  font-size: 17px;
  line-height: 1.78;
}

.sv-rich-text p {
  margin: 0 0 20px;
}

.sv-rich-text p:last-child {
  margin-bottom: 0;
}

.sv-rich-text p:first-child {
  color: #27312c;
  font-size: 19px;
}

.sv-audience {
  padding: 32px;
  background: #eef8f0;
  border: 1px solid #d4ead9;
  border-radius: 7px;
}

.sv-audience-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: #fff;
  background: var(--v2-green-dark);
  border-radius: 6px;
}

.sv-audience-icon svg {
  width: 23px;
  height: 23px;
}

.sv-audience h2 {
  font-size: 26px;
}

.sv-audience ul,
.sv-check-list,
.sv-inputs ul,
.sv-price-factors ul {
  display: grid;
  gap: 15px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.sv-audience li,
.sv-check-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 11px;
  color: #34413a;
  font-size: 15px;
  line-height: 1.55;
}

.sv-audience li svg,
.sv-check-list li svg {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--v2-green-dark);
}

.sv-scope {
  background: #f5f7f4;
  border-top: 1px solid #e2e7e1;
}

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

.sv-scope-card {
  min-height: 220px;
  padding: 26px;
  background: #fff;
  border: 1px solid #dfe5df;
  border-radius: 7px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.sv-scope-card:hover {
  transform: translateY(-3px);
  border-color: #b8d9c0;
  background: #fbfdfb;
}

.sv-scope-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: #fff;
  background: var(--v2-green-dark);
  border-radius: 6px;
}

.sv-scope-icon svg {
  width: 21px;
  height: 21px;
}

.sv-scope-card h3,
.sv-step-list h3,
.sv-law-grid h3,
.sv-related-card h3,
.svl-card h3,
.svl-approach h3,
.svl-proof h3 {
  margin: 0;
  color: #1d2521;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 720;
  letter-spacing: 0;
}

.sv-scope-card p,
.sv-step-list p,
.sv-law-grid p,
.svl-approach p,
.svl-proof p {
  margin: 12px 0 0;
  color: #667068;
  font-size: 14px;
  line-height: 1.62;
}

.sv-steps {
  padding: 96px 0;
  color: #fff;
  background: #0b2b1b;
}

.sv-section-head-inverse h2 {
  color: #fff;
}

.sv-section-head-inverse > p {
  color: rgba(255, 255, 255, 0.62);
}

.sv-section-head-inverse .sv-section-kicker {
  color: #52d986;
}

.sv-step-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sv-step-list li {
  min-height: 260px;
  padding: 30px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.sv-step-list li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.sv-step-list li > span {
  display: inline-flex;
  margin-bottom: 74px;
  color: #55df89;
  font-size: 13px;
  font-weight: 800;
}

.sv-step-list h3 {
  color: #fff;
}

.sv-step-list p {
  color: rgba(255, 255, 255, 0.62);
}

.sv-result {
  background: #fff;
}

.sv-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 100px;
}

.sv-check-list {
  margin-top: 32px;
  gap: 19px;
}

.sv-check-list li {
  grid-template-columns: 26px minmax(0, 1fr);
  color: #29342e;
  font-size: 16px;
}

.sv-check-list li svg {
  width: 22px;
  height: 22px;
}

.sv-inputs {
  padding-left: 46px;
  border-left: 1px solid #dfe5df;
}

.sv-inputs h2,
.sv-price-factors h2 {
  font-size: 30px;
}

.sv-inputs li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  color: #566159;
  font-size: 15px;
  line-height: 1.5;
}

.sv-inputs li > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--v2-green-dark);
  background: #e9f7ed;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
}

.sv-price {
  background: #edf3ed;
  border-top: 1px solid #dde6dc;
  border-bottom: 1px solid #dde6dc;
}

.sv-price-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: center;
}

.sv-price-quote {
  min-width: 0;
}

.sv-price-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sv-price-heading .sv-section-kicker {
  margin-bottom: 7px;
}

.sv-price-heading h2 {
  font-size: 30px;
}

.sv-price-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--v2-green-dark);
  border-radius: 6px;
}

.sv-price-icon svg {
  width: 24px;
  height: 24px;
}

.sv-price-amount {
  margin: 28px 0 0;
  color: #0a542b;
  font-size: 52px;
  line-height: 1.05;
  font-weight: var(--z-heading-weight);
}

.sv-price-unit {
  display: block;
  margin-top: 4px;
  color: #2d4135;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 720;
}

.sv-price-quote > p:not(.sv-price-amount) {
  max-width: 620px;
  margin: 20px 0 26px;
  color: #566159;
  font-size: 15px;
  line-height: 1.65;
}

.sv-price-factors {
  padding: 34px;
  background: #fff;
  border: 1px solid #d9e3d9;
  border-radius: 7px;
}

.sv-price-factors ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.sv-price-factors li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: #4f5c53;
  font-size: 14px;
  line-height: 1.5;
}

.sv-price-factors li svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--v2-green-dark);
}

.sv-price-factors > small {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  padding-top: 20px;
  color: #6b756e;
  border-top: 1px solid #e4e9e4;
  font-size: 12px;
  line-height: 1.5;
}

.sv-price-factors > small svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.sv-law {
  background: #f8f9f7;
}

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

.sv-law-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 26px;
  background: #fff;
  border: 1px solid #e0e5df;
  border-radius: 7px;
}

.sv-law-grid article > svg {
  width: 25px;
  height: 25px;
  color: var(--v2-green-dark);
}

.sv-law-grid h3 {
  font-size: 17px;
}

.sv-law-grid p {
  margin-top: 8px;
  font-size: 13px;
}

.sv-faq {
  background: #fff;
}

.sv-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 94px;
  align-items: start;
}

.sv-faq-heading {
  position: sticky;
  top: 178px;
}

.sv-faq-heading h2 {
  font-size: 38px;
}

.sv-faq-heading > p {
  margin-top: 20px;
}

.sv-faq-list {
  border-top: 1px solid #dfe5df;
}

.sv-faq-list details {
  border-bottom: 1px solid #dfe5df;
}

.sv-faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px;
  gap: 20px;
  align-items: center;
  min-height: 78px;
  padding: 20px 2px;
  color: #202a25;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 690;
  list-style: none;
  cursor: pointer;
}

.sv-faq-list summary::-webkit-details-marker {
  display: none;
}

.sv-faq-list summary svg {
  width: 22px;
  height: 22px;
  color: var(--v2-green-dark);
  transition: transform 0.18s ease;
}

.sv-faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.sv-faq-list details > p {
  max-width: 780px;
  margin: -4px 46px 24px 0;
  color: #5e6962;
  font-size: 15px;
  line-height: 1.7;
}

.sv-related {
  background: #f5f7f4;
  border-top: 1px solid #e1e6e0;
}

.sv-related .sv-section-head > a {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 8px;
  color: var(--v2-green-dark);
  font-size: 14px;
  font-weight: 740;
}

.sv-related .sv-section-head > a svg {
  width: 17px;
  height: 17px;
}

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

.sv-related-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  color: #fff;
  background: #0b1413;
  border-radius: 7px;
}

.sv-related-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 11, 10, 0.08), rgba(4, 11, 10, 0.94));
}

.sv-related-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.sv-related-card:hover img {
  transform: scale(1.025);
}

.sv-related-card > span,
.sv-related-card h3,
.sv-related-card > strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: 26px;
  margin-left: 26px;
}

.sv-related-card > span {
  margin-top: 190px;
  color: #59df8a;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.sv-related-card h3 {
  margin-top: 8px;
  color: #fff;
}

.sv-related-card > strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
}

.sv-related-card > strong svg {
  width: 18px;
  height: 18px;
}

.sv-not-found {
  min-height: 560px;
  padding: 120px 0;
  color: #fff;
  background: #081213;
}

.sv-not-found .sv-eyebrow {
  margin-bottom: 24px;
}

.sv-not-found h1 {
  margin: 0;
  font-size: 54px;
  line-height: 1.05;
}

.sv-not-found p {
  max-width: 600px;
  margin: 20px 0 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.6;
}

/* Services hub */
.svl-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  padding: 30px 0 76px;
  color: #fff;
  background-color: #061011;
  background-image: url("/upload/zlll-services/specialnaya-ocenka-usloviy-truda.webp");
  background-position: center;
  background-size: cover;
}

.svl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 9, 0.48);
}

.svl-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(2, 8, 9, 0.88) 0%, rgba(2, 8, 9, 0.48) 62%, rgba(2, 8, 9, 0.14) 100%);
}

.svl-hero > .fh-container {
  position: relative;
  z-index: 2;
}

.svl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.75fr);
  gap: 80px;
  align-items: end;
  min-height: 500px;
  padding-top: 52px;
}

.svl-hero-grid h1 {
  max-width: 850px;
  margin: 20px 0 22px;
  color: #fff;
  font-size: 58px;
  line-height: 1.02;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
  text-wrap: balance;
}

.svl-hero-grid > div:first-child > p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.62;
}

.svl-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(4, 14, 12, 0.72);
  backdrop-filter: blur(13px);
}

.svl-hero-stats > div {
  min-height: 126px;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.svl-hero-stats > div:nth-child(2n) {
  border-right: 0;
}

.svl-hero-stats > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.svl-hero-stats strong,
.svl-hero-stats span {
  display: block;
}

.svl-hero-stats strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 740;
}

.svl-hero-stats span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.4;
}

.svl-catalog {
  background: #f5f7f4;
}

.svl-toolbar {
  margin-bottom: 34px;
}

.svl-search {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #dbe2db;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(18, 35, 24, 0.04);
}

.svl-search svg {
  width: 20px;
  height: 20px;
  color: var(--v2-green-dark);
}

.svl-search input {
  width: 100%;
  height: 54px;
  padding: 0;
  color: #1c2821;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 15px;
}

.svl-search input::placeholder {
  color: #859088;
}

.svl-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.svl-filters button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 14px;
  color: #526057;
  background: #fff;
  border: 1px solid #dbe2db;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 680;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.svl-filters button:hover {
  color: #074d28;
  border-color: #acd3b6;
}

.svl-filters button small {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  color: #657168;
  background: #eef2ee;
  border-radius: 4px;
  font-size: 10px;
}

.svl-filters button.is-active {
  color: #fff;
  background: #0b5d31;
  border-color: #0b5d31;
}

.svl-filters button.is-active small {
  color: #0b5d31;
  background: #dff5e7;
}

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

.svl-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe5df;
  border-radius: 7px;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.svl-card:hover {
  transform: translateY(-4px);
  border-color: #b8d8c0;
  background: #fbfdfb;
}

.svl-card[hidden] {
  display: none;
}

.svl-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0a1212;
}

.svl-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 8, 8, 0.02), rgba(2, 8, 8, 0.45));
}

.svl-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.svl-card:hover .svl-card-media img {
  transform: scale(1.025);
}

.svl-card-media > span {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 9px;
  color: #e9fff0;
  background: rgba(7, 29, 17, 0.78);
  border: 1px solid rgba(101, 225, 146, 0.28);
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 780;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.svl-card-media > span svg {
  width: 15px;
  height: 15px;
  color: #53dd87;
}

.svl-card-body {
  flex: 1 1 auto;
  padding: 25px 25px 20px;
}

.svl-card h3 {
  font-size: 20px;
}

.svl-card h3 a:hover {
  color: var(--v2-green-dark);
}

.svl-card-body > p {
  display: -webkit-box;
  min-height: 69px;
  margin: 13px 0 20px;
  overflow: hidden;
  color: #56625b;
  font-size: 14px;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.svl-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.svl-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 29px;
  padding: 5px 8px;
  color: #56635a;
  background: #f1f5f1;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 660;
}

.svl-card-meta svg {
  width: 13px;
  height: 13px;
  color: var(--v2-green-dark);
}

.svl-card-foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 19px 25px;
  background: #f9faf8;
  border-top: 1px solid #e4e9e4;
}

.svl-card-foot small,
.svl-card-foot strong,
.svl-card-foot span {
  display: block;
}

.svl-card-foot small {
  color: #7a847d;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.svl-card-foot strong {
  margin-top: 3px;
  color: #0a572d;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 760;
}

.svl-card-foot span {
  margin-top: 2px;
  color: #748078;
  font-size: 10px;
  line-height: 1.3;
}

.svl-card-foot > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  color: #fff;
  background: var(--v2-green-dark);
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 720;
  transition: background 0.18s ease, transform 0.18s ease;
}

.svl-card-foot > a:hover {
  background: #084725;
  transform: translateY(-2px);
}

.svl-card-foot > a svg {
  width: 17px;
  height: 17px;
}

.svl-card-foot > a > span {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.svl-empty {
  padding: 72px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #dfe5df;
  border-radius: 7px;
}

.svl-empty svg {
  width: 34px;
  height: 34px;
  color: var(--v2-green-dark);
}

.svl-empty h2 {
  margin: 14px 0 8px;
  font-size: 26px;
}

.svl-empty p {
  margin: 0;
  color: #667169;
}

.svl-approach {
  color: #fff;
  background: #0a1915;
}

.svl-approach-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: 100px;
  align-items: start;
}

.svl-approach h2 {
  color: #fff;
}

.svl-approach-grid > div > p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.7;
}

.svl-approach ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.svl-approach li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 15px;
  min-height: 174px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.svl-approach li > span {
  color: #4cda81;
  font-size: 12px;
  font-weight: 800;
}

.svl-approach h3 {
  color: #fff;
}

.svl-approach li p {
  color: rgba(255, 255, 255, 0.58);
}

.svl-proof {
  background: #fff;
}

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

.svl-proof-grid article {
  min-height: 230px;
  padding: 28px;
  background: #f6f8f5;
  border: 1px solid #e1e7e0;
  border-radius: 7px;
}

.svl-proof-grid article > svg {
  width: 30px;
  height: 30px;
  margin-bottom: 48px;
  color: var(--v2-green-dark);
}

@media (max-width: 1180px) {
  .sv-card-grid,
  .sv-step-list,
  .svl-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-step-list li:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .sv-related-grid,
  .svl-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svl-hero-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 42px;
  }

  .sv-hero-copy h1,
  .svl-hero-grid h1 {
    font-size: 50px;
  }

  .sv-about-grid,
  .sv-result-grid,
  .sv-price-grid,
  .sv-faq-grid,
  .svl-approach-grid {
    gap: 58px;
  }
}

@media (max-width: 920px) {
  .sv-section {
    padding: 72px 0;
  }

  .sv-hero,
  .sv-hero-inner {
    min-height: 580px;
  }

  .sv-hero-copy {
    width: min(700px, 76%);
  }

  .sv-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-metrics-grid > div:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .sv-anchor-nav .fh-container {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .sv-anchor-nav .fh-container::-webkit-scrollbar {
    display: none;
  }

  .sv-anchor-nav a {
    flex: 0 0 auto;
    min-width: 145px;
  }

  .sv-about-grid,
  .sv-result-grid,
  .sv-price-grid,
  .sv-faq-grid,
  .svl-approach-grid,
  .svl-hero-grid {
    grid-template-columns: 1fr;
  }

  .sv-faq-heading {
    position: static;
  }

  .sv-inputs {
    padding: 34px 0 0;
    border-top: 1px solid #dfe5df;
    border-left: 0;
  }

  .svl-hero-grid {
    min-height: 0;
    padding-top: 80px;
  }

  .svl-hero-stats {
    max-width: 620px;
  }

  .sv-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sv-related .sv-section-head > a {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  #about,
  #scope,
  #steps,
  #result,
  #price,
  #faq {
    scroll-margin-top: 118px;
  }

  .sv-section {
    padding: 56px 0;
  }

  .sv-section-head h2,
  .sv-section-copy h2,
  .sv-result h2,
  .sv-price h2,
  .sv-faq h2,
  .svl-approach h2 {
    font-size: 32px;
  }

  .sv-hero {
    min-height: 580px;
  }

  .sv-hero-media {
    object-position: 66% center;
    filter: brightness(1.03) saturate(0.98);
  }

  .sv-hero-shade {
    background: linear-gradient(180deg, rgba(2, 8, 9, 0.52) 0%, rgba(2, 8, 9, 0.82) 42%, rgba(2, 8, 9, 0.98) 100%);
  }

  .sv-hero-inner {
    min-height: 580px;
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .sv-breadcrumbs span {
    max-width: 180px;
  }

  .sv-hero-copy {
    width: 100%;
  }

  .sv-hero-copy h1,
  .svl-hero-grid h1 {
    margin: 14px 0;
    font-size: 34px;
    line-height: 1.08;
  }

  .sv-hero-copy > p,
  .svl-hero-grid > div:first-child > p {
    font-size: 15px;
    line-height: 1.55;
  }

  .sv-hero-actions {
    align-items: stretch;
    gap: 10px;
    margin-top: 18px;
  }

  .sv-hero-actions .v2-btn {
    width: 100%;
    justify-content: center;
  }

  .sv-phone-link {
    justify-content: center;
    min-height: 40px;
  }

  .sv-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-metrics-grid > div {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 96px;
    padding: 14px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .sv-metrics-grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .sv-metrics-grid > div:first-child,
  .sv-metrics-grid > div:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .sv-metrics-grid svg {
    width: 24px;
    height: 24px;
  }

  .sv-metrics-grid strong {
    font-size: 14px;
    line-height: 1.25;
  }

  .sv-metrics-grid span,
  .sv-metrics-grid small {
    font-size: 9px;
  }

  .sv-anchor-nav {
    top: 78px;
  }

  .sv-anchor-nav a {
    min-width: 128px;
    min-height: 52px;
  }

  .sv-mobile-cta {
    position: fixed;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 45;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 10px 10px 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 14px rgba(6, 30, 17, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 26px));
    transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .sv-mobile-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sv-mobile-cta small,
  .sv-mobile-cta strong {
    display: block;
  }

  .sv-mobile-cta small {
    color: #68736c;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
  }

  .sv-mobile-cta strong {
    margin-top: 2px;
    color: #07552c;
    font-size: 17px;
    line-height: 1.2;
  }

  .sv-mobile-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    color: #fff;
    background: var(--v2-green-dark);
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 760;
  }

  .sv-about-grid,
  .sv-result-grid,
  .sv-price-grid,
  .sv-faq-grid,
  .svl-approach-grid {
    gap: 38px;
  }

  .sv-rich-text,
  .sv-rich-text p:first-child {
    font-size: 16px;
  }

  .sv-audience,
  .sv-scope-card,
  .sv-price-factors,
  .svl-proof-grid article {
    padding: 22px;
  }

  .sv-card-grid,
  .sv-step-list,
  .sv-law-grid,
  .sv-related-grid,
  .svl-grid,
  .svl-proof-grid,
  .svl-approach ol {
    grid-template-columns: 1fr;
  }

  .sv-scope-card {
    min-height: 0;
  }

  .sv-scope-icon {
    margin-bottom: 22px;
  }

  .sv-step-list li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 24px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .sv-step-list li > span {
    margin: 3px 0 0;
  }

  .sv-price-amount {
    font-size: 38px;
  }

  .sv-price-factors ul {
    grid-template-columns: 1fr;
  }

  .sv-related-card {
    min-height: 310px;
  }

  .svl-hero {
    min-height: 0;
    padding: 22px 0 36px;
    background-position: 66% center;
  }

  .svl-hero-pattern {
    background: linear-gradient(180deg, rgba(2, 8, 9, 0.54), rgba(2, 8, 9, 0.96));
  }

  .svl-hero-grid {
    gap: 28px;
    padding-top: 62px;
  }

  .svl-hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .svl-hero-stats > div {
    min-height: 88px;
    padding: 14px;
  }

  .svl-hero-stats strong {
    font-size: 18px;
  }

  .svl-hero-stats span {
    margin-top: 6px;
    font-size: 11px;
  }

  .svl-filters-wrap {
    position: relative;
    margin-right: -14px;
  }

  .svl-filters-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 34px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(245, 247, 244, 0), #f5f7f4 84%);
  }

  .svl-filters {
    flex-wrap: nowrap;
    margin-right: 0;
    padding-right: 40px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .svl-filters::-webkit-scrollbar {
    display: none;
  }

  .svl-filters button {
    flex: 0 0 auto;
  }

  .svl-card-body {
    padding: 14px 14px 8px;
  }

  .svl-card-foot {
    grid-column: 2;
    padding: 8px 14px 14px;
    background: transparent;
    border-top: 0;
  }

  .svl-card-body > p {
    min-height: 0;
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
  }

  .svl-grid {
    gap: 12px;
  }

  .svl-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 203px;
  }

  .svl-card:hover {
    transform: none;
  }

  .svl-card-media {
    grid-row: 1 / span 2;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .svl-card-media > span {
    right: 8px;
    bottom: 8px;
    left: 8px;
    max-width: calc(100% - 16px);
    padding: 6px;
    font-size: 0;
  }

  .svl-card-media > span svg {
    width: 17px;
    height: 17px;
  }

  .svl-card h3 {
    min-height: 3.75em;
    font-size: 17px;
    line-height: 1.25;
  }

  .svl-card-meta {
    display: none;
  }

  .svl-card-foot strong {
    font-size: 16px;
  }

  .svl-card-foot > a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
  }

  .svl-card-foot > a > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .svl-approach li {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sv-scope-card,
  .sv-related-card img,
  .sv-faq-list summary svg,
  .svl-card,
  .svl-card-media img,
  .svl-card-foot > a,
  .sv-mobile-cta {
    transition: none;
  }
}
/* City landing template v2 */
body.city-landing-v2 {
  background: #f5f7f5;
}

.cl-page {
  overflow: hidden;
  color: var(--v2-ink);
  background: #f5f7f5;
}

.cl-page :where(i, svg) {
  flex: 0 0 auto;
  stroke-width: var(--z-icon-stroke);
}

.cl-hero {
  color: #ffffff;
  background: var(--v2-dark);
}

.cl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 0.86fr);
  gap: 54px;
  align-items: center;
  min-height: 570px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.cl-hero-copy {
  min-width: 0;
}

.cl-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.4;
}

.cl-breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
}

.cl-breadcrumbs a:hover {
  color: var(--z-render-green-2);
}

.cl-breadcrumbs a::after {
  content: "/";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.3);
}

.cl-kicker,
.cl-eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--z-render-green-2);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.cl-kicker :where(i, svg) {
  width: 19px;
  height: 19px;
}

.cl-hero h1 {
  max-width: 720px;
  margin: 16px 0 18px;
  color: #ffffff;
  font-size: 52px;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
  line-height: 1.04;
}

.cl-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.58;
}

.cl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.cl-phone {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  min-height: 50px;
  color: #ffffff;
}

.cl-phone > :where(i, svg) {
  width: 20px;
  height: 20px;
  color: var(--z-render-green-2);
}

.cl-phone span,
.cl-phone strong,
.cl-phone small {
  display: block;
}

.cl-phone strong {
  font-size: 16px;
  font-weight: 720;
}

.cl-phone small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.cl-hero-visual {
  min-width: 0;
  overflow: hidden;
  background: #0a1516;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.cl-hero-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.cl-hero-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(3, 10, 11, 0.5), transparent);
  content: "";
  pointer-events: none;
}

.cl-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cl-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #0a1516;
}

.cl-hero-facts > div {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  min-width: 0;
  min-height: 94px;
  padding: 17px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.cl-hero-facts > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.cl-hero-facts :where(i, svg) {
  width: 23px;
  height: 23px;
  color: var(--z-render-green-2);
}

.cl-hero-facts span,
.cl-hero-facts strong,
.cl-hero-facts small {
  display: block;
  min-width: 0;
}

.cl-hero-facts strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.25;
}

.cl-hero-facts small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.35;
}

.cl-anchor-nav {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-bottom: 1px solid #dce3de;
}

.cl-anchor-nav .fh-container {
  display: flex;
  gap: 30px;
  align-items: center;
  min-height: 60px;
  overflow-x: auto;
  scrollbar-width: none;
}

.cl-anchor-nav .fh-container::-webkit-scrollbar {
  display: none;
}

.cl-anchor-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 20px 0 18px;
  color: #34413e;
  font-size: 14px;
  font-weight: 680;
}

.cl-anchor-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--v2-green);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.cl-anchor-nav a:hover {
  color: var(--v2-green-deep);
}

.cl-anchor-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.cl-section {
  scroll-margin-top: 92px;
  padding: 82px 0;
}

.cl-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.48fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 30px;
}

.cl-section-head h2,
.cl-steps-intro h2,
.cl-documents-copy h2,
.cl-faq-intro h2,
.cl-near-cities h2 {
  margin: 10px 0 0;
  color: #071112;
  font-size: 38px;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
  line-height: 1.12;
}

.cl-section-head > p,
.cl-steps-intro > p,
.cl-documents-copy > p,
.cl-faq-intro > p {
  margin: 0;
  color: #56635f;
  font-size: 16px;
  line-height: 1.62;
}

.cl-programs {
  background: #ffffff;
}

.cl-city-context {
  background: #eef3ef;
}

.cl-city-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cl-city-content-grid article {
  position: relative;
  min-width: 0;
  min-height: 310px;
  padding: 30px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d6dfd9;
  border-radius: 8px;
}

.cl-city-content-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--v2-green);
  content: "";
}

.cl-city-content-index {
  display: block;
  margin-bottom: 46px;
  color: var(--v2-green-deep);
  font-size: 12px;
  font-weight: 760;
}

.cl-city-content-grid h2 {
  margin: 0;
  color: #0b1514;
  font-size: 24px;
  font-weight: var(--z-heading-weight);
  letter-spacing: 0;
  line-height: 1.2;
}

.cl-city-content-grid p {
  margin: 18px 0 0;
  color: #53615d;
  font-size: 15px;
  line-height: 1.66;
}

.cl-program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cl-program-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 430px;
  padding: 22px;
  background: #f8faf8;
  border: 1px solid #dce3de;
  border-radius: 8px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.cl-program-card:hover {
  border-color: rgba(39, 174, 96, 0.48);
  box-shadow: 0 16px 36px rgba(11, 30, 21, 0.08);
  transform: translateY(-2px);
}

.cl-program-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: var(--v2-green-deep);
  background: var(--v2-green-soft);
  border-radius: 7px;
}

.cl-program-icon :where(i, svg) {
  width: 20px;
  height: 20px;
}

.cl-program-card h3 {
  margin: 0;
  color: #0d1716;
  font-size: 18px;
  font-weight: 690;
  letter-spacing: 0;
  line-height: 1.32;
}

.cl-program-card h3 a {
  color: inherit;
}

.cl-program-card h3 a:hover {
  color: var(--v2-green-deep);
}

.cl-program-card > p {
  display: -webkit-box;
  min-height: 66px;
  margin: 12px 0 18px;
  overflow: hidden;
  color: #5a6763;
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cl-program-card dl {
  display: grid;
  gap: 0;
  margin: auto 0 18px;
}

.cl-program-card dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e0e6e2;
}

.cl-program-card dt {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #64716d;
  font-size: 12px;
}

.cl-program-card dt :where(i, svg) {
  width: 15px;
  height: 15px;
  color: var(--v2-green-deep);
}

.cl-program-card dd {
  margin: 0;
  color: #17211f;
  font-size: 13px;
  font-weight: 680;
  text-align: right;
}

.cl-program-link,
.cl-catalog-action a,
.cl-faq-intro > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--v2-green-deep);
  font-size: 14px;
  font-weight: 720;
}

.cl-program-link :where(i, svg),
.cl-catalog-action a :where(i, svg),
.cl-faq-intro > a :where(i, svg) {
  width: 17px;
  height: 17px;
}

.cl-catalog-action {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 18px;
  color: #64716d;
  border-top: 1px solid #dce3de;
  font-size: 13px;
}

.cl-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cl-scope-grid article {
  min-height: 230px;
  padding: 24px;
  background: #f8faf8;
  border: 1px solid #dce3de;
  border-radius: 8px;
}

.cl-scope-grid article > :where(i, svg) {
  width: 28px;
  height: 28px;
  margin-bottom: 26px;
  color: var(--v2-green-deep);
}

.cl-scope-grid h3,
.cl-audience-list h3,
.cl-steps h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 690;
  letter-spacing: 0;
  line-height: 1.3;
}

.cl-scope-grid p,
.cl-audience-list p,
.cl-steps p {
  margin: 9px 0 0;
  color: #5b6864;
  font-size: 14px;
  line-height: 1.56;
}

.cl-organizations {
  background: #f5f7f5;
}

.cl-audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d5ded8;
}

.cl-audience-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 24px 28px 24px 0;
  border-bottom: 1px solid #d5ded8;
}

.cl-audience-list article:nth-child(even) {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid #d5ded8;
}

.cl-audience-list article > :where(i, svg) {
  width: 28px;
  height: 28px;
  color: var(--v2-green-deep);
}

.cl-local-text {
  max-width: 980px;
  margin: 28px 0 0;
  color: #52605c;
  font-size: 15px;
  line-height: 1.68;
}

.cl-steps-section {
  color: #ffffff;
  background: var(--v2-dark);
}

.cl-steps-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  gap: 64px;
  align-items: start;
}

.cl-steps-intro h2 {
  color: #ffffff;
}

.cl-steps-intro > p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.cl-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: city-step;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.cl-steps li {
  display: grid;
  grid-template-columns: 32px 30px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.cl-steps li > span {
  color: var(--z-render-green-2);
  font-size: 13px;
  font-weight: 760;
}

.cl-steps li > :where(i, svg) {
  width: 25px;
  height: 25px;
  color: var(--z-render-green-2);
}

.cl-steps h3 {
  color: #ffffff;
}

.cl-steps p {
  color: rgba(255, 255, 255, 0.69);
}

.cl-learning {
  scroll-margin-top: 92px;
  background: #ffffff;
}

.cl-learning .fh-process {
  background: #ffffff;
}

.cl-documents {
  color: #ffffff;
  background: #081313;
}

.cl-documents-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 0.82fr);
  gap: 68px;
  align-items: center;
}

.cl-documents-copy h2 {
  color: #ffffff;
}

.cl-documents-copy > p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.cl-documents-note {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  max-width: 560px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.cl-documents-note > :where(i, svg) {
  width: 27px;
  height: 27px;
  color: var(--z-render-green-2);
}

.cl-documents-note span,
.cl-documents-note strong,
.cl-documents-note small {
  display: block;
}

.cl-documents-note strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.cl-documents-note small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 13px;
  line-height: 1.5;
}

.cl-document-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.cl-document-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 21px 0;
  color: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 15px;
  line-height: 1.52;
}

.cl-document-list :where(i, svg) {
  width: 23px;
  height: 23px;
  color: var(--z-render-green-2);
}

.cl-related {
  background: #ffffff;
}

.cl-related-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d7dfda;
}

.cl-related-list a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 22px 24px 22px 0;
  color: #17211f;
  border-bottom: 1px solid #d7dfda;
  font-size: 16px;
  font-weight: 660;
}

.cl-related-list a:nth-child(even) {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid #d7dfda;
}

.cl-related-list a:hover {
  color: var(--v2-green-deep);
}

.cl-related-list a > :where(i, svg) {
  width: 23px;
  height: 23px;
  color: var(--v2-green-deep);
}

.cl-related-list a > :where(i, svg):last-child {
  width: 17px;
  height: 17px;
  justify-self: end;
  color: #87928e;
}

.cl-faq {
  background: #f5f7f5;
}

.cl-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.5fr) minmax(540px, 0.94fr);
  gap: 70px;
  align-items: start;
}

.cl-faq-intro > p {
  margin-top: 18px;
}

.cl-faq-intro > a {
  margin-top: 24px;
}

.cl-faq-list {
  border-top: 1px solid #ced8d1;
}

.cl-faq-list details {
  border-bottom: 1px solid #ced8d1;
}

.cl-faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 22px;
  align-items: center;
  padding: 21px 0;
  color: #15201d;
  cursor: pointer;
  font-size: 16px;
  font-weight: 670;
  line-height: 1.4;
  list-style: none;
}

.cl-faq-list summary::-webkit-details-marker {
  display: none;
}

.cl-faq-list summary :where(i, svg) {
  width: 20px;
  height: 20px;
  color: var(--v2-green-deep);
  transition: transform 0.18s ease;
}

.cl-faq-list details[open] summary :where(i, svg) {
  transform: rotate(45deg);
}

.cl-faq-list details > p {
  max-width: 760px;
  margin: -4px 42px 22px 0;
  color: #56635f;
  font-size: 15px;
  line-height: 1.62;
}

.cl-near-cities {
  padding: 32px 0 40px;
  background: #ffffff;
  border-top: 1px solid #dce3de;
}

.cl-near-cities h2 {
  margin: 0 0 15px;
  font-size: 18px;
}

.cl-near-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}

.cl-near-list a {
  color: #53605c;
  font-size: 13px;
  font-weight: 590;
}

.cl-near-list a:hover {
  color: var(--v2-green-deep);
}

.cl-near-list a:not(:last-child)::after {
  margin: 0 10px;
  color: #b5beba;
  content: "·";
}

@media (max-width: 1240px) {
  .cl-hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.82fr);
    gap: 36px;
  }

  .cl-hero h1 {
    font-size: 46px;
  }

  .cl-program-grid,
  .cl-scope-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .cl-hero-grid,
  .cl-section-head,
  .cl-steps-layout,
  .cl-documents-grid,
  .cl-faq-grid {
    grid-template-columns: 1fr;
  }

  .cl-city-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-city-content-grid article:last-child {
    grid-column: 1 / -1;
  }

  .cl-hero-grid {
    gap: 28px;
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cl-hero-copy {
    max-width: 780px;
  }

  .cl-hero-visual {
    width: 100%;
    max-width: 760px;
  }

  .cl-hero-photo {
    height: 250px;
    aspect-ratio: auto;
  }

  .cl-section-head,
  .cl-steps-layout,
  .cl-documents-grid,
  .cl-faq-grid {
    gap: 30px;
  }

  .cl-program-grid,
  .cl-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-program-card {
    min-height: 400px;
  }
}

@media (max-width: 700px) {
  .cl-hero-grid {
    gap: 18px;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .cl-breadcrumbs {
    margin-bottom: 15px;
    font-size: 11px;
  }

  .cl-kicker,
  .cl-eyebrow {
    font-size: 11px;
  }

  .cl-hero h1 {
    margin: 11px 0 12px;
    font-size: 34px;
    line-height: 1.06;
  }

  .cl-hero-copy > p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .cl-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 17px;
  }

  .cl-hero-actions .fh-btn {
    width: 100%;
  }

  .cl-phone {
    min-height: 42px;
  }

  .cl-phone strong {
    font-size: 14px;
  }

  .cl-hero-photo {
    height: 188px;
    aspect-ratio: auto;
  }

  .cl-hero-facts > div {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 6px;
    min-height: 68px;
    padding: 11px 8px;
  }

  .cl-hero-facts :where(i, svg) {
    width: 17px;
    height: 17px;
  }

  .cl-hero-facts strong {
    font-size: 11px;
  }

  .cl-hero-facts small {
    display: none;
  }

  .cl-anchor-nav .fh-container {
    gap: 22px;
    min-height: 52px;
  }

  .cl-anchor-nav a {
    padding: 17px 0 15px;
    font-size: 12px;
  }

  .cl-section {
    padding: 58px 0;
  }

  .cl-section-head {
    gap: 16px;
    margin-bottom: 22px;
  }

  .cl-section-head h2,
  .cl-city-content-grid h2,
  .cl-steps-intro h2,
  .cl-documents-copy h2,
  .cl-faq-intro h2 {
    font-size: 29px;
  }

  .cl-city-content-grid {
    grid-template-columns: 1fr;
  }

  .cl-city-content-grid article,
  .cl-city-content-grid article:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 24px;
  }

  .cl-city-content-index {
    margin-bottom: 28px;
  }

  .cl-city-content-grid h2 {
    font-size: 24px;
  }

  .cl-section-head > p,
  .cl-steps-intro > p,
  .cl-documents-copy > p,
  .cl-faq-intro > p {
    font-size: 14px;
  }

  .cl-program-grid,
  .cl-scope-grid,
  .cl-audience-list,
  .cl-related-list {
    grid-template-columns: 1fr;
  }

  .cl-program-card {
    min-height: 0;
    padding: 19px;
  }

  .cl-program-card > p {
    min-height: 0;
  }

  .cl-catalog-action {
    display: grid;
    gap: 10px;
  }

  .cl-audience-list article,
  .cl-audience-list article:nth-child(even),
  .cl-related-list a,
  .cl-related-list a:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .cl-steps li {
    grid-template-columns: 24px 25px minmax(0, 1fr);
    gap: 12px;
  }

  .cl-document-list li {
    font-size: 14px;
  }

  .cl-faq-list summary {
    gap: 14px;
    font-size: 15px;
  }

  .cl-faq-list details > p {
    margin-right: 20px;
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .cl-hero h1 {
    font-size: 31px;
  }

  .cl-hero-photo {
    height: 166px;
  }

  .cl-hero-facts > div {
    padding-right: 5px;
    padding-left: 5px;
  }

  .cl-hero-facts strong {
    font-size: 10px;
  }
}

#request {
  scroll-margin-top: 104px;
}

@media (max-width: 767px) {
  #request {
    scroll-margin-top: 88px;
  }
}

/* Prelaunch accessibility and performance refinements */
body.v2-template .fh-btn.green,
body.v2-template .v2-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--v2-green-dark), var(--v2-green-deep));
}

body.v2-template .fh-btn.green:hover,
body.v2-template .v2-btn-primary:hover {
  background: linear-gradient(135deg, #126f37, #0b6431);
}

.v2-directions-list-final .dir-list-section-head .v2-eyebrow,
.v2-directions-list-final .dir-list-seo-section .v2-eyebrow,
.v2-sitemap-final .v2-section-head .v2-eyebrow,
.dir-section-intro .v2-eyebrow,
.fh-solutions-intro .fh-kicker,
.city-detail-final .cl-eyebrow,
.city-landing-v2 .fh-section:not(.dark) .fh-kicker,
.v2-program-final #audience .fh-kicker {
  color: var(--v2-green-deep);
}

.cf-request-card .cf-panel-label {
  color: var(--v2-green-deep);
}

.cf-request-card .cf-panel-label::before {
  background: currentColor;
}

.v2-directions-list-final .dir-list-card-meta small,
.dir-group-filter button span,
.dir-course-price small,
.fh-solutions-phone small,
.z-search-aside-label,
.svl-card-foot small,
.svl-card-foot span {
  color: #5f6b65;
}

.dir-group-filter button.is-active span {
  color: #ffffff;
}

.fh-process .fh-kicker {
  color: var(--v2-green-deep);
}

.city-detail-final :is(.cl-steps-section, .cl-documents) .cl-eyebrow {
  color: #52d986;
}

.sv-price-quote .sv-section-kicker {
  color: var(--v2-green-deep);
}

.svl-approach .sv-section-kicker,
.sv-section-head-inverse .sv-section-kicker {
  color: #52d986;
}

.cf-map-frame {
  position: relative;
  overflow: hidden;
}

.cf-map-frame iframe[hidden],
.cf-map-placeholder[hidden] {
  display: none;
}

.cf-map-placeholder {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  padding: 32px;
  color: var(--v2-ink);
  background: #edf3ed;
  text-align: center;
}

.cf-map-placeholder::before,
.cf-map-placeholder::after {
  position: absolute;
  z-index: -1;
  width: 130%;
  height: 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 122, 60, 0.08);
  content: "";
}

.cf-map-placeholder::before {
  transform: rotate(-12deg);
}

.cf-map-placeholder::after {
  transform: rotate(36deg);
}

.cf-map-placeholder-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--v2-green-deep);
  background: #ffffff;
  border: 1px solid rgba(15, 122, 60, 0.18);
  border-radius: 8px;
  box-shadow: var(--v2-shadow-xs);
}

.cf-map-placeholder-icon :is(i, svg) {
  width: 30px;
  height: 30px;
}

.cf-map-placeholder strong {
  max-width: 560px;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.2;
}

.cf-map-placeholder > span:not(.cf-map-placeholder-icon) {
  max-width: 520px;
  color: #52605a;
  line-height: 1.5;
}

.cf-map-placeholder .fh-btn {
  margin-top: 8px;
}

.cf-map-noscript {
  margin: 12px 0 0;
  font-size: 14px;
}

.cf-map-noscript a {
  color: var(--v2-green-deep);
  font-weight: 760;
}
