:root {
  --black: #1f1f1f;
  --text: #333333;
  --muted: #6b6b6b;
  --white: #ffffff;
  --section: #f7f7f7;
  --footer-gray: #7c7c7c;
  --accent: #cfd4db;
  --container: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: 86px;
  color: var(--text);
  background: var(--white);
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

main section {
  scroll-margin-top: 86px;
}

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

.brand {
  width: 88px;
  display: inline-flex;
  align-items: center;
}

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

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.primary-menu a {
  padding: 15px;
  color: #d83f6b;
  font-size: 15px;
  font-weight: 500;
}

.primary-menu a:hover {
  color: #777777;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #202020;
  font: inherit;
  cursor: pointer;
  padding: 8px 0;
}

.section-bg {
  position: relative;
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgba(18, 18, 18, 0.72), rgba(18, 18, 18, 0.38)),
    url("assets/images/slide10_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero {
  min-height: 624px;
  display: flex;
  align-items: center;
}

.hero-inner {
  padding: 132px 0 125px;
}

.hero h1 {
  margin: 0 0 20px;
  color: var(--white);
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.hero-list {
  list-style: none;
  width: 380px;
  margin: 0 auto;
  padding: 0;
}

.hero-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  color: var(--white);
  font-size: 16px;
}

.list-icon {
  width: 11px;
  height: 8px;
  display: inline-block;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
  border-radius: 1px;
}

.solutions,
.supply-chain {
  padding: 108px 0 92px;
  background: var(--white);
}

.section-heading {
  margin-bottom: 58px;
  text-align: center;
}

.section-heading h2,
.suppliers h2,
.about h2,
.contact h2 {
  margin: 0;
  color: #4d555d;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none;
}

.section-heading h2::after,
.suppliers h2::after {
  content: "";
  display: block;
  width: 330px;
  height: 12px;
  margin: 8px auto 0;
  opacity: 0.45;
  background:
    radial-gradient(circle at 6px 6px, transparent 4px, #999 4.4px, #999 5.2px, transparent 5.6px)
    0 0 / 18px 12px repeat-x;
}

.section-heading p {
  margin: 8px 0 0;
  color: #616161;
  font-size: 12px;
  line-height: 1.35;
}

.service-grid {
  display: grid;
  gap: 34px 30px;
}

.service-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid.five {
  grid-template-columns: 1fr;
  max-width: 1140px;
  margin: 0 auto;
  gap: 54px;
}

.service-grid article {
  min-width: 0;
}

.solutions .service-grid article {
  display: grid;
  grid-template-columns: 76px 1fr;
  column-gap: 16px;
  align-items: start;
}

.service-title {
  display: contents;
}

.service-grid h3 {
  margin: 0 0 14px;
  color: #3f4449;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.service-grid p {
  margin: 0;
  color: #565656;
  font-size: 13px;
  line-height: 1.58;
}

.solutions .service-grid p {
  grid-column: 2;
}

.service-icon,
.supply-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
}

.service-icon {
  grid-row: span 2;
  width: 64px;
  height: 64px;
  background: #050505;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.05), 0 0 0 1px #bfc7d0;
}

.service-icon::before,
.supply-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  background: #8ea0b2;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.icon-network::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='3' width='6' height='6'/%3E%3Crect x='15' y='3' width='6' height='6'/%3E%3Crect x='3' y='15' width='6' height='6'/%3E%3Crect x='15' y='15' width='6' height='6'/%3E%3Cpath d='M9 6h6M6 9v6M18 9v6M9 18h6'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='3' width='6' height='6'/%3E%3Crect x='15' y='3' width='6' height='6'/%3E%3Crect x='3' y='15' width='6' height='6'/%3E%3Crect x='15' y='15' width='6' height='6'/%3E%3Cpath d='M9 6h6M6 9v6M18 9v6M9 18h6'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-globe::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-book::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.5A2.5 2.5 0 0 1 6.5 3H20v16H7a3 3 0 0 0-3 3V5.5Zm4 .5v10h9V6H8Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.5A2.5 2.5 0 0 1 6.5 3H20v16H7a3 3 0 0 0-3 3V5.5Zm4 .5v10h9V6H8Z'/%3E%3C/svg%3E");
}

.icon-users::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='black'%3E%3Ccircle cx='9' cy='9' r='3'/%3E%3Ccircle cx='17' cy='10' r='2.5'/%3E%3Cpath d='M3 20c.5-4 3-6 6-6s5.5 2 6 6H3Zm11.5-.2c-.2-1.8-.8-3.3-1.8-4.5 1-.7 2.2-1 3.5-1 2.5 0 4.3 1.8 4.8 5.5h-6.5Z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='black'%3E%3Ccircle cx='9' cy='9' r='3'/%3E%3Ccircle cx='17' cy='10' r='2.5'/%3E%3Cpath d='M3 20c.5-4 3-6 6-6s5.5 2 6 6H3Zm11.5-.2c-.2-1.8-.8-3.3-1.8-4.5 1-.7 2.2-1 3.5-1 2.5 0 4.3 1.8 4.8 5.5h-6.5Z'/%3E%3C/g%3E%3C/svg%3E");
}

.supply-chain {
  padding-top: 110px;
  padding-bottom: 112px;
}

.supply-chain .section-heading {
  margin-bottom: 36px;
}

.supply-chain .service-grid article {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 68px;
  align-items: center;
}

.supply-chain .service-grid h3 {
  margin-bottom: 8px;
}

.supply-chain .service-grid p {
  max-width: 910px;
  font-size: 13px;
}

.supply-icon {
  width: 96px;
  height: 96px;
  border: 4px solid #25aeea;
  background: #ffffff;
}

.supply-icon::before {
  width: 48px;
  height: 48px;
  background: #25aeea;
}

.icon-plane::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.5 3.5 9.7 21l-2.1-7.4L1 10.5l20.5-7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.5 3.5 9.7 21l-2.1-7.4L1 10.5l20.5-7Z'/%3E%3C/svg%3E");
}

.icon-layers::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='black'%3E%3Cpath d='m12 3 10 5-10 5L2 8l10-5Z'/%3E%3Cpath d='m2 12 10 5 10-5v3l-10 5-10-5v-3Z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='black'%3E%3Cpath d='m12 3 10 5-10 5L2 8l10-5Z'/%3E%3Cpath d='m2 12 10 5 10-5v3l-10 5-10-5v-3Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-list::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='black'%3E%3Ccircle cx='5' cy='6' r='2'/%3E%3Ccircle cx='5' cy='12' r='2'/%3E%3Ccircle cx='5' cy='18' r='2'/%3E%3Crect x='10' y='4.5' width='11' height='3'/%3E%3Crect x='10' y='10.5' width='11' height='3'/%3E%3Crect x='10' y='16.5' width='11' height='3'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='black'%3E%3Ccircle cx='5' cy='6' r='2'/%3E%3Ccircle cx='5' cy='12' r='2'/%3E%3Ccircle cx='5' cy='18' r='2'/%3E%3Crect x='10' y='4.5' width='11' height='3'/%3E%3Crect x='10' y='10.5' width='11' height='3'/%3E%3Crect x='10' y='16.5' width='11' height='3'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-cart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.5'%3E%3Cpath d='M3 4h3l2 11h10l2-7H7'/%3E%3Ccircle cx='10' cy='20' r='1.8' fill='black'/%3E%3Ccircle cx='18' cy='20' r='1.8' fill='black'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.5'%3E%3Cpath d='M3 4h3l2 11h10l2-7H7'/%3E%3Ccircle cx='10' cy='20' r='1.8' fill='black'/%3E%3Ccircle cx='18' cy='20' r='1.8' fill='black'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-transfer::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.4'%3E%3Cpath d='M7 7h12v5M17 4l3 3-3 3M17 17H5v-5M7 20l-3-3 3-3'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2.4'%3E%3Cpath d='M7 7h12v5M17 4l3 3-3 3M17 17H5v-5M7 20l-3-3 3-3'/%3E%3C/g%3E%3C/svg%3E");
}

.suppliers {
  padding: 64px 0 68px;
  background: #24a9e6;
  overflow: hidden;
  text-align: center;
}

.suppliers h2 {
  margin-bottom: 36px;
  color: var(--white);
  text-transform: uppercase;
}

.logo-carousel {
  position: relative;
  overflow: hidden;
  width: min(100%, 1160px);
  min-height: 62px;
  margin: 0 auto;
  padding: 0 86px;
}

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

.logo-track img {
  width: 130px;
  height: 57px;
  object-fit: contain;
  flex: 0 0 auto;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border: solid rgba(255, 255, 255, 0.9);
  border-width: 0 4px 4px 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%) rotate(135deg);
}

.carousel-arrow.prev {
  left: 14px;
}

.carousel-arrow.next {
  right: 14px;
  transform: translateY(-50%) rotate(-45deg);
}

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

.about {
  min-height: 424px;
  padding: 108px 0;
  color: var(--white);
  background: radial-gradient(at 0% 50%, #838383 0%, #292929 100%);
}

.about-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.65fr;
  gap: 86px;
  align-items: start;
}

.about h2,
.about p {
  color: var(--white);
}

.about p {
  margin: 0;
  padding-left: 22px;
  border-left: 3px solid rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.32;
}

.contact {
  min-height: 824px;
  padding: 96px 0 118px;
}

.contact-inner {
  display: grid;
  grid-template-columns: 365px 390px;
  gap: 210px;
  align-items: start;
}

.contact h2 {
  color: var(--white);
  margin-bottom: 24px;
}

.contact form {
  display: grid;
  gap: 13px;
  color: var(--white);
}

.contact-status {
  display: none;
  padding: 9px 11px;
  border-left: 3px solid #d83f6b;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 13px;
}

.contact-status.is-visible {
  display: block;
}

.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact label {
  display: grid;
  gap: 6px;
  color: var(--white);
  font-size: 12px;
  line-height: 1.35;
}

.contact input,
.contact textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.96);
  color: #222222;
  font: inherit;
  padding: 8px 9px;
  outline: none;
}

.contact textarea {
  min-height: 185px;
  resize: vertical;
}

.contact button {
  width: 69px;
  height: 42px;
  border: 0;
  background: #efefef;
  color: #333333;
  cursor: pointer;
  font: inherit;
}

.contact-details {
  display: grid;
  gap: 8px;
  margin: 70px 0 0;
  padding-left: 22px;
  border-left: 3px solid rgba(255, 255, 255, 0.82);
  color: var(--white);
  font-style: normal;
  line-height: 1.55;
}

.contact-details strong {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}

.contact-details a {
  color: #d83f6b;
}

.site-footer {
  color: var(--white);
}

.footer-payments {
  padding: 20px 0;
  background: var(--black);
}

.payment-inner {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.payment-inner h2 {
  margin: 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}

.payment-logos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.payment-logos img {
  width: auto;
  height: 32px;
}

.footer-copy {
  padding: 20px 0;
  background: var(--footer-gray);
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}

@media (max-width: 1024px) {
  .service-grid.four,
  .service-grid.five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-inner,
  .about-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .contact-details {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 84px;
  }

  main section {
    scroll-margin-top: 84px;
  }

  .container,
  .header-inner {
    width: min(100% - 34px, var(--container));
  }

  .header-inner {
    min-height: 84px;
  }

  .brand {
    width: 72px;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    min-height: 38px;
  }

  .primary-menu {
    position: absolute;
    top: 84px;
    right: 17px;
    left: 17px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
  }

  .primary-menu.is-open {
    display: flex;
  }

  .primary-menu a {
    padding: 13px 16px;
    border-bottom: 1px solid #eeeeee;
  }

  .hero {
    min-height: 375px;
  }

  .hero-inner {
    padding: 78px 0 74px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .solutions,
  .supply-chain {
    padding: 58px 0 54px;
  }

  .section-heading h2,
  .suppliers h2,
  .about h2,
  .contact h2 {
    font-size: 24px;
  }

  .section-heading p {
    font-size: 20px;
  }

  .service-grid.four,
  .service-grid.five {
    grid-template-columns: 1fr;
  }

  .about,
  .contact {
    padding: 64px 0;
  }

  .contact-inner {
    gap: 44px;
  }

  .payment-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Grand Store Deals inspired visual refresh */
:root {
  --navy: #111827;
  --navy-2: #1d2737;
  --page: #f3f6f9;
  --card: #ffffff;
  --blue: #0878ad;
  --blue-2: #19a7df;
  --line: #dce5ee;
  --soft-text: #566273;
}

body {
  background: var(--page);
  color: #182230;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.header-inner {
  min-height: 82px;
}

.brand img {
  width: 42px;
  height: 52px;
}

.primary-menu a {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
}

.primary-menu a:hover {
  color: #333333;
}

.menu-toggle {
  color: #000000;
}

.section-bg {
  background-image:
    linear-gradient(135deg, rgba(17, 24, 39, 0.78), rgba(29, 39, 55, 0.64)),
    url("assets/images/slide10_bg.jpg");
  background-position: center center;
}

.hero {
  min-height: 650px;
  align-items: center;
}

.hero-inner {
  padding: 128px 0 118px;
}

.hero h1 {
  max-width: 860px;
  margin: 0 0 26px;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.96;
  text-align: left;
  letter-spacing: 0;
}

.hero-list {
  width: auto;
  margin: 0;
}

.hero-list li {
  font-size: 15px;
  line-height: 1.55;
}

.solutions,
.supply-chain {
  background: var(--page);
  padding: 96px 0;
}

.supply-chain {
  background: #ffffff;
}

.section-heading {
  margin-bottom: 56px;
}

.section-heading h2,
.suppliers h2,
.about h2,
.contact h2 {
  color: #182230;
  font-family: "Trebuchet MS", Roboto, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
}

.section-heading h2::after,
.suppliers h2::after {
  display: none;
}

.section-heading p {
  margin-top: 14px;
  color: var(--soft-text);
  font-size: 14px;
}

.solutions .service-grid {
  gap: 28px;
}

.solutions .service-grid article {
  display: block;
  padding: 30px 28px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.07);
}

.service-title {
  display: block;
}

.service-grid h3 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  margin: 24px 0 14px;
}

.service-grid p {
  color: var(--soft-text);
  font-size: 14px;
  line-height: 1.68;
}

.solutions .service-grid p {
  grid-column: auto;
}

.service-icon {
  width: 62px;
  height: 62px;
  background: #eef7fb;
  border: 1px solid #cbe8f4;
  box-shadow: none;
}

.service-icon::before {
  width: 28px;
  height: 28px;
  background: var(--blue);
}

.supply-chain .section-heading {
  margin-bottom: 42px;
}

.supply-chain .service-grid.five {
  gap: 24px;
}

.supply-chain .service-grid article {
  grid-template-columns: 86px 1fr;
  gap: 28px;
  padding: 28px 32px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.supply-chain .service-grid h3 {
  margin: 0 0 8px;
}

.supply-icon {
  width: 72px;
  height: 72px;
  border: 0;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
}

.supply-icon::before {
  width: 34px;
  height: 34px;
  background: #ffffff;
}

.suppliers {
  padding: 60px 0 54px;
  background-image:
    linear-gradient(135deg, rgba(17, 24, 39, 0.97), rgba(29, 39, 55, 0.96)),
    url("assets/images/slide10_bg.jpg");
  background-position: center;
  background-size: cover;
}

.suppliers h2 {
  margin-bottom: 34px;
  color: #ffffff;
}

.logo-carousel {
  padding: 0 78px;
}

.logo-track {
  gap: 20px;
  animation-duration: 46s;
}

.logo-track img {
  width: 134px;
  height: 64px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  object-fit: contain;
}

.carousel-arrow {
  opacity: 0.82;
}

.about {
  background: linear-gradient(135deg, #0f172a, #263241);
  min-height: 460px;
}

.about h2,
.about p {
  color: #ffffff;
}

.about p {
  border-left-color: rgba(25, 167, 223, 0.9);
  font-weight: 600;
}

.contact {
  background-image:
    linear-gradient(135deg, rgba(17, 24, 39, 0.88), rgba(7, 13, 24, 0.86)),
    url("assets/images/slide10_bg.jpg");
}

.contact h2 {
  color: #ffffff;
}

.contact input,
.contact textarea {
  border: 1px solid rgba(203, 232, 244, 0.55);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
}

.contact button {
  width: 72px;
  border-radius: 6px;
  background: var(--blue);
  color: #ffffff;
}

.contact-details {
  border-left-color: rgba(25, 167, 223, 0.9);
}

.contact-details a {
  color: #58c9f4;
}

.footer-payments {
  background: var(--navy);
}

.footer-copy {
  background: #263241;
}

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

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

@media (max-width: 767px) {
  .site-header {
    background: rgba(255, 255, 255, 0.98);
  }

  .primary-menu {
    background: #ffffff;
    border-top-color: rgba(0, 0, 0, 0.1);
  }

  .primary-menu a {
    color: #000000;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }

  .hero {
    min-height: 520px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.04;
  }

  .section-heading h2,
  .suppliers h2,
  .about h2,
  .contact h2 {
    font-size: 32px;
  }

  .solutions .service-grid.four {
    grid-template-columns: 1fr;
  }

  .solutions .service-grid article,
  .supply-chain .service-grid article {
    padding: 24px;
  }

  .supply-chain .service-grid article {
    grid-template-columns: 64px 1fr;
    gap: 18px;
  }

  .supply-icon {
    width: 56px;
    height: 56px;
  }

  .supply-icon::before {
    width: 28px;
    height: 28px;
  }

  .logo-carousel {
    padding: 0 40px;
  }
}

/* Exact Grand Store Deals body layout, keeping this site's header/contact identity */
:root {
  --max: 1140px;
  --mist: #f3f6f9;
  --ink: #182230;
  --muted: #566273;
  --line: #dce5ee;
  --navy: #111827;
  --blue: #0f9fd4;
  --blue-dark: #0878ad;
}

.section,
.contact-section,
.about-section {
  padding: 96px 0;
}

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

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

.hero {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(17, 24, 39, 0.94) 0%, rgba(17, 24, 39, 0.68) 47%, rgba(17, 24, 39, 0.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, 0.043) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.043) 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;
  padding: 30px 0 10px;
}

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

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

.hero-list li {
  position: relative;
  display: block;
  padding: 7px 0 7px 28px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.list-icon {
  display: none;
}

.hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  background: var(--blue);
  border-radius: 50%;
}

.hero-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

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

.compact-top {
  background: #ffffff;
}

.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;
}

.squiggle {
  width: 280px;
  height: 14px;
  margin: 8px auto 0;
  opacity: 0.44;
  background:
    radial-gradient(circle at 7px 7px, transparent 4px, #9aa7b6 4.4px, #9aa7b6 5.2px, transparent 5.7px)
    0 0 / 18px 14px repeat-x;
}

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

.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, 0.07);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

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

.service-title {
  display: block;
}

.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;
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #eef9fd;
  border: 1px solid rgba(15, 159, 212, 0.24);
  box-shadow: none;
}

.service-icon::before {
  width: 28px;
  height: 28px;
  background: var(--blue);
}

.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, 0.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, 0.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, 0.24);
}

.round-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  background: var(--blue);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

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

.round-icon.filled::before {
  background: #ffffff;
}

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

.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, 0.24);
}

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

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

.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 82px;
  align-items: start;
}

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

.about-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.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;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--mist) 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(310px, 0.72fr);
  gap: 38px;
  align-items: start;
}

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

.contact-form {
  display: grid;
  gap: 13px;
}

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

.contact-form form {
  display: grid;
  gap: 13px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fafc;
  color: var(--ink);
  font: inherit;
  padding: 10px 11px;
  outline: none;
}

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

.contact-form button {
  width: 72px;
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  background: var(--blue-dark);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.contact-info {
  color: var(--ink);
  font-style: normal;
}

.contact-info h4,
.contact-info strong {
  display: block;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
}

.contact-info span,
.contact-info p {
  display: block;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.contact-info a {
  color: var(--blue-dark);
}

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

.footer-inner {
  min-height: 148px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

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

.payments h2 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.payments img {
  width: auto;
  height: 32px;
}

.copyright {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

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

  .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;
  }
}

@media (max-width: 880px) {
  #solutions,
  #supply-chain,
  #suppliers,
  #about,
  #contact {
    scroll-margin-top: 92px;
  }

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

  .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;
  }

  .about-grid {
    gap: 30px;
  }

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

  .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;
    text-align: center;
  }

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

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

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

@media (max-width: 560px) {
  .container,
  .hero-content,
  .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-list {
    padding: 14px 16px;
  }

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

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

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