.b2b {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-block: 0 40px;
  color: var(--gray900);
  letter-spacing: -0.03em;
}
@media (width <= 1023.98px) {
  .b2b {
    gap: 40px;
  }
}
@media (width <= 767.98px) {
  .b2b {
    gap: 40px;
    padding-bottom: 24px;
  }
}

.b2b__text--desktop {
  display: block;
}
@media (width <= 767.98px) {
  .b2b__text--desktop {
    display: none;
  }
}
.b2b__text--mobile {
  display: none;
}
@media (width <= 767.98px) {
  .b2b__text--mobile {
    display: block;
  }
}

.b2b-section-title {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}
@media (width <= 1023.98px) {
  .b2b-section-title {
    font-size: 34px;
  }
}
@media (width <= 767.98px) {
  .b2b-section-title {
    margin-bottom: 9px;
    font-size: 22px;
    line-height: 1;
    text-align: left;
  }
}

@media (width <= 767.98px) {
  .b2b-benefits__title {
    margin-bottom: 9px;
  }
}

@media (width <= 767.98px) {
  .b2b-faq__title {
    margin-bottom: 0;
    font-size: 22px;
  }
}

.b2b-page {
  margin: 0;
}

.page-template-page-b2b .entry-title,
.page-template-page-b2b .page-title {
  display: none;
}

.page-template-page-b2b .wd-content-area.site-content {
  overflow: visible;
}

.b2b-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 40px;
  background-color: var(--blue4);
}
.b2b-hero::after {
  content: "";
  position: absolute;
  right: 140px;
  bottom: 0;
  width: 309px;
  height: 512px;
  background: url("../../../dist/img/b2b/fineorganic-partners.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
@media (width <= 1023.98px) {
  .b2b-hero {
    min-height: 350px;
    border-radius: 28px;
  }
  .b2b-hero::after {
    right: 80px;
    width: 214px;
    height: 370px;
  }
}
@media (width <= 767.98px) {
  .b2b-hero {
    min-height: 480px;
    border-radius: 28px;
  }
  .b2b-hero::after {
    right: 0;
    left: 0;
    bottom: -26px;
    width: auto;
    height: 314px;
  }
}
.b2b-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 30px;
  min-height: inherit;
  padding: 64px;
}
@media (width <= 1023.98px) {
  .b2b-hero__inner {
    gap: var(--fo-space-m);
    padding: 64px;
  }
}
@media (width <= 767.98px) {
  .b2b-hero__inner {
    justify-content: flex-start;
    gap: var(--fo-space-m);
    padding: 22px 24px 56px;
  }
}
.b2b-hero__title {
  margin: 0;
  color: var(--white);
  font-size: 86px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
}
@media (width <= 1023.98px) {
  .b2b-hero__title {
    font-size: 52px;
  }
}
@media (width <= 767.98px) {
  .b2b-hero__title {
    font-size: 36px;
    letter-spacing: 0;
  }
}
.b2b-hero__lead {
  max-width: 450px;
  margin: 0 0 5px;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media (width <= 1023.98px) {
  .b2b-hero__lead {
    max-width: 270px;
    font-size: 16px;
  }
}
@media (width <= 767.98px) {
  .b2b-hero__lead {
    max-width: 100%;
    margin-bottom: 0;
    font-size: var(--font-size-base);
    line-height: 1.2;
  }
}
.b2b-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--white);
  color: var(--gray800);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.b2b-hero__cta:hover {
  opacity: 0.92;
  color: var(--gray800);
}
@media (width <= 767.98px) {
  .b2b-hero__cta--inline {
    display: none;
  }
}
.b2b-hero__cta--sticky {
  display: none;
}
@media (width <= 767.98px) {
  .b2b-hero__cta--sticky {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: inline-flex;
    width: 100%;
  }
}

.b2b-benefits__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (width <= 767.98px) {
  .b2b-benefits__grid {
    gap: var(--fo-space-m);
  }
}
.b2b-benefits__item {
  min-width: 0;
}

.b2b-benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 282px;
  padding: 31px 28px;
  overflow: hidden;
  border-radius: 40px;
  background-color: var(--gray50);
}
@media (width > 767.98px) {
  .b2b-benefit-card {
    flex: 0 1 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .b2b-benefit-card {
    flex: 0 0 auto;
    max-width: none;
    order: var(--b2b-benefit-order, 0);
  }
}
@media (width <= 1023.98px) {
  .b2b-benefit-card {
    min-height: 200px;
    border-radius: 28px;
    padding: 28px;
  }
}
@media (width <= 767.98px) {
  .b2b-benefit-card {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: 170px;
    padding: 24px;
    order: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .b2b-benefit-card--profit-01 {
    flex-basis: 400px;
  }
  .b2b-benefit-card--discounts {
    flex-basis: 300px;
  }
  .b2b-benefit-card--samples {
    flex-basis: 400px;
  }
  .b2b-benefit-card--delivery {
    flex-basis: 300px;
  }
  .b2b-benefit-card--promote {
    flex-basis: 400px;
  }
  .b2b-benefit-card--manager {
    flex-basis: 300px;
  }
}
.b2b-benefit-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b2b-benefit-card__title {
  margin: 0;
  color: var(--gray900);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media (width <= 1023.98px) {
  .b2b-benefit-card__title {
    font-size: 17px;
  }
}
.b2b-benefit-card__text {
  margin: 0;
  color: var(--gray900);
  font-size: 17px;
  line-height: 1.35;
}
@media (width <= 1023.98px) {
  .b2b-benefit-card__text {
    font-size: var(--font-size-base);
  }
}
.b2b-benefit-card__image {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  pointer-events: none;
}
.b2b-benefit-card--profit-01 .b2b-benefit-card__image {
  width: 150px;
}
@media (width <= 1023.98px) {
  .b2b-benefit-card--profit-01 .b2b-benefit-card__image {
    right: -6%;
    bottom: calc(-1 * var(--fo-space-m));
    width: 135px;
  }
}
@media (width <= 767.98px) {
  .b2b-benefit-card--profit-01 .b2b-benefit-card__image {
    right: 0;
    width: 100px;
  }
}
.b2b-benefit-card--discounts .b2b-benefit-card__image {
  bottom: 1px;
  width: 140px;
}
@media (width <= 1023.98px) {
  .b2b-benefit-card--discounts .b2b-benefit-card__image {
    right: -20px;
    bottom: calc(-1 * var(--fo-space-m));
    width: 130px;
  }
}
@media (width <= 767.98px) {
  .b2b-benefit-card--discounts .b2b-benefit-card__image {
    right: calc(-1 * var(--fo-space-m));
    bottom: 0;
    width: 130px;
  }
}
@media (width <= 1023.98px) {
  .b2b-benefit-card--discounts .b2b-benefit-card__body {
    max-width: 195px;
  }
}
@media (width <= 767.98px) {
  .b2b-benefit-card--discounts .b2b-benefit-card__body {
    max-width: 200px;
  }
}
.b2b-benefit-card--samples .b2b-benefit-card__image {
  bottom: 1px;
  width: 110px;
}
@media (width <= 1023.98px) {
  .b2b-benefit-card--samples .b2b-benefit-card__image {
    right: -5px;
    bottom: -20px;
  }
}
@media (width <= 767.98px) {
  .b2b-benefit-card--samples .b2b-benefit-card__image {
    right: 10px;
    bottom: calc(-1 * var(--fo-space-m));
  }
}
@media (width <= 1023.98px) {
  .b2b-benefit-card--samples .b2b-benefit-card__body {
    max-width: 310px;
  }
}
@media (width <= 767.98px) {
  .b2b-benefit-card--samples .b2b-benefit-card__body {
    max-width: 260px;
  }
}
.b2b-benefit-card--delivery .b2b-benefit-card__image {
  bottom: -50px;
  width: 210px;
}
@media (width <= 1023.98px) {
  .b2b-benefit-card--delivery .b2b-benefit-card__image {
    right: 5%;
    bottom: -40px;
    width: 180px;
  }
}
@media (width <= 767.98px) {
  .b2b-benefit-card--delivery .b2b-benefit-card__image {
    right: 10px;
    bottom: -35px;
    width: 180px;
  }
}
@media (width <= 767.98px) {
  .b2b-benefit-card--delivery .b2b-benefit-card__body {
    max-width: 260px;
  }
}
.b2b-benefit-card--promote .b2b-benefit-card__image {
  bottom: -5px;
  width: 120px;
}
@media (width <= 1023.98px) {
  .b2b-benefit-card--promote .b2b-benefit-card__image {
    right: 5px;
    width: 110px;
  }
}
@media (width <= 767.98px) {
  .b2b-benefit-card--promote .b2b-benefit-card__image {
    right: 10px;
    bottom: -2px;
    width: 110px;
  }
}
.b2b-benefit-card--manager .b2b-benefit-card__image {
  right: 0;
  bottom: -120px;
  width: 200px;
}
@media (width <= 1023.98px) {
  .b2b-benefit-card--manager .b2b-benefit-card__image {
    right: -40px;
    bottom: -100px;
    width: 155px;
  }
}
@media (width <= 767.98px) {
  .b2b-benefit-card--manager .b2b-benefit-card__image {
    right: -30px;
    bottom: -105px;
    width: 155px;
  }
}
@media (width <= 1023.98px) {
  .b2b-benefit-card--manager .b2b-benefit-card__body {
    max-width: 213px;
  }
}

.b2b-segments {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.b2b-segments__head {
  margin-bottom: 20px;
}
@media (width <= 767.98px) {
  .b2b-segments__head {
    margin-bottom: 20px;
  }
}
.b2b-segments__title {
  margin-bottom: 20px;
}
@media (width <= 767.98px) {
  .b2b-segments__title {
    margin-bottom: 0;
    font-size: 22px;
  }
}
.b2b-segments__track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
@media (width <= 767.98px) {
  .b2b-segments__track {
    justify-content: flex-start;
  }
}
.b2b-segments__item {
  flex: 0 0 auto;
  min-width: 0;
}

.b2b-segment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 294px;
  min-height: 520px;
  padding: 28px 25px;
  overflow: hidden;
  border-radius: 40px;
  background-color: var(--blue4);
}
@media (width <= 1023.98px) {
  .b2b-segment-card {
    margin-bottom: 0;
  }
}
@media (width <= 767.98px) {
  .b2b-segment-card {
    width: 284px;
    min-height: 470px;
    padding: 20px 24px;
    border-radius: 28px;
  }
}
.b2b-segment-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.b2b-segment-card__title {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1;
}
@media (width <= 767.98px) {
  .b2b-segment-card__title {
    margin-bottom: 8px;
    line-height: 1;
  }
}
.b2b-segment-card__text {
  margin: 0;
  color: var(--white);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}
@media (width <= 1023.98px) {
  .b2b-segment-card__text {
    font-size: var(--font-size-base);
    line-height: 1.4;
  }
}
.b2b-segment-card__image {
  position: absolute;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  pointer-events: none;
}
.b2b-segment-card--retail .b2b-segment-card__image {
  left: 40px;
  bottom: -60px;
  width: 210px;
  height: auto;
}
@media (width <= 1023.98px) {
  .b2b-segment-card--retail .b2b-segment-card__image {
    left: 20px;
    bottom: -60px;
  }
}
.b2b-segment-card--horeca .b2b-segment-card__image {
  right: 0;
  left: auto;
  bottom: -7px;
  width: 280px;
  height: auto;
}
.b2b-segment-card--cowork .b2b-segment-card__image {
  left: 40px;
  bottom: -159px;
  width: 180px;
  height: auto;
}
@media (width <= 1023.98px) {
  .b2b-segment-card--cowork .b2b-segment-card__image {
    left: 25px;
    bottom: -150px;
  }
}

.b2b-partners__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
}
@media (width <= 1023.98px) {
  .b2b-partners__list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (width <= 767.98px) {
  .b2b-partners__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.b2b-partners__item {
  flex: 0 0 auto;
}
.b2b-partners__logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}
.b2b-partners__item--sz .b2b-partners__logo {
  width: 190px;
}
.b2b-partners__item--vegetus .b2b-partners__logo {
  width: 200px;
}
.b2b-partners__item--piv .b2b-partners__logo {
  width: 125px;
}
.b2b-partners__item--omnom .b2b-partners__logo {
  width: 290px;
  max-width: 100%;
}

.b2b-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b2b-faq__list {
  width: 100%;
  max-width: 792px;
}

.b2b-register__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  min-height: 560px;
  padding: 46px 48px 58px;
  border-radius: 40px;
  background-color: var(--blue4);
}
@media (width <= 767.98px) {
  .b2b-register__inner {
    min-height: 0;
    padding: 24px;
    border-radius: 28px;
  }
}
.b2b-register__title {
  width: 100%;
  margin: 0;
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
  text-align: left;
}
@media (width <= 1023.98px) {
  .b2b-register__title {
    font-size: 34px;
  }
}
@media (width <= 767.98px) {
  .b2b-register__title {
    font-size: 28px;
  }
}
.b2b-register__form {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 430px;
  margin: 0;
}
.b2b-register__field {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}
.b2b-register__field._error .b2b-register__input, .b2b-register__field._error .b2b-register__select {
  outline: 2px solid var(--attention-red);
  outline-offset: 0;
}
.b2b-register__label {
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.b2b-register__input, .b2b-register__select {
  width: 100%;
  min-height: 48px;
  margin-top: 0;
  padding: 12px 16px;
  border: 0;
  border-radius: 8px;
  background-color: var(--white);
  color: var(--gray900);
  font-size: 16px;
  line-height: 1.4;
  appearance: none;
  outline: none;
}
.b2b-register__select-wrap {
  position: relative;
}
.b2b-register__select {
  padding-right: 40px;
  cursor: pointer;
}
.b2b-register__select-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--gray500);
  border-bottom: 2px solid var(--gray500);
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}
.b2b-register__error {
  min-height: 0;
  color: var(--white);
  font-size: 13px;
  line-height: 1.3;
}
.b2b-register__field--checkbox {
  margin-top: 0;
}
.b2b-register__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.b2b-register__checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.b2b-register__checkbox-input:checked + .b2b-register__checkbox-box {
  background-color: var(--fo-primary);
  border-color: var(--fo-primary);
}
.b2b-register__checkbox-input:checked + .b2b-register__checkbox-box::after {
  opacity: 1;
}
.b2b-register__checkbox-input:focus-visible + .b2b-register__checkbox-box {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}
.b2b-register__checkbox-box {
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.b2b-register__checkbox-box::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.2s ease;
}
.b2b-register__checkbox-text {
  color: var(--white);
  font-size: 16px;
  line-height: 1.4;
}
.b2b-register__submit {
  width: 100%;
  min-height: 48px;
  margin-top: 0;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  background-color: var(--fo-primary);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.b2b-register__submit:hover {
  opacity: 0.92;
  color: var(--white);
}
.b2b-register__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
