:root {
  --atf-petrol: #0e7c8d;
  --atf-petrol-light: #1aa0b6;
  --atf-orange: #ec6707;
  --atf-gray: #575656;
  --atf-bg: #05090c;
  --atf-bg-soft: #0a1116;
  --atf-panel: rgba(15, 24, 30, 0.92);
  --atf-panel-2: rgba(20, 31, 38, 0.96);
  --atf-border: rgba(255, 255, 255, 0.13);
  --atf-text: #f5f7f8;
  --atf-muted: #aab4ba;
  --atf-radius: 20px;
  --atf-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.arinda-training-finder-page #page-header-wrap,
.arinda-training-finder-page .page-header-no-bg {
  display: none !important;
}

.arinda-training-finder-page,
.arinda-training-finder-page #ajax-content-wrap,
.arinda-training-finder-page .container-wrap {
  background: #05090c !important;
}

.arinda-training-finder-page .container-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.arinda-training-finder-page .container.main-content {
  padding-bottom: 0 !important;
}

.arinda-training-finder-page .arinda-entscheidungshilfe-row,
.arinda-training-finder-page .arinda-entscheidungshilfe-row .vc_column-inner,
.arinda-training-finder-page .arinda-entscheidungshilfe-row .wpb_wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.arinda-training-finder-page #footer-outer {
  margin-top: 0 !important;
  border-top: 0 !important;
}

.arinda-training-finder-page .main-content > .row,
.arinda-training-finder-page .wpb_row,
.arinda-training-finder-page .vc_row {
  margin-bottom: 0;
}

.arinda-training-finder {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--atf-text);
  background:
    radial-gradient(circle at 84% 22%, rgba(14, 124, 141, 0.16), transparent 30%),
    radial-gradient(circle at 7% 80%, rgba(14, 124, 141, 0.12), transparent 28%),
    linear-gradient(135deg, #05090c 0%, #081016 55%, #05090c 100%);
  font-family: inherit;
}

.arinda-training-finder::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -70px;
  width: min(66vw, 960px);
  height: 705px;
  background: url('../img/hero-cad-right.png') right top / contain no-repeat;
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.75) 18%, rgba(0,0,0,1) 42%, rgba(0,0,0,0.95) 82%, transparent 100%), linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.95) 14%, rgba(0,0,0,1) 58%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.75) 18%, rgba(0,0,0,1) 42%, rgba(0,0,0,0.95) 82%, transparent 100%), linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.95) 14%, rgba(0,0,0,1) 58%, transparent 100%);
}

.arinda-training-finder *,
.arinda-training-finder *::before,
.arinda-training-finder *::after {
  box-sizing: border-box;
}

.arinda-training-finder button,
.arinda-training-finder a {
  font: inherit;
}

.atf-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
}

.atf-bg--right {
  background:
    linear-gradient(90deg, transparent 55%, rgba(14, 124, 141, 0.04)),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(255, 255, 255, 0.025) 49px 50px),
    repeating-linear-gradient(90deg, transparent 0 48px, rgba(255, 255, 255, 0.025) 49px 50px);
  mask-image: linear-gradient(90deg, transparent 45%, #000 100%);
}

.atf-bg--left::before,
.atf-bg--left::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(26, 160, 182, 0.13);
  border-radius: 50%;
}

.atf-bg--left::before {
  width: 420px;
  height: 420px;
  left: -280px;
  top: 220px;
  box-shadow:
    0 0 0 36px rgba(26, 160, 182, 0.025),
    0 0 0 78px rgba(26, 160, 182, 0.018);
}

.atf-bg--left::after {
  width: 220px;
  height: 220px;
  right: 5%;
  top: 9%;
  box-shadow:
    inset 0 0 80px rgba(14, 124, 141, 0.08),
    0 0 0 44px rgba(14, 124, 141, 0.02);
}

.atf-shell {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(245px, 300px) minmax(0, 1fr);
  width: min(1440px, calc(100% - 56px));
  min-height: 760px;
  margin: 0 auto;
  padding: 18px 0 78px;
}

.atf-sidebar {
  display: flex;
  flex-direction: column;
  padding: 22px 36px 24px 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.atf-brandline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 52px;
  color: var(--atf-petrol-light);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atf-brandline__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--atf-orange);
  box-shadow: 0 0 18px rgba(236, 103, 7, 0.55);
}

.atf-side-intro,
.atf-side-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}

.atf-side-flow li {
  position: relative;
  color: #87939a;
}

.atf-side-marker {
  position: relative;
}

.atf-side-marker,
.atf-step-link {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 82px;
  color: inherit;
}

.atf-step-link {
  padding: 0;
  border: 0;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.atf-step-link:disabled {
  cursor: default;
}

.atf-side-flow li.is-clickable:not(.is-active) .atf-step-link:hover,
.atf-side-flow li.is-clickable:not(.is-active) .atf-step-link:focus-visible {
  color: #fff;
  outline: none;
}

.atf-side-flow li.is-clickable:not(.is-active) .atf-step-link:hover .atf-step-number,
.atf-side-flow li.is-clickable:not(.is-active) .atf-step-link:focus-visible .atf-step-number {
  border-color: var(--atf-petrol-light);
  background: rgba(14, 124, 141, 0.16);
}

.atf-side-marker:not(:last-child)::after,
.atf-side-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 59px;
  bottom: -22px;
  width: 1px;
  background: linear-gradient(rgba(26, 160, 182, 0.8), rgba(255, 255, 255, 0.13));
}

.atf-side-marker > span,
.atf-step-number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #c4cbd0;
  background: rgba(255, 255, 255, 0.025);
  font-weight: 700;
}

.atf-side-marker strong,
.atf-side-flow strong {
  display: block;
  color: inherit;
  font-size: 16px;
  line-height: 1.2;
}

.atf-side-flow small {
  display: block;
  margin-top: 5px;
  color: #738088;
  font-size: 12px;
  line-height: 1.3;
}

.atf-side-marker.is-active,
.atf-side-flow li.is-active {
  color: var(--atf-orange);
}

.atf-side-marker.is-active > span,
.atf-side-flow li.is-active .atf-step-number {
  border-color: var(--atf-orange);
  color: #fff;
  background: rgba(236, 103, 7, 0.12);
  box-shadow: 0 0 24px rgba(236, 103, 7, 0.12);
}

.atf-side-marker.is-done,
.atf-side-flow li.is-done {
  color: #e1e6e9;
}

.atf-side-marker.is-done > span,
.atf-side-flow li.is-done .atf-step-number {
  border-color: var(--atf-petrol-light);
  color: #fff;
  background: rgba(14, 124, 141, 0.3);
}

.atf-sidebar__privacy {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  margin-top: auto;
  padding-top: 36px;
  color: #8b989f;
}

.atf-sidebar__privacy p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.atf-lock {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(26, 160, 182, 0.42);
  border-radius: 50%;
  color: var(--atf-petrol-light);
}

.atf-fact > span svg {
  width: 20px;
  height: 20px;
}

.atf-stage {
  position: relative;
  z-index: 3;
  overflow: visible;
  display: grid;
  align-items: center;
  min-width: 0;
  padding: 12px 16px 24px 42px;
}


.atf-slide {
  width: min(100%, 1030px);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.atf-slide.is-active {
  opacity: 1;
  transform: translateY(0);
}

.atf-slide[hidden] {
  display: none !important;
}

.atf-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--atf-petrol-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.atf-slide h1,
.atf-slide h2,
.atf-seo h2,
.atf-slide h3 {
  margin-top: 0;
  color: var(--atf-text);
  font-family: inherit;
  letter-spacing: -0.025em;
}

.atf-slide h1 {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.12;
  font-weight: 700;
}

.atf-slide h1::after,
.atf-slide--question h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 22px;
  border-radius: 4px;
  background: var(--atf-orange);
}

.atf-slide h2 {
  max-width: 900px;
  margin-bottom: 12px;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.16;
  font-weight: 700;
}

.atf-lead {
  max-width: 830px;
  margin: 0;
  color: #c0c8cd;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.65;
}

.atf-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 930px;
  margin: 38px 0 22px;
}

.atf-fact {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 17px 20px;
  border: 1px solid var(--atf-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.atf-fact > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: rgba(14, 124, 141, 0.35);
  border: 1px solid rgba(26, 160, 182, 0.55);
  font-weight: 800;
}

.atf-fact strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.atf-privacy-card {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  max-width: 930px;
  margin-bottom: 32px;
  padding: 16px 18px;
  border-left: 3px solid var(--atf-petrol-light);
  border-radius: 0 12px 12px 0;
  background: rgba(14, 124, 141, 0.09);
}

.atf-privacy-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--atf-petrol);
}

.atf-privacy-card__icon svg {
  width: 16px;
  height: 16px;
}

.atf-privacy-card p {
  margin: 1px 0 0;
  color: #b9c4c9;
  font-size: 14px;
  line-height: 1.55;
}

.atf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.atf-button:hover,
.atf-button:focus-visible {
  transform: translateY(-2px);
}

.atf-button--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--atf-orange), #ff7a18);
  box-shadow: 0 15px 35px rgba(236, 103, 7, 0.2);
}

.atf-button--primary:hover,
.atf-button--primary:focus-visible {
  box-shadow: 0 18px 42px rgba(236, 103, 7, 0.28);
}

.atf-button--secondary {
  color: #fff !important;
  border-color: rgba(26, 160, 182, 0.65);
  background: rgba(14, 124, 141, 0.07);
}

.atf-button--secondary:hover,
.atf-button--secondary:focus-visible {
  border-color: var(--atf-petrol-light);
  background: rgba(14, 124, 141, 0.14);
}

.atf-progress {
  display: grid;
  grid-template-columns: auto minmax(140px, 310px);
  align-items: center;
  gap: 18px;
  margin-bottom: 38px;
  color: var(--atf-petrol-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.atf-progress__line {
  display: block;
  height: 3px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
}

.atf-progress__line i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--atf-petrol), var(--atf-petrol-light));
}

.atf-question-help {
  margin: 0 0 26px;
  color: #839098;
  font-size: 13px;
}

.atf-options {
  position: relative;
  z-index: 20;
  display: grid;
  gap: 18px;
  align-items: stretch;
  margin-top: 20px;
  padding-bottom: 260px;
}

.atf-options--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atf-options--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atf-options--3.atf-options--2-active {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atf-option {
  position: relative;
  display: block;
  width: 100%;
  min-height: 155px;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  color: #fff;
  text-align: left;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.atf-option:hover,
.atf-option:focus-visible,
.atf-option.is-selected {
  z-index: 5;
  outline: none;
  border-color: var(--atf-petrol-light);
  background: linear-gradient(145deg, rgba(14, 124, 141, 0.25), rgba(10, 24, 31, 0.96));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(26, 160, 182, 0.13);
  transform: translateY(-3px);
}

.atf-option__top {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 30px;
  align-items: start;
  gap: 16px;
  min-height: 155px;
  padding: 26px 24px;
}

.atf-option__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(26, 160, 182, 0.65);
  border-radius: 50%;
  color: var(--atf-petrol-light);
  background: rgba(14, 124, 141, 0.11);
}

.atf-option__icon svg,
.atf-lock svg,
.atf-fact > span svg,
.atf-privacy-card__icon svg {
  width: 23px;
  height: 23px;
}

.atf-option__copy strong {
  display: block;
  margin: 2px 0 10px;
  color: #fff;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.15;
}

.atf-option__copy small {
  display: block;
  color: #aeb9bf;
  font-size: 13px;
  line-height: 1.55;
}

.atf-option__arrow {
  color: #7e8a91;
  font-size: 18px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.atf-option:hover .atf-option__arrow,
.atf-option:focus-visible .atf-option__arrow,
.atf-option.is-selected .atf-option__arrow {
  color: var(--atf-orange);
  transform: translateX(3px);
}

.atf-option__popover {
  position: absolute;
  z-index: 40;
  top: calc(100% + 13px);
  left: 0;
  display: block;
  width: min(100%, 440px);
  min-height: 150px;
  padding: 19px 21px 20px;
  border: 1px solid rgba(26, 160, 182, 0.55);
  border-radius: 11px;
  color: #fff;
  background: rgba(7, 22, 29, 0.98);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-7px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.atf-option__popover::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 48px;
  width: 13px;
  height: 13px;
  border-top: 1px solid rgba(26, 160, 182, 0.55);
  border-left: 1px solid rgba(26, 160, 182, 0.55);
  background: rgba(7, 22, 29, 0.98);
  transform: rotate(45deg);
}

.atf-options--3 .atf-option:nth-child(2) .atf-option__popover {
  left: 50%;
  transform: translate(-50%, -7px);
}

.atf-options--3 .atf-option:nth-child(2):hover .atf-option__popover,
.atf-options--3 .atf-option:nth-child(2):focus-visible .atf-option__popover {
  transform: translate(-50%, 0);
}

.atf-options--3 .atf-option:nth-child(3) .atf-option__popover {
  right: 0;
  left: auto;
}

.atf-options--3 .atf-option:nth-child(3) .atf-option__popover::before {
  right: 48px;
  left: auto;
}

.atf-option:hover .atf-option__popover,
.atf-option:focus-visible .atf-option__popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.atf-option__popover-title {
  display: block;
  margin-bottom: 11px;
  color: var(--atf-orange);
  font-size: 14px;
  font-weight: 800;
}

.atf-option__benefits,
.atf-result-benefits ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.atf-option__benefits li,
.atf-result-benefits li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  color: #c4ced3;
  font-size: 12px;
  line-height: 1.35;
}

.atf-check {
  color: var(--atf-petrol-light);
  font-weight: 900;
}

.atf-question-actions {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 50;
  margin: -8px 0 14px;
}

.atf-text-button,
.atf-restart {
  padding: 10px 0;
  border: 0;
  color: #b8c0c5;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.atf-text-button::before {
  content: "←";
  margin-right: 8px;
  color: var(--atf-petrol-light);
}

.atf-text-button:hover,
.atf-text-button:focus-visible,
.atf-restart:hover,
.atf-restart:focus-visible {
  color: #fff;
  outline: none;
}

.atf-result-head {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
}

.atf-result-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.atf-result-icon img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.atf-slide--result h2 {
  margin-bottom: 0;
  color: var(--atf-orange);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.16;
  font-weight: 700;
}

.atf-result-intro {
  max-width: 940px;
  margin: 0 0 32px;
  color: #c0c9ce;
  font-size: 17px;
  line-height: 1.65;
}

.atf-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: 22px;
  align-items: stretch;
}

.atf-result-benefits,
.atf-path-card {
  border: 1px solid var(--atf-border);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.022));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.atf-result-benefits {
  padding: 26px 28px;
}

.atf-result-benefits h3,
.atf-path-card h3 {
  margin-bottom: 18px;
  color: var(--atf-petrol-light);
  font-size: 17px;
}

.atf-result-benefits ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 12px;
}

.atf-result-benefits li {
  font-size: 14px;
  line-height: 1.45;
}

.atf-path-card {
  padding: 26px 24px;
}

.atf-path-card ol {
  display: grid;
  gap: 14px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.atf-path-card li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  color: #c3cdd2;
  font-size: 13px;
  line-height: 1.4;
}

.atf-path-card li::before {
  content: counter(list-item);
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--atf-petrol);
  font-size: 11px;
  font-weight: 800;
}

.atf-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.atf-restart {
  margin-top: 12px;
  color: #7f8c93;
}

.atf-seo {
  position: relative;
  z-index: 1;
  padding: 82px 28px 92px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(14, 20, 24, 0.96), #0a0f12);
}

.atf-seo__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.atf-seo h2 {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
}

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

.atf-seo__columns p {
  margin: 0;
  color: #aeb8bd;
  font-size: 15px;
  line-height: 1.75;
}

.atf-faq {
  max-width: 920px;
  margin-top: 72px;
}

.atf-faq h2 {
  margin-bottom: 24px;
  font-size: clamp(28px, 3vw, 40px);
}

.atf-faq details {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.atf-faq details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.atf-faq summary {
  position: relative;
  padding: 20px 42px 20px 0;
  color: #f2f4f5;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.atf-faq summary::-webkit-details-marker {
  display: none;
}

.atf-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  color: var(--atf-orange);
  font-size: 24px;
  font-weight: 400;
}

.atf-faq details[open] summary::after {
  content: "–";
}

.atf-faq details p {
  margin: 0;
  padding: 0 42px 22px 0;
  color: #aeb8bd;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1120px) {
  .atf-shell {
    grid-template-columns: 220px minmax(0, 1fr);
    width: min(100% - 36px, 1240px);
  }

  .atf-sidebar {
    padding-right: 24px;
  }

  .atf-stage {
    padding-left: 36px;
  }

  .atf-options--3 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .atf-options--3 .atf-option__popover,
  .atf-options--3 .atf-option:nth-child(2) .atf-option__popover,
  .atf-options--3 .atf-option:nth-child(3) .atf-option__popover {
    left: calc(100% + 14px);
    right: auto;
    top: 0;
    width: min(360px, calc(100vw - 520px));
    transform: translateX(-7px);
  }

  .atf-options--3 .atf-option:hover .atf-option__popover,
  .atf-options--3 .atf-option:focus-visible .atf-option__popover,
  .atf-options--3 .atf-option:nth-child(2):hover .atf-option__popover,
  .atf-options--3 .atf-option:nth-child(2):focus-visible .atf-option__popover {
    transform: translateX(0);
  }

  .atf-options--3 .atf-option__popover::before,
  .atf-options--3 .atf-option:nth-child(3) .atf-option__popover::before {
    top: 35px;
    left: -7px;
    right: auto;
    border-top: 0;
    border-left: 1px solid rgba(26, 160, 182, 0.55);
    border-bottom: 1px solid rgba(26, 160, 182, 0.55);
  }

}

@media (max-width: 900px) {
  .atf-shell {
    display: block;
    width: min(100% - 28px, 760px);
    min-height: auto;
    padding: 28px 0 58px;
  }

  .atf-sidebar {
    display: block;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .atf-brandline {
    margin-bottom: 18px;
  }

  .atf-side-intro,
  .atf-side-flow {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .atf-side-flow li {
    flex: 0 0 auto;
  }

  .atf-side-marker,
  .atf-step-link {
    grid-template-columns: 34px auto;
    min-height: 44px;
    padding-right: 18px;
  }

  .atf-side-marker:not(:last-child)::after,
  .atf-side-flow li:not(:last-child)::after {
    display: none;
  }

  .atf-side-marker > span,
  .atf-step-number {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .atf-side-marker strong,
  .atf-side-flow strong {
    font-size: 13px;
  }

  .atf-side-flow small {
    font-size: 10px;
  }

  .atf-sidebar__privacy {
    display: none;
  }

  .atf-stage {
    display: block;
    padding: 40px 0 0;
  }

  .atf-options--2,
  .atf-options--3 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .atf-option__popover,
  .atf-options--3 .atf-option__popover,
  .atf-options--3 .atf-option:nth-child(2) .atf-option__popover,
  .atf-options--3 .atf-option:nth-child(3) .atf-option__popover {
    position: static;
    width: auto;
    max-height: 0;
    min-height: 0;
    margin: 0 14px;
    padding: 0 18px;
    overflow: hidden;
    border-width: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: max-height 0.22s ease, opacity 0.18s ease, padding 0.22s ease, margin 0.22s ease;
  }

  .atf-option__popover::before {
    display: none;
  }

  .atf-option:hover .atf-option__popover,
  .atf-option:focus-visible .atf-option__popover {
    max-height: 260px;
    margin: 0 14px 14px;
    padding: 16px 18px;
    border-width: 1px;
    opacity: 1;
    visibility: visible;
  }


  .atf-result-grid,
  .atf-seo__columns {
    grid-template-columns: 1fr;
  }

  .atf-result-benefits ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .atf-shell {
    width: min(100% - 22px, 600px);
    padding-top: 22px;
  }

  .atf-slide h1 {
    font-size: 32px;
  }

  .atf-slide h2,
  .atf-slide--result h2 {
    font-size: 28px;
  }

  .atf-facts {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .atf-fact {
    min-height: 68px;
  }

  .atf-progress {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .atf-option__top {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    min-height: 138px;
    padding: 22px 18px;
  }

  .atf-option__icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .atf-result-head {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
  }

  .atf-result-icon {
    width: 64px;
    height: 64px;
  }

  .atf-result-icon img {
    width: 64px;
    height: 64px;
  }

  .atf-result-benefits,
  .atf-path-card {
    padding: 22px 18px;
  }

  .atf-cta-row {
    display: grid;
  }

  .atf-button {
    width: 100%;
  }

  .atf-seo {
    padding: 62px 22px 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .arinda-training-finder *,
  .arinda-training-finder *::before,
  .arinda-training-finder *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.arinda-training-finder [hidden] { display: none !important; }

@media (max-width: 900px) {
  .atf-option.is-peek .atf-option__popover,
  .atf-option:hover .atf-option__popover,
  .atf-option:focus-visible .atf-option__popover {
    max-height: 320px;
    margin: 0 14px 14px;
    padding: 16px 18px;
    border-width: 1px;
    opacity: 1;
    visibility: visible;
  }
}
