.companies-page {
  background: #fff;
  color: #071f3d;
}

.companies-page main {
  overflow: hidden;
  background: #fff;
}

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

.companies-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background:
    radial-gradient(circle at 95% 18%, rgba(22, 135, 232, .11), transparent 22%),
    linear-gradient(180deg, #eef9ff 0%, #e9f7ff 54%, #f7fcff 100%);
}

.companies-hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 310px;
  opacity: .34;
  background-image: radial-gradient(#1687e8 1px, transparent 1.5px);
  background-size: 14px 14px;
}

.companies-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -58px;
  height: 122px;
  border-radius: 50% 50% 0 0;
  background: rgba(255, 255, 255, .8);
}

.companies-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(460px, .88fr) minmax(610px, 1.12fr);
  gap: 38px;
  align-items: center;
  padding: 52px 0 76px;
}

.companies-kicker {
  margin: 0 0 16px;
  color: #1687e8;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.companies-hero h1 {
  max-width: 620px;
  margin: 0 0 22px;
  color: #071f3d;
  font-size: 46px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.companies-hero__copy > p:not(.companies-kicker) {
  max-width: 560px;
  margin: 0;
  color: #264262;
  font-size: 16px;
  line-height: 1.56;
  font-weight: 600;
}

.companies-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.companies-hero__actions .btn,
.companies-final-cta .btn {
  min-height: 50px;
  padding: 0 28px;
}

.companies-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 700px;
  margin-top: 46px;
}

.companies-proof article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
}

.companies-proof span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #e6f4ff;
}

.companies-proof img {
  width: 24px;
  height: 24px;
}

.companies-proof strong {
  color: #17375f;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.companies-hero__visual {
  position: relative;
  min-height: 438px;
}

.company-overview-card,
.team-progress-card,
.learning-plan-card,
.hr-card,
.companies-tabs a,
.training-card-grid article,
.program-grid article,
.analytics-dashboard,
.case-grid article,
.pricing-grid article,
.companies-request,
.companies-final-cta {
  border: 1px solid #dbe9f6;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 47, 82, .065);
}

.company-overview-card {
  position: absolute;
  right: 108px;
  top: 0;
  width: 440px;
  min-height: 222px;
  padding: 22px;
  border-radius: 18px;
}

.company-card-title {
  margin-bottom: 22px;
  color: #102b52;
  font-size: 14px;
  font-weight: 900;
}

.company-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.company-metrics span,
.company-metrics strong,
.company-overview-card .company-card-title {
  display: block;
}

.company-metrics span {
  color: #74879c;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
}

.company-metrics strong {
  margin-top: 8px;
  color: #071f3d;
  font-size: 24px;
  font-weight: 900;
}

.company-line-chart {
  position: relative;
  height: 82px;
  margin-top: 24px;
  border-bottom: 1px solid #e5eff8;
  background: repeating-linear-gradient(90deg, transparent 0 32px, #eef5fb 33px 34px);
}

.company-line-chart::before,
.company-line-chart i {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
}

.company-line-chart::before {
  top: 12px;
  height: 44px;
  background: #1687e8;
  clip-path: polygon(0 78%, 8% 62%, 15% 68%, 25% 48%, 34% 60%, 44% 50%, 52% 58%, 61% 34%, 72% 44%, 82% 18%, 91% 30%, 100% 22%, 100% 31%, 91% 39%, 82% 27%, 72% 54%, 61% 44%, 52% 68%, 44% 60%, 34% 70%, 25% 58%, 15% 78%, 8% 72%, 0 88%);
}

.company-line-chart i {
  bottom: 0;
  height: 34px;
  background: linear-gradient(180deg, rgba(22, 135, 232, .2), rgba(22, 135, 232, 0));
  clip-path: polygon(0 70%, 8% 56%, 15% 64%, 25% 46%, 34% 56%, 44% 48%, 52% 56%, 61% 30%, 72% 40%, 82% 16%, 91% 28%, 100% 22%, 100% 100%, 0 100%);
}

.team-progress-card {
  position: absolute;
  left: 0;
  top: 208px;
  width: 224px;
  padding: 17px;
  border-radius: 16px;
}

.team-progress-card h2,
.learning-plan-card h2 {
  margin: 0 0 13px;
  color: #102b52;
  font-size: 13px;
  font-weight: 900;
}

.team-progress-card div {
  display: grid;
  grid-template-columns: 84px 1fr 30px;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}

.team-progress-card span,
.team-progress-card small {
  color: #45617f;
  font-size: 11px;
  font-weight: 800;
}

.team-progress-card b {
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1687e8, #26c6da);
}

.team-progress-card div:nth-child(5) b {
  background: linear-gradient(90deg, #48cbb9, #2dbb84);
}

.learning-plan-card {
  position: absolute;
  left: 238px;
  top: 208px;
  width: 204px;
  padding: 16px;
  border-radius: 16px;
}

.learning-plan-card div {
  position: relative;
  min-height: 42px;
  margin-top: 8px;
  padding: 8px 62px 7px 11px;
  border: 1px solid #dceaf6;
  border-left: 4px solid #1687e8;
  border-radius: 10px;
  background: #f8fcff;
}

.learning-plan-card div:nth-child(3) {
  border-left-color: #ff8a3d;
}

.learning-plan-card div:nth-child(4) {
  border-left-color: #ffbd3d;
}

.learning-plan-card strong,
.learning-plan-card span,
.learning-plan-card em {
  display: block;
}

.learning-plan-card strong {
  color: #102b52;
  font-size: 10px;
  font-weight: 900;
}

.learning-plan-card span {
  margin-top: 2px;
  color: #8091a5;
  font-size: 9px;
  font-weight: 800;
}

.learning-plan-card em {
  position: absolute;
  right: 8px;
  top: 12px;
  padding: 4px 7px;
  border-radius: 7px;
  background: #e8fbf5;
  color: #28b87a;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.learning-plan-card div:nth-child(n+3) em {
  background: #fff4e9;
  color: #ff8a3d;
}

.hr-card {
  position: absolute;
  right: 0;
  top: 176px;
  width: 160px;
  min-height: 226px;
  display: grid;
  justify-items: center;
  padding: 20px 16px;
  border-radius: 18px;
  text-align: center;
}

.hr-card img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.hr-card strong {
  margin-top: 15px;
  color: #102b52;
  font-size: 16px;
  font-weight: 900;
}

.hr-card p {
  margin: 11px 0 15px;
  color: #60758e;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.hr-card b {
  color: #1687e8;
}

.hr-card a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  background: #1687e8;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.companies-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.companies-tabs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 8px;
  color: #24415f;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.companies-section {
  padding-top: 64px;
}

.companies-section h2,
.companies-request h2,
.companies-final-cta h2 {
  margin: 0;
  color: #071f3d;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.companies-section__copy > p,
.companies-section__head p,
.companies-request > p,
.companies-final-cta p {
  max-width: 450px;
  margin: 14px 0 0;
  color: #60758e;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

.companies-training {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 38px;
  align-items: start;
  padding-bottom: 48px;
  border-bottom: 1px solid #dbe9f6;
}

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

.training-card-grid article {
  min-height: 176px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  padding: 28px;
  border-radius: 16px;
}

.training-card-grid span,
.program-icon,
.case-grid span,
.pricing-grid span,
.request-support-card span {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #edf8ff;
}

.training-card-grid span {
  width: 60px;
  height: 60px;
}

.training-card-grid img,
.program-icon img,
.case-grid img,
.pricing-grid img,
.request-support-card img {
  width: 30px;
  height: 30px;
}

.training-card-grid h3,
.program-grid h3,
.case-grid h3,
.pricing-grid h3 {
  margin: 0 0 10px;
  color: #102b52;
  font-size: 17px;
  line-height: 1.16;
  font-weight: 900;
}

.training-card-grid p,
.program-grid p,
.case-grid p,
.pricing-grid p,
.request-support-card p {
  margin: 0;
  color: #60758e;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 26px;
  padding-bottom: 48px;
  border-bottom: 1px solid #dbe9f6;
}

.program-grid article {
  min-height: 276px;
  padding: 32px;
  border-radius: 16px;
}

.program-icon {
  width: 68px;
  height: 68px;
  float: left;
  margin: 0 24px 20px 0;
}

.program-icon--green {
  background: #e8fbf5;
}

.program-grid ul,
.companies-check-list {
  clear: both;
  display: grid;
  gap: 15px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.program-grid li,
.companies-check-list li {
  position: relative;
  padding-left: 26px;
  color: #3f5876;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.program-grid li::before,
.companies-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1687e8;
}

.program-grid li::after,
.companies-check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.program-grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #1687e8;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.companies-analytics {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 38px;
  align-items: start;
  padding-bottom: 48px;
  border-bottom: 1px solid #dbe9f6;
}

.analytics-dashboard {
  display: grid;
  grid-template-columns: 134px 1fr;
  min-height: 398px;
  overflow: hidden;
  border-radius: 18px;
}

.analytics-dashboard aside {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 22px 16px;
  background: #f7fbff;
  border-right: 1px solid #dbe9f6;
}

.analytics-dashboard aside a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 8px;
  color: #60758e;
  font-size: 11px;
  font-weight: 900;
}

.analytics-dashboard aside a[aria-current="page"] {
  background: #eaf5ff;
  color: #1687e8;
}

.analytics-main {
  padding: 24px;
}

.analytics-top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.analytics-top article {
  min-height: 58px;
  padding: 0 16px;
  border-right: 1px solid #dbe9f6;
}

.analytics-top article:last-child {
  border-right: 0;
}

.analytics-top span,
.analytics-top strong {
  display: block;
}

.analytics-top span {
  color: #8091a5;
  font-size: 11px;
  font-weight: 800;
}

.analytics-top strong {
  margin-top: 8px;
  color: #071f3d;
  font-size: 21px;
  font-weight: 900;
}

.analytics-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 166px 166px;
  gap: 14px;
}

.progress-box,
.donut-box,
.skill-growth {
  padding: 18px;
  border: 1px solid #dbe9f6;
  border-radius: 14px;
  background: #fff;
}

.progress-box h3,
.donut-box h3,
.skill-growth h3 {
  margin: 0 0 16px;
  color: #102b52;
  font-size: 13px;
  font-weight: 900;
}

.progress-box div {
  display: grid;
  grid-template-columns: 98px 1fr 34px;
  gap: 9px;
  align-items: center;
  margin-top: 13px;
}

.progress-box span,
.progress-box small {
  color: #516d8c;
  font-size: 10px;
  font-weight: 800;
}

.progress-box b {
  height: 7px;
  border-radius: 999px;
  background: #1687e8;
}

.donut {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  margin: 10px auto 0;
  border-radius: 50%;
  text-align: center;
  box-shadow: inset 0 0 0 12px #fff;
}

.donut--orange {
  background: conic-gradient(#ffbd3d 0 92%, #e9f2fa 92% 100%);
}

.donut--blue {
  background: conic-gradient(#1687e8 0 78%, #e9f2fa 78% 100%);
}

.donut strong,
.donut span {
  display: block;
  grid-area: 1 / 1;
}

.donut strong {
  color: #071f3d;
  font-size: 22px;
  font-weight: 900;
  transform: translateY(-6px);
}

.donut span {
  width: 78px;
  color: #60758e;
  font-size: 9px;
  line-height: 1.1;
  font-weight: 800;
  transform: translateY(16px);
}

.skill-growth {
  grid-column: 1 / -1;
  margin-top: 14px;
}

.skill-chart {
  position: relative;
  height: 92px;
  border-bottom: 1px solid #dbe9f6;
  background: repeating-linear-gradient(0deg, transparent 0 22px, #eef5fb 23px 24px);
}

.skill-chart i,
.skill-chart b,
.skill-chart span {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 999px;
  clip-path: polygon(0 88%, 16% 52%, 34% 30%, 50% 42%, 67% 22%, 82% 34%, 100% 12%, 100% 25%, 82% 47%, 67% 34%, 50% 55%, 34% 43%, 16% 65%, 0 100%);
}

.skill-chart i {
  top: 24px;
  background: #1687e8;
}

.skill-chart b {
  top: 54px;
  background: #48cbb9;
}

.skill-chart span {
  top: 78px;
  background: #ff8a3d;
}

.chart-legend {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin-top: 10px;
  color: #60758e;
  font-size: 10px;
  font-weight: 800;
}

.companies-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.companies-section__head a {
  color: #1687e8;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding-bottom: 48px;
  border-bottom: 1px solid #dbe9f6;
}

.case-grid article {
  min-height: 214px;
  padding: 28px;
  border-radius: 16px;
}

.case-grid span,
.pricing-grid span,
.request-support-card span {
  width: 62px;
  height: 62px;
}

.case-grid h3 {
  margin-top: 18px;
}

.case-grid p + p {
  margin-top: 9px;
}

.case-grid b {
  color: #102b52;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pricing-grid article {
  min-height: 252px;
  display: grid;
  grid-template-rows: 62px auto auto 1fr auto;
  align-content: stretch;
  padding: 24px;
  border-radius: 16px;
}

.pricing-grid span {
  background: #edf8ff;
}

.pricing-grid article:nth-child(2) span {
  background: #e8fbf5;
}

.pricing-grid article:nth-child(3) span {
  background: #fff1e9;
}

.pricing-grid h3 {
  margin-top: 18px;
}

.pricing-grid strong {
  display: block;
  align-self: end;
  margin-top: 22px;
  color: #102b52;
  font-size: 14px;
  font-weight: 900;
}

.pricing-grid a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 1px solid #1687e8;
  border-radius: 8px;
  color: #1687e8;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.companies-request {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 34px;
  margin-top: 44px;
  padding: 32px;
  border-radius: 18px;
}

.companies-form h2,
.companies-form > p {
  margin-left: 0;
}

.companies-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-top: 24px;
}

.companies-form label,
.companies-form legend {
  display: grid;
  gap: 10px;
  color: #17375f;
  font-size: 12px;
  font-weight: 900;
}

.companies-form input,
.companies-form select,
.companies-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #d5e2ee;
  border-radius: 8px;
  background: #fff;
  color: #1d3c62;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.companies-form input::placeholder,
.companies-form textarea::placeholder {
  color: #93a4b7;
}

.companies-form fieldset {
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}

.contact-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.contact-choice-grid label {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5e2ee;
  border-radius: 8px;
  color: #25445f;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.contact-choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-choice-grid label:has(input:checked) {
  border-color: #1687e8;
  color: #1687e8;
  background: #f4faff;
}

.companies-form textarea {
  min-height: 54px;
  padding-top: 12px;
  resize: vertical;
}

.companies-form > label {
  margin-top: 22px;
}

.companies-form button {
  width: 100%;
  min-height: 46px;
  margin-top: 22px;
  border: 0;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(255, 116, 47, .22);
  cursor: pointer;
}

.request-support-card {
  display: grid;
  align-content: center;
  gap: 24px;
  padding: 30px;
  border: 1px solid #dbe9f6;
  border-radius: 16px;
  background: #f6fbff;
}

.request-support-card article {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  align-items: center;
}

.request-support-card strong {
  color: #102b52;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.support-avatars {
  display: flex;
  margin-top: 4px;
}

.support-avatars img {
  width: 58px;
  height: 58px;
  margin-right: -8px;
  border: 3px solid #f6fbff;
  border-radius: 50%;
  object-fit: cover;
}

.companies-final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto 170px;
  gap: 34px;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 26px;
  padding: 32px 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #dff2ff 0%, #c9ecff 100%);
}

.companies-final-cta h2 {
  font-size: 27px;
}

.companies-final-cta p {
  max-width: none;
  margin-top: 8px;
  color: #24415f;
}

.companies-final-cta > span {
  position: relative;
  width: 142px;
  height: 92px;
}

.companies-final-cta > span::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  width: 78px;
  height: 78px;
  clip-path: polygon(0 18%, 100% 0, 62% 92%, 43% 51%);
  background: #72c3fb;
  transform: rotate(14deg);
}

.companies-final-cta > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 114px;
  height: 54px;
  border: 2px dashed #72aee5;
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 80px 0;
}

@media (max-width: 1180px) {
  .companies-hero__inner,
  .companies-training,
  .companies-analytics,
  .companies-request {
    grid-template-columns: 1fr;
  }

  .companies-hero__visual {
    min-height: 440px;
  }

  .company-overview-card {
    right: 80px;
  }

  .companies-tabs,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .companies-proof,
  .training-card-grid,
  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .analytics-grid {
    grid-template-columns: 1fr 160px 160px;
  }
}

@media (max-width: 720px) {
  .companies-hero {
    min-height: 0;
  }

  .companies-hero__inner {
    min-height: 0;
    padding: 38px 0 62px;
  }

  .companies-hero h1 {
    font-size: 38px;
  }

  .companies-hero__copy > p:not(.companies-kicker) {
    font-size: 16px;
  }

  .companies-hero__actions,
  .companies-proof,
  .companies-tabs,
  .training-card-grid,
  .program-grid,
  .analytics-top,
  .analytics-grid,
  .case-grid,
  .pricing-grid,
  .companies-form__grid,
  .contact-choice-grid,
  .companies-final-cta {
    grid-template-columns: 1fr;
  }

  .companies-hero__actions .btn,
  .companies-final-cta .btn {
    width: 100%;
  }

  .companies-hero__visual {
    min-height: 790px;
  }

  .company-overview-card,
  .team-progress-card,
  .learning-plan-card,
  .hr-card {
    left: 0;
    right: 0;
    width: 100%;
  }

  .company-overview-card {
    top: 0;
  }

  .team-progress-card {
    top: 250px;
  }

  .learning-plan-card {
    top: 454px;
  }

  .hr-card {
    top: 654px;
    min-height: 130px;
    grid-template-columns: 76px 1fr;
    justify-items: start;
    text-align: left;
  }

  .hr-card img {
    grid-row: span 3;
  }

  .hr-card a {
    justify-self: start;
  }

  .companies-tabs {
    margin-top: 20px;
  }

  .companies-section {
    padding-top: 42px;
  }

  .companies-section h2,
  .companies-request h2,
  .companies-final-cta h2 {
    font-size: 25px;
  }

  .training-card-grid article,
  .case-grid article,
  .pricing-grid article {
    min-height: 0;
  }

  .program-grid {
    gap: 18px;
  }

  .companies-analytics {
    gap: 24px;
  }

  .analytics-dashboard {
    grid-template-columns: 1fr;
  }

  .analytics-dashboard aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid #dbe9f6;
  }

  .analytics-top article {
    border-right: 0;
    border-bottom: 1px solid #dbe9f6;
  }

  .progress-box div {
    grid-template-columns: 86px 1fr 32px;
  }

  .companies-section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .companies-request {
    padding: 22px;
  }

  .request-support-card {
    padding: 22px;
  }

  .companies-final-cta {
    padding: 24px;
  }

  .companies-final-cta > span {
    display: none;
  }
}
