#kosmo-root {
  color: #121212;
  font-family: Inter, Helvetica, Arial, sans-serif;
  background: #fff;
}

#kosmo-root .kosmo-layout {
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
}

#kosmo-root .kosmo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 16px 21px;
  border-radius: 2px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#kosmo-root .kosmo-btn:hover {
  transform: translateY(-1px);
}

#kosmo-root .kosmo-btn--primary {
  background: #1bb35b;
  color: #fff;
}

#kosmo-root .kosmo-btn--secondary {
  background: linear-gradient(180deg, #eceff2 0, #d9dfe4 100%);
  color: #212121;
}

#kosmo-root .kosmo-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 74px;
  background: #16222b;
}

#kosmo-root .kosmo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 30, 0.28);
  z-index: 1;
}

#kosmo-root .kosmo-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#kosmo-root .kosmo-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  text-align: center;
  color: #fff;
}

#kosmo-root .kosmo-hero__logo {
  margin: 0 auto 18px;
}

#kosmo-root .kosmo-hero h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
}

#kosmo-root .kosmo-hero h1 span {
  display: block;
}

#kosmo-root .kosmo-hero p {
  max-width: 430px;
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

#kosmo-root .kosmo-intro {
  padding: 90px 0 60px;
}

#kosmo-root .kosmo-intro__text,
#kosmo-root .kosmo-groups__copy p,
#kosmo-root .kosmo-section-head p,
#kosmo-root .kosmo-download__copy p {
  margin: 0 auto;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}

#kosmo-root .kosmo-brand-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px 26px;
  margin: 55px auto 0;
  max-width: 760px;
}

#kosmo-root .kosmo-brand-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
}

#kosmo-root .kosmo-brand-strip__item img {
  max-width: 100%;
  max-height: 24px;
}

#kosmo-root .kosmo-goals {
  padding: 60px 0 118px;
}

#kosmo-root .kosmo-goals__grid,
#kosmo-root .kosmo-groups__grid,
#kosmo-root .kosmo-targets__box,
#kosmo-root .kosmo-download__grid,
#kosmo-root .kosmo-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

#kosmo-root .kosmo-goals__copy {
  position: relative;
  padding: 88px 100px 0 0;
}

#kosmo-root .kosmo-goals__copy h2,
#kosmo-root .kosmo-groups__copy h2,
#kosmo-root .kosmo-section-head h2,
#kosmo-root .kosmo-deep-dive h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  font-weight: 600;
}

#kosmo-root .kosmo-goals__copy h2 {
  max-width: 360px;
  font-size: 32px;
}

#kosmo-root .kosmo-groups__copy h2 {
  font-size: 28px;
}

#kosmo-root .kosmo-section-head h2 {
  font-size: 34px;
  line-height: 1.06;
}

#kosmo-root .kosmo-deep-dive h2 {
  font-size: 32px;
  line-height: 1.06;
}

#kosmo-root .kosmo-goals__copy img {
  margin-top: 60px;
}

#kosmo-root .kosmo-goals__list {
  margin: 0;
  padding: 94px 45px 85px 112px;
  background: #f3f8fb;
  list-style: none;
  counter-reset: kosmo-goals;
}

#kosmo-root .kosmo-goals__list li {
  position: relative;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.5;
}

#kosmo-root .kosmo-goals__list li + li {
  margin-top: 30px;
}

#kosmo-root .kosmo-goals__list li::before {
  counter-increment: kosmo-goals;
  content: counter(kosmo-goals);
  position: absolute;
  left: -85px;
  top: -6px;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #3b3f47;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
}

#kosmo-root .kosmo-problem {
  padding: 0 24px 145px;
}

#kosmo-root .kosmo-problem__grid {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 530px;
}

#kosmo-root .kosmo-problem__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 472px;
  min-width: 472px;
  height: 472px;
  border-radius: 999px;
  padding: 60px 85px 60px 110px;
  background: #ff3b33;
  color: #fff;
}

#kosmo-root .kosmo-problem__content {
  width: 100%;
  max-width: 290px;
  text-align: left;
}

#kosmo-root .kosmo-problem__card:first-child {
  position: relative;
  right: -45px;
  z-index: 2;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 86px;
}

#kosmo-root .kosmo-problem__card:first-child .kosmo-problem__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

#kosmo-root .kosmo-problem__card--dark {
  position: relative;
  left: -45px;
  width: 528px;
  min-width: 528px;
  height: 528px;
  background: #35b4f1;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 70px 60px 92px;
}

#kosmo-root .kosmo-problem__card--dark .kosmo-problem__content {
  max-width: 248px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

#kosmo-root .kosmo-problem__card h3,
#kosmo-root .kosmo-download__copy h3,
#kosmo-root .kosmo-deep-dive__solution h3 {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

#kosmo-root .kosmo-download__card h4 {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: 0;
}

#kosmo-root .kosmo-problem__card ul,
#kosmo-root .kosmo-problem__card p {
  margin: 0;
  padding: 0;
  list-style: none;
}

#kosmo-root .kosmo-problem__card ul li,
#kosmo-root .kosmo-problem__card--dark p {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
}

#kosmo-root .kosmo-problem__card--dark p {
  padding-left: 0;
  max-width: 220px;
  text-align: left;
}

#kosmo-root .kosmo-problem__card ul li + li {
  margin-top: 10px;
}

#kosmo-root .kosmo-problem__card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}

#kosmo-root .kosmo-groups {
  padding: 35px 0 70px;
}

#kosmo-root .kosmo-groups__cards {
  display: grid;
  gap: 8px;
}

#kosmo-root .kosmo-group-card {
  display: grid;
  grid-template-columns: 216px 1fr;
  min-height: 176px;
  background: #fff;
  border: 1px solid #dde3e6;
  border-radius: 4px;
  box-shadow: none;
}

#kosmo-root .kosmo-group-card__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 20px;
}

#kosmo-root .kosmo-group-card__side--test {
  background: #32b2f3;
}

#kosmo-root .kosmo-group-card__side--control {
  background: #ff0288;
}

#kosmo-root .kosmo-group-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1;
}

#kosmo-root .kosmo-group-card__label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
}

#kosmo-root .kosmo-group-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 32px 15px;
}

#kosmo-root .kosmo-group-card__content h3 {
  margin: 0 0 6px;
  font-weight: 800;
}

#kosmo-root .kosmo-group-card__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #6b7280;
}

#kosmo-root .kosmo-groups__copy {
  align-self: center;
  padding-left: 64px;
}

#kosmo-root .kosmo-groups__copy h2 {
  margin-bottom: 10px;
}

#kosmo-root .kosmo-groups__copy p + p {
  margin-top: 12px;
}

#kosmo-root .kosmo-results {
  padding: 78px 0 58px;
}

#kosmo-root .kosmo-section-head {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

#kosmo-root .kosmo-section-head h2 {
  margin-bottom: 18px;
}

#kosmo-root .kosmo-results__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 45px;
}

#kosmo-root .kosmo-result-card {
  padding: 52px 20px 42px;
  background: #f3f8fb;
  text-align: center;
}

#kosmo-root .kosmo-result-card img {
  object-fit: contain;
  margin: auto auto 24px;
}

#kosmo-root .kosmo-result-card h3 {
  margin: 14px 0 8px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

#kosmo-root .kosmo-result-card p,
#kosmo-root .kosmo-result-card span {
  display: block;
  margin: 0;
  color: #4e5968;
}

#kosmo-root .kosmo-result-card p {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

#kosmo-root .kosmo-result-card span {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.45;
}

#kosmo-root .kosmo-targets {
  padding: 26px 0 84px;
}

#kosmo-root .kosmo-targets__box {
  align-items: center;
  padding: 50px 64px;
  background: #32b2f3;
  color: #fff;
}

#kosmo-root .kosmo-targets__copy h2 {
  margin: 0 0 20px;
  max-width: 430px;
  font-size: 32px;
  line-height: 1.22;
  font-weight: 300;
}

#kosmo-root .kosmo-targets__copy h2 strong {
  font-weight: 800;
}

#kosmo-root .kosmo-targets__list {
  margin: auto;
  padding: 0;
  list-style: none;
}

#kosmo-root .kosmo-targets__list li {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.96);
}

#kosmo-root .kosmo-targets__list li + li {
  margin-top: 12px;
}

#kosmo-root .kosmo-targets__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
}

#kosmo-root .kosmo-quote,
#kosmo-root .kosmo-related {
  background: #333;
  color: #fff;
}

#kosmo-root .kosmo-quote {
  padding: 96px 0 78px;
}

#kosmo-root .kosmo-quote__inner {
  max-width: 700px;
  display: grid;
  gap: 40px;
}

#kosmo-root .kosmo-quote__text {
  position: relative;
  padding: 0;
  background: transparent;
  text-align: center;
}

#kosmo-root .kosmo-quote__text img {
  width: 54px;
  margin-bottom: 26px;
}

#kosmo-root .kosmo-quote__text p {
  margin: 0;
  font-size: 24px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

#kosmo-root .kosmo-quote__author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

#kosmo-root .kosmo-quote__author img {
  width: 52px;
  height: 52px;
  border-radius: 999px;
}

#kosmo-root .kosmo-quote__author strong,
#kosmo-root .kosmo-quote__author span {
  display: block;
  color: #fff;
}

#kosmo-root .kosmo-quote__author strong {
  font-size: 16px;
}

#kosmo-root .kosmo-quote__author span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
}

#kosmo-root .kosmo-deep-dive {
  padding: 124px 0 60px;
  background: #f2f6f8;
}

#kosmo-root .kosmo-deep-dive__grid {
  display: grid;
  grid-template-columns: 1fr 542px;
  gap: 36px;
  align-items: start;
}

#kosmo-root .kosmo-deep-dive h2 {
  color: #ff2b2b;
  margin-bottom: 55px;
  font-size: 54px;
}

#kosmo-root .kosmo-deep-dive ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: kosmo-deep;
}

#kosmo-root .kosmo-deep-dive li {
  position: relative;
  padding-left: 85px;
}

#kosmo-root .kosmo-deep-dive li + li {
  margin-top: 42px;
}

#kosmo-root .kosmo-deep-dive li::before {
  counter-increment: kosmo-deep;
  content: counter(kosmo-deep);
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #ff3838;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
}

#kosmo-root .kosmo-deep-dive li strong {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
}

#kosmo-root .kosmo-deep-dive li p {
  margin: 6px 0 0;
  color: #4e5968;
  font-size: 16px;
  line-height: 1.65;
}

#kosmo-root .kosmo-deep-dive__solution {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 542px;
  min-width: 542px;
  height: 542px;
  margin: 24px auto 0;
  border-radius: 999px;
  padding: 78px 54px;
  background: #35b4f1;
  color: #fff;
}

#kosmo-root .kosmo-deep-dive__solution h3 {
  margin-bottom: 16px;
}

#kosmo-root .kosmo-deep-dive__solution p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  line-height: 1.6;
}

#kosmo-root .kosmo-download {
  padding: 0 0 58px;
  background: #f2f6f8;
}

#kosmo-root .kosmo-download__grid {
  gap: 0;
  background: #fff;
  align-items: stretch;
}

#kosmo-root .kosmo-download__copy {
  padding: 128px 65px 30px 75px;
  background: #fff;
}

#kosmo-root .kosmo-download__copy img {
  width: 42px;
  margin-bottom: 16px;
}

#kosmo-root .kosmo-download__copy h3 {
  max-width: 300px;
  margin-bottom: 12px;
}

#kosmo-root .kosmo-download__copy p {
  margin-left: 0;
  text-align: left;
  max-width: 290px;
  font-size: 16px;
}

#kosmo-root .kosmo-download__card {
  padding: 72px 36px 70px;
  background: #35b4f1;
  color: #fff;
}

#kosmo-root .kosmo-download__card h4 {
  margin-bottom: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

#kosmo-root .kosmo-download__form {
  max-width: 370px;
  margin: 0 auto;
}

#kosmo-root .kosmo-download__hs-form {
  min-height: 280px;
}

#kosmo-root .kosmo-download__hs-form .hs-form fieldset {
  max-width: 100%;
}

#kosmo-root .kosmo-download__hs-form .hs-form .hs-form-field {
  width: 100%;
  float: none;
}

#kosmo-root .kosmo-download__hs-form .hs-form .input {
  margin-right: 0;
}

#kosmo-root .kosmo-download__hs-form .hs-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#kosmo-root .kosmo-download__hs-form .hs-form-field {
  margin: 0;
}

#kosmo-root .kosmo-download__hs-form .hs-form-field > label,
#kosmo-root .kosmo-download__hs-form .hs-error-msgs {
  display: none;
}

#kosmo-root .kosmo-download__hs-form .hs-input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 12px 14px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #121212;
  font-size: 16px;
  line-height: 1;
}

#kosmo-root .kosmo-download__hs-form textarea.hs-input {
  min-height: 100px;
  height: auto;
  line-height: 1.4;
}

#kosmo-root .kosmo-download__hs-form .hs-input:focus {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}

#kosmo-root .kosmo-download__hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#kosmo-root .kosmo-download__hs-form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 12px 0 22px;
  color: rgba(255, 255, 255, 0.9);
}

#kosmo-root .kosmo-download__hs-form .hs-form-booleancheckbox-display > input {
  margin-top: 3px;
}

#kosmo-root .kosmo-download__hs-form .hs-form-booleancheckbox-display > span {
  font-size: 14px;
  line-height: 1.4;
}

#kosmo-root .kosmo-download__hs-form .actions {
  margin-top: 4px;
}

#kosmo-root .kosmo-download__hs-form .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  min-width: 220px;
  padding: 16px 20px;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(180deg, #eceff2 0, #d9dfe4 100%);
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

#kosmo-root .kosmo-download__hs-form .hs-richtext,
#kosmo-root .kosmo-download__hs-form .legal-consent-container {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.5;
}

#kosmo-root .kosmo-download__hs-form .hs-richtext a,
#kosmo-root .kosmo-download__hs-form .legal-consent-container a {
  color: #fff;
}

#kosmo-root .kosmo-download__hs-form .submitted-message {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

#kosmo-root .kosmo-related {
  padding: 82px 0 64px;
}

#kosmo-root .kosmo-related .kosmo-section-head {
  max-width: 720px;
}

#kosmo-root .kosmo-related .kosmo-section-head h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.08;
}

#kosmo-root .kosmo-related .kosmo-section-head p,
#kosmo-root .kosmo-related__footnote {
  color: rgba(255, 255, 255, 0.74);
}

#kosmo-root .kosmo-related__grid {
  justify-content: center;
  grid-template-columns: repeat(3, 290px);
  gap: 20px;
  margin-top: 40px;
}

#kosmo-root .kosmo-related-card {
  position: relative;
  display: flex;
  width: 290px;
  max-width: 290px;
  min-height: 312px;
  padding: 34px 24px 20px;
  overflow: hidden;
  color: #fff;
  text-align: left;
  border-radius:4px;
}

#kosmo-root .kosmo-related-card__image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

#kosmo-root .kosmo-related-card__image img {
  position: absolute;
  display: block;
}

#kosmo-root .kosmo-related-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

#kosmo-root .kosmo-related-card:nth-child(1) .kosmo-related-card__image img {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#kosmo-root .kosmo-related-card:nth-child(2) .kosmo-related-card__image img {
  top: 0;
  right: 0;
  width: 194px;
  height: auto;
}

#kosmo-root .kosmo-related-card:nth-child(3) .kosmo-related-card__image img {
  right: -6px;
  bottom: 0;
  width: 194px;
  height: auto;
}

#kosmo-root .kosmo-related-card__body span {
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

#kosmo-root .kosmo-related-card__body h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
}

#kosmo-root .kosmo-related-card__body p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

#kosmo-root .kosmo-related-card .kosmo-btn {
  align-self: flex-start;
  min-height: 56px;
  min-width: 153px;
  padding: 16px 20px;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18);
}

#kosmo-root .kosmo-related__footnote {
  margin: 12px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

#kosmo-root .kosmo-related__footnote a {
  color: #fff;
}

@media (max-width: 1023px) {
  #kosmo-root .kosmo-layout {
    width: min(100%, calc(100% - 40px));
  }

  #kosmo-root .kosmo-goals__grid,
  #kosmo-root .kosmo-groups__grid,
  #kosmo-root .kosmo-targets__box,
  #kosmo-root .kosmo-download__grid,
  #kosmo-root .kosmo-related__grid,
  #kosmo-root .kosmo-brand-strip,
  #kosmo-root .kosmo-results__grid,
  #kosmo-root .kosmo-deep-dive__grid {
    grid-template-columns: 1fr;
  }

  #kosmo-root .kosmo-problem__grid {
    flex-direction: column;
    gap: 18px;
    min-height: 0;
  }

  #kosmo-root .kosmo-problem__card:first-child {
    right: 0;
  }

  #kosmo-root .kosmo-problem__card--dark {
    left: 0;
  }

  #kosmo-root .kosmo-deep-dive__solution {
    width: min(312px, 100%);
    min-width: 0;
    height: auto;
    border-radius: 36px;
    padding: 34px 28px;
  }

  #kosmo-root .kosmo-group-card {
    grid-template-columns: 120px 1fr;
    min-height: 120px;
  }

  #kosmo-root .kosmo-related__grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 12px;
  }

  #kosmo-root .kosmo-groups__copy {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #kosmo-root .kosmo-layout {
    width: min(100%, calc(100% - 32px));
  }

  #kosmo-root .kosmo-hero {
    padding: 56px 0 62px;
  }

  #kosmo-root .kosmo-hero h1 {
    font-size: 34px;
  }

  #kosmo-root .kosmo-hero p {
    font-size: 14px;
  }

  #kosmo-root .kosmo-goals__copy h2,
  #kosmo-root .kosmo-groups__copy h2,
  #kosmo-root .kosmo-section-head h2,
  #kosmo-root .kosmo-deep-dive h2,
  #kosmo-root .kosmo-targets__copy h2 {
    font-size: 32px;
  }

  #kosmo-root .kosmo-problem__card h3,
  #kosmo-root .kosmo-download__copy h3,
  #kosmo-root .kosmo-deep-dive__solution h3 {
    font-size: 28px;
  }

  #kosmo-root .kosmo-brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #kosmo-root .kosmo-problem__card {
    width: min(240px, 100%);
    height: auto;
    min-height: 240px;
    min-width: 100vw;
    padding: 42px 32px;
  }

  #kosmo-root .kosmo-problem__card:first-child {
    align-items: center;
    justify-content: center;
    padding-top: 42px;
  }

  #kosmo-root .kosmo-problem__card--dark {
    justify-content: center;
    padding: 42px 32px;
  }

  #kosmo-root .kosmo-related-card {
    min-height: 260px;
    margin: auto;
  }

  #kosmo-root .kosmo-related-card__body h3 {
    font-size: 22px;
  }

  #kosmo-root .kosmo-quote__text p {
    font-size: 15px;
  }
}
