:root {
  --test-ink: #102936;
  --test-muted: #6d7f8a;
  --test-brand: #063f59;
  --test-brand-dark: #032d42;
  --test-cyan: #75d9ef;
  --test-gold: #f4a53c;
  --test-line: #d9e5ea;
  --test-surface: #fff;
  --test-soft: #edf4ff;
}

.test-page-body {
  color: var(--test-ink);
  background: #eff4fa;
}

.test-page-main {
  padding-top: var(--header-height);
  overflow: hidden;
}

.test-page-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(80px, 8vw, 128px) 0 clamp(72px, 7vw, 104px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(117, 217, 239, .22), transparent 26%),
    radial-gradient(circle at 10% 90%, rgba(244, 165, 60, .10), transparent 24%),
    linear-gradient(135deg, #032d42 0%, #063f59 55%, #075c78 100%);
}

.test-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 84%, transparent);
}

.test-page-hero__orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.test-page-hero__orb--one {
  width: 520px;
  height: 520px;
  top: -350px;
  left: -190px;
  border: 1px solid rgba(117,217,239,.12);
  box-shadow: 0 0 0 85px rgba(117,217,239,.025), 0 0 0 170px rgba(117,217,239,.015);
}

.test-page-hero__orb--two {
  width: 310px;
  height: 310px;
  right: -160px;
  bottom: -180px;
  background: rgba(244,165,60,.06);
}

.test-page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  align-items: end;
  gap: clamp(44px, 7vw, 110px);
}

.test-page-eyebrow,
.test-group__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--test-cyan);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.test-page-eyebrow::before,
.test-group__kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--test-gold);
}

.test-page-hero h1 {
  max-width: 920px;
  margin: 22px 0 22px;
  font-size: clamp(3rem, 5.3vw, 6rem);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.test-page-hero__copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  font-weight: 650;
  line-height: 1.65;
}

.test-page-hero__stats {
  display: grid;
  gap: 12px;
}

.test-page-hero__stats > div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  min-height: 82px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
}

.test-page-hero__stats strong {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
}

.test-page-hero__stats span {
  color: rgba(255,255,255,.68);
  font-size: .86rem;
  font-weight: 800;
}

.test-catalog {
  position: relative;
  padding: clamp(76px, 7vw, 112px) 0 clamp(90px, 8vw, 132px);
  background:
    radial-gradient(circle at 8% 15%, rgba(117,217,239,.12), transparent 22%),
    radial-gradient(circle at 94% 72%, rgba(244,165,60,.10), transparent 20%),
    #f2f6fb;
}

.test-group + .test-group {
  margin-top: clamp(88px, 9vw, 148px);
}

.test-group__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: clamp(32px, 4vw, 54px);
}

.test-group__header > div {
  max-width: 930px;
}

.test-group__number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 13px;
  color: #fff;
  background: var(--test-brand);
  box-shadow: 0 12px 26px rgba(6,63,89,.16);
  font-size: .82rem;
  font-weight: 900;
}

.test-group__kicker {
  color: #087091;
}

.test-group h2 {
  max-width: 900px;
  margin: 17px 0 13px;
  color: var(--test-ink);
  font-size: clamp(2.2rem, 3.6vw, 4.2rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.test-group__header p {
  max-width: 760px;
  margin: 0;
  color: var(--test-muted);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.62;
}

.test-group__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 160px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(6,63,89,.16);
  border-radius: 999px;
  color: var(--test-brand);
  background: #fff;
  box-shadow: 0 12px 28px rgba(25,56,72,.07);
  font-size: .86rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease;
}

.test-group__action:hover,
.test-group__action:focus-visible {
  color: #fff;
  background: var(--test-brand);
  transform: translateY(-2px);
}

.test-choice-grid--categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.test-choice-card {
  grid-column: span 2;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(113,146,163,.20);
  border-radius: 25px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 46px rgba(36,67,83,.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.test-choice-card--wide {
  grid-column: span 3;
}

.test-choice-card:hover {
  transform: translateY(-6px);
  border-color: rgba(6,63,89,.30);
  box-shadow: 0 26px 58px rgba(36,67,83,.13);
}

.test-choice-card__visual {
  position: relative;
  height: 245px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.15), rgba(255,255,255,0)),
    #dfeaff;
}

.test-choice-card--wide .test-choice-card__visual {
  height: 375px;
}

.test-choice-card__visual::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(244,165,60,.23);
  border-radius: 17px;
  pointer-events: none;
}

.test-choice-card__visual img {
  object-fit: contain;
  transition: transform 380ms cubic-bezier(.2,.75,.3,1);
}

.test-choice-card:hover .test-choice-card__visual img {
  transform: scale(1.045);
}

.test-choice-card__body {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 14px 16px;
  align-items: start;
  padding: 24px;
}

.test-choice-card__code {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: var(--test-brand);
  font-size: .94rem;
  font-weight: 900;
}

.test-choice-card h3,
.transition-card h3,
.professional-card h3 {
  margin: 0;
  color: var(--test-ink);
  font-weight: 900;
  letter-spacing: -.028em;
}

.test-choice-card h3 { font-size: 1.42rem; }

.test-choice-card p,
.transition-card p,
.professional-card p {
  margin: 7px 0 0;
  color: var(--test-muted);
  font-weight: 650;
  line-height: 1.5;
}

.test-choice-card__body > a {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 13px;
  color: #fff;
  background: var(--test-brand);
  font-size: .86rem;
  font-weight: 900;
  text-decoration: none;
}

.test-choice-card__body > a:hover,
.test-choice-card__body > a:focus-visible {
  background: var(--test-brand-dark);
}

.transition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}

.transition-card {
  overflow: hidden;
  border: 1px solid rgba(113,146,163,.20);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(36,67,83,.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.transition-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 54px rgba(36,67,83,.12);
}

.transition-card__visual {
  position: relative;
  height: 260px;
  display: grid;
  grid-template-columns: minmax(0,1fr);
  align-items: center;
  gap: 12px;
  padding: 25px;
  background: #dfeaff;
}

.transition-card__visual::after {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(244,165,60,.22);
  border-radius: 17px;
}

.transition-card__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.transition-card__arrow {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--test-brand);
  box-shadow: 0 12px 28px rgba(6,63,89,.20);
  font-size: 1.35rem;
  font-weight: 900;
}

.transition-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}

.transition-card__body > div > span,
.professional-card__body > span {
  display: inline-block;
  margin-bottom: 6px;
  color: #d68400;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.transition-card h3 { font-size: 1.36rem; }

.transition-card__body > a,
.professional-card__body > a {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--test-brand);
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
}

.professional-grid {
  display: grid;
  gap: 22px;
}

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

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

.professional-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(113,146,163,.20);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(36,67,83,.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.professional-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 54px rgba(36,67,83,.12);
}

.professional-card__visual {
  position: relative;
  height: 245px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #dfeaff;
}

.professional-card__visual::after {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(244,165,60,.22);
  border-radius: 17px;
  pointer-events: none;
}

.professional-card__visual > img {
  object-fit: contain;
}

.professional-card__vehicle {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  width: 108px;
  height: 78px;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(6,63,89,.12);
  border-radius: 15px;
  background: rgba(255,255,255,.90);
  box-shadow: 0 10px 26px rgba(6,63,89,.12);
}

.professional-card__vehicle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.professional-card__body {
  padding: 23px;
}

.professional-card h3 { font-size: 1.3rem; }

.professional-card__body > a {
  width: 100%;
  margin-top: 18px;
}

.professional-subheading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: clamp(46px, 5vw, 72px) 0 22px;
}

.professional-subheading::before,
.professional-subheading::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--test-line);
}

.professional-subheading span {
  color: var(--test-muted);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.professional-subheading h3 {
  margin: 0;
  color: var(--test-brand);
  font-size: 1.45rem;
  font-weight: 900;
}

@media (max-width: 1199.98px) {
  .test-page-hero__inner { grid-template-columns: 1fr; }
  .test-page-hero__stats { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .test-page-hero__stats > div { grid-template-columns: 1fr; text-align: center; }
  .test-choice-card { grid-column: span 3; }
  .test-choice-card--wide { grid-column: span 3; }
  .test-choice-card:last-child { grid-column: 2 / span 4; }
  .professional-grid--dap { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .professional-grid--dap .professional-card:last-child { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: center; }
}

@media (max-width: 991.98px) {
  .test-group__header { display: block; }
  .test-group__action { margin-top: 20px; }
  .transition-grid { grid-template-columns: 1fr; }
  .professional-grid--cap { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .test-page-hero { padding-top: 68px; padding-bottom: 66px; }
  .test-page-hero h1 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .test-page-hero__stats { grid-template-columns: 1fr; }
  .test-page-hero__stats > div { grid-template-columns: 100px minmax(0,1fr); text-align: left; }
  .test-catalog { padding-top: 64px; padding-bottom: 78px; }
  .test-choice-grid--categories { grid-template-columns: 1fr; }
  .test-choice-card,
  .test-choice-card--wide,
  .test-choice-card:last-child { grid-column: auto; }
  .test-choice-card__visual,
  .test-choice-card--wide .test-choice-card__visual { height: 230px; }
  .transition-card__visual { height: 225px; padding: 18px; }
  .transition-card__visual img { height: 155px; }
  .transition-card__body { align-items: stretch; flex-direction: column; }
  .transition-card__body > a { width: 100%; }
  .professional-grid--dap { grid-template-columns: 1fr; }
  .professional-grid--dap .professional-card:last-child { grid-column: auto; width: 100%; }
  .professional-subheading span { text-align: center; }
}

@media (max-width: 479.98px) {
  .test-group__number { width: 36px; height: 36px; margin-right: 8px; }
  .test-group__kicker { font-size: .68rem; letter-spacing: .12em; }
  .test-choice-card__body { padding: 19px; }
  .test-choice-card__visual,
  .test-choice-card--wide .test-choice-card__visual { height: 245px; }
  .transition-card__visual { grid-template-columns: minmax(0,1fr) 38px; height: 195px; padding: 14px; }
  .transition-card__visual img { height: 132px; }
  .transition-card__arrow { width: 38px; height: 38px; }
  .professional-card__visual { height: 275px; }
  .professional-card__vehicle { width: 88px; height: 65px; right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .test-choice-card,
  .transition-card,
  .professional-card,
  .test-choice-card__visual img { transition: none; }
}
