/**
 * Koch School — landing page (Figma "Home").
 */

.home .site-main {
  margin: 0;
  padding: 0;
  overflow: visible;
}

.koch-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ------------------------------------------------------------------ */
/* Buttons                                                            */
/* ------------------------------------------------------------------ */
.koch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.koch-btn--lg {
  height: 58px;
  padding: 0 40px;
  font-size: 15px;
}

.koch-btn--light {
  background: #ffffff;
  color: #111111;
}

.koch-btn--light:hover {
  opacity: 0.88;
  color: #111111;
}

.koch-btn--dark {
  background: #111111;
  color: #ffffff;
}

.koch-btn--dark:hover {
  opacity: 0.88;
  color: #ffffff;
}

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

.koch-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.koch-btn--muted {
  background: var(--koch-gray-light);
  color: #ffffff;
}

.koch-btn--muted:hover {
  background: #b3b5bb;
  color: #ffffff;
}

/* ------------------------------------------------------------------ */
/* Top navigation (dark)                                              */
/* ------------------------------------------------------------------ */
.koch-topnav {
  background: #111111;
  position: relative;
  z-index: 20;
}

.koch-topnav__inner {
  max-width: 1600px;
  margin: 0 auto;
  height: 80px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.koch-topnav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.koch-topnav__logo img {
  height: 30px;
  width: auto;
}

.koch-topnav__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex: 1;
}

.koch-topnav__nav a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}

.koch-topnav__nav a:hover {
  color: #ffffff;
  opacity: 0.7;
}

.koch-topnav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.koch-topnav__actions .koch-btn {
  height: 40px;
  padding: 0 22px;
}

/* ------------------------------------------------------------------ */
/* Hero                                                               */
/* ------------------------------------------------------------------ */
.koch-hero {
  position: relative;
  z-index: 2;
  background: #1c1f24 url('../assets/hero.jpg') center / cover no-repeat;
  padding: 120px 40px 0;
  overflow: visible;
}

.koch-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 22, 26, 0.55) 0%, rgba(20, 22, 26, 0.45) 45%, rgba(20, 22, 26, 0.75) 100%);
  z-index: 0;
}

.koch-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 12px;
}

.koch-hero__eyebrow {
  max-width: 260px;
  margin: 0 0 48px auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.koch-hero__title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 auto 36px;
  max-width: 900px;
}

.koch-hero__subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  font-weight: 400;
  margin: 0 auto 36px;
  max-width: 420px;
}

.koch-hero__audiences {
  position: relative;
  max-width: 1280px;
  margin: 8px auto 0;
  padding: 0 40px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  transform: translateY(18%);
}

.koch-audience-card {
  background: #161616;
  border-radius: 18px;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.koch-audience-card span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

/* ------------------------------------------------------------------ */
/* Sections                                                           */
/* ------------------------------------------------------------------ */
.koch-section {
  background: var(--koch-bg);
}

.koch-features {
  position: relative;
  z-index: 1;
  padding: 88px 0 80px;
}

.koch-section__title {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111111;
  margin: 0;
}

.koch-features__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 56px;
  gap: 40px;
}

.koch-partners {
  flex-shrink: 0;
  text-align: right;
}

.koch-partners__label {
  display: block;
  color: var(--koch-neutral-medium);
  font-size: 13px;
  margin-bottom: 14px;
}

.koch-partners__logos {
  display: flex;
  gap: 10px;
}

.koch-partners__logos span {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #e9eaf0;
}

/* Bento grid */
.koch-bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr) repeat(1, 0.9fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 20px;
}

.koch-bento__card {
  background: #161616;
  border-radius: 22px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  min-height: 260px;
}

.koch-bento__card--wide {
  grid-column: span 1;
}

.koch-bento__card:nth-child(1) {
  grid-column: 1 / 2;
}

.koch-bento__card:nth-child(2) {
  grid-column: 2 / 4;
}

.koch-bento__card:nth-child(3) {
  grid-column: 1 / 2;
}

.koch-bento__card:nth-child(4) {
  grid-column: 2 / 3;
}

.koch-bento__card:nth-child(5) {
  grid-column: 3 / 4;
}

.koch-bento__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #ffffff;
}

.koch-bento__text {
  margin-top: auto;
  padding-top: 40px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.5;
  max-width: 340px;
}

.koch-bento__cta {
  margin-top: auto;
  align-self: flex-start;
}

/* ------------------------------------------------------------------ */
/* Catalog                                                            */
/* ------------------------------------------------------------------ */
.koch-catalog {
  padding: 70px 0 110px;
}

.koch-catalog__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 48px;
}

.koch-catalog__subtitle {
  max-width: 470px;
  color: var(--koch-neutral-medium);
  font-size: 15px;
  line-height: 1.5;
  text-align: right;
  margin: 0;
}

.koch-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.koch-course-card {
  display: flex;
  flex-direction: column;
}

.koch-course-card__image {
  height: 88px;
  border-radius: 16px;
  background: #cfd2da center / cover no-repeat;
  margin-bottom: -28px;
  position: relative;
  z-index: 0;
}

.koch-course-card__body {
  background: #ffffff;
  border-radius: 18px;
  padding: 44px 28px 28px;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 1px 3px rgba(17, 17, 17, 0.04);
}

.koch-course-card--featured .koch-course-card__body {
  background: #161616;
  color: #ffffff;
}

.koch-course-card--featured .koch-course-card__title,
.koch-course-card--featured .koch-course-card__price,
.koch-course-card--featured .koch-course-card__price-sale {
  color: #ffffff;
}

.koch-course-card--featured .koch-course-card__text,
.koch-course-card--featured .koch-course-card__price-old {
  color: rgba(255, 255, 255, 0.55);
}

.koch-course-card--featured .koch-btn--dark {
  background: #ffffff;
  color: #111111;
}

.koch-course-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 12px;
}

.koch-course-card__text {
  color: var(--koch-neutral-medium);
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.koch-course-card__price {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 18px;
}

.koch-course-card__price-old {
  color: var(--koch-neutral-medium);
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 6px;
  font-size: 14px;
}

.koch-course-card__cta {
  margin-top: auto;
  align-self: center;
  min-width: 160px;
}

.koch-catalog__more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.koch-catalog__empty {
  text-align: center;
  color: var(--koch-neutral-medium);
  padding: 40px 0;
}

/* ------------------------------------------------------------------ */
/* Promo / discount (section 04)                                      */
/* ------------------------------------------------------------------ */
.koch-promo {
  background: #0a0a0a;
  color: #ffffff;
  padding: 100px 0;
}

.koch-promo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 444px);
  gap: 48px 72px;
  align-items: start;
}

.koch-promo__left {
  max-width: 583px;
}

.koch-promo__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0 0 24px;
  color: #ffffff;
}

.koch-promo__lead {
  color: #b3b3b3;
  font-size: 14px;
  margin: 0;
}

.koch-promo__badge {
  position: relative;
  width: 566px;
  max-width: 100%;
  height: 304px;
  margin-top: 48px;
  overflow: visible;
}

.koch-promo__badge-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 291px;
  height: 304px;
  border-radius: 12px;
  background: #919396;
}

.koch-promo__badge-value {
  position: absolute;
  left: 82px;
  top: 27px;
  font-size: 236px;
  font-weight: 700;
  line-height: 0.9;
  color: #ffffff;
  letter-spacing: -0.06em;
  white-space: nowrap;
  pointer-events: none;
}

.koch-promo__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 444px;
}

.koch-promo__panel-label {
  display: block;
  color: #b3b3b3;
  font-size: 12px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.koch-promo__timer-block {
  margin-bottom: 0;
}

.koch-promo__timer {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 0 0 8px;
  color: #ffffff;
}

.koch-promo__timer-units {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  color: #b3b3b3;
  font-size: 12px;
  max-width: 100%;
}

.koch-promo__select-wrap {
  margin-top: 0;
}

.koch-promo__select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 4px;
  border: 1px solid #4d4d4d;
  background: #1f1f1f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.koch-promo__select::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.55);
  border-bottom: 2px solid rgba(255, 255, 255, 0.55);
  transform: rotate(45deg) translateY(-2px);
  flex-shrink: 0;
  margin-left: 12px;
}

.koch-promo__package {
  margin-top: 0;
}

.koch-promo__package-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.koch-promo__package-name {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
  flex: 1 1 auto;
}

.koch-promo__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  text-align: right;
}

.koch-promo__price-old {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #808080;
  text-decoration: line-through;
}

.koch-promo__price-new {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.koch-promo__discount {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #b3b3b3;
  font-size: 12px;
  letter-spacing: -0.02em;
}

.koch-promo__discount-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #919396;
  position: relative;
  flex-shrink: 0;
}

.koch-promo__discount-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.koch-promo__cta {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 4px;
}

/* ------------------------------------------------------------------ */
/* Steps (section 05)                                                 */
/* ------------------------------------------------------------------ */
.koch-steps {
  padding: 100px 0;
  background: #ffffff;
}

.koch-steps__title {
  text-align: center;
  margin-bottom: 64px;
}

.koch-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  margin-bottom: 48px;
}

.koch-steps__grid::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: var(--koch-border);
  z-index: 0;
}

.koch-step {
  position: relative;
  z-index: 1;
  text-align: left;
}

.koch-step__num {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #111111;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.koch-step__text {
  color: var(--koch-neutral-medium);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  max-width: 220px;
}

.koch-steps__cta {
  display: flex;
  justify-content: center;
}

/* ------------------------------------------------------------------ */
/* Formats (section 06)                                               */
/* ------------------------------------------------------------------ */
.koch-formats {
  padding: 100px 0;
  background: var(--koch-bg);
}

.koch-formats__title {
  margin-bottom: 48px;
}

.koch-formats__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.koch-format {
  display: grid;
  grid-template-columns: 1fr 576px;
  gap: 32px;
  align-items: stretch;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  min-height: 316px;
}

.koch-format--reverse {
  grid-template-columns: 576px 1fr;
}

.koch-format--reverse .koch-format__content {
  order: 2;
}

.koch-format--reverse .koch-format__media {
  order: 1;
}

.koch-format__content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.koch-format__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
}

.koch-format__name {
  font-size: 28px;
  font-weight: 700;
  color: #111111;
  margin: 0;
}

.koch-format__index {
  color: var(--koch-neutral-medium);
  font-size: 14px;
  font-weight: 600;
}

.koch-format__text {
  color: var(--koch-neutral-medium);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  max-width: 420px;
}

.koch-format__media {
  background: #dfe0eb center / cover no-repeat;
  min-height: 284px;
}

/* ------------------------------------------------------------------ */
/* Testimonials (section 07)                                          */
/* ------------------------------------------------------------------ */
.koch-reviews {
  padding: 100px 0;
  background: #ffffff;
}

.koch-reviews__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}

.koch-reviews__title {
  max-width: 560px;
}

.koch-reviews__controls {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.koch-reviews__arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--koch-border);
  background: #ffffff;
  color: #111111;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.koch-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  overflow-x: auto;
}

.koch-review {
  background: var(--koch-bg);
  border-radius: 18px;
  padding: 32px;
  min-height: 268px;
}

.koch-review__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
}

.koch-review__role {
  color: var(--koch-neutral-medium);
  font-size: 12px;
  margin: 0 0 24px;
}

.koch-review__text {
  color: #444;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

/* ------------------------------------------------------------------ */
/* FAQ (section 08)                                                   */
/* ------------------------------------------------------------------ */
.koch-faq {
  padding: 100px 0;
  background: var(--koch-bg);
}

.koch-faq__grid {
  display: grid;
  grid-template-columns: 1fr 591px;
  gap: 80px;
  align-items: start;
}

.koch-faq__intro p {
  color: var(--koch-neutral-medium);
  font-size: 14px;
  line-height: 1.5;
  margin: 24px 0 32px;
  max-width: 360px;
}

.koch-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.koch-faq__item {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}

.koch-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  cursor: pointer;
}

.koch-faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 1;
  color: var(--koch-neutral-medium);
}

.koch-faq__answer {
  display: none;
  padding: 0 28px 28px;
  color: var(--koch-neutral-medium);
  font-size: 14px;
  line-height: 1.55;
}

.koch-faq__item.is-open .koch-faq__answer {
  display: block;
}

.koch-faq__item.is-open .koch-faq__icon {
  transform: rotate(45deg);
}

/* ------------------------------------------------------------------ */
/* Landing footer (section 09)                                        */
/* ------------------------------------------------------------------ */
.koch-landing-footer {
  background: #111111;
  color: rgba(255, 255, 255, 0.75);
  padding: 60px 0 40px;
}

.koch-landing-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 24px;
}

.koch-landing-footer__col h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 16px;
}

.koch-landing-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.koch-landing-footer__links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 14px;
}

.koch-landing-footer__links a:hover {
  color: #ffffff;
}

.koch-landing-footer__phone {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 8px;
}

.koch-landing-footer__email {
  display: block;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 20px;
}

.koch-landing-footer__hours {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.koch-landing-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.koch-landing-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

.koch-landing-footer__logo img {
  height: 30px;
  width: auto;
  margin-top: 24px;
}

.koch-landing-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
}

.koch-landing-footer__legal {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.koch-landing-footer__legal a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

/* ------------------------------------------------------------------ */
/* Footer on landing (legacy fallback)                                */
/* ------------------------------------------------------------------ */
.home .site-footer {
  background: #111111;
  color: rgba(255, 255, 255, 0.7);
}

/* ------------------------------------------------------------------ */
/* Responsive                                                         */
/* ------------------------------------------------------------------ */
@media (max-width: 1100px) {
  .koch-topnav__nav {
    display: none;
  }
  .koch-hero__title {
    font-size: 44px;
  }
  .koch-bento,
  .koch-catalog__grid,
  .koch-reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .koch-bento__card:nth-child(n) {
    grid-column: auto;
  }
  .koch-hero__audiences {
    grid-template-columns: repeat(2, 1fr);
  }
  .koch-promo__grid,
  .koch-faq__grid {
    grid-template-columns: 1fr;
  }
  .koch-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .koch-steps__grid::before {
    display: none;
  }
  .koch-format,
  .koch-format--reverse {
    grid-template-columns: 1fr;
  }
  .koch-format--reverse .koch-format__content,
  .koch-format--reverse .koch-format__media {
    order: unset;
  }
  .koch-landing-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .koch-container {
    padding: 0 20px;
  }
  .koch-hero {
    padding-top: 60px;
  }
  .koch-hero__title {
    font-size: 32px;
  }
  .koch-hero__eyebrow {
    display: none;
  }
  .koch-features__head,
  .koch-catalog__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .koch-partners,
  .koch-catalog__subtitle {
    text-align: left;
  }
  .koch-bento,
  .koch-catalog__grid,
  .koch-hero__audiences,
  .koch-steps__grid,
  .koch-reviews__grid {
    grid-template-columns: 1fr;
  }
  .koch-landing-footer__grid {
    grid-template-columns: 1fr;
  }
  .koch-landing-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .koch-section__title {
    font-size: 28px;
  }
  .koch-promo__badge {
    width: 320px;
    height: 168px;
  }
  .koch-promo__badge-card {
    width: 154px;
    height: 168px;
  }
  .koch-promo__badge-value {
    left: 43px;
    top: 15px;
    font-size: 130px;
  }
}
