@font-face {
  font-family: "Manrope Variable";
  src: url("../fonts/manrope-cyrillic-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Variable";
  src: url("../fonts/manrope-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --ink: #111923;
  --ink-soft: #34444a;
  --brand-green: #226351;
  --green-dark: #11332f;
  --green-panel: #173e3a;
  --orange: #da650f;
  --orange-hover: #ef7417;
  --surface: #f8faf9;
  --line-light: rgba(255, 255, 255, 0.48);
  --line-green: rgba(67, 113, 101, 0.4);
  --bp-header-height: 76px;
  --bp-page-gradient: linear-gradient(90deg, #6a7477 0%, #778284 7%, #99a3a4 20%, #cdd6d5 34%, #eaf3f3 44%, #f2f6f4 50%, #eaf3f3 56%, #cdd6d5 66%, #99a3a4 80%, #778284 93%, #6a7477 100%);
  --bp-glass-shell-bg: linear-gradient(135deg, rgba(247, 252, 250, .46), rgba(207, 223, 220, .26));
  --bp-glass-shell-border: rgba(255, 255, 255, .62);
  --bp-glass-shell-blur: 24px;
  --bp-glass-light-bg: linear-gradient(135deg, rgba(247, 252, 250, .46), rgba(207, 223, 220, .26));
  --bp-glass-light-border: rgba(255, 255, 255, .62);
  --bp-glass-dark-bg: linear-gradient(150deg, rgba(4, 77, 65, .68), rgba(3, 50, 43, .48));
  --bp-glass-dark-border: rgba(225, 245, 240, .42);
  --bp-glass-card-blur: 24px;
  --bp-glass-dark-blur: 22px;
  --bp-leaf-large-blur: 13px;
  --bp-leaf-large-opacity: .56;
  --bp-leaf-medium-blur: 2.25px;
  --bp-leaf-medium-opacity: .70;
  --bp-leaf-small-blur: 5.75px;
  --bp-leaf-small-opacity: .48;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--bp-header-height, 80px);
  background: #e8efec;
}

[id] {
  scroll-margin-top: var(--bp-header-height, 80px);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: #e8efec;
  font-family: "Manrope Variable", "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  --bp-leaf-period: 1440px;
  position: relative;
  isolation: isolate;
  min-height: 1920px;
  overflow: clip;
  background-color: #99a3a4;
  background-image: url("../images/visual-depth/footer/biopartner-neutral-gradient-2560x640.svg"), var(--bp-page-gradient);
  background-repeat: repeat-y, no-repeat;
  background-position: center top;
  background-size: 100% 640px, 100% 100%;
  background-attachment: scroll;
}

.bp-scene-root {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: var(--bp-page-height, 100%);
  overflow: hidden;
  pointer-events: none;
  background: transparent;
}

.bp-scene-canvas {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2560px;
  min-width: 2560px;
  max-width: none;
  height: 100%;
  margin-left: -1280px;
}

.bp-scene-layer {
  position: absolute;
  top: var(--bp-scene-base-y, 0px);
  left: 0;
  display: block;
  width: 2560px;
  max-width: none;
}

.bp-photo-stack:not([data-layout-ready="true"]) .bp-scene-layer--03,
.bp-photo-stack:not([data-layout-ready="true"]) .bp-scene-layer--04 {
  visibility: hidden;
}

.bp-scene-layer img {
  width: 2560px;
  max-width: none;
  height: auto;
}

.bp-scene-layer--01 {
  z-index: 4;
  transform: none;
}

.bp-scene-layer--03 {
  --bp-scene-scale: 1.4;
  z-index: 2;
  transform: translate3d(0, var(--bp-scene-offset, 0px), 0);
  will-change: transform;
}

.bp-scene-layer--03 img {
  transform: scale(var(--bp-scene-scale));
  transform-origin: center;
}

.bp-scene-layer--04 {
  z-index: 1;
  top: var(--bp-scene-base-y, calc(100% - 640px));
  transform: none;
}

.bp-line-loop {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-color: transparent;
  background-image: url("../images/visual-depth/lines/biopartner-lines-seamless-2560x1440.svg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
  opacity: .74;
}

.bp-leaf-depth-stack {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: clip;
  pointer-events: none;
  user-select: none;
  contain: paint;
}

.bp-leaf-layer {
  position: absolute;
  top: calc(-1 * var(--bp-leaf-period));
  right: 0;
  bottom: calc(-1 * var(--bp-leaf-period));
  left: 0;
  display: block;
  width: 100%;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 2560px 1440px;
  pointer-events: none;
  transform-origin: 50% 50%;
  will-change: transform;
}

.bp-leaf-layer--small {
  z-index: 1;
  background-image: image-set(
    url("../images/backgrounds/leaves/bp-leaves-small-alpha-2560x1440.webp") type("image/webp"),
    url("../images/backgrounds/leaves/bp-leaves-small-alpha-2560x1440.png") type("image/png")
  );
  filter: blur(var(--bp-leaf-small-blur));
  opacity: var(--bp-leaf-small-opacity);
  transform: translate3d(0, var(--bp-leaf-small-y, 0px), 0) scale(1.018);
}

.bp-leaf-layer--medium {
  z-index: 2;
  background-image: image-set(
    url("../images/backgrounds/leaves/bp-leaves-medium-airborne-v9-alpha-2560x1440.webp") type("image/webp"),
    url("../images/backgrounds/leaves/bp-leaves-medium-airborne-v9-alpha-2560x1440.png") type("image/png")
  );
  filter: blur(var(--bp-leaf-medium-blur));
  opacity: var(--bp-leaf-medium-opacity);
  transform: translate3d(0, var(--bp-leaf-medium-y, 0px), 0) scale(1.012);
}

.bp-leaf-layer--large {
  z-index: 3;
  background-image: image-set(
    url("../images/backgrounds/leaves/bp-leaves-large-alpha-2560x1440.webp") type("image/webp"),
    url("../images/backgrounds/leaves/bp-leaves-large-alpha-2560x1440.png") type("image/png")
  );
  filter: blur(var(--bp-leaf-large-blur));
  opacity: var(--bp-leaf-large-opacity);
  transform: translate3d(0, var(--bp-leaf-large-y, 0px), 0) scale(1.035);
}

.bp-scroll-edge-blur {
  --bp-edge-blur: 22px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 5;
  height: 20vh;
  height: 20dvh;
  pointer-events: none;
  opacity: 0;
  background: rgb(0 0 0 / 0.001);
  backdrop-filter: blur(var(--bp-edge-blur));
  -webkit-backdrop-filter: blur(var(--bp-edge-blur));
  transition: opacity 2400ms cubic-bezier(0.16, 1, 0.3, 1), height 360ms ease;
  will-change: opacity, height;
}

.bp-scroll-edge-blur--top {
  top: 0;
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    rgb(0 0 0 / 0.82) 34%,
    rgb(0 0 0 / 0.46) 58%,
    rgb(0 0 0 / 0.16) 76%,
    transparent 94%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    rgb(0 0 0 / 0.82) 34%,
    rgb(0 0 0 / 0.46) 58%,
    rgb(0 0 0 / 0.16) 76%,
    transparent 94%,
    transparent 100%
  );
}

.bp-scroll-edge-blur--bottom {
  bottom: 0;
  mask-image: linear-gradient(
    to top,
    #000 0%,
    rgb(0 0 0 / 0.82) 34%,
    rgb(0 0 0 / 0.46) 58%,
    rgb(0 0 0 / 0.16) 76%,
    transparent 94%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    #000 0%,
    rgb(0 0 0 / 0.82) 34%,
    rgb(0 0 0 / 0.46) 58%,
    rgb(0 0 0 / 0.16) 76%,
    transparent 94%,
    transparent 100%
  );
}

html.bp-is-scrolling .bp-scroll-edge-blur {
  height: 30vh;
  height: 30dvh;
  opacity: 1;
  transition-duration: 120ms;
}

html.bp-scroll-blur-hold .bp-scroll-edge-blur {
  height: 20vh;
  height: 20dvh;
  opacity: .82;
  transition-duration: 360ms;
}

html.bp-scroll-blur-fading .bp-scroll-edge-blur {
  opacity: 0;
  transition-duration: 2400ms;
}

.page-shell > main,
.page-shell > .site-footer,
.page-shell > .mobile-actions {
  position: relative;
  z-index: 10;
}

.content-frame {
  width: min(1342px, calc(100% - 90px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 76px;
  border-bottom: 1px solid rgba(17, 51, 47, 0.1);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

.header-inner {
  width: min(1342px, calc(100% - 90px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 27px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 46px;
  object-fit: contain;
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand strong {
  color: #1d4f42;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.brand small {
  margin-top: 5px;
  color: #667674;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.desktop-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.desktop-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.45vw, 25px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-menu > li {
  position: relative;
}

.desktop-nav a {
  position: relative;
  padding: 27px 0 24px;
  color: #16211f;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--brand-green);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transition: 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.desktop-menu .sub-menu {
  position: absolute;
  top: calc(100% - 10px);
  left: -16px;
  z-index: 20;
  min-width: 245px;
  margin: 0;
  padding: 8px;
  border: 1px solid rgb(7 81 62 / .14);
  border-radius: 14px;
  list-style: none;
  background: rgb(255 255 255 / .98);
  box-shadow: 0 18px 44px rgb(7 52 42 / .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: 160ms ease;
}

.desktop-menu .sub-menu a {
  padding: 10px 12px;
  border-radius: 9px;
  display: block;
  line-height: 1.25;
}

.desktop-menu .sub-menu a::after {
  display: none;
}

.desktop-menu .sub-menu a:hover,
.desktop-menu .sub-menu a:focus-visible {
  background: rgb(7 81 62 / .08);
}

.desktop-menu > li:hover > .sub-menu,
.desktop-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-phone {
  color: #0d1716;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.button {
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    backdrop-filter 180ms ease;
}

.button--orange {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: var(--orange);
  box-shadow: 0 8px 20px rgba(180, 75, 7, 0.18);
}

.button--orange:hover,
.button--orange:focus-visible {
  background: var(--orange-hover);
  box-shadow: 0 11px 26px rgba(180, 75, 7, 0.25);
  transform: translateY(-1px);
}

.button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  min-height: 48px;
  padding-inline: 20px;
  font-size: 12px;
}

.menu-toggle,
.mobile-navigation,
.mobile-actions,
.mobile-service-form {
  display: none;
}

.hero {
  position: relative;
  height: 380px;
  padding: 44px 0 20px;
}

.hero .content-frame {
  position: relative;
  height: 316px;
}

.hero-copy {
  position: relative;
  z-index: 10;
  isolation: isolate;
  width: 760px;
  margin-left: 320px;
  text-align: center;
}

.hero-copy-text {
  position: relative;
  z-index: 10;
}

.hero-copy-text > :not(.hero-copy-radial-blur) {
  position: relative;
  z-index: 10;
}

.hero-copy-radial-blur {
  position: absolute;
  z-index: 2;
  top: -80px;
  right: 24px;
  bottom: -2px;
  left: -48px;
  pointer-events: none;
  background: rgb(232 240 238 / 0.06);
  backdrop-filter: blur(32px) saturate(0.88);
  -webkit-backdrop-filter: blur(32px) saturate(0.88);
  mask-image: radial-gradient(
    ellipse 72% 88% at 50% 48%,
    #000 0 30%,
    rgb(0 0 0 / 0.78) 48%,
    rgb(0 0 0 / 0.36) 64%,
    rgb(0 0 0 / 0.10) 76%,
    transparent 92%,
    transparent 100%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 72% 88% at 50% 48%,
    #000 0 30%,
    rgb(0 0 0 / 0.78) 48%,
    rgb(0 0 0 / 0.36) 64%,
    rgb(0 0 0 / 0.10) 76%,
    transparent 92%,
    transparent 100%
  );
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  html body .page-shell .bp-scroll-edge-blur,
  .hero-copy-radial-blur {
    opacity: 0 !important;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.hero-kicker {
  margin: 0 0 10px;
  color: var(--brand-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
  color: var(--brand-green);
}

.hero h1 .hero-title-top,
.hero h1 .hero-title-bottom {
  color: inherit;
}

.hero-description {
  max-width: 670px;
  margin: 14px auto 18px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.benefit-strip {
  width: 760px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.benefit {
  min-height: 58px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 6px 18px rgba(22, 64, 54, 0.06);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-align: left;
}

.benefit strong,
.benefit small {
  display: block;
}

.benefit strong {
  color: #18302a;
  font-size: 10px;
  line-height: 1.25;
}

.benefit small {
  margin-top: 2px;
  color: #536762;
  font-size: 8px;
  line-height: 1.35;
}

.icon-badge {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid rgba(13, 107, 73, 0.17);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-green);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 5px 12px rgba(20, 72, 56, 0.07);
}

.icon-badge--small {
  width: 31px;
  height: 31px;
  border-radius: 9px;
}

.hero-form {
  position: absolute;
  z-index: 10;
  top: 29px;
  right: -38px;
  width: 277px;
}

.consultation-form {
  color: #fff;
  border: 1px solid rgba(220, 244, 234, 0.32);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(11, 66, 54, 0.94), rgba(8, 45, 39, 0.91));
  box-shadow:
    0 14px 36px rgba(6, 38, 31, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
}

.consultation-form--compact {
  min-height: 346px;
  padding: 26px;
}

.consultation-form .eyebrow {
  color: #8bc7ae;
}

.consultation-form h2 {
  margin: 5px 0 9px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.consultation-form p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 1.5;
}

.consultation-form label {
  display: block;
  margin-top: 9px;
}

.consultation-form label span {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 800;
}

.consultation-form input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 5px;
  outline: none;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  font-size: 11px;
}

.consultation-form input:focus {
  border-color: #7ac5a3;
  box-shadow: 0 0 0 3px rgba(122, 197, 163, 0.18);
}

.consultation-form .button {
  width: 100%;
  min-height: 43px;
  margin-top: 13px;
  font-size: 11px;
}

.consultation-form .consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}

.consultation-form .consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #f58220;
}

.consultation-form .consent span {
  margin: 0;
  font-size: 10px;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.lead-form-status {
  padding: 10px 12px;
  border: 1px solid rgb(255 255 255 / .3);
  border-radius: 10px;
  background: rgb(255 255 255 / .1);
}

.lead-form-status--ok {
  border-color: rgb(139 199 174 / .7);
}

.section {
  position: relative;
}

.section-heading--visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.services-section {
  height: 345px;
  padding-bottom: 29px;
}

.service-grid {
  width: 1142px;
  height: 316px;
  margin-left: 131px;
  display: grid;
  grid-template-columns: 397px 355px 370px;
  gap: 10px;
}

.service-card {
  position: relative;
  isolation: isolate;
  height: 316px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 13px;
  overflow: hidden;
  color: #fff;
  background-image: var(--service-image);
  background-position: var(--service-position);
  background-size: cover;
  box-shadow: 0 10px 28px rgba(4, 25, 22, 0.18);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 17px 40px rgba(8, 51, 39, 0.24);
  transform: translateY(-2px);
}

.service-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(6, 49, 42, 0.95) 0%,
      rgba(7, 47, 41, 0.8) 54%,
      rgba(6, 37, 33, 0.28) 100%
    ),
    linear-gradient(180deg, transparent 42%, rgba(0, 24, 20, 0.6));
}

.service-card:nth-child(2) .service-shade {
  background:
    linear-gradient(
      90deg,
      rgba(6, 48, 40, 0.94),
      rgba(7, 46, 40, 0.77) 54%,
      rgba(5, 34, 29, 0.3)
    ),
    linear-gradient(180deg, transparent 42%, rgba(0, 24, 20, 0.61));
}

.service-card:nth-child(3) .service-shade {
  background:
    linear-gradient(
      90deg,
      rgba(7, 41, 37, 0.96),
      rgba(8, 41, 37, 0.78) 54%,
      rgba(5, 29, 27, 0.36)
    ),
    linear-gradient(180deg, transparent 42%, rgba(0, 22, 20, 0.65));
}

.service-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 17px;
  border: 1px solid rgba(213, 245, 230, 0.68);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d7f5e7;
  background: rgba(5, 42, 34, 0.38);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.service-card h2 {
  width: 62%;
  margin: 0;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.15;
}

.service-card p {
  width: 60%;
  min-height: 64px;
  margin: 12px 0 15px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  line-height: 1.45;
}

.service-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.service-price strong {
  font-size: 16px;
  font-weight: 800;
}

.service-price span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
}

.service-arrow {
  position: absolute;
  right: 17px;
  bottom: 17px;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.modular-section {
  height: 359px;
  padding-bottom: 25px;
}

.modular-section--middle {
  height: 299px;
  padding: 0 0 20px;
}

.modular-section::before,
.trust-section::before {
  position: absolute;
  z-index: -1;
  inset: -42px 0;
  content: "";
}

.module-grid {
  display: grid;
}

.module-grid--top {
  height: 334px;
  grid-template-columns: 318px 251px minmax(0, 1fr);
  gap: 22px;
}

.module-grid--middle {
  height: 279px;
  grid-template-columns: 325px minmax(0, 1fr) 367px;
  gap: 12px;
}

.glass-panel {
  position: relative;
  border: 1px solid var(--bp-glass-shell-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--bp-glass-shell-bg);
  box-shadow:
    0 18px 44px rgba(18, 43, 41, .12),
    inset 0 1px 0 rgba(255, 255, 255, .58);
  backdrop-filter: blur(var(--bp-glass-shell-blur)) saturate(120%);
  -webkit-backdrop-filter: blur(var(--bp-glass-shell-blur)) saturate(120%);
}

.glass-panel--light {
  border-color: var(--bp-glass-light-border);
  background: var(--bp-glass-light-bg);
  backdrop-filter: blur(var(--bp-glass-card-blur)) saturate(120%);
  -webkit-backdrop-filter: blur(var(--bp-glass-card-blur)) saturate(120%);
}

.glass-panel--green {
  color: #fff;
  border-color: var(--bp-glass-dark-border);
  background: var(--bp-glass-dark-bg);
  box-shadow: 0 18px 46px rgba(1, 30, 26, .20), inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(var(--bp-glass-dark-blur)) saturate(116%);
  -webkit-backdrop-filter: blur(var(--bp-glass-dark-blur)) saturate(116%);
}

.glass-panel :where(h1, h2, h3, h4, p, a, button, img, svg, form, label, input, textarea, select, .icon, .eyebrow) {
  filter: none;
  opacity: 1;
}

.eyebrow {
  margin: 0;
  color: var(--brand-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.25;
}

.glass-panel--green .eyebrow {
  color: #d5eee3;
}

@media (max-width: 520px) {
  .bp-elementor-home {
    --bp-glass-shell-bg: linear-gradient(135deg, rgba(247, 252, 250, .56), rgba(207, 223, 220, .36));
    --bp-glass-light-bg: linear-gradient(135deg, rgba(247, 252, 250, .56), rgba(207, 223, 220, .36));
    --bp-glass-dark-bg: linear-gradient(150deg, rgba(4, 77, 65, .76), rgba(3, 50, 43, .56));
  }
}

.advantages-panel,
.industry-panel,
.fleet-panel {
  height: 334px;
  padding: 22px;
}

.advantage-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.advantage-row {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.advantage-row strong,
.advantage-row small {
  display: block;
}

.advantage-row strong {
  font-size: 11px;
  line-height: 1.3;
}

.advantage-row small {
  margin-top: 2px;
  color: #61716e;
  font-size: 9px;
  line-height: 1.35;
}

.industry-list {
  margin-top: 15px;
  display: grid;
  gap: 9px;
}

.industry-row {
  min-height: 53px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, 0.045);
}

.industry-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cfe9dc;
}

.industry-row strong {
  font-size: 11px;
  line-height: 1.25;
}

.fleet-panel {
  color: #fff;
  background: rgba(55, 83, 88, 0.55);
  backdrop-filter: blur(17px) saturate(1.05);
  -webkit-backdrop-filter: blur(17px) saturate(1.05);
}

.panel-heading {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.panel-heading h2 {
  margin: 4px 0 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.18;
}

.panel-heading a {
  color: inherit;
  font-size: 9px;
  font-weight: 700;
  text-underline-offset: 3px;
}

.fleet-panel .eyebrow {
  color: #fff;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.fleet-card {
  min-height: 232px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.13);
}

.fleet-image {
  height: 150px;
  margin-bottom: 9px;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(239, 244, 242, 0.76);
}

.fleet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fleet-card strong,
.fleet-card span {
  display: block;
}

.fleet-card strong {
  font-size: 10px;
  line-height: 1.25;
}

.fleet-card span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
}

.documents-panel,
.process-panel,
.price-panel {
  height: 279px;
  padding: 22px;
}

.documents-panel h2 {
  margin: 5px 0 14px;
  font-size: 19px;
  font-weight: 800;
}

.license-card {
  min-height: 105px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.license-seal {
  width: 67px;
  height: 76px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cfeee0;
  background: rgba(255, 255, 255, 0.06);
}

.license-card small,
.license-card strong,
.license-card span {
  display: block;
}

.license-card small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
}

.license-card strong {
  margin: 5px 0;
  font-size: 10px;
  line-height: 1.25;
  word-break: break-word;
}

.license-card span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 9px;
  line-height: 1.35;
}

.outline-link {
  min-height: 34px;
  margin-top: 13px;
  padding: 0 12px;
  border: 1px solid rgba(6, 83, 61, 0.45);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--brand-green);
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
}

.outline-link--light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.process-panel {
  color: #fff;
  background: rgba(55, 83, 88, 0.55);
  backdrop-filter: blur(17px) saturate(1.05);
  -webkit-backdrop-filter: blur(17px) saturate(1.05);
}

.process-panel .eyebrow,
.price-panel .eyebrow {
  color: #fff;
}

.process-flow {
  position: relative;
  height: 202px;
  margin-top: 13px;
}

.process-line {
  position: absolute;
  inset: 18px 0 auto;
  width: 100%;
  height: 145px;
}

.process-line path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.73);
  stroke-width: 1.4;
}

.process-step {
  position: absolute;
  width: 110px;
}

.process-step--1 {
  top: 16px;
  left: 0;
}

.process-step--2 {
  top: 97px;
  left: 18%;
}

.process-step--3 {
  top: 34px;
  left: 42%;
}

.process-step--4 {
  top: 101px;
  left: 63%;
}

.process-step--5 {
  top: 18px;
  right: 0;
}

.process-step > span {
  width: 35px;
  height: 35px;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(7, 71, 55, 0.78);
  font-size: 9px;
  font-weight: 800;
}

.process-step strong,
.process-step small {
  display: block;
}

.process-step strong {
  font-size: 9px;
}

.process-step small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 7px;
  line-height: 1.3;
}

.price-panel {
  color: #fff;
  background: rgba(55, 83, 88, 0.55);
  backdrop-filter: blur(17px) saturate(1.05);
  -webkit-backdrop-filter: blur(17px) saturate(1.05);
}

.price-list {
  display: grid;
}

.price-list > div {
  min-height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price-list span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
  line-height: 1.3;
}

.price-list strong {
  font-size: 10px;
  text-align: right;
  white-space: nowrap;
}

.price-panel .outline-link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
}

.trust-section {
  height: 229px;
  padding-bottom: 15px;
}

.trust-grid {
  height: 214px;
  display: grid;
  grid-template-columns: 899px 434px;
  gap: 9px;
}

.trust-main {
  height: 214px;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
}

.trust-summary {
  padding: 22px;
  border-right: 1px solid rgba(34, 99, 81, 0.12);
}

.fact-number {
  margin-top: 14px;
  color: var(--brand-green);
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.trust-summary > p:not(.eyebrow) {
  margin: 7px 0 0;
  color: #576964;
  font-size: 9px;
  line-height: 1.4;
}

.fact-cards {
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.fact-card {
  padding: 15px;
  border: 1px solid rgba(9, 98, 69, 0.12);
  border-radius: 8px;
  background: rgba(245, 249, 247, 0.58);
}

.fact-card strong,
.fact-card span {
  display: block;
}

.fact-card strong {
  color: var(--brand-green);
  font-size: 19px;
  line-height: 1.15;
}

.fact-card span {
  margin-top: 12px;
  color: #546661;
  font-size: 9px;
  line-height: 1.4;
}

.client-types {
  height: 214px;
  padding: 22px;
}

.client-type-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.client-type-grid div {
  min-height: 58px;
  padding: 9px;
  border: 1px solid rgba(9, 98, 69, 0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--brand-green);
  background: rgba(248, 251, 249, 0.52);
}

.client-type-grid strong {
  color: #293b37;
  font-size: 9px;
  line-height: 1.3;
}

.contact-section {
  height: 146px;
  padding-bottom: 12px;
}

.contact-panel {
  height: 134px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 300px 675px 367px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 62, 49, 0.97), rgba(3, 47, 38, 0.88)),
    url("../images/hero-fleet.webp") center / cover;
  box-shadow: 0 8px 26px rgba(5, 24, 21, 0.18);
  backdrop-filter: blur(16px);
}

.advantages-panel,
.trust-main,
.client-types {
  border-color: rgba(255, 255, 255, 0.66);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.68),
    rgba(235, 245, 241, 0.44)
  );
}

.industry-panel,
.documents-panel,
.contact-panel {
  border-color: rgba(235, 255, 248, 0.42);
  background: linear-gradient(
    135deg,
    rgba(10, 55, 47, 0.72),
    rgba(18, 63, 57, 0.54)
  );
}

.fleet-panel,
.process-panel,
.price-panel {
  border-color: rgba(238, 255, 252, 0.4);
  background: linear-gradient(
    135deg,
    rgba(61, 91, 94, 0.54),
    rgba(31, 65, 66, 0.38)
  );
}

.advantages-panel,
.industry-panel,
.fleet-panel,
.documents-panel,
.process-panel,
.price-panel,
.trust-main,
.client-types,
.contact-panel {
  box-shadow:
    0 10px 30px rgba(7, 31, 28, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(12px) saturate(1.18);
  -webkit-backdrop-filter: blur(12px) saturate(1.18);
}

.advantages-panel .icon-badge,
.industry-panel .industry-row,
.fleet-panel .fleet-card,
.documents-panel .license-card,
.process-panel .process-step > span,
.price-panel .price-list > div,
.trust-main .fact-card,
.client-types .client-type-grid > div,
.contact-panel .contact-items > a,
.contact-panel .contact-items > div {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.contact-copy {
  padding: 20px 22px;
}

.contact-copy .eyebrow {
  color: #d9eee5;
}

.contact-copy h2 {
  margin: 6px 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.18;
}

.contact-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
}

.contact-items {
  padding: 15px 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 8px;
}

.contact-items > a,
.contact-items > div {
  min-height: 76px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  text-decoration: none;
}

.contact-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d1ebdf;
}

.contact-items small,
.contact-items strong {
  display: block;
}

.contact-items small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 8px;
}

.contact-items strong {
  margin-top: 3px;
  font-size: 9px;
  line-height: 1.25;
}

.map-card {
  position: relative;
  isolation: isolate;
  height: 134px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--brand-green);
  background:
    linear-gradient(rgba(244, 247, 244, 0.72), rgba(234, 240, 236, 0.82)),
    repeating-linear-gradient(
      32deg,
      transparent 0 25px,
      rgba(46, 98, 84, 0.12) 26px 28px
    );
}

.map-road {
  position: absolute;
  z-index: -1;
  height: 1px;
  background: rgba(63, 105, 93, 0.28);
  transform-origin: center;
}

.map-road--one {
  width: 380px;
  transform: rotate(22deg);
}

.map-road--two {
  width: 340px;
  transform: rotate(-14deg);
}

.map-road--three {
  width: 230px;
  transform: rotate(66deg);
}

.map-pin {
  margin-bottom: 7px;
  color: #5f8f36;
}

.map-card strong {
  font-size: 11px;
}

.map-card small {
  margin-top: 3px;
  font-size: 8px;
}

.site-footer {
  height: 86px;
  border-top: 1px solid rgba(5, 70, 53, 0.12);
  background: linear-gradient(180deg, rgba(247, 252, 250, .64), rgba(218, 230, 228, .48));
  backdrop-filter: blur(16px);
}

.footer-inner {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-inner nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 28px;
}

.footer-inner nav a {
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  color: #5d6c68;
  font-size: 8px;
  text-align: right;
}

@media (max-width: 1380px) and (min-width: 1025px) {
  .content-frame,
  .header-inner {
    width: calc(100% - 48px);
  }

  .desktop-nav {
    gap: 17px;
  }

  .desktop-nav a {
    font-size: 11px;
  }

  .header-phone {
    font-size: 15px;
  }

  .hero-copy {
    width: 60%;
    margin-left: 24%;
  }

  .benefit-strip {
    width: 100%;
  }

  .hero-form {
    right: -12px;
  }

  .service-grid {
    width: calc(100% - 110px);
    margin-left: 110px;
    grid-template-columns: 1.09fr 0.98fr 1.02fr;
  }

  .module-grid--top {
    grid-template-columns: 24% 19% minmax(0, 1fr);
    gap: 16px;
  }

  .module-grid--middle {
    grid-template-columns: 24.2% minmax(0, 1fr) 27.3%;
    gap: 10px;
  }

  .trust-grid {
    grid-template-columns: 2.07fr 1fr;
  }

  .contact-panel {
    grid-template-columns: 23% minmax(0, 1fr) 27.3%;
  }
}

@media (max-width: 1024px) {
  .bp-scroll-edge-blur {
    --bp-edge-blur: 18px;
  }

  .site-header {
    height: 64px;
  }

  .header-inner {
    width: calc(100% - 32px);
  }

  .desktop-nav,
  .header-phone,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--brand-green);
    background: transparent;
  }

  .menu-toggle span {
    width: 24px;
    height: 2px;
    background: currentColor;
  }

  .mobile-navigation {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    padding: 10px 16px 18px;
    border-bottom: 1px solid rgba(7, 81, 62, 0.13);
    display: grid;
    gap: 3px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 15px 30px rgba(7, 52, 42, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: 180ms ease;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }

  .mobile-navigation.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-navigation a {
    min-height: 44px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(7, 81, 62, 0.08);
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-menu,
  .mobile-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu .sub-menu a {
    padding-left: 28px;
    font-size: 13px;
    font-weight: 600;
  }

  .content-frame {
    width: calc(100% - 32px);
  }

  .hero {
    height: auto;
    padding: 20px 0 14px;
  }

  .hero .content-frame {
    height: auto;
  }

  .hero-copy {
    width: 100%;
    margin-left: 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 34px rgba(12, 53, 43, 0.13);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .hero-copy-radial-blur {
    top: -40px;
    right: -12px;
    bottom: 0;
    left: -12px;
    backdrop-filter: blur(24px) saturate(0.88);
    -webkit-backdrop-filter: blur(24px) saturate(0.88);
  }

  .hero h1 {
    font-size: 34px;
  }

  .benefit-strip {
    width: 100%;
  }

  .hero-form {
    display: none;
  }

  .services-section,
  .modular-section,
  .modular-section--middle,
  .trust-section,
  .contact-section {
    height: auto;
    padding-bottom: 24px;
  }

  .service-grid {
    width: 100%;
    height: auto;
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-card {
    height: 300px;
  }

  .mobile-service-form {
    margin-top: 12px;
    display: block;
  }

  .mobile-service-form .consultation-form {
    padding: 24px;
  }

  .mobile-service-form .consultation-form h2 {
    font-size: 24px;
  }

  .mobile-service-form .consultation-form p {
    font-size: 14px;
  }

  .mobile-service-form .consultation-form label span {
    font-size: 12px;
  }

  .mobile-service-form .consultation-form input {
    height: 48px;
    font-size: 15px;
  }

  .mobile-service-form .consultation-form .button {
    min-height: 52px;
    font-size: 15px;
  }

  .module-grid--top,
  .module-grid--middle,
  .trust-grid {
    height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .advantages-panel,
  .industry-panel,
  .fleet-panel,
  .documents-panel,
  .process-panel,
  .price-panel,
  .trust-main,
  .client-types {
    height: auto;
  }

  .fleet-panel,
  .process-panel,
  .trust-main {
    grid-column: 1 / -1;
  }

  .trust-main {
    min-height: 214px;
  }

  .contact-panel {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .map-card {
    height: 180px;
    grid-column: 1 / -1;
  }

  .site-footer,
  .footer-inner {
    height: 96px;
  }

  .footer-inner nav {
    display: none;
  }

  .footer-legal {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 82px;
    font-size: 16px;
  }

  .content-frame {
    width: calc(100% - 32px);
  }

  .brand img {
    width: 32px;
    height: 38px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    font-size: 8px;
  }

  .hero {
    padding: 18px 0 14px;
  }

  .hero-copy {
    padding: 20px 18px;
  }

  .hero-kicker {
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 1.4;
  }

  .hero h1 {
    font-size: clamp(28px, 7.7vw, 30px);
    line-height: 1.08;
  }

  .hero-description {
    margin: 13px auto 16px;
    font-size: 16px;
  }

  .benefit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit {
    min-height: 70px;
    padding: 8px;
  }

  .benefit .icon-badge {
    width: 34px;
    height: 34px;
  }

  .benefit strong {
    font-size: 11px;
  }

  .benefit small {
    font-size: 9px;
  }

  .services-section {
    padding-bottom: 24px;
  }

  .service-card {
    height: 284px;
    min-height: 284px;
    padding: 20px;
  }

  .service-card h2 {
    width: 72%;
    font-size: 22px;
  }

  .service-card p {
    width: 68%;
    font-size: 13px;
  }

  .service-price strong {
    font-size: 18px;
  }

  .service-price span {
    font-size: 12px;
  }

  .module-grid--top,
  .module-grid--middle,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .advantages-panel,
  .industry-panel,
  .fleet-panel,
  .documents-panel,
  .process-panel,
  .price-panel,
  .client-types {
    min-height: auto;
    padding: 19px;
    grid-column: auto;
  }

  .eyebrow {
    font-size: 11px;
  }

  .advantage-row {
    min-height: 54px;
  }

  .advantage-row strong {
    font-size: 15px;
  }

  .advantage-row small {
    font-size: 13px;
  }

  .industry-row {
    min-height: 55px;
  }

  .industry-row strong {
    font-size: 15px;
  }

  .panel-heading h2 {
    font-size: 20px;
  }

  .panel-heading a {
    font-size: 12px;
  }

  .fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .fleet-card {
    min-height: 205px;
    padding: 8px;
  }

  .fleet-image {
    height: 108px;
  }

  .fleet-card strong {
    font-size: 15px;
  }

  .fleet-card span {
    font-size: 13px;
  }

  .documents-panel h2 {
    font-size: 23px;
  }

  .license-card {
    min-height: 116px;
  }

  .license-card small {
    font-size: 12px;
  }

  .license-card strong {
    font-size: 13px;
  }

  .license-card span {
    font-size: 12px;
  }

  .outline-link {
    width: 100%;
    min-height: 46px;
    font-size: 14px;
  }

  .process-flow {
    height: auto;
    margin-top: 17px;
    display: grid;
  }

  .process-line {
    display: none;
  }

  .process-step {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 82px;
    padding: 0 0 14px 56px;
  }

  .process-step:not(:last-child)::before {
    position: absolute;
    top: 38px;
    bottom: -2px;
    left: 18px;
    width: 1px;
    background: rgba(255, 255, 255, 0.42);
    content: "";
  }

  .process-step > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
  }

  .process-step strong {
    font-size: 16px;
  }

  .process-step small {
    margin-top: 5px;
    font-size: 13px;
  }

  .price-list > div {
    min-height: 52px;
  }

  .price-list span {
    max-width: 58%;
    font-size: 14px;
  }

  .price-list strong {
    font-size: 15px;
  }

  .trust-main {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .trust-summary {
    padding: 19px;
    border-right: 0;
    border-bottom: 1px solid rgba(34, 99, 81, 0.12);
  }

  .fact-cards {
    padding: 19px;
    grid-template-columns: 1fr;
  }

  .fact-card {
    min-height: 90px;
  }

  .fact-card strong {
    font-size: 23px;
  }

  .fact-card span {
    font-size: 14px;
  }

  .client-type-grid div {
    min-height: 64px;
  }

  .client-type-grid strong {
    font-size: 13px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    padding: 20px 20px 10px;
  }

  .contact-copy h2 {
    font-size: 23px;
  }

  .contact-copy p {
    font-size: 14px;
  }

  .contact-items {
    padding: 10px 20px 20px;
    grid-template-columns: 1fr;
  }

  .contact-items > a,
  .contact-items > div {
    min-height: 58px;
  }

  .contact-items small {
    font-size: 11px;
  }

  .contact-items strong {
    font-size: 14px;
  }

  .map-card {
    min-height: 180px;
  }

  .footer-inner .brand span {
    display: none;
  }

  .footer-legal {
    font-size: 9px;
  }

  .mobile-actions {
    position: fixed;
    z-index: 60;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    min-height: 64px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 13px;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 7px;
    background: rgba(3, 53, 43, 0.88);
    box-shadow: 0 12px 32px rgba(4, 36, 29, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .mobile-actions .button {
    min-height: 48px;
    padding-inline: 12px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  :root {
    --bp-header-height: 64px;
  }

  .page-shell {
    --bp-leaf-period: 810px;
    min-height: 100vh;
  }

  .bp-scroll-edge-blur {
    --bp-edge-blur: 14px;
  }

  .bp-leaf-layer {
    background-size: 1440px 810px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .bp-scene-layer--03 {
    transform: translate3d(0, 0, 0) !important;
    will-change: auto;
  }

  .bp-leaf-layer {
    will-change: auto;
  }

  .bp-scroll-edge-blur,
  html.bp-is-scrolling .bp-scroll-edge-blur,
  html.bp-scroll-blur-hold .bp-scroll-edge-blur,
  html.bp-scroll-blur-fading .bp-scroll-edge-blur {
    opacity: 0 !important;
    transition: none;
    will-change: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* WordPress integration: internal templates use the same locked design tokens. */
.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: #fff;
  background: var(--green-dark);
}

.bp-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

:focus-visible {
  outline: 3px solid rgba(218, 101, 15, 0.78);
  outline-offset: 3px;
}

.inner-main {
  min-height: calc(100vh - 162px);
  padding-bottom: 48px;
}

.inner-hero {
  min-height: 300px;
  padding: 44px 0;
  background:
    radial-gradient(circle at 60% 20%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.2) 64%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(224, 237, 231, 0.12));
}

.inner-hero .content-frame {
  min-height: 210px;
  padding: 34px 42px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px rgba(12, 53, 43, 0.12);
  backdrop-filter: blur(16px);
}

.inner-hero h1 {
  max-width: 920px;
  margin: 24px 0 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #526660;
  font-size: 11px;
}

.breadcrumbs a {
  color: var(--brand-green);
  text-underline-offset: 3px;
}

.inner-layout {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 18px;
}

.article-panel {
  padding: 42px;
  overflow: visible;
}

.article-cover {
  margin: -42px -42px 32px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.article-cover img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.article-content {
  max-width: 820px;
  color: #263936;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.article-content > :first-child {
  margin-top: 0;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.22;
}

.article-content h2 {
  margin: 42px 0 18px;
  font-size: 30px;
}

.article-content h3 {
  margin: 30px 0 14px;
  font-size: 23px;
}

.article-content a {
  color: var(--brand-green);
  font-weight: 700;
  text-underline-offset: 3px;
}

.article-content img {
  height: auto;
  border-radius: 10px;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.article-content th,
.article-content td {
  padding: 12px;
  border: 1px solid rgba(34, 99, 81, 0.18);
  text-align: left;
}

.inner-cta {
  position: sticky;
  top: 94px;
  padding: 0;
}

.inner-cta .consultation-form {
  border: 0;
  box-shadow: none;
}

.reading-frame {
  max-width: 980px;
  margin-top: 24px;
}

.article-service-cta {
  margin-top: 18px;
  padding: 28px;
}

.article-service-cta h2 {
  margin: 8px 0 20px;
  font-size: 28px;
}

.article-meta {
  color: #536762;
}

.archive-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.archive-card {
  padding: 22px;
}

.archive-card-image {
  height: 200px;
  margin: -22px -22px 20px;
  overflow: hidden;
}

.archive-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-card h2 {
  font-size: 22px;
  line-height: 1.25;
}

.archive-card h2 a {
  text-decoration: none;
}

.pagination {
  padding: 32px 0;
}

.error-page .inner-hero {
  min-height: 600px;
}

/* Prices page, derived from the supplied prices reference. */
.prices-page {
  padding-bottom: 0;
}

.prices-hero {
  min-height: 440px;
  padding: 26px 0 30px;
  background:
    linear-gradient(90deg, rgba(239, 247, 243, 0.26), rgba(255, 255, 255, 0.48)),
    url("../images/far-background-desktop.webp") center 36% / cover no-repeat;
}

.prices-hero .content-frame {
  position: relative;
}

.prices-hero-copy {
  width: min(760px, 68%);
  min-height: 300px;
  margin: 22px auto 0;
  padding: 38px 48px;
  text-align: center;
}

.prices-hero-copy h1 {
  margin: 8px 0;
  color: var(--brand-green);
  font-size: 76px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.prices-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 16px auto 22px;
  color: var(--ink-soft);
  font-size: 15px;
}

.service-tabs {
  width: min(1040px, calc(100% - 48px));
  min-height: 68px;
  margin: -14px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(12, 51, 45, 0.88);
}

.service-tabs a {
  min-height: 68px;
  padding: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.prices-section {
  padding: 58px 0;
}

.prices-section:nth-of-type(even) {
  background: rgba(239, 246, 243, 0.38);
}

.prices-heading {
  margin-bottom: 24px;
}

.prices-heading h2 {
  margin: 7px 0;
  color: var(--ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
}

.prices-heading > p:not(.eyebrow) {
  color: #576964;
}

.price-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.price-service-card {
  position: relative;
  isolation: isolate;
  min-height: 390px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  background: var(--price-card-image) center / cover no-repeat;
  box-shadow: 0 14px 34px rgba(7, 42, 35, 0.2);
}

.price-service-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, rgba(5, 55, 45, 0.96), rgba(6, 50, 42, 0.72) 66%, rgba(4, 31, 27, 0.44));
}

.price-service-card h2 {
  max-width: 78%;
  margin: 20px 0 12px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.13;
}

.price-service-card p {
  max-width: 78%;
  min-height: 86px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
}

.price-card-value {
  margin: 20px 0;
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.price-card-value strong {
  font-size: 23px;
  font-weight: 800;
}

.price-card-value span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.prices-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 18px;
}

.price-table-panel,
.calculation-panel {
  padding: 30px;
}

.responsive-table {
  overflow-x: auto;
}

.price-table-panel table {
  width: 100%;
  border-collapse: collapse;
}

.price-table-panel th,
.price-table-panel td {
  padding: 15px 12px;
  border-bottom: 1px solid rgba(34, 99, 81, 0.15);
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}

.price-table-panel thead th {
  color: var(--brand-green);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.calculation-panel h2,
.influence-copy h2,
.final-request h2 {
  margin: 8px 0 18px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
}

.check-list {
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.86);
}

.influence-grid {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 18px;
}

.influence-copy {
  padding: 32px;
}

.influence-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.influence-cards > div {
  min-height: 130px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.faq-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 28px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 0 22px;
}

.faq-list summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.faq-list details > div {
  padding: 0 0 22px;
  color: #4f625d;
}

.final-request {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 66, 52, 0.96), rgba(5, 48, 40, 0.85)),
    url("../images/hero-fleet.webp") center / cover;
}

.final-request .eyebrow {
  color: #cfe9dc;
}

.final-request-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  gap: 60px;
}

.final-request .consultation-form {
  padding: 28px;
}

@media (max-width: 920px) {
  .inner-layout,
  .prices-two-column,
  .influence-grid,
  .faq-layout,
  .final-request-grid {
    grid-template-columns: 1fr;
  }

  .inner-cta {
    position: static;
  }

  .archive-grid,
  .price-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prices-hero-copy {
    width: 88%;
  }

  .influence-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .inner-hero {
    min-height: 240px;
    padding: 20px 0;
  }

  .inner-hero .content-frame,
  .article-panel {
    padding: 22px;
  }

  .inner-hero h1 {
    margin-top: 18px;
    font-size: 34px;
  }

  .article-cover {
    margin: -22px -22px 24px;
  }

  .article-content {
    font-size: 16px;
  }

  .article-content h2 {
    font-size: 26px;
  }

  .archive-grid,
  .price-service-grid,
  .influence-cards {
    grid-template-columns: 1fr;
  }

  .prices-hero {
    min-height: 520px;
    background-image:
      linear-gradient(90deg, rgba(239, 247, 243, 0.26), rgba(255, 255, 255, 0.48)),
      url("../images/far-background-mobile.webp");
  }

  .prices-hero-copy {
    width: 100%;
    padding: 28px 20px;
  }

  .prices-hero-copy h1 {
    font-size: 54px;
  }

  .service-tabs {
    width: 100%;
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prices-section {
    padding: 36px 0;
  }

  .price-service-card {
    min-height: 360px;
  }

  .price-table-panel,
  .calculation-panel,
  .influence-copy {
    padding: 20px;
  }

  .price-table-panel table,
  .price-table-panel thead,
  .price-table-panel tbody,
  .price-table-panel tr,
  .price-table-panel th,
  .price-table-panel td {
    display: block;
  }

  .price-table-panel thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .price-table-panel tr {
    padding: 12px 0;
    border-bottom: 1px solid rgba(34, 99, 81, 0.15);
  }

  .price-table-panel th,
  .price-table-panel td {
    padding: 4px 0;
    border: 0;
  }

  .final-request-grid {
    gap: 24px;
  }
}
/*
 * Elementor Preview uses one real Grid Container for every modular panel.
 * The published Gutenberg homepage keeps its original wrappers and geometry.
 */
.bp-elementor-home .bp-elementor-preview-content > .elementor,
.bp-elementor-home .bp-elementor-native-section.e-con {
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: none;
}

.bp-elementor-home .bp-elementor-native-section.e-con > .elementor-widget,
.bp-elementor-home .bp-elementor-native-section.e-con > .e-con-inner > .elementor-widget,
.bp-elementor-home .bp-elementor-native-section .elementor-widget-container {
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.bp-elementor-home .bp-elementor-services-group.e-con {
  height: auto;
  margin: 0;
  padding: 0 0 16px;
}

.bp-elementor-home .bp-elementor-services-group .services-section {
  height: auto;
  padding-bottom: 0;
}

.bp-elementor-home .bp-home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bp-elementor-home .bp-home-modules-grid.e-con {
  --e-con-grid-template-columns: repeat(12, minmax(0, 1fr));
  --grid-auto-flow: row;
  --align-items: stretch;
  --gap: 16px 16px;
  --row-gap: 16px;
  --column-gap: 16px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-flow: row;
  align-items: stretch;
  width: min(1342px, calc(100% - 90px));
  max-width: 1342px;
  min-width: 0;
  margin-inline: auto;
  padding: 0;
  gap: 16px;
  overflow: visible;
  background: transparent;
}

.bp-elementor-home .bp-home-modules-grid.e-con > .elementor-element {
  width: auto;
  max-width: none;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  align-self: stretch;
}

.bp-elementor-home .bp-home-modules-grid.e-con > .elementor-widget > .elementor-widget-container {
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

.bp-elementor-home .bp-home-modules-grid.e-con > .elementor-widget .glass-panel,
.bp-elementor-home .bp-home-modules-grid.e-con > .elementor-widget .map-card {
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
}

.bp-elementor-home .bp-home-modules-grid > .bp-grid-span-2 { grid-column: span 2; }
.bp-elementor-home .bp-home-modules-grid > .bp-grid-span-3 { grid-column: span 3; }
.bp-elementor-home .bp-home-modules-grid > .bp-grid-span-4 { grid-column: span 4; }
.bp-elementor-home .bp-home-modules-grid > .bp-grid-span-6 { grid-column: span 6; }
.bp-elementor-home .bp-home-modules-grid > .bp-grid-span-7 { grid-column: span 7; }
.bp-elementor-home .bp-home-modules-grid > .bp-grid-span-8 { grid-column: span 8; }
.bp-elementor-home .bp-home-modules-grid > .bp-grid-span-12 { grid-column: 1 / -1; }

.bp-elementor-home .bp-home-modules-grid .contact-info-panel {
  height: 134px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 2fr);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 62, 49, 0.97), rgba(3, 47, 38, 0.88)),
    url("../images/hero-fleet.webp") center / cover;
  box-shadow: 0 8px 26px rgba(5, 24, 21, 0.18);
  backdrop-filter: blur(16px);
}

.bp-elementor-home .bp-home-modules-grid .bp-new-module {
  overflow: hidden;
  color: #fff;
  background: rgba(55, 83, 88, 0.55);
  backdrop-filter: blur(17px) saturate(1.05);
}

.bp-elementor-home .bp-home-modules-grid .bp-new-module--light {
  color: var(--ink);
  background: rgba(247, 250, 248, 0.82);
}

.bp-elementor-home .bp-new-module__image {
  aspect-ratio: 16 / 7;
  overflow: hidden;
}

.bp-elementor-home .bp-new-module__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-elementor-home .bp-new-module__body {
  padding: 22px;
}

.bp-elementor-home .bp-new-module__body h2 {
  margin: 6px 0 10px;
}

.bp-elementor-home .elementor-widget-biopartner-home-fleet .fleet-image {
  height: 150px;
  overflow: hidden;
}

.bp-elementor-home .elementor-widget-biopartner-home-fleet .fleet-image > img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1380px) and (min-width: 921px) {
  .bp-elementor-home .bp-home-modules-grid.e-con {
    width: calc(100% - 48px);
  }
}

@media (max-width: 920px) {
  .bp-elementor-home .bp-elementor-services-group.e-con {
    padding-bottom: 14px;
  }

  .bp-elementor-home .bp-home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .bp-elementor-home .bp-home-services-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .bp-elementor-home .bp-home-modules-grid.e-con {
    --e-con-grid-template-columns: repeat(6, minmax(0, 1fr));
    --gap: 14px 14px;
    --row-gap: 14px;
    --column-gap: 14px;
    width: calc(100% - 32px);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
  }

  .bp-elementor-home .bp-home-modules-grid > .bp-grid-span-2,
  .bp-elementor-home .bp-home-modules-grid > .bp-grid-span-3 {
    grid-column: span 3;
  }

  .bp-elementor-home .bp-home-modules-grid > .bp-grid-span-4,
  .bp-elementor-home .bp-home-modules-grid > .bp-grid-span-6,
  .bp-elementor-home .bp-home-modules-grid > .bp-grid-span-7,
  .bp-elementor-home .bp-home-modules-grid > .bp-grid-span-8,
  .bp-elementor-home .bp-home-modules-grid > .bp-grid-span-12 {
    grid-column: 1 / -1;
  }

  .bp-elementor-home .bp-home-modules-grid .contact-info-panel {
    height: auto;
    grid-template-columns: 1fr;
  }

  .bp-elementor-home .elementor-widget-biopartner-home-fleet .fleet-image {
    height: 108px;
  }
}

@media (max-width: 640px) {
  .bp-elementor-home .bp-elementor-services-group.e-con {
    padding-bottom: 12px;
  }

  .bp-elementor-home .bp-home-services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bp-elementor-home .bp-home-modules-grid.e-con {
    --e-con-grid-template-columns: minmax(0, 1fr);
    --gap: 12px 12px;
    --row-gap: 12px;
    --column-gap: 12px;
    width: calc(100% - 24px);
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .bp-elementor-home .bp-home-modules-grid.e-con > .elementor-element {
    grid-column: 1 / -1;
  }
}

/*
 * Elementor style controls set these variables only after an editor chooses a
 * value. With an empty control (including after Reset) the declarations below
 * are invalid, so the exact theme backgrounds above remain authoritative.
 */
.bp-elementor-home-preview .hero-form,
.bp-elementor-home-preview .glass-panel,
.bp-elementor-home-preview .contact-panel,
.bp-elementor-home-preview .contact-items > *,
.bp-elementor-home-preview .map-card,
.bp-elementor-home-preview .mobile-service-form {
  background-color: rgb(var(--bp-control-panel-rgb, 255 255 255) / var(--bp-control-panel-opacity));
}

.bp-elementor-home-preview .glass-panel--green {
  --bp-control-panel-rgb: 19 143 85;
}

.bp-elementor-home-preview .service-card {
  background-color: rgb(8 34 24 / var(--bp-control-panel-opacity));
}

/*
 * All-pages editor contract.
 * One Elementor root controls the 12-column grid and every adjacent gap.
 */
.bp-all-pages-shell {
  --bp-page-grid-gap: 18px;
  --bp-page-section-gap: clamp(18px, 2.4vw, 32px);
  --bp-page-panel-padding: clamp(24px, 3vw, 46px);
  min-height: calc(100vh - var(--bp-header-height, 76px));
  padding-block: clamp(26px, 4vw, 64px);
  background:
    linear-gradient(90deg, rgb(60 77 76 / .78), rgb(218 225 222 / .93) 48%, rgb(245 247 246 / .96) 50%, rgb(218 225 222 / .93) 52%, rgb(60 77 76 / .78)),
    url("../images/modular-background-2560/biopartner-bg-03-operations-alpha-2560x840.avif") center 22% / 100% auto no-repeat;
  isolation: isolate;
}

.bp-all-pages-elementor,
.bp-all-pages-elementor > .elementor,
.bp-all-pages-elementor > .elementor > .elementor-element {
  min-width: 0;
}

.bp-all-pages-elementor .bp-editor-page-grid.e-con {
  --e-con-grid-template-columns: repeat(12, minmax(0, 1fr));
  --gap: var(--bp-page-section-gap) var(--bp-page-grid-gap);
  --row-gap: var(--bp-page-section-gap);
  --column-gap: var(--bp-page-grid-gap);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--bp-page-section-gap) var(--bp-page-grid-gap);
  width: min(1342px, calc(100% - clamp(24px, 6vw, 96px)));
  max-width: 1342px;
  margin-inline: auto;
  padding: 0;
}

.bp-all-pages-elementor .bp-editor-page-grid.e-con > .elementor-element {
  min-width: 0;
  margin: 0;
  grid-column: span 12;
}

.bp-all-pages-elementor .bp-editor-page-grid.e-con > .bp-grid-span-8 {
  grid-column: span 8;
}

.bp-all-pages-elementor .bp-editor-page-grid.e-con > .bp-grid-span-6 {
  grid-column: span 6;
}

.bp-all-pages-elementor .bp-editor-page-grid.e-con > .bp-grid-span-4 {
  grid-column: span 4;
}

.bp-all-pages-elementor .bp-editor-page-grid.e-con > .bp-grid-span-narrow {
  grid-column: 3 / span 8;
}

.bp-all-pages-elementor .bp-editor-page-grid .elementor-widget-container {
  height: 100%;
}

.bp-page-module {
  --bp-module-pad: var(--bp-page-panel-padding);
  position: relative;
  height: 100%;
  min-width: 0;
  padding: var(--bp-module-pad);
  border: 1px solid rgb(255 255 255 / .58);
  border-radius: clamp(22px, 2.2vw, 34px);
  color: #10201e;
  font-size: var(--bp-section-text-size, clamp(16px, 1.1vw, 18px));
  font-weight: var(--bp-section-font-weight, 500);
  line-height: var(--bp-section-line-height, 1.62);
  text-align: var(--bp-section-text-align, left);
  box-shadow: 0 24px 60px rgb(9 35 30 / .16);
  overflow: hidden;
}

.bp-page-module--surface-light {
  background: rgb(246 249 247 / .88);
  -webkit-backdrop-filter: blur(22px) saturate(.92);
  backdrop-filter: blur(22px) saturate(.92);
}

.bp-page-module--surface-dark,
.bp-page-module--hero,
.bp-page-module--lead-form {
  color: #f7fbf9;
  border-color: rgb(220 242 233 / .28);
  background: linear-gradient(145deg, rgb(7 64 48 / .96), rgb(11 87 63 / .84));
  -webkit-backdrop-filter: blur(24px) saturate(.9);
  backdrop-filter: blur(24px) saturate(.9);
}

.bp-page-module--surface-transparent {
  background: rgb(255 255 255 / .28);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.bp-page-module--padding-compact {
  --bp-module-pad: clamp(18px, 2vw, 28px);
}

.bp-page-module--padding-spacious {
  --bp-module-pad: clamp(34px, 4vw, 64px);
}

.bp-page-module h1,
.bp-page-module h2,
.bp-page-module h3,
.bp-page-module p {
  max-width: 100%;
}

.bp-page-module h1 {
  max-width: 1050px;
  margin: 12px 0 18px;
  font-size: var(--bp-section-title-size, clamp(42px, 6.2vw, 86px));
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.bp-page-module h2 {
  margin: 0 0 18px;
  font-size: var(--bp-section-title-size, clamp(30px, 3.4vw, 52px));
  line-height: 1.04;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.bp-page-module h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.bp-page-module .eyebrow {
  margin: 0 0 8px;
  color: #3a8a71;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bp-page-module--hero .eyebrow,
.bp-page-module--lead-form .eyebrow {
  color: #9dd7c4;
}

.bp-page-module--hero {
  min-height: clamp(420px, 54vw, 650px);
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(4 35 28 / .96), rgb(5 61 46 / .72) 58%, rgb(7 50 39 / .36)),
    url("../images/hero-fleet.webp") center / cover no-repeat;
}

.bp-page-hero-copy {
  width: min(100%, 1080px);
  position: relative;
  z-index: 1;
}

.bp-page-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.bp-page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(4 35 28 / .94), rgb(5 61 46 / .72) 58%, rgb(7 50 39 / .38));
}

.bp-page-hero-media img,
.bp-page-module-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-page-module-media {
  margin: clamp(18px, 2.5vw, 32px) 0 0;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 16 / 9;
}

.bp-page-hero-description,
.bp-page-module-description {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(17px, 1.5vw, 22px);
}

.bp-page-module--hero .breadcrumbs {
  color: rgb(255 255 255 / .76);
}

.bp-page-module--hero .breadcrumbs a {
  color: #fff;
}

.bp-page-prose {
  min-width: 0;
}

.bp-page-prose > :first-child {
  margin-top: 0;
}

.bp-page-prose > :last-child {
  margin-bottom: 0;
}

.bp-page-prose h2,
.bp-page-prose h3,
.bp-page-prose h4 {
  margin-top: 1.5em;
}

.bp-page-prose img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.bp-page-prose table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.bp-page-prose th,
.bp-page-prose td {
  min-width: 150px;
  padding: 14px;
  border-bottom: 1px solid rgb(15 80 61 / .16);
  text-align: left;
}

.bp-module-card-grid,
.bp-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--bp-page-grid-gap);
}

.bp-module-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-module-card {
  min-width: 0;
  padding: clamp(20px, 2.2vw, 30px);
  border: 1px solid rgb(9 79 58 / .12);
  border-radius: 24px;
  background: rgb(255 255 255 / .66);
}

.bp-module-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 18px;
  border-radius: 16px;
}

.bp-module-card a,
.bp-page-module a {
  color: #09654c;
}

.bp-page-module--hero a,
.bp-page-module--lead-form a {
  color: #fff;
}

.bp-price-table {
  display: grid;
  gap: 10px;
}

.bp-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-width: 0;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgb(14 82 62 / .14);
  border-radius: 20px;
  background: rgb(255 255 255 / .68);
}

.bp-price-row h3,
.bp-price-row p {
  margin: 0;
}

.bp-price-row strong {
  color: #076348;
  font-size: clamp(20px, 2vw, 30px);
  white-space: nowrap;
}

.bp-license-card {
  display: grid;
  gap: 8px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgb(25 106 82 / .18);
  border-radius: 24px;
  background: rgb(224 241 234 / .72);
}

.bp-license-card strong {
  color: #0b664c;
  font-size: clamp(20px, 2.4vw, 34px);
}

.bp-faq-list {
  display: grid;
  gap: 12px;
}

.bp-faq-list details {
  padding: 20px 24px;
  border: 1px solid rgb(12 86 64 / .14);
  border-radius: 18px;
  background: rgb(255 255 255 / .64);
}

.bp-faq-list summary {
  cursor: pointer;
  font-weight: 750;
}

.bp-faq-list details > div {
  padding-top: 14px;
}

.bp-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-contact-card {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgb(12 86 64 / .14);
  border-radius: 20px;
  background: rgb(255 255 255 / .64);
}

.bp-contact-card span {
  color: #4b625d;
  font-size: 13px;
}

.bp-page-divider {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background: linear-gradient(90deg, transparent, rgb(11 102 76 / .44), transparent);
}

@media (max-width: 1024px) {
  .bp-all-pages-shell {
    --bp-page-grid-gap: 15px;
    --bp-page-section-gap: 22px;
  }

  .bp-all-pages-elementor .bp-editor-page-grid.e-con {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .bp-all-pages-elementor .bp-editor-page-grid.e-con > .elementor-element,
  .bp-all-pages-elementor .bp-editor-page-grid.e-con > .bp-grid-span-8,
  .bp-all-pages-elementor .bp-editor-page-grid.e-con > .bp-grid-span-6,
  .bp-all-pages-elementor .bp-editor-page-grid.e-con > .bp-grid-span-4,
  .bp-all-pages-elementor .bp-editor-page-grid.e-con > .bp-grid-span-narrow {
    grid-column: 1 / -1;
  }

  .bp-module-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bp-all-pages-shell {
    --bp-page-grid-gap: 12px;
    --bp-page-section-gap: 18px;
    padding-block: 18px;
  }

  .bp-all-pages-elementor .bp-editor-page-grid.e-con {
    grid-template-columns: minmax(0, 1fr);
    width: calc(100% - 24px);
  }

  .bp-page-module {
    border-radius: 22px;
  }

  .bp-page-module h1 {
    font-size: var(--bp-section-title-size, clamp(38px, 13vw, 58px));
  }

  .bp-page-module--hero {
    min-height: 520px;
  }

  .bp-module-card-grid,
  .bp-module-card-grid--four,
  .bp-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-price-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .bp-price-row strong {
    white-space: normal;
  }
}

@media (min-width: 1025px) {
  .bp-page-module--hide-desktop {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .bp-page-module--hide-tablet {
    display: none;
  }
}

@media (max-width: 640px) {
  .bp-page-module--hide-mobile {
    display: none;
  }
}
