@font-face {
  font-family: 'NeueDisplayPro';
  src:
          url('../font/NeueHaasDisplay-Bold.woff2') format('woff2'),
          url('../font/NeueHaasDisplay-Bold.woff') format('woff'),
          url('../font/NeueHaasDisplay-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueDisplayPro';
  src:
          url('../font/NeueHaasDisplay-Thin.woff2') format('woff2'),
          url('../font/NeueHaasDisplay-Thin.woff') format('woff'),
          url('../font/NeueHaasDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueDisplayPro';
  src:
          url('../font/NeueHaasDisplay-Roman.woff2') format('woff2'),
          url('../font/NeueHaasDisplay-Roman.woff') format('woff'),
          url('../font/NeueHaasDisplay-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-blue: #00407f;
  --brand-blue-dark: #023260;
  --brand-blue-deep: #062d59;
  --brand-blue-soft: #0a5797;
  --blue-gradient: linear-gradient(145deg, #073c70 0%, #0a5797 48%, #062d59 100%);
  --blue-gradient-section: linear-gradient(145deg, #04376d 0%, #0a5594 46%, #052b55 100%);
  --blue-gradient-footer: linear-gradient(145deg, #073b72 0%, #0a4f91 44%, #062b55 100%);
  --brand-red: #ea2b2b;
  --brand-red-dark: #cf1f1f;
  --text-dark: #111827;
  --muted: #6b7280;
  --light: #f5f7fb;
  --surface: #ffffff;
  --radius: 2px;
  --shadow: 0 12px 30px rgba(4, 23, 56, 0.12);
}

.container-xxl {
  max-width: 1520px !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'NeueDisplayPro', sans-serif;
  color: var(--text-dark);
  background: #fff;
}

img {
  max-width: 100%;
  display: block;
}

.container-xxl {
  max-width: 1200px;
}

/* bootstrap overrides */
.btn,
.card,
.form-control,
.form-select,
.modal-content,
.navbar-toggler,
.input-group-text,
.badge,
.alert {
  border-radius: var(--radius) !important;
}

.btn {
  font-weight: 700;
  letter-spacing: .01em;
}

.btn:not(.btn-link):not(.btn-close) {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .9rem 1.35rem !important;
}

.btn-sm:not(.btn-link):not(.btn-close) {
  min-height: 44px;
  padding: .7rem 1rem !important;
}

.btn-danger {
  --bs-btn-bg: var(--brand-red);
  --bs-btn-border-color: var(--brand-red);
  --bs-btn-hover-bg: var(--brand-red-dark);
  --bs-btn-hover-border-color: var(--brand-red-dark);
  --bs-btn-active-bg: var(--brand-red-dark);
  --bs-btn-active-border-color: var(--brand-red-dark);
}

.btn-outline-danger {
  --bs-btn-color: var(--brand-red);
  --bs-btn-border-color: var(--brand-red);
  --bs-btn-hover-bg: var(--brand-red);
  --bs-btn-hover-border-color: var(--brand-red);
  --bs-btn-hover-color: #fff;
}

.btn-primary {
  --bs-btn-bg: var(--brand-blue);
  --bs-btn-border-color: var(--brand-blue);
  --bs-btn-hover-bg: var(--brand-blue-dark);
  --bs-btn-hover-border-color: var(--brand-blue-dark);
  --bs-btn-active-bg: var(--brand-blue-dark);
  --bs-btn-active-border-color: var(--brand-blue-dark);
}

.section-title {
  font-size: clamp(2.15rem, 1.55rem + 1.85vw, 3.35rem);
  font-weight: 800;
  line-height: 1.03;
  margin-bottom: .75rem;
}

.section-subtitle {
  color: rgba(255,255,255,.8);
  max-width: 720px;
}

.lead-soft {
  color: rgba(255,255,255,.86);
  max-width: 640px;
}

main > section:not(.hero):not(.feature-strip) {
  padding-top: 5.8rem !important;
  padding-bottom: 5.8rem !important;
}

main > section > .container-xxl > .mb-4,
main > section > .container-xxl > .mb-lg-5 {
  margin-bottom: 3.2rem !important;
}

.small-label {
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

.site-topline {
  background: #073c70;
  color: rgba(255,255,255,.86);
  font-size: .82rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.topline-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.topline-note {
  font-weight: 700;
}

.topline-contacts {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.info-item {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.info-item i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #47a4d5;
  color: #fff;
  font-size: .95rem;
}

.site-brandbar {
  background: #073c70;
  color: #fff;
}

.brandbar-inner {
  min-height: 124px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand-mark {
  width: 54px;
  height: 50px;
  position: relative;
  display: inline-block;
  background:
    linear-gradient(135deg, transparent 47%, #073c70 47% 53%, transparent 53%),
    linear-gradient(135deg, #4ba4d3 0 50%, var(--brand-red) 50% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 95%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}

.brand-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 250px;
  height: 72px;
  overflow: hidden;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-cta,
.hero-cta {
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 52px;
  padding-left: 1.35rem !important;
  padding-right: 1.35rem !important;
}

.brand-cta,
.hero-cta {
  display: inline-flex;
}

#mainNavbar {
  background: var(--brand-red);
}

.main-navbar {
  background: #073c70;
}

.main-navbar .navbar-nav {
  width: 100%;
  gap: 0;
  justify-content: stretch;
}

.main-navbar .nav-item {
  flex: 1 1 0;
  min-width: 0;
}

.main-navlink {
  color: #fff !important;
  min-height: 58px;
  padding: .9rem .9rem !important;
  font-weight: 700;
  font-size: .9rem;
  line-height: 1.15;
  transition: background .2s ease, opacity .2s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-navlink:hover,
.main-navlink:focus {
  background: var(--brand-red-dark);
  opacity: 1;
}

.main-navlink.active {
  background: var(--brand-red);
}

.main-navlink.active:hover,
.main-navlink.active:focus {
  background: var(--brand-red-dark);
}

.main-navbutton {
  width: 100%;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.navbar-toggler {
  border-color: rgba(255,255,255,.35);
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.brand-menu-toggle i {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.hero {
  position: relative;
  --banner-x: 50%;
  --banner-y: 50%;
  min-height: 650px;
  color: #fff;
  overflow: hidden;
  margin-top: -1px;

  background:
          linear-gradient(90deg, rgba(2, 14, 31, .80) 0%, rgba(2, 14, 31, .57) 46%, rgba(2, 14, 31, .38) 100%),
          linear-gradient(180deg, rgba(2, 14, 31, .18), rgba(2, 14, 31, .54)),
          url('../img/cover.jpg') var(--banner-x) var(--banner-y) / cover no-repeat;
  transition: background-position .18s ease-out;
}

.hero .container-xxl {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 640px;
}

.hero h1 {
  font-size: clamp(2.05rem, 1.45rem + 2.15vw, 3.5rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.hero p {
  color: rgba(255,255,255,.92);
  max-width: 690px;
  font-weight: 400;
  line-height: 1.3;
}

.price-badge {
  background: linear-gradient(90deg, rgba(234, 43, 43, .94) 0%, rgba(218, 35, 35, .82) 65%, rgba(218, 35, 35, 0) 100%);
  backdrop-filter: blur(5px);
  padding: 1.3rem 3.5rem 1.3rem 1.55rem;
  box-shadow: 0 16px 35px rgba(2, 14, 31, .18);
  border-radius: var(--radius);
  min-width: min(100%, 430px);
}

.price-badge .value {
  font-size: clamp(1.6rem, 1.2rem + 1vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
}

.price-badge .fineprint {
  font-size: .9rem;
  font-weight: 800;
  opacity: .9;
}

.hero .hero-panel {
  max-width: 460px;
  margin-left: auto;
}

.feature-strip {
  background: #fff;
  padding: 5rem 0 4.8rem;
}

.feature-strip .container-xxl {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.feature-box {
  text-align: center;
  padding: 1.2rem .6rem;
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #47a4d5;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: .75rem;
}

.feature-box h3 {
  font-size: clamp(1.5rem, 1.2rem + .8vw, 2.1rem);
  margin-bottom: .15rem;
  font-weight: 800;
  color: #050505;
}

.feature-box p {
  color: #111;
  font-size: .95rem;
  margin-bottom: 0;
}

.blue-section {
  background: var(--blue-gradient-section);
  color: #fff;
}

.material-card {
  border: 0;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  height: 100%;
}

.material-card .image {
  height: 165px;
  position: relative;
  overflow: hidden;
}

.card-image {
  height: 220px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease, filter .55s ease;
}

.material-card:hover .card-image img {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.03);
}

.material-card .image::before,
.material-card .image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bg-industrial-1 {
  background:
    radial-gradient(circle at 18% 25%, rgba(255,255,255,.35) 0 4%, transparent 5%),
    radial-gradient(circle at 68% 50%, rgba(255,255,255,.2) 0 6%, transparent 7%),
    linear-gradient(135deg, #3f454d 0%, #bcc2c6 42%, #71767c 100%);
}
.bg-industrial-2 {
  background:
    radial-gradient(circle at 14% 35%, rgba(255,255,255,.4) 0 4%, transparent 5%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,.24) 0 4%, transparent 5%),
    linear-gradient(135deg, #6f757b 0%, #d4d7da 42%, #9b9fa4 100%);
}
.bg-industrial-3 {
  background:
    radial-gradient(circle at 25% 40%, rgba(255,255,255,.25) 0 4%, transparent 5%),
    radial-gradient(circle at 70% 65%, rgba(255,255,255,.18) 0 5%, transparent 6%),
    linear-gradient(135deg, #474d55 0%, #b7bcc1 42%, #6d737a 100%);
}
.bg-industrial-4 {
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.35) 0 4%, transparent 5%),
    radial-gradient(circle at 75% 52%, rgba(255,255,255,.18) 0 5%, transparent 6%),
    linear-gradient(135deg, #5f6670 0%, #d3d6db 44%, #7c828a 100%);
}
.bg-industrial-5 {
  background:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,.26) 0 4%, transparent 5%),
    radial-gradient(circle at 72% 42%, rgba(255,255,255,.2) 0 5%, transparent 6%),
    linear-gradient(135deg, #48505a 0%, #c8ced3 44%, #7b8289 100%);
}
.bg-industrial-6 {
  background:
    radial-gradient(circle at 18% 35%, rgba(255,255,255,.36) 0 4%, transparent 5%),
    radial-gradient(circle at 78% 48%, rgba(255,255,255,.2) 0 5%, transparent 6%),
    linear-gradient(135deg, #656b72 0%, #cfd4d9 45%, #8d9399 100%);
}

.material-card .image::after {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px 100%),
    linear-gradient(rgba(255,255,255,.11) 0 1px, transparent 1px 100%);
  background-size: 42px 42px;
  opacity: .25;
}

.material-card .body {
  padding: 1.55rem 1.45rem 1.65rem;
}

.material-card h4 {
  font-size: clamp(1.35rem, 1.15rem + .55vw, 1.75rem);
  font-weight: 800;
  line-height: 1.08;
  color: var(--text-dark);
  margin-bottom: .75rem !important;
}

.material-card p {
  color: var(--muted);
  margin-bottom: .8rem;
  font-size: .95rem;
}

.material-card .extra {
  color: var(--text-dark);
  font-size: .92rem;
  border-top: 1px solid #e5e7eb;
  margin-top: .8rem;
  padding-top: .8rem;
}

.mini-box {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  padding: .95rem 1rem;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: .95rem;
  color: #4b5563;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.mini-box:hover {
  border-color: rgba(234,43,43,.22);
  background: #f8f8f8;
  color: #111;
}

.mini-box--hidden {
  background: #fafafa;
}

.materials-grid-shell {
  position: relative;
  overflow: hidden;
  transition: max-height .35s ease;
}

.materials-grid-shell.is-collapsed {
  max-height: 352px;
}

.materials-grid-shell.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 155px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 72%);
}

.materials-grid-shell.is-expanded {
  max-height: 2400px;
}



.process-section {
  overflow: hidden;
}

.process-timeline {
  position: relative;
  padding: 1rem 0 0;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
          to bottom,
          rgba(255,255,255,.15),
          rgba(255,255,255,.35),
          rgba(255,255,255,.15)
  );
}

.process-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  align-items: center;
  min-height: 210px;
}

.process-row.is-right {
  margin-top: 2.25rem;
}

.process-side {
  display: flex;
}

.process-side-left {
  justify-content: flex-end;
  padding-right: 0;
}

.process-side-right {
  justify-content: flex-start;
  padding-left: 0;
}

.step-card {
  width: 100%;
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
}

.step-card .thumb {
  width: 190px;
  flex: 0 0 190px;
  min-height: 175px;
  overflow: hidden;
  background: #d7d7d7;
}

.step-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.step-card .body {
  padding: 1.35rem 1.4rem 1.25rem;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-card h4 {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin: 0 0 .85rem;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.step-num {
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-red);
  color: #fff;
  border-radius: 3px;
  font-size: .9rem;
  font-weight: 800;
  margin-top: .15rem;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.38;
}

.process-center {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-center::before {
  /*content: "";*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*width: 28px;*/
  /*height: 4px;*/
  /*transform: translate(-50%, -50%);*/
  /*background: rgba(255,255,255,.35);*/
}

.process-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #73b8ff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.08);
  z-index: 1;
  animation: processDotPulse 3.8s ease-in-out infinite;
}

.process-row:nth-child(2n) .process-dot {
  animation-delay: .9s;
}

.process-row:nth-child(3n) .process-dot {
  animation-delay: 1.8s;
}

@keyframes processDotPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(255,255,255,.08), 0 0 0 0 rgba(115,184,255,.24);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 0 4px rgba(255,255,255,.1), 0 0 0 13px rgba(115,184,255,0);
  }
}

@media (max-width: 991.98px) {
  .process-timeline::before {
    display: none;
  }

  .process-row {
    grid-template-columns: 1fr;
    min-height: auto;
    margin-bottom: 1.05rem;
    margin-top: 0 !important;
  }

  .process-row:last-child {
    margin-bottom: 0;
  }

  .process-row.is-left .process-side-right,
  .process-row.is-right .process-side-left {
    display: none;
  }

  .process-center {
    display: none;
  }

  .process-side {
    padding: 0;
    justify-content: center;
  }

  .step-card {
    max-width: 100%;
  }

  .step-card h4 {
    font-size: 1.55rem;
  }
}

@media (max-width: 767.98px) {
  .step-card {
    flex-direction: column;
  }

  .step-card .thumb {
    width: 100%;
    flex: 0 0 auto;
    height: 170px;
    min-height: 170px;
  }

  .step-card .body {
    padding: 1rem 1rem 1.05rem;
  }

  .step-card h4 {
    font-size: 1.28rem;
  }

  .step-card p {
    font-size: .92rem;
  }
}




.transport-card {
  background: #f2f2f2;
  border: 1px solid #e5e7eb;
  padding: 2.5rem 1.1rem;
  height: 100%;
  transition: all .2s ease;
}

.transport-card.active {
  background: var(--brand-blue);
  color: #fff;
  border-color: var(--brand-blue);
  box-shadow: var(--shadow);
  position: relative;
}

.transport-card .icon {
  font-size: 3.0rem;
  margin-bottom: 0rem;
}
.transport-card .icon i {
  font-size: 3.0rem;
  margin-bottom: 0rem;
}

.transport-card p {
  color: var(--muted);
  margin-bottom: 0;
  font-size: .94rem;
}

.transport-card.active p,
.transport-card.active small {
  color: rgba(255,255,255,.85);
}

.transport-badge {
  position: absolute;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
  background: var(--brand-red);
  color: #fff;
  font-weight: 800;
  font-size: .72rem;
  padding: .28rem .55rem;
  border-radius: 3px;
}

.cta-band {
  position: relative;
  --banner-x: 50%;
  --banner-y: 50%;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 14, 31, .80) 0%, rgba(2, 14, 31, .56) 100%),
    linear-gradient(180deg, rgba(2, 14, 31, .20), rgba(2, 14, 31, .62)),
    url('../img/cover.jpg') var(--banner-x) var(--banner-y) / cover no-repeat;
  transition: background-position .18s ease-out;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 14, 31, .16);
}

.cta-band .container-xxl {
  position: relative;
  z-index: 2;
}

.site-footer {
  background: var(--blue-gradient-footer);
  color: #fff;
  position: relative;
}

.site-footer .footer-top {
  padding: 3.25rem 0 0;
}

.site-footer .footer-col {
  padding: 0 2.25rem 3rem;
  position: relative;
  min-height: 360px;
}

.site-footer .footer-col-about::after,
.site-footer .footer-col-links::after {
  content: none;
}

.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2.25rem;
}

.site-footer .footer-brand img {
  display: block;
  width: 230px;
  max-width: 100%;
  height: auto;
}

.site-footer h3 {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 1.5rem;
  letter-spacing: 0;
}

.site-footer p {
  margin: 0;
  max-width: 520px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 1rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.02rem;
  line-height: 1.45;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.15rem;
  font-size: 1rem;
  line-height: 1.55;
}

.footer-contact-item strong {
  display: inline-block;
  margin-bottom: .15rem;
}

.footer-contact-item a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.footer-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #5eb2eb;
  color: #fff;
  border-radius: 3px;
  font-size: 1.15rem;
  margin-top: .1rem;
}

.footer-bottom {
  background: linear-gradient(90deg, #052b55 0%, #073d75 100%);
  margin-top: 0;
}

.footer-bottom-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: .95rem;
  color: rgba(255, 255, 255, 0.95);
}

.footer-credit {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.footer-credit img {
  display: block;
  width: 130px;
  height: 24px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 991.98px) {
  .site-footer .footer-col {
    min-height: auto;
    padding: 0 0 2.25rem;
    border-right: 0 !important;
  }

  .site-footer .footer-col-about,
  .site-footer .footer-col-links {
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .site-footer .footer-top {
    padding-top: 2.5rem;
  }

  .site-footer .footer-col {
    padding-bottom: 1.75rem;
  }

  .site-footer h3 {
    font-size: 1.55rem;
  }

  .site-footer p,
  .footer-links a,
  .footer-contact-item {
    font-size: .95rem;
  }

  .footer-brand img {
    width: 190px;
  }

  .footer-credit img {
    width: 112px;
    height: 22px;
  }
}

.modal-content {
  border: 0;
  box-shadow: 0 24px 80px rgba(2, 14, 31, .28);
}

.modal-header {
  position: relative;
  align-items: flex-start;
  background: #fff;
  color: var(--text-dark);
  border-bottom: 1px solid #eef0f3;
  padding: 2rem 2rem 1.35rem;
}

.modal-header::before {
  content: "";
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: -1px;
  height: 3px;
  background: var(--brand-red);
}

.modal-title {
  font-size: clamp(1.7rem, 1.35rem + 1vw, 2.35rem);
  line-height: 1;
}

.modal-header .small {
  color: var(--muted);
  opacity: 1 !important;
  margin-top: .45rem;
  font-weight: 700;
}

.modal-header .btn-close {
  opacity: .65;
  margin-top: .25rem;
}

.modal-body {
  padding: 2rem !important;
  background: #fff;
}

.form-label {
  font-weight: 800;
  margin-bottom: .5rem;
  color: #111;
}

.form-control,
.form-select {
  min-height: 52px;
  padding: .9rem 1rem;
  border-color: #dfe3e8;
  font-weight: 700;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 .2rem rgba(234, 43, 43, .12);
}

textarea.form-control {
  min-height: 132px;
}

.form-check-input:checked {
  background-color: var(--brand-red);
  border-color: var(--brand-red);
}

.form-check-label a {
  color: var(--brand-red);
  font-weight: 800;
}

.privacy-page {
  min-height: 100vh;
  background: #fff;
}

.privacy-content,
.privacy-contact {
  max-width: 920px;
  padding: 0;
}

.privacy-content {
  color: #222;
  font-size: 1.05rem;
  line-height: 1.75;
}

.privacy-contact {
  border-top: 1px solid #e5e7eb;
  padding-top: 2rem;
}

.privacy-contact h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background: #fff;
  color: var(--text-dark);
  padding: 1.15rem max(1.25rem, calc((100vw - 1200px) / 2 + 1rem));
  box-shadow: 0 -14px 36px rgba(2, 14, 31, .14);
  border-top: 1px solid #e5e7eb;
}

.cookie-bar[hidden] {
  display: none;
}

.cookie-bar__text {
  display: grid;
  gap: .25rem;
  max-width: 760px;
}

.cookie-bar__text strong {
  font-size: 1.1rem;
}

.cookie-bar__text span {
  color: var(--muted);
  line-height: 1.35;
}

.cookie-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: flex-end;
}

.cookie-bar .btn-outline-light {
  --bs-btn-color: var(--text-dark);
  --bs-btn-border-color: #cfd5dd;
  --bs-btn-hover-bg: #f2f4f7;
  --bs-btn-hover-border-color: #c1c8d0;
  --bs-btn-hover-color: var(--text-dark);
}

.cookie-accept-all {
  min-width: 150px;
  box-shadow: 0 10px 24px rgba(234, 43, 43, .28);
}

.collapse-toggle i {
  transition: transform .2s ease;
}

.collapse-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .main-nav-collapse {
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  main > section:not(.hero):not(.feature-strip) {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }

  main > section > .container-xxl > .mb-4,
  main > section > .container-xxl > .mb-lg-5 {
    margin-bottom: 2.4rem !important;
  }

  .topline-inner {
    min-height: 46px;
  }

  .topline-contacts {
    gap: .8rem;
  }

  .topline-contacts .info-item span {
    display: none;
  }

  .brandbar-inner {
    min-height: 92px;
    flex-wrap: nowrap;
    gap: 1rem;
  }

  .brand-mark {
    width: 46px;
    height: 43px;
  }

  .brand-logo {
    width: min(178px, calc(100vw - 88px));
    height: 54px;
  }

  .brand-cta {
    display: none !important;
  }

  .brand-menu-toggle {
    width: 48px;
    height: 44px;
    flex: 0 0 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  #mainNavbar {
    margin-bottom: .75rem;
    margin-top: .75rem;
  }

  .main-navbar .navbar-nav {
    align-items: stretch !important;
  }

  .main-navbar .nav-item {
    flex: none;
  }

  .hero {
    min-height: 0;
    padding: 4rem 0 3rem;
    background-position: 56% center;
  }

  .cta-band {
    background-position: 56% center;
  }

  .hero .hero-panel {
    margin-left: 0;
    max-width: none;
  }

  .price-badge {
    margin-top: 1.2rem;
    max-width: 360px;
    min-width: 0;
    padding-right: 2rem;
  }

}

@media (max-width: 767.98px) {
  main > section:not(.hero):not(.feature-strip) {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  main > section > .container-xxl > .mb-4,
  main > section > .container-xxl > .mb-lg-5 {
    margin-bottom: 2rem !important;
  }

  .topline-note {
    font-size: .76rem;
  }

  .brandbar-inner {
    min-height: 86px;
    gap: .85rem;
  }

  .brand-logo {
    width: min(160px, calc(100vw - 84px));
    height: 50px;
  }

  .brand-cta {
    display: none !important;
  }

  .main-navlink {
    padding: .82rem .9rem !important;
  }

  .hero h1 {
    font-size: clamp(1.9rem, 1.55rem + 1.6vw, 2.35rem);
    line-height: 1;
  }

  .feature-box {
    padding: 1rem .25rem;
  }

  .material-card .body {
    padding: 1.3rem 1.2rem 1.45rem;
  }

  .feature-strip {
    padding: 3.2rem 0 3rem;
  }

  .materials-grid-shell.is-collapsed {
    max-height: 500px;
  }

  .materials-grid-shell.is-collapsed::after {
    height: 145px;
  }

  .section-title {
    font-size: clamp(1.9rem, 1.55rem + 1.4vw, 2.35rem);
  }

  .transport-card.active .transport-badge {
    left: 50%;
  }

  .cookie-bar {
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .cookie-bar__actions {
    justify-content: stretch;
  }

  .cookie-bar__actions .btn {
    width: 100%;
  }

  .privacy-content,
  .privacy-contact {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-dot {
    animation: none;
  }

  .hero,
  .cta-band {
    transition: none;
    background-size: cover;
    background-position: center center;
  }

  .card-image img {
    transition: none;
  }

  .material-card:hover .card-image img {
    transform: none;
    filter: none;
  }
}
