/* B2B HERO FULL BACKGROUND */

.b2b-hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding: 92px 0 40px;
  display: flex;
  align-items: stretch;
  background: #070707;
  color: #ffffff;
}

.b2b-hero *,
.b2b-hero *::before,
.b2b-hero *::after {
  min-width: 0;
}

.b2b-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #111111 url("../images/hero-corporate-food.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.b2b-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at top left, rgba(215, 25, 32, 0.18), transparent 34%),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.76) 42%,
      rgba(0, 0, 0, 0.48) 72%,
      rgba(0, 0, 0, 0.72) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.16) 44%,
      rgba(0, 0, 0, 0.86) 100%
    );
}

.b2b-hero .container {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
}

.b2b-hero__inner {
  width: 100%;
  min-height: calc(100svh - 132px);
  display: grid;
  gap: 30px;
}

.b2b-hero__content {
  max-width: 920px;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.b2b-hero__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.18);
  border: 1px solid rgba(215, 25, 32, 0.42);
  color: #ffffff;
  font-size: 0.66rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.b2b-hero__title {
  max-width: 940px;
  margin: auto 0 0;
  color: #ffffff;
  font-size: clamp(2.25rem, 8vw, 3.4rem);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.b2b-hero__text {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.5;
}

.b2b-hero__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 520px;
  margin-top: 24px;
}

.b2b-hero__btn {
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 900;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.b2b-hero__btn--primary {
  background: var(--accent, #d71920);
  border: 1px solid var(--accent, #d71920);
  color: #ffffff;
}

.b2b-hero__btn--primary:hover {
  transform: translateY(-3px);
  background: var(--accent-dark, #aa1218);
  border-color: var(--accent-dark, #aa1218);
}

.b2b-hero__btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.b2b-hero__btn--secondary:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

.b2b-hero__trust {
  display: grid;
  gap: 10px;
  max-width: 780px;
  margin-top: 22px;
}

.b2b-hero__trust-item {
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.b2b-hero__trust-item strong {
  display: block;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.b2b-hero__trust-item:first-child strong {
  color: var(--accent, #d71920);
}

.b2b-hero__trust-item span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 750;
}

.b2b-hero__floating-card {
  max-width: 420px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(10, 10, 10, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.b2b-hero__floating-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--accent, #d71920);
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.b2b-hero__floating-card p {
  margin: 0;
  color: #ffffff;
  font-size: 0.86rem;
  line-height: 1.4;
  font-weight: 750;
}

/* TABLET */

@media (min-width: 768px) {
  .b2b-hero {
    padding: 122px 0 72px;
  }

  .b2b-hero__inner {
    min-height: calc(100svh - 194px);
  }

  .b2b-hero__title {
    font-size: clamp(2.7rem, 5.2vw, 4.5rem);
    line-height: 1;
  }

  .b2b-hero__text {
    margin-top: 18px;
    max-width: 740px;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .b2b-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: none;
    margin-top: 28px;
  }

  .b2b-hero__btn {
    min-width: 240px;
    min-height: 56px;
    padding: 0 26px;
    font-size: 0.94rem;
  }

  .b2b-hero__trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
  }

  .b2b-hero__trust-item {
    min-height: 98px;
    padding: 18px;
  }

  .b2b-hero__trust-item strong {
    font-size: 1.24rem;
  }

  .b2b-hero__trust-item span {
    font-size: 0.78rem;
  }

  .b2b-hero__floating-card {
    padding: 20px;
    border-radius: 26px;
  }
}

/* DESKTOP */

@media (min-width: 1120px) {
  .b2b-hero {
    padding: 132px 0 86px;
  }

  .b2b-hero__inner {
    min-height: calc(100svh - 218px);
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: end;
    gap: 70px;
  }

  .b2b-hero__content {
    max-width: 980px;
  }

  .b2b-hero__title {
    max-width: 980px;
    font-size: clamp(3rem, 3.8vw, 4.45rem);
  }

  .b2b-hero__text {
    max-width: 740px;
    font-size: 1rem;
    line-height: 1.48;
  }

  .b2b-hero__floating-card {
    align-self: end;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .b2b-hero {
    min-height: 100svh;
    padding: 82px 0 24px;
    align-items: stretch;
  }

  .b2b-hero__inner {
    min-height: calc(100svh - 106px);
    gap: 18px;
  }

  .b2b-hero__content {
    min-height: inherit;
  }

  .b2b-hero__bg {
    background-size: cover;
    background-position: 72% center;
  }

  .b2b-hero__overlay {
    background:
      radial-gradient(circle at top left, rgba(215, 25, 32, 0.18), transparent 34%),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.76) 0%,
        rgba(0, 0, 0, 0.62) 38%,
        rgba(0, 0, 0, 0.94) 100%
      );
  }

  .b2b-hero__badge {
    min-height: 30px;
    padding: 0 11px;
    font-size: 0.54rem;
    letter-spacing: 0.08em;
  }

  .b2b-hero__title {
    margin-top: auto;
    font-size: clamp(1.55rem, 6.8vw, 2.05rem);
    line-height: 1.06;
  }

  .b2b-hero__text {
    margin-top: 11px;
    max-width: 94%;
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .b2b-hero__actions {
    width: 100%;
    margin-top: 15px;
  }

  .b2b-hero__btn {
    width: 100%;
    min-height: 46px;
    font-size: 0.82rem;
  }

  .b2b-hero__trust {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 15px;
  }

  .b2b-hero__trust-item {
    min-height: 70px;
    padding: 10px;
    border-radius: 14px;
  }

  .b2b-hero__trust-item strong {
    font-size: 0.92rem;
  }

  .b2b-hero__trust-item span {
    margin-top: 5px;
    font-size: 0.63rem;
    line-height: 1.22;
  }

  .b2b-hero__floating-card {
    display: none;
  }
}

/* SMALL PHONES */

@media (max-width: 390px) {
  .b2b-hero {
    padding: 76px 0 20px;
  }

  .b2b-hero__inner {
    min-height: calc(100svh - 96px);
  }

  .b2b-hero__title {
    font-size: clamp(1.38rem, 6.4vw, 1.72rem);
  }

  .b2b-hero__text {
    font-size: 0.76rem;
    line-height: 1.34;
  }

  .b2b-hero__btn {
    min-height: 44px;
    font-size: 0.78rem;
  }

  .b2b-hero__trust-item {
    min-height: 64px;
    padding: 9px;
  }

  .b2b-hero__trust-item strong {
    font-size: 0.84rem;
  }

  .b2b-hero__trust-item span {
    font-size: 0.58rem;
  }
}