.product-sonota {
  color: #333333;
  background-color: #ffffff;
}
.product-sonota__products {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .product-sonota__products {
    padding: 0 16px;
  }
}

.ps-overview {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ps-overview {
    padding: 0 16px;
  }
}
.ps-overview {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ps-overview__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .ps-overview__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.ps-overview__image-wrap {
  flex: 0 0 400px;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #d2dce8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ps-overview__image-wrap {
    flex: none;
    width: 100%;
    height: 262px;
  }
}
.ps-overview__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ps-overview__image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #d2dce8;
}
.ps-overview__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .ps-overview__content {
    gap: 30px;
    padding-top: 0;
  }
}
.ps-overview__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ps-overview__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
  color: #333333;
  letter-spacing: 0.02em;
  padding-left: 8px;
}
@media (max-width: 768px) {
  .ps-overview__text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .ps-overview {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.ps-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background-color: #3d60a5;
  border-radius: 162px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  align-self: flex-start;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .ps-badge {
    height: 37px;
    padding: 0 18px;
  }
}

.ps-cta {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ps-cta {
    padding: 0 16px;
  }
}
.ps-cta {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.ps-cta--bottom {
  padding-top: 50px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .ps-cta--bottom {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}
.ps-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 316px;
  height: 59px;
  background-color: #0f3580;
  border-radius: 6px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease;
}
.ps-cta__btn:hover {
  transform: translateY(-4px);
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .ps-cta__btn {
    transition: none;
  }
  .ps-cta__btn:hover {
    transform: none;
  }
}
@media (max-width: 768px) {
  .ps-cta__btn {
    width: 310px;
    height: 57px;
  }
}
.ps-cta__note {
  margin: 0;
  font-size: 14px;
  color: #3d60a5;
  line-height: 22px;
}
@media (max-width: 768px) {
  .ps-cta {
    padding-bottom: 40px;
  }
}

.ps-btn__icon {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
}

.ps-products {
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .ps-products {
    padding: 0 16px;
  }
}

.ps-product {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding-bottom: 48px;
}
.ps-product__image-wrap {
  flex: 0 0 352px;
  height: 264px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #d2dce8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ps-product__image-wrap {
    flex: none;
    width: 100%;
    height: 262px;
  }
}
.ps-product__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ps-product__image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #d2dce8;
}
.ps-product__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .ps-product__content {
    padding-top: 0;
  }
}
.ps-product__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0f3580;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .ps-product__title {
    font-size: 20px;
    line-height: 32px;
  }
}
.ps-product__desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
  color: #333333;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .ps-product__desc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .ps-product {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 50px;
  }
}
