:root {
  --navy: #111827;
  --ink: #182230;
  --muted: #667085;
  --paper: #ffffff;
  --mist: #f3f6f9;
  --line: #dce5ee;
  --blue: #0f9fd4;
  --blue-dark: #0878ad;
  --rose: #cc3366;
  --max: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--mist);
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 82px;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 18px 50px rgba(17, 24, 39, .22);
}

.header-inner {
  width: min(var(--max), calc(100% - 54px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .26);
}

.brand img {
  width: 42px;
  height: 52px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  position: relative;
  min-height: 44px;
  padding: 12px 17px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 6px;
  transition: background .2s ease, color .2s ease;
}

.site-nav a:hover,
.site-nav a:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 8px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: transparent;
  padding: 9px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
}

.hero {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(17, 24, 39, .94) 0%, rgba(17, 24, 39, .68) 47%, rgba(17, 24, 39, .12) 100%),
    url("assets/images/slide10_bg.jpg");
  background-size: cover;
  background-position: left top;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(243, 246, 249, 0) 0%, var(--mist) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 54px));
  margin: 0 auto;
  padding: 30px 0 10px;
}

.hero h1 {
  max-width: 860px;
  margin: 0 0 26px;
  color: #ffffff;
  font-size: 64px;
  font-weight: 700;
  line-height: .96;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .34);
}

.hero ul {
  width: min(420px, 100%);
  margin: 0;
  padding: 18px 22px;
  list-style: none;
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
}

.hero li {
  position: relative;
  padding: 7px 0 7px 28px;
  font-size: 16px;
  font-weight: 600;
}

.hero li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--blue);
  border-radius: 50%;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
}

.section {
  padding: 96px 0;
}

.white-section {
  background: var(--mist);
}

.compact-top {
  background: #ffffff;
}

.container {
  width: min(var(--max), calc(100% - 54px));
  margin: 0 auto;
}

#solutions,
#supply-chain,
#suppliers,
#about-us,
#contact-us {
  scroll-margin-top: 104px;
}

.section-title {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-title h2,
.suppliers-band h2,
.about-section h2,
.contact-form h2 {
  margin: 0;
  font-family: "Trebuchet MS", Roboto, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.section-title h2 {
  color: var(--ink);
  font-size: 42px;
  line-height: 1.08;
}

.section-title p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.squiggle {
  width: 104px;
  height: 4px;
  margin: 20px auto 0;
  background: linear-gradient(90deg, var(--blue), var(--rose));
  border-radius: 999px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(17, 24, 39, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 159, 212, .4);
  box-shadow: 0 28px 70px rgba(17, 24, 39, .13);
}

.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--navy);
  border-radius: 8px;
  font-size: 26px;
  box-shadow: inset 0 -4px 0 rgba(15, 159, 212, .45), 0 14px 32px rgba(17, 24, 39, .18);
}

.service-card h3,
.execution-item h3 {
  margin: 24px 0 14px;
  color: var(--blue-dark);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.service-card p,
.execution-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.62;
}

.execution-list {
  position: relative;
  display: grid;
  gap: 18px;
}

.execution-list::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 43px;
  width: 2px;
  background: linear-gradient(var(--blue), rgba(15, 159, 212, .1));
}

.execution-item {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: start;
  gap: 24px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(17, 24, 39, .055);
}

.execution-item h3 {
  margin-top: 2px;
}

.round-icon {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #eef9fd;
  border: 1px solid rgba(15, 159, 212, .24);
  font-size: 25px;
}

.round-icon.filled {
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}

.suppliers-band {
  min-height: 280px;
  padding: 60px 0 54px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, .97), rgba(29, 39, 55, .96)),
    url("assets/images/slide10_bg.jpg");
  background-size: cover;
  background-position: center;
}

.suppliers-band h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.08;
  text-align: center;
}

.logo-marquee {
  width: 100%;
  margin-top: 44px;
  overflow: hidden;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: supplier-scroll 26s linear infinite;
}

.logo-track:hover {
  animation-play-state: paused;
}

.logo-track img {
  width: 134px;
  height: 64px;
  padding: 10px 14px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.logo-track img:nth-child(3),
.logo-track img:nth-child(4),
.logo-track img:nth-child(5) {
  width: 104px;
}

@keyframes supplier-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-44%); }
}

.about-section {
  padding: 110px 0;
  background: var(--navy);
}

.about-grid {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-section h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
}

.about-section p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  padding-left: 34px;
  border-left: 4px solid var(--blue);
}

.contact-section {
  min-height: 780px;
  padding: 96px 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--mist) 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr);
  gap: 28px;
  align-items: stretch;
}

.contact-form {
  padding: 34px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 39, .1);
}

.contact-form h2 {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 40px;
  line-height: 1;
}

.contact-form label {
  display: block;
  color: #465365;
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  display: block;
  margin: 7px 0 16px;
  border: 1px solid var(--line);
  background: #f8fafc;
  color: var(--ink);
  font: 16px Arial, sans-serif;
  padding: 11px 12px;
  border-radius: 6px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(15, 159, 212, .18);
  border-color: var(--blue);
  background: #ffffff;
}

.contact-form input {
  height: 44px;
}

.contact-form textarea {
  height: 236px;
  resize: vertical;
}

.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-form button {
  position: relative;
  height: 44px;
  min-width: 92px;
  border: 0;
  background: var(--rose);
  color: #ffffff;
  font: 700 15px Roboto, sans-serif;
  padding: 10px 22px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(204, 51, 102, .24);
}

.contact-form button.is-processing {
  min-width: 124px;
  padding-left: 44px;
  opacity: .9;
  pointer-events: none;
}

.contact-form button.is-processing::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid rgba(255, 255, 255, .42);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: form-spin .8s linear infinite;
}

.form-status {
  display: none !important;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #0f5132;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.form-status:empty,
.form-status:not(.show) {
  display: none !important;
}

.form-status.show:not(:empty) {
  display: inline-flex !important;
  align-items: center;
  min-height: 44px;
}

.form-status.error {
  color: #b42318;
}

@keyframes form-spin {
  to { transform: rotate(360deg); }
}

.contact-info {
  padding: 42px;
  color: #ffffff;
  background:
    linear-gradient(rgba(17, 24, 39, .88), rgba(17, 24, 39, .9)),
    url("assets/images/slide10_bg.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 39, .16);
}

.contact-info h4 {
  margin: 0 0 50px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}

.contact-info p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .86);
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.contact-info .spaced {
  margin-top: 90px;
}

.contact-info a {
  color: #ff77a5;
}

.site-footer {
  background: #0b1018;
  color: #ffffff;
  font-family: Roboto, sans-serif;
}

.footer-inner {
  width: min(var(--max), calc(100% - 54px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-inner strong {
  font-size: 16px;
  font-weight: 700;
}

.payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.payments img {
  height: 32px;
  width: auto;
  object-fit: contain;
  border-radius: 4px;
}

.copyright {
  padding: 18px 27px 22px;
  color: rgba(255, 255, 255, .72);
  text-align: center;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (min-width: 1280px) {
  .hero h1 {
    max-width: 940px;
  }
}

@media (max-width: 1180px) {
  :root {
    --max: 1000px;
  }

  .header-inner,
  .hero-content,
  .container,
  .footer-inner {
    width: calc(100% - 40px);
  }

  .site-nav {
    gap: 2px;
  }

  .site-nav a {
    padding: 12px 12px;
    font-size: 13px;
  }

  .hero {
    min-height: 610px;
  }

  .hero h1 {
    max-width: 760px;
    font-size: 56px;
  }

  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .service-card {
    min-height: 270px;
  }

  .contact-grid {
    grid-template-columns: minmax(0, .92fr) minmax(300px, .72fr);
  }
}

@media (max-width: 1024px) {
  .section,
  .contact-section {
    padding: 84px 0;
  }

  .hero {
    min-height: 590px;
    background-position: 45% top;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero ul {
    width: min(390px, 100%);
  }

  .section-title h2,
  .suppliers-band h2,
  .contact-form h2 {
    font-size: 36px;
  }

  .about-section {
    padding: 92px 0;
  }

  .about-grid {
    gap: 52px;
  }

  .about-section h2 {
    font-size: 42px;
  }

  .contact-grid {
    gap: 22px;
  }

  .contact-form,
  .contact-info {
    padding: 30px;
  }
}

@media (max-width: 880px) {
  html {
    scroll-padding-top: 92px;
  }

  #solutions,
  #supply-chain,
  #suppliers,
  #about-us,
  #contact-us {
    scroll-margin-top: 92px;
  }

  .site-header,
  .header-inner {
    height: 76px;
  }

  .header-inner {
    width: min(var(--max), calc(100% - 32px));
  }

  .brand {
    width: 56px;
    height: 56px;
  }

  .brand img {
    width: 39px;
    height: 49px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #111827;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding-left: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    min-height: 560px;
    background-position: 58% top;
  }

  .hero-content,
  .container,
  .footer-inner {
    width: calc(100% - 32px);
  }

  .hero h1 {
    max-width: 620px;
    font-size: 40px;
    line-height: 1.04;
  }

  .section-title h2,
  .suppliers-band h2,
  .contact-form h2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .about-grid {
    gap: 30px;
  }

  .about-section h2 {
    font-size: 38px;
  }

  .contact-info .spaced {
    margin-top: 46px;
  }

  .footer-inner {
    flex-wrap: wrap;
    padding: 18px 0;
  }
}

@media (max-width: 700px) {
  .section,
  .contact-section,
  .about-section {
    padding: 72px 0;
  }

  .solution-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .execution-list::before {
    display: none;
  }

  .execution-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .round-icon,
  .service-icon {
    margin: 0 auto;
  }

  .service-card {
    text-align: center;
  }

  .about-section p {
    padding-left: 22px;
  }
}

@media (max-width: 560px) {
  .header-inner,
  .hero-content,
  .container,
  .footer-inner {
    width: calc(100% - 30px);
  }

  .hero {
    min-height: 520px;
    align-items: flex-start;
    padding-top: 64px;
    background-position: 62% top;
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero ul {
    padding: 14px 16px;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .section-title h2,
  .suppliers-band h2,
  .contact-form h2 {
    font-size: 29px;
  }

  .section-title p {
    font-size: 14px;
  }

  .service-card h3,
  .execution-item h3 {
    font-size: 20px;
  }

  .service-card p,
  .execution-item p,
  .about-section p,
  .contact-info p {
    font-size: 14px;
  }

  .suppliers-band {
    min-height: 240px;
    padding: 54px 0 48px;
  }

  .logo-track img {
    width: 116px;
    height: 58px;
  }

  .logo-track img:nth-child(3),
  .logo-track img:nth-child(4),
  .logo-track img:nth-child(5) {
    width: 96px;
  }

  .about-section h2 {
    font-size: 34px;
  }

  .contact-form,
  .contact-info {
    padding: 24px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
  }

  .payments {
    gap: 18px;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 28px;
  }

  .hero li {
    font-size: 14px;
  }

  .contact-form,
  .contact-info,
  .service-card,
  .execution-item {
    padding: 20px;
  }
}
