body.learn-more-page {
  background: #272727;
}

.learn-page {
  min-height: 100vh;
  min-height: 100dvh;
  background: #272727;
  color: #fff;
}

.learn-page .catalog-header {
  background: rgba(255, 255, 255, 0.98);
}

.learn-page .catalog-header__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.learn-page .catalog-header__cart img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.learn-product-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 0 var(--page-side);
  border-top: 1px solid rgba(17, 24, 39, 0.04);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
}

.learn-product-bar span {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 1.2;
}

.learn-product-bar__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #006843;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.learn-page .product-nav {
  padding-inline: var(--page-side);
  background: #fff;
}

.learn-page .product-nav__link {
  padding: 14px 0 15px;
  font-size: 16px;
  line-height: 1.25;
}

.learn-page__main {
  padding-bottom: 36px;
}

.learn-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 16px 28px;
  background:
    radial-gradient(circle at 50% 84%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 24%),
    #a6ad99;
}

.learn-hero__eyebrow {
  color: rgba(34, 34, 34, 0.88);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.learn-hero h1 {
  margin-top: 12px;
  color: #2b2b2b;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.learn-hero__actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 14px;
}

.learn-hero__actions a {
  position: relative;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.25;
}

.learn-hero__actions a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.learn-hero__machine {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.learn-hero__machine img {
  width: min(62vw, 220px);
  filter: drop-shadow(0 16px 22px rgba(27, 34, 30, 0.14));
}

.learn-section {
  padding: 18px 15px 0;
}

.learn-section h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 600;
}

.learn-section > p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.learn-media-stack {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.learn-media-stack img,
.learn-promo-banner img,
.learn-feature-card img,
.learn-banner-card img {
  width: 100%;
  display: block;
}

.learn-media-stack img,
.learn-promo-banner img,
.learn-feature-card,
.learn-banner-card,
.learn-accessory-card {
  border-radius: 10px;
  overflow: hidden;
}

.learn-promo-banner {
  padding: 18px 15px 0;
}

.learn-feature-card {
  margin-top: 16px;
  background: #3b3b3b;
}

.learn-feature-card img {
  aspect-ratio: 343 / 172;
  object-fit: cover;
}

.learn-feature-card__copy {
  padding: 16px 14px 18px;
}

.learn-feature-card__copy h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.learn-feature-card__copy p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.learn-category-tabs {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.learn-category-tabs::-webkit-scrollbar {
  display: none;
}

.learn-category-tabs button {
  position: relative;
  flex: 0 0 auto;
  color: #8f949b;
  font-size: 16px;
  line-height: 1.25;
}

.learn-category-tabs button.is-active {
  color: #fff;
}

.learn-category-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
}

.learn-feature-list,
.learn-banner-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.learn-banner-card__copy {
  padding: 16px 2px 0;
}

.learn-banner-card__copy h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.learn-banner-card__copy p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.learn-accessory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.learn-accessory-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 154px;
  padding: 14px;
  background: #3a3a3a;
}

.learn-accessory-card img {
  width: 100%;
  max-width: 132px;
  max-height: 148px;
  object-fit: contain;
}

.learn-link-groups {
  display: grid;
  margin: 22px 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.learn-link-groups a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding-right: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.learn-link-groups a::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 1.8px solid rgba(255, 255, 255, 0.86);
  border-right: 1.8px solid rgba(255, 255, 255, 0.86);
  transform: translateY(-50%) rotate(45deg);
}

.learn-footer {
  padding: 18px 15px 0;
}

.learn-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.learn-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  opacity: 0.94;
}

.learn-footer__socials img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.learn-footer__copy {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.learn-footer__copy p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 359px) {
  .learn-product-bar {
    padding-inline: 12px;
  }

  .learn-product-bar span,
  .learn-product-bar__buy,
  .learn-page .product-nav__link,
  .learn-hero__actions a,
  .learn-category-tabs button,
  .learn-link-groups a {
    font-size: 14px;
  }

  .learn-hero {
    padding-inline: 14px;
  }

  .learn-hero h1 {
    font-size: 22px;
  }

  .learn-hero__actions {
    gap: 18px;
  }

  .learn-section {
    padding-inline: 12px;
  }

  .learn-promo-banner,
  .learn-link-groups,
  .learn-footer {
    margin-inline: 12px;
    padding-inline: 0;
  }

  .learn-promo-banner {
    padding-top: 18px;
  }

  .learn-accessory-card {
    min-height: 154px;
  }
}
