:root {
  --b2b-ink: #0b2740;
  --b2b-blue: #0d5b78;
  --b2b-cyan: #0f8fa7;
  --b2b-orange: #b5410f;
  --b2b-line: #d7e1e7;
  --b2b-soft: #f3f7f8;
}

.b2b-hero {
  background: #eaf2f4;
  border-bottom: 1px solid var(--b2b-line);
  padding: 22px 0 64px;
}

.b2b-breadcrumb {
  align-items: center;
  color: #536b7d;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  gap: 8px;
  margin-bottom: 30px;
}

.b2b-breadcrumb a {
  color: var(--b2b-blue);
  text-decoration: none;
}

.b2b-breadcrumb i {
  font-size: 0.66rem;
}

.b2b-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 80px);
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
}

.b2b-eyebrow {
  color: var(--b2b-orange);
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.b2b-hero h1,
.b2b-heading h2,
.b2b-scope h2,
.b2b-detail-grid h2,
.b2b-link-columns h2 {
  color: var(--b2b-ink);
  font-weight: 850;
  letter-spacing: 0;
}

.b2b-hero h1 {
  font-size: clamp(2.45rem, 4.7vw, 4.65rem);
  line-height: 1.02;
  margin: 0 0 22px;
  max-width: 880px;
}

.b2b-lead,
.b2b-heading > p:last-child,
.b2b-scope__copy > p,
.b2b-detail-list p,
.b2b-segment p,
.b2b-process p {
  color: #40586a;
  line-height: 1.65;
}

.b2b-lead {
  font-size: 1.15rem;
  margin: 0;
  max-width: 760px;
}

.b2b-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.b2b-button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  text-decoration: none;
}

.b2b-button--primary {
  background: var(--b2b-orange);
  color: #fff;
}

.b2b-button--primary:hover {
  background: #8f3009;
  color: #fff;
}

.b2b-button--secondary {
  background: #fff;
  border-color: #b9c8d0;
  color: var(--b2b-ink);
}

.b2b-points {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.b2b-points li {
  color: #263f52;
  display: flex;
  font-size: 0.95rem;
  font-weight: 650;
  gap: 9px;
  line-height: 1.4;
}

.b2b-points i {
  color: var(--b2b-cyan);
  flex: 0 0 auto;
}

.b2b-hero__media {
  margin: 0;
  position: relative;
}

.b2b-hero__media img {
  aspect-ratio: 3 / 2;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.b2b-hero__media figcaption {
  background: var(--b2b-ink);
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 16px 20px;
  position: absolute;
  right: 0;
}

.b2b-hero__media figcaption span {
  color: #b7d0dc;
  font-size: 0.88rem;
}

.b2b-proof {
  background: #fff;
  border-bottom: 1px solid var(--b2b-line);
}

.b2b-proof__inner {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
}

.b2b-proof__seal,
.b2b-proof__item {
  align-items: center;
  display: flex;
  gap: 14px;
  min-height: 112px;
  padding: 18px 22px;
}

.b2b-proof__item {
  border-left: 1px solid var(--b2b-line);
  color: #304a5e;
  font-weight: 700;
}

.b2b-proof__item i {
  color: var(--b2b-cyan);
  font-size: 1.45rem;
}

.b2b-proof__seal img {
  height: 76px;
  object-fit: contain;
  width: 76px;
}

.b2b-proof__seal div {
  display: flex;
  flex-direction: column;
}

.b2b-proof__seal strong {
  color: var(--b2b-ink);
}

.b2b-proof__seal span {
  color: #607585;
  font-size: 0.88rem;
}

.b2b-section {
  padding: clamp(58px, 7vw, 96px) 0;
}

.b2b-heading {
  max-width: 760px;
}

.b2b-heading h2,
.b2b-scope h2,
.b2b-detail-grid h2,
.b2b-link-columns h2 {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.08;
  margin: 0 0 18px;
}

.b2b-segment-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
  background: var(--b2b-line);
  border: 1px solid var(--b2b-line);
}

.b2b-segment {
  background: #fff;
  min-height: 240px;
  padding: 28px;
}

.b2b-segment > i {
  color: var(--b2b-cyan);
  display: block;
  font-size: 1.8rem;
  margin-bottom: 35px;
}

.b2b-segment h3,
.b2b-process h3,
.b2b-detail-list h3 {
  color: var(--b2b-ink);
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0 0 10px;
}

.b2b-section--scope {
  background: var(--b2b-soft);
}

.b2b-scope {
  display: grid;
  gap: clamp(36px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.b2b-text-link {
  color: var(--b2b-blue);
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  margin-top: 18px;
  text-decoration: none;
}

.b2b-scope__list {
  border-top: 1px solid #bdcbd2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.b2b-scope__list li {
  align-items: center;
  border-bottom: 1px solid #bdcbd2;
  color: var(--b2b-ink);
  display: grid;
  font-size: 1.05rem;
  font-weight: 750;
  gap: 18px;
  grid-template-columns: 38px 1fr;
  min-height: 66px;
}

.b2b-scope__list span {
  color: var(--b2b-orange);
  font-size: 0.8rem;
  font-weight: 800;
}

.b2b-section--process {
  background: var(--b2b-ink);
}

.b2b-section--process .b2b-eyebrow {
  color: #ffb080;
}

.b2b-heading--light h2 {
  color: #fff;
}

.b2b-process {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
}

.b2b-process li {
  border-left: 1px solid #315168;
  min-height: 260px;
  padding: 0 22px 20px;
}

.b2b-process li:last-child {
  border-right: 1px solid #315168;
}

.b2b-process__number {
  align-items: center;
  background: var(--b2b-orange);
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  margin-bottom: 34px;
  width: 38px;
}

.b2b-process h3 {
  color: #fff;
}

.b2b-process p {
  color: #b5c7d1;
  font-size: 0.94rem;
}

.b2b-detail-grid,
.b2b-link-columns,
.b2b-faq {
  display: grid;
  gap: clamp(36px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.b2b-detail-list {
  border-top: 1px solid var(--b2b-line);
}

.b2b-detail-list article {
  border-bottom: 1px solid var(--b2b-line);
  display: grid;
  gap: 22px;
  grid-template-columns: 44px 1fr;
  padding: 26px 0;
}

.b2b-detail-list article > span {
  color: var(--b2b-orange);
  font-size: 0.8rem;
  font-weight: 850;
}

.b2b-detail-list p {
  margin: 0;
}

.b2b-section--links {
  background: var(--b2b-soft);
}

.b2b-link-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.b2b-link-list {
  border-top: 1px solid #bdcbd2;
}

.b2b-link-list a {
  align-items: center;
  border-bottom: 1px solid #bdcbd2;
  color: var(--b2b-ink);
  display: flex;
  font-weight: 750;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 0;
  text-decoration: none;
}

.b2b-link-list a i {
  color: var(--b2b-cyan);
}

.b2b-section--faq {
  background: #fff;
}

.b2b-faq__items {
  border-top: 1px solid var(--b2b-line);
}

.b2b-faq details {
  border-bottom: 1px solid var(--b2b-line);
  padding: 0;
}

.b2b-faq summary {
  align-items: center;
  color: var(--b2b-ink);
  cursor: pointer;
  display: flex;
  font-size: 1.04rem;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  min-height: 68px;
}

.b2b-faq summary::-webkit-details-marker {
  display: none;
}

.b2b-faq details[open] summary i {
  transform: rotate(45deg);
}

.b2b-faq summary i {
  color: var(--b2b-orange);
  transition: transform 0.2s ease;
}

.b2b-faq details p {
  color: #40586a;
  line-height: 1.65;
  margin: 0;
  padding: 0 42px 22px 0;
}

.b2b-section + .service-section--contact {
  border-top: 1px solid var(--b2b-line);
  background: var(--b2b-soft);
  padding: 76px 0 84px;
}

.b2b-section + .service-section--contact .service-heading--contact {
  margin-bottom: 28px;
  max-width: 780px;
}

.b2b-section + .service-section--contact .service-heading--contact h2 {
  color: var(--b2b-ink);
  font-size: 2.35rem;
  line-height: 1.08;
  margin: 0 0 14px;
}

.b2b-section + .service-section--contact .service-heading--contact p {
  color: #40586a;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
}

.b2b-section + .service-section--contact .service-contact__card {
  background: #fff;
  border: 1px solid var(--b2b-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(11, 39, 64, 0.08);
  padding: 28px;
}

.b2b-section + .service-section--contact .service-contact__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.b2b-section + .service-section--contact .service-contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  min-width: 0;
}

.b2b-section + .service-section--contact .service-contact__field label {
  color: var(--b2b-ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.b2b-section + .service-section--contact .service-contact__field input,
.b2b-section + .service-section--contact .service-contact__field select,
.b2b-section + .service-section--contact .service-contact__field textarea {
  background: #fff;
  border: 1px solid #b9cbd4;
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--b2b-ink);
  font: inherit;
  min-height: 52px;
  padding: 13px 14px;
  width: 100%;
}

.b2b-section + .service-section--contact .service-contact__field textarea {
  min-height: 132px;
  resize: vertical;
}

.b2b-section + .service-section--contact .service-contact__field input:focus,
.b2b-section + .service-section--contact .service-contact__field select:focus,
.b2b-section + .service-section--contact .service-contact__field textarea:focus {
  border-color: var(--b2b-cyan);
  box-shadow: 0 0 0 3px rgba(15, 143, 167, 0.14);
  outline: 0;
}

.b2b-section + .service-section--contact .service-contact__consent {
  align-items: flex-start;
  color: #40586a;
  display: flex;
  font-size: 0.85rem;
  gap: 10px;
  line-height: 1.5;
  margin: 2px 0 20px;
}

.b2b-section + .service-section--contact .service-contact__consent input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.b2b-section + .service-section--contact .service-contact__consent label {
  margin: 0;
}

.b2b-section + .service-section--contact .service-contact__consent a {
  color: var(--b2b-blue);
  font-weight: 700;
}

.b2b-section + .service-section--contact .service-contact__submit {
  background: var(--b2b-orange);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 54px;
  padding: 13px 22px;
  width: 100%;
}

.b2b-section + .service-section--contact .service-contact__submit:hover {
  background: #8f3009;
}

@media (max-width: 1080px) {
  .b2b-hero__grid,
  .b2b-scope,
  .b2b-detail-grid,
  .b2b-faq {
    grid-template-columns: 1fr;
  }

  .b2b-proof__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-proof__item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--b2b-line);
  }

  .b2b-proof__item:nth-child(4) {
    border-top: 1px solid var(--b2b-line);
  }

  .b2b-segment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-process li,
  .b2b-process li:last-child {
    border-bottom: 1px solid #315168;
    border-right: 0;
    min-height: 220px;
    padding-top: 22px;
  }
}

@media (max-width: 720px) {
  .b2b-hero {
    padding: 16px 0 42px;
  }

  .b2b-breadcrumb {
    margin-bottom: 22px;
  }

  .b2b-hero__grid {
    gap: 28px;
  }

  .b2b-hero h1 {
    font-size: 2.45rem;
  }

  .b2b-lead {
    font-size: 1.03rem;
  }

  .b2b-actions,
  .b2b-button {
    width: 100%;
  }

  .b2b-points,
  .b2b-proof__inner,
  .b2b-segment-grid,
  .b2b-process,
  .b2b-link-columns {
    grid-template-columns: 1fr;
  }

  .b2b-proof__seal,
  .b2b-proof__item,
  .b2b-proof__item:nth-child(3),
  .b2b-proof__item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--b2b-line);
    min-height: 88px;
  }

  .b2b-proof__seal {
    border-top: 0;
  }

  .b2b-segment {
    min-height: 0;
  }

  .b2b-segment > i {
    margin-bottom: 20px;
  }

  .b2b-process li {
    min-height: 0;
  }

  .b2b-process__number {
    margin-bottom: 20px;
  }

  .b2b-section + .service-section--contact {
    padding: 54px 0 62px;
  }

  .b2b-section + .service-section--contact .service-heading--contact h2 {
    font-size: 2rem;
  }

  .b2b-section + .service-section--contact .service-contact__card {
    padding: 20px 16px;
  }

  .b2b-section + .service-section--contact .service-contact__grid {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
