.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: 148px 24px 70px;
  overflow: hidden;
  color: #fff;
  background: var(--charcoal);
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 20, 48, 0.96), rgba(8, 20, 48, 0.78) 43%, rgba(8, 20, 48, 0.22)),
    radial-gradient(circle at 18% 72%, rgba(47, 86, 179, 0.34), transparent 28%);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-copy,
.hero-stats {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-copy {
  align-self: center;
  max-width: 720px;
  margin-left: max(24px, calc((100vw - 1180px) / 2));
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #9ec0ff;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(54px, 8vw, 112px);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.2vw, 64px);
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-text {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-stats {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 840px;
  margin-top: 70px;
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-stats div {
  padding: 22px 24px;
}

.hero-stats div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-family: Georgia, serif;
  font-size: 34px;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.section {
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 44px;
}

.section-heading .eyebrow {
  padding-top: 14px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
  gap: 28px;
}

.lead {
  margin: 0;
  color: #20365c;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.2;
}

.intro-card,
.insight {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-card {
  padding: 32px;
}

.card-number {
  display: inline-block;
  margin-bottom: 48px;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 54px;
}

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

.product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(28, 23, 18, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.product-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-card div {
  padding: 24px;
}

.product-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card p,
.intro-card p,
.insight p {
  color: var(--muted);
}

.products {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
  border-radius: 28px;
  overflow: hidden;
}

.products .section-heading {
  display: block;
  max-width: 1050px;
  margin: 0 auto 34px;
  text-align: center;
}

.products .section-heading p {
  max-width: 860px;
  margin: 14px auto 0;
  color: #4f6487;
  font-size: 17px;
  line-height: 1.55;
}

.classification-slider {
  position: relative;
  overflow: hidden;
  padding: 16px 0 24px;
  margin-top: -16px;
  margin-bottom: -24px;
}

.classification-slider .swiper-wrapper {
  align-items: stretch;
}

.classification-slider .swiper-slide {
  height: auto;
}

.classification-card {
  position: relative;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
  transition: var(--transition-smooth);
}

.classification-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow:
    0 14px 26px rgba(14, 23, 42, 0.08),
    0 4px 12px rgba(14, 23, 42, 0.05);
}

.classification-card img {
  height: auto;
  min-height: 0;
  aspect-ratio: 0.68 / 1;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.classification-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.25) 45%, rgba(15, 23, 42, 0.85) 100%);
  content: "";
  transition: var(--transition-smooth);
}

.classification-card::after {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  color: #fff;
  content: "+";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.8;
  transition: var(--transition-smooth);
}

.classification-card:hover img {
  transform: scale(1.06);
}

.classification-card:hover::before {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.4) 40%, rgba(15, 23, 42, 0.92) 100%);
}

.classification-card:hover::after {
  transform: rotate(90deg) scale(1.1);
  opacity: 1;
}

.classification-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 28px;
  color: #fff;
  background: rgba(11, 22, 46, 0);
  backdrop-filter: blur(0px);
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

.classification-card .classification-content {
  padding: 28px;
}

.classification-card:hover .classification-content,
.classification-card.is-expanded .classification-content {
  background: rgba(11, 22, 46, 0.72);
  backdrop-filter: blur(12px);
}

.classification-content h3 {
  display: flex;
  margin: 0;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.classification-content h3::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  margin-left: 8px;
  align-self: center;
}

.classification-content p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, max-height 0.4s ease, margin 0.4s ease, transform 0.4s ease;
}

.classification-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  color: #93C5FD;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, max-height 0.4s ease, margin 0.4s ease, transform 0.4s ease, color 0.25s ease;
}

.classification-content a::after {
  content: " →";
  font-size: 13px;
  line-height: 1;
}

.classification-card:hover .classification-content p,
.classification-card.is-expanded .classification-content p {
  opacity: 1;
  max-height: 120px;
  margin-top: 12px;
  transform: translateY(0);
}

.classification-card:hover .classification-content a,
.classification-card.is-expanded .classification-content a {
  opacity: 1;
  max-height: 40px;
  margin-top: 16px;
  transform: translateY(0);
}

.classification-card:hover .classification-content p {
  transition-delay: 0.05s;
}

.classification-card:hover .classification-content a {
  transition-delay: 0.1s;
}

.classification-card:hover .classification-content a {
  color: #fff;
}

.classification-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
  transition: var(--transition-smooth);
}

.classification-nav:hover {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-50%) scale(1.08);
}

.classification-prev {
  left: 20px;
}

.classification-next {
  right: 20px;
}

.classification-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 52px;
  margin: 36px auto 0;
  color: #18315d;
  background: #e8eef8;
  border: 1px solid rgba(42, 77, 155, 0.12);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.classification-more:hover {
  color: #fff;
  background: #2f56b3;
  border-color: #2f56b3;
  transform: translateY(-2px);
}

.about-talk {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(47, 86, 179, 0.2), transparent 28%),
    linear-gradient(135deg, #0b1e46 0%, #15356f 48%, #09162f 100%);
}

.about-talk::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
}

.about-talk-inner {
  position: relative;
  z-index: 1;
  padding: var(--section-space) 0 0;
}

.about-talk-head {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 74px;
  align-items: center;
  margin-bottom: 56px;
}

.talk-title {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #f0f2f7;
}

.talk-title i {
  color: #e9ebf2;
  font-size: clamp(86px, 8vw, 148px);
  line-height: 1;
  opacity: 0.9;
}

.talk-title span {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(42px, 4.2vw, 72px);
  font-weight: 800;
  letter-spacing: 0;
}

.about-talk-head > p {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 54px);
  font-weight: 700;
  line-height: 1.18;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.about-metrics article {
  min-height: 270px;
  padding: 34px 32px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  transition: background 0.25s ease, transform 0.25s ease;
}

.about-metrics article:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

.about-metrics strong {
  display: inline-block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.about-metrics span {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 800;
}

.about-metrics hr {
  width: 36px;
  height: 2px;
  margin: 24px 0 20px;
  border: 0;
  background: #4c78da;
}

.about-metrics h3 {
  color: #fff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.about-metrics p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.7;
}

.about-media {
  position: relative;
  min-height: 520px;
  margin-top: 64px;
  overflow: hidden;
  clip-path: inset(0 4vw 0 4vw);
  background: #000;
}

.about-media img {
  height: 620px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.62) saturate(1.03);
  transition: transform 0.6s ease;
}

.about-media:hover img {
  transform: scale(1.04);
}

.about-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.08) 58%, rgba(0, 0, 0, 0.58)),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52));
  content: "";
}

.about-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  color: #fff;
  background: rgba(47, 86, 179, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.35);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, background 0.25s ease;
}

.about-play:hover {
  background: #2f56b3;
  transform: translate(-50%, -50%) scale(1.08);
}

.about-media p {
  position: absolute;
  z-index: 2;
  left: 52px;
  bottom: 46px;
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 42px);
  font-weight: 700;
  line-height: 1.22;
}

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

.insight {
  padding: 32px;
}

.insight time {
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
}

.hot-products {
  position: relative;
  padding: 0 0 var(--section-space);
  background: #f5f5f5;
}
.hot-products-hero .section-title{
  color: #fff;
}
.hot-products-hero {
  position: relative;
  padding: 84px 0 170px;
  background:
    linear-gradient(180deg, rgba(8, 27, 67, 0.72), rgba(8, 27, 67, 0.72)),
    url("../images/9a515c8a-392f-4e47-a83b-81e62ba34ed4.jpg") center / cover no-repeat;
}

.hot-products-heading {
  max-width: 880px;
  text-align: center;
}

.hot-products-heading-line {
  display: block;
  width: 42px;
  height: 4px;
  margin: 18px auto 18px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
}

.hot-products-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.45;
}

.hot-products-body {
  margin-top: -136px;
}

.hot-products-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 20px;
}

.hot-products-slider .swiper-slide {
  height: auto;
}

.hot-product-card {
  min-width: 0;
  height: 100%;
  background: var(--surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.hot-product-card:hover {
  border-color: rgba(37, 99, 235, 0.2);
  transform: translateY(-6px);
  box-shadow:
    0 8px 12px rgba(14, 23, 42, 0.08),
    0 4px 12px rgba(14, 23, 42, 0.05);
}

.hot-product-image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.1 / 1;
  overflow: hidden;
  background: #fff;
  padding: 16px;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.hot-product-image::after {
  position: absolute;
  top: -28%;
  left: -85%;
  z-index: 2;
  width: 46%;
  height: 156%;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 42%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.2) 58%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  filter: blur(1px);
  opacity: 0;
  transform: skewX(-18deg) translateX(0);
}

.hot-product-card:hover .hot-product-image::after {
  animation: hotProductShine 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hot-product-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hot-product-card:hover .hot-product-image img {
  transform: scale(1.05);
}

.hot-product-info {
  position: relative;
  z-index: 2;
  padding: 20px 24px 0;
  background: var(--surface);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.hot-product-info h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.hot-product-info p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  flex-grow: 1;
}

.hot-product-info p strong {
  color: var(--ink);
  font-weight: 700;
}

@keyframes hotProductShine {
  0% {
    opacity: 0;
    transform: skewX(-18deg) translateX(0);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: skewX(-18deg) translateX(430%);
  }
}

.hot-product-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin-top: auto;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: var(--transition-smooth);
}

.hot-product-quote:hover {
  color: var(--accent);
}

.hot-products-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 30px;
}

.hot-products-arrow {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #8e96a3;
  background: transparent;
  border: 0;
  font-size: 18px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.hot-products-arrow:hover {
  color: #274694;
  transform: scale(1.08);
}

.hot-products-counter {
  margin: 0;
  color: #4d5562;
  font-size: 16px;
  line-height: 1;
}

.service-support {
  background: #fff;
}

.service-support-heading {
  max-width: 980px;
  text-align: center;
}

.service-support-heading p {
  margin: 18px 0 0;
  color: #7d89a0;
  font-size: 16px;
  line-height: 1.5;
}

.service-support-slider {
  margin-top: 48px;
}

.service-support-pagination {
  position: relative;
  margin-top: 24px;
  text-align: center;
  display: none;
}

@media (max-width: 980px) {
  .service-support-pagination {
    display: block;
  }
}

.service-support-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(15, 23, 42, 0.2);
  opacity: 1;
  transition: all 0.3s ease;
}

.service-support-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: var(--accent) !important;
  border-radius: 4px;
}

.service-support-card {
  position: relative;
  height: 440px; /* Precise uniform card height */
  overflow: hidden;
  border-radius: 16px;
  background: #0d224a;
  box-shadow: 0 22px 54px rgba(17, 23, 38, 0.12);
}

.service-support-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 20, 48, 0.08) 0%, rgba(8, 20, 48, 0.28) 42%, rgba(8, 20, 48, 0.88) 100%);
  content: "";
  z-index: 1;
}

.service-support-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-support-card:hover img {
  transform: scale(1.04);
}

.service-support-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 0 28px 28px;
}

.service-support-overlay h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.service-support-desc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

.service-support-desc-row p {
  margin: 0;
  flex: 1;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.5;
}

.service-support-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, background 0.2s ease;
}

.service-support-card:hover .service-support-arrow {
  background: rgba(47, 86, 179, 0.92);
  transform: translateX(2px);
}

.service-support-footer {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.service-support-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 24px;
  color: #173567;
  border: 1px solid rgba(23, 53, 103, 0.28);
  border-radius: 999px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.service-support-more span {
  width: 10px;
  height: 10px;
  background: #c61d24;
  border-radius: 50%;
}

.service-support-more:hover {
  color: #2f56b3;
  border-color: rgba(47, 86, 179, 0.44);
  transform: translateY(-2px);
}

.global-network {
  position: relative;
  overflow: hidden;
  background: #1f3e89;
}

.global-network-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  min-height: 690px;
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.global-network-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  color: #fff;
}

.global-network-eyebrow {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.global-network-copy h2 {
  margin: 0 0 26px;
  color: #fff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.9vw, 36px);
  font-weight: 700;
  line-height: 1.12;
}

.global-network-stat {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(24px, 1.8vw, 38px);
  font-weight: 700;
  line-height: 1.18;
}

.global-network-stat strong {
  font-size: 1.7em;
  font-weight: 700;
}

.global-network-text {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.75;
}

.global-network-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 54px;
  margin-top: 38px;
  padding: 0 30px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.global-network-btn:hover {
  color: #1f3e89;
  background: #fff;
  transform: translateY(-2px);
}

.global-network-map {
  position: absolute;
  top: 0;
  right: calc((100vw - min(var(--container-width), calc(100% - (var(--container-gutter) * 2)))) / -2);
  bottom: 0;
  left: 46%;
  overflow: hidden;
}

.global-network-map::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 62, 137, 0) 0%, rgba(31, 62, 137, 0.06) 20%, rgba(31, 62, 137, 0.18) 100%);
  content: "";
}

.global-network-map-canvas {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 1030px);
}

.global-network-map-canvas img {
  display: block;
  width: 100%;
  height: auto;
}

.network-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
  cursor: pointer;
  z-index: 5;
}



.network-pin::before {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.16),
    0 0 0 14px rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: scale(0.55);
  content: "";
  animation: networkPinRipple 2.6s linear infinite;
}

.network-pin::after {
  display: none !important;
}

.network-pin-na {
  top: 18%;
  left: 28%;
}

.network-pin-eu {
  top: 18%;
  right: 14%;
}

.network-pin-africa {
  top: 35%;
  right: 24%;
}

.network-pin-sa {
  top: 56%;
  left: 48%;
}

.network-pin-eastafrica {
  top: 59%;
  right: 15%;
}

@keyframes networkPinRipple {
  0% {
    opacity: 0;
    transform: scale(0.55);
  }

  15% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

.news-section {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.news-section::after {
  position: absolute;
  bottom: 0;
  width: min(1680px, 100%);
  height: 332px;
  background:  url("../images/9f1ab502-dc5b-40b0-b18f-3747caf2a4d9.jpg") center bottom / cover no-repeat;
  z-index: 0;
  opacity: .5;
  pointer-events: none;
  content: "";
}

.news-section-heading {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  text-align: center;
}

.news-section-line {
  display: block;
  width: 54px;
  height: 4px;
  margin: 18px auto 26px;
  background: #274694;
  border-radius: 999px;
}

.news-section-heading p {
  max-width: 1060px;
  margin: 0 auto;
  color: #6e7481;
  font-size: 15px;
  line-height: 1.62;
}

.news-section-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(360px, 1.03fr);
  gap: 36px;
  align-items: stretch;
  margin-top: 62px;
}

.news-feature-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 23, 38, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.news-feature-image {
  display: block;
  aspect-ratio: 1.14 / 0.78;
  overflow: hidden;
}

.news-feature-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-feature-card:hover .news-feature-image img {
  transform: scale(1.04);
}

.news-feature-card:hover,
.news-brief-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(17, 23, 38, 0.14);
}

.news-feature-content {
  min-height: 174px;
  flex: 1 1 auto;
  padding: 20px 18px 22px;
}

.news-feature-content h3 {
  margin: 0 0 30px;
  color: #162845;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(21px, 1.6vw, 24px);
  font-weight: 800;
  line-height: 1.3;
}

.news-feature-content p {
  margin: 0;
  color: #6d7380;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-stack {
  display: grid;
  height: 100%;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.news-brief-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  height: 100%;
  padding: 36px 32px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(17, 23, 38, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.news-brief-card time {
  display: block;
  margin-bottom: 14px;
  color: #8a93a4;
  font-size: 14px;
  line-height: 1;
}

.news-brief-card h3 {
  margin: 0 0 14px;
  color: #162845;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(22px, 1.72vw, 26px);
  font-weight: 800;
  line-height: 1.24;
}

.news-brief-card p {
  margin: 0;
  color: #727987;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.supplier-cta {
  position: relative;
  padding: 100px 0;
  background:
    linear-gradient(90deg, rgba(11, 25, 54, 0.95) 0%, rgba(11, 25, 54, 0.88) 50%, rgba(11, 25, 54, 0.65) 100%),
    url("../images/85b27e79-8072-4891-98f6-7d23568258cb.jpg") center center / cover no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  color: #fff;
}

.supplier-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: center;
  gap: 48px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.supplier-cta-card::after {
  display: none;
}

.supplier-cta-copy {
  position: relative;
  z-index: 1;
  color: #fff;
}

.supplier-cta-copy h2 {
  max-width: 760px;
  margin: 0 0 10px;
  color: #fff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(34px, 2.8vw, 48px);
  font-weight: 900;
  line-height: 1.14;
}

.supplier-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.5;
}

.supplier-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.supplier-cta-points li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.supplier-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.supplier-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 198px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.supplier-cta-btn:hover {
  transform: translateY(-2px);
}

.supplier-cta-btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.02);
}

.supplier-cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.supplier-cta-btn-solid {
  color: #fff;
  background: #2f56b3;
}

.supplier-cta-btn-solid:hover {
  background: #3b66c7;
}

.wide {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .section-heading,
  .intro-grid {
    grid-template-columns: 1fr;
  }

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



  .global-network-inner {
    grid-template-columns: 1fr;
    min-height: unset;
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
  }

  .global-network-map {
    position: relative;
    inset: auto;
    min-height: 430px;
    margin-top: 8px;
    overflow: visible;
  }

  .global-network-map::before {
    inset: 0;
  }

  .global-network-map-canvas {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

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

  .supplier-cta-card {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 0;
  }

  .supplier-cta-actions {
    justify-content: flex-start;
  }

  .news-stack {
    grid-column: 1 / -1;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

}

@media (max-width: 640px) {
  .hero {
    min-height: 820px;
    padding-inline: 18px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(28, 24, 20, 0.82), rgba(28, 24, 20, 0.9));
  }

  .hero-copy,
  .hero-stats {
    margin-left: 0;
  }

  h1 {
    font-size: 52px;
  }

  .hero-stats,
  .product-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .service-support-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .service-support-card {
    min-height: 400px;
    border-radius: 14px;
  }

  .service-support-overlay {
    padding: 0 20px 22px;
  }

  .service-support-overlay h3 {
    font-size: 21px;
  }

  .global-network-inner {
    gap: 26px;
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
  }

  .global-network-copy h2 {
    font-size: 28px;
  }

  .global-network-stat {
    font-size: 22px;
  }

  .global-network-text {
    font-size: 15px;
  }

  .global-network-map {
    min-height: 280px;
    margin-inline: -8px;
  }

  .network-pin {
    width: 14px;
    height: 14px;
    box-shadow:
      0 0 0 8px rgba(255, 255, 255, 0.12),
      0 0 0 16px rgba(255, 255, 255, 0.08),
      0 0 0 24px rgba(255, 255, 255, 0.05);
  }

  .news-section {
    padding-top: var(--section-space);
    padding-bottom: var(--section-space);
  }

  .supplier-cta {
    padding: var(--section-space) 0;
  }

  .supplier-cta-card {
    gap: 28px;
    padding: 0;
    border-radius: 0;
  }

  .supplier-cta-copy h2 {
    font-size: 30px;
  }

  .supplier-cta-copy p {
    font-size: 16px;
  }

  .supplier-cta-points {
    gap: 10px 16px;
    font-size: 14px;
  }

  .supplier-cta-actions {
    width: 100%;
  }

  .supplier-cta-btn {
    width: 100%;
  }

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

  .news-section-grid,
  .news-stack {
    grid-template-columns: 1fr;
  }

  .news-section-grid {
    margin-top: 38px;
    gap: 20px;
  }

  .news-feature-card,
  .news-brief-card {
    border-radius: 14px;
  }

  .news-feature-content {
    padding: 20px 16px 18px;
    min-height: auto;
  }

  .news-feature-content h3,
  .news-brief-card h3 {
    font-size: 20px;
  }

  .news-brief-card {
    min-height: auto;
    height: auto;
    padding: 24px 18px 22px;
  }

  .hero-stats div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }
}

/* Screenshot-matched banner */
.hero-slider {
  min-height: 100vh;
  height: 900px;
  max-height: 100vh;
  padding: 0;
  background: #111;
}

.hero-slider::after,
.hero-slider.hero::after {
  display: none !important;
}

.hero-track,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 2;
}

.hero-slide img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  transition: transform 6s cubic-bezier(0.1, 0.8, 0.2, 1);
}

.hero-slide.is-active img {
  transform: scale(1);
}

.hero-slide::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(11, 25, 54, 0.9) 0%, rgba(11, 25, 54, 0.55) 60%, rgba(11, 25, 54, 0.25) 100%);
  content: "";
}

.hero-slide > .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  pointer-events: none; /* Let clicks pass through container to slides/arrows */
}

.hero-slider .hero-copy {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  width: min(760px, 100%);
  max-width: none;
  margin: 0;
  text-align: left;
  transform: translateY(-50%);
  pointer-events: auto; /* Re-enable pointer events for the buttons/links inside copy */
}

/* Cascading Reveals for Hero copy */
.hero-slider .hero-copy h1,
.hero-slider .hero-copy .hero-text,
.hero-slider .hero-copy .hero-actions {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-slide.is-active .hero-copy h1,
.hero-slide.is-active .hero-copy .hero-text,
.hero-slide.is-active .hero-copy .hero-actions {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide.is-active .hero-copy h1 {
  transition-delay: 0.3s;
}

.hero-slide.is-active .hero-copy .hero-text {
  transition-delay: 0.5s;
}

.hero-slide.is-active .hero-copy .hero-actions {
  transition-delay: 0.7s;
}

.hero-slider h1 {
  max-width: none;
  margin: 0 0 24px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(38px, 4.5vw, 68px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-slider .hero-text {
  max-width: none;
  margin: 0 0 48px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 1.5vw, 26px);
  font-weight: 400;
  line-height: 1.45;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-slider .hero-actions {
  justify-content: flex-start;
  gap: 20px;
  margin: 0;
}

.hero-slider .btn {
  min-width: 200px;
  min-height: 56px;
  padding: 16px 32px;
  border-radius: var(--radius-sm);
  font-size: 16px;
  font-weight: 700;
  transition: var(--transition-bounce);
}

.hero-slider .btn.primary {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

.hero-slider .btn.primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.4);
}

.hero-slider .btn.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

.hero-slider .btn.secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

.hero-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  transition: var(--transition-smooth);
}

.hero-arrow:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-50%) scale(1.08);
}

.hero-arrow-prev {
  left: 58px;
}

.hero-arrow-next {
  right: 58px;
}

.hero-dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.hero-dots button.is-active {
  width: 28px;
  background: #fff;
  border-radius: 4px;
}

@media (max-width: 980px) {
  .hero-slider {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
  }

  .hero-slider .hero-copy {
    right: 24px;
    left: 24px;
    bottom: 92px;
    width: auto;
  }

  .hero-slider h1 {
    font-size: clamp(40px, 8vw, 58px);
  }

  .hero-slider .hero-text {
    margin-bottom: 34px;
    font-size: 22px;
  }

  .hero-arrow {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .hero-slider {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
  }

  .hero-slide::after {
    background: linear-gradient(180deg, rgba(11, 25, 54, 0.85) 0%, rgba(11, 25, 54, 0.5) 50%, rgba(11, 25, 54, 0.85) 100%);
  }

  .hero-slide img {
    object-position: 38% center;
  }

  .hero-slider .hero-copy {
    bottom: 92px;
  }

  .hero-slider h1 {
    font-size: 38px;
  }

  .hero-slider .hero-actions {
    display: grid;
    gap: 12px;
  }

  .hero-slider .btn {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    font-size: 14px;
    padding: 0 20px;
  }

}

@media (max-width: 980px) {
  .classification-slider {
    padding: 16px 0 24px;
    margin-top: -16px;
    margin-bottom: -24px;
  }

}

@media (max-width: 640px) {
  .products .section-heading h2 {
    font-size: 28px;
  }

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


  .classification-slider {
    padding: 16px 0 58px;
    margin-top: -16px;
    margin-bottom: 0;
  }

  .classification-nav {
    top: auto;
    bottom: 0;
    width: 38px;
    height: 38px;
    transform: none;
  }

  .classification-nav:hover {
    transform: scale(1.04);
  }

  .classification-prev {
    left: calc(50% - 46px);
  }

  .classification-next {
    right: calc(50% - 46px);
  }

  .classification-card .classification-content {
    padding: 20px;
  }

  .classification-content h3 {
    font-size: 18px;
  }

  .classification-content p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 1080px) {
  .about-talk-head,
  .about-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-talk-inner {
    padding-top: var(--section-space-sm);
  }

  .about-talk-head,
  .about-metrics {
    grid-template-columns: 1fr;
  }

  .about-talk-head {
    gap: 26px;
    margin-bottom: 38px;
  }

  .talk-title {
    gap: 16px;
  }

  .talk-title i {
    font-size: 68px;
  }

  .about-talk-head > p {
    font-size: 30px;
  }

  .about-metrics article {
    min-height: auto;
    padding: 28px 24px;
  }

  .about-media {
    min-height: 380px;
    margin-top: 40px;
    clip-path: inset(0);
  }

  .about-media img {
    height: 440px;
  }

  .about-play {
    width: 72px;
    height: 72px;
  }

  .about-media p {
    left: 24px;
    right: 24px;
    bottom: 28px;
    font-size: 24px;
  }
}

/* Light about section matching the provided reference */
.about-talk {
  color: #18315d;
  background: linear-gradient(180deg, rgba(244, 247, 252, 0.98), rgba(233, 239, 249, 0.98));
}

.about-talk::before {
  display: none;
}

.about-talk-inner {
  padding: var(--section-space) 0 0;
}

.about-talk-head {
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 54px;
  margin-bottom: 34px;
}

.talk-title {
  align-self: start;
  gap: 9px;
  color: #18315d;
  padding-top: 2px;
}

.talk-title i {
  color: #2f56b3;
  font-size: 23px;
  opacity: 1;
}

.talk-title span {
  color: #18315d;
  font-size: 14px;
  font-weight: 500;
}

.about-talk-head > p {
  color: #18315d;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 900;
  line-height: 1.25;
}

.about-metrics {
  gap: 16px;
  border: 0;
}

.about-metrics article {
  min-height: 214px;
  padding: 0;
  color: #18315d;
  background: transparent;
  border: 0;
}

.about-metrics article:hover {
  background: transparent;
  transform: none;
}

.about-metrics strong {
  color: #11284d;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(54px, 5.1vw, 72px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.about-metrics span {
  margin-left: 12px;
  color: #18315d;
  font-size: 13px;
  font-weight: 600;
}

.about-metrics hr {
  width: 100%;
  height: 1px;
  margin: 32px 0 34px;
  background: #cfdaf0;
}

.about-metrics h3 {
  color: #11284d;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.about-metrics p {
  color: #6c7d98;
  font-size: 14px;
  line-height: 1.55;
}

.about-media {
  width: 100vw;
  min-height: 428px;
  margin-top: 44px;
  margin-left: calc(50% - 50vw);
  clip-path: inset(var(--about-media-inset-y, 25%) var(--about-media-inset-x, 25%));
  background: #555;
  transition: clip-path 0.08s linear;
}

.about-media img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.55) grayscale(0.1);
  transform: none;
  transition: none;
}

.about-media:hover img {
  transform: none;
}

.about-media::after {
  background: rgba(39, 39, 39, 0.72);
}

.about-play {
  top: 34%;
  width: 56px;
  height: 56px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 4px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.08);
  font-size: 20px;
}

.about-play::before {
  position: absolute;
  inset: 7px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  content: "";
}

.about-play i {
  position: relative;
  z-index: 1;
  margin-left: 3px;
  font-size: 17px;
}

.about-play:hover {
  background: rgba(47, 86, 179, 0.9);
  transform: translate(-50%, -50%) scale(1.04);
}

.about-media p {
  left: 50%;
  bottom: 126px;
  max-width: 830px;
  color: #fff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  transform: translateX(-50%);
}

@media (max-width: 1080px) {
  .about-talk-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }
}

@media (max-width: 760px) {
  .about-talk-inner {
    padding-top: var(--section-space-sm);
  }

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

  .about-metrics article {
    min-height: auto;
  }

  .about-metrics hr {
    margin: 20px 0 22px;
  }

  .about-media {
    min-height: 430px;
  }

  .about-media img {
    height: 100%;
  }

  .about-play {
    top: 30%;
  }

  .about-media p {
    right: auto;
    bottom: 72px;
    width: min(88vw, 830px);
    font-size: 22px;
  }
}

@media (max-width: 980px) {
  .hot-products-hero {
    padding: 38px 0 132px;
  }

  .hot-products-body {
    margin-top: -104px;
  }
}

@media (max-width: 560px) {
  .hot-products {
    padding-bottom: 42px;
  }

  .hot-products-hero {
    padding: 34px 0 108px;
  }

  .hot-products-heading-line {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .hot-products-heading p {
    font-size: 13px;
    line-height: 1.55;
  }

  .hot-products-body {
    margin-top: -84px;
  }

  .hot-products-slider {
    overflow: hidden;
  }

  .hot-product-card {
    border-radius: 12px;
  }

  .hot-product-image {
    aspect-ratio: 1 / 1;
    padding: 20px 18px 12px;
    border-radius: 12px 12px 0 0;
  }

  .hot-product-info {
    min-height: 168px;
    padding: 8px 18px 16px;
    border-radius: 0 0 12px 12px;
  }

  .hot-product-info h3 {
    font-size: 17px;
  }

  .hot-products-nav {
    gap: 18px;
    margin-top: 24px;
  }
}

/* About showcase */
.about-talk {
  position: relative;
  overflow: hidden;
  padding: var(--section-space) 0;
  color: #111;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 247, 0.95)),
    #f5f5f5;
}

.about-talk::before {
  display: none;
}

.about-talk::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 58%;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.32) 22%, rgba(245, 245, 245, 0.88) 100%),
    url("../images/85b27e79-8072-4891-98f6-7d23568258cb.jpg") center bottom / cover no-repeat;
  opacity: 0.34;
  content: "";
}

.about-talk-inner {
  position: relative;
  z-index: 1;
  padding: 0;
}

.about-marquee {
  position: absolute;
  top: calc(var(--section-space) - 20px);
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.about-marquee-track {
  display: flex;
  width: max-content;
  gap: 68px;
  animation: aboutMarqueeMove 22s linear infinite;
}

.about-marquee-track span {
  color: rgba(17, 17, 17, 0.045);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(120px, 12vw, 220px);
  font-weight: 900;
  line-height: 0.9;
  white-space: nowrap;
  text-transform: uppercase;
}

.about-showcase {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(42px, 5vw, 96px);
  align-items: end;
}

.about-aside {
  position: relative;
  padding-top: 58px;
}

.about-kicker {
  margin: 0;
  color: #2a4d9b;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.about-title {
  max-width: 520px;
  margin: 12px 0 0;
  color: #2f3136;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 900;
  line-height: 1.04;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  height: 32px;
  margin-top: 40px;
  padding: 0 18px;
  color: #5c77b7;
  border: 1.5px solid rgba(92, 119, 183, 0.7);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.about-cta:hover {
  color: #fff;
  background: #2a4d9b;
  transform: translateY(-1px);
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 62px;
  align-self: end;
}

.about-stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 156px;
  padding: 22px 24px 20px;
  text-align: center;
  color: #fff;
  background: #274694;
  border-radius: 10px;
  box-shadow: 0 18px 34px rgba(39, 70, 148, 0.16);
}

.about-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 0px;
}

.about-stat-icon svg {
  width: 100%;
  height: 100%;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 1.95;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-stat-card strong {
  display: block;
  margin: 0 0 6px;
  color: #fff;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  line-height: 0.95;
}

.about-stat-card span {
  display: block;
  max-width: 180px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.about-summary {
  padding-top: 56px;
}

.about-label {
  margin: 0;
  color: #2a4d9b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-summary h3 {
  max-width: 760px;
  margin: 10px 0 0;
  color: #1d232f;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: clamp(32px, 3.2vw, 50px);
  font-weight: 900;
  line-height: 1.08;
}

.about-copy {
  max-width: 760px;
  margin: 22px 0 0;
  color: #646c77;
  font-size: 16px;
  line-height: 1.75;
}

.about-gallery-dots-top {
  position: static;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 16px;
  transform: none;
}

.about-gallery {
  position: relative;
  margin-top: 0;
  align-self: end;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(24, 31, 49, 0.14);
  aspect-ratio: 1.95 / 1;
  width: 100%;
}

.about-gallery-slide {
  height: 100%;
}

.about-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-gallery-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: #fff;
  background: rgba(34, 42, 62, 0.5);
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(18, 25, 41, 0.26);
  transform: translate(-50%, -50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.about-gallery-play::before {
  position: absolute;
  inset: 8px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  content: "";
}

.about-gallery-play i {
  position: relative;
  z-index: 1;
  margin-left: 4px;
  font-size: 22px;
}

.about-gallery-play:hover {
  background: rgba(42, 77, 155, 0.88);
  transform: translate(-50%, -50%) scale(1.04);
}

.about-gallery-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.about-gallery-dots-bottom {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;
  transform: translateX(-50%);
}

.about-gallery-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  opacity: 1;
}

.about-gallery-dots .swiper-pagination-bullet-active {
  background: #fff;
}

@keyframes aboutMarqueeMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-33.333%);
  }
}

@media (max-width: 1080px) {
  .about-talk {
    padding: var(--section-space) 0;
  }

  .about-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-aside,
  .about-summary {
    padding-top: 0;
  }

  .about-title,
  .about-summary h3,
  .about-copy {
    max-width: none;
  }

  /* Inherits responsive calc top position */
}

@media (max-width: 760px) {
  .about-talk {
    padding: var(--section-space-sm) 0;
  }

  .about-talk-inner {
    padding-top: 44px;
  }

  .about-marquee {
    top: 0;
  }

  .about-showcase {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .about-aside,
  .about-summary {
    min-width: 0;
    padding-top: 0;
  }

  .about-aside.reveal-left,
  .about-summary.reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-kicker {
    font-size: 20px;
  }

  .about-title {
    font-size: 28px;
  }

  .about-summary h3 {
    font-size: 24px;
  }

  .about-copy {
    font-size: 14px;
    line-height: 1.6;
  }

  .about-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .about-stat-card {
    padding: 16px 12px 14px;
    min-height: 120px;
  }

  .about-stat-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 4px;
  }

  .about-gallery {
    margin-top: 26px;
    border-radius: 14px;
    aspect-ratio: 1.18 / 1;
    min-height: 0;
    width: 100%;
  }

  .about-gallery .swiper-wrapper,
  .about-gallery .swiper-slide {
    min-height: 0;
  }

  .about-gallery-dots-top {
    margin-top: 16px;
    margin-bottom: 12px;
  }

  .about-gallery-slide {
    height: 100%;
  }

  .about-gallery-play {
    width: 64px;
    height: 64px;
  }

  .about-gallery-play::before {
    inset: 7px;
    border-width: 3px;
  }

  .about-marquee-track {
    gap: 32px;
  }
}
/* Dynamic Laravel pages */
.site-nav a.is-active {
  color: var(--accent, #2fa36b);
}

.footer-brand-logo img {
  display: block;
  max-width: 190px;
  max-height: 74px;
  object-fit: contain;
}

.langsen-page-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #132016;
}

.langsen-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(12, 25, 17, .84), rgba(12, 25, 17, .35));
}

.langsen-page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.langsen-page-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 74px;
}

.langsen-page-hero p {
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a7e7ba;
}

.langsen-page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
}

.langsen-inner-main {
  background: #f6f8f4;
}

.langsen-inner-section {
  padding: 64px 0 90px;
}

.langsen-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  color: #68746a;
  font-size: 14px;
}

.langsen-breadcrumb a {
  color: inherit;
}

.langsen-breadcrumb a + a::before {
  content: "/";
  margin-right: 10px;
  color: #a5aea7;
}

.langsen-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.langsen-list-card {
  overflow: hidden;
  border: 1px solid rgba(22, 46, 30, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(17, 35, 22, .08);
}

.langsen-list-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.langsen-list-card div {
  padding: 22px;
}

.langsen-list-card p {
  margin: 0 0 8px;
  color: #2c9b61;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.langsen-list-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.langsen-list-card h2 a {
  color: #16251b;
}

.langsen-list-card span {
  display: block;
  color: #647168;
  line-height: 1.7;
}

.langsen-article {
  max-width: 980px;
  color: #28352d;
  font-size: 17px;
  line-height: 1.85;
}

.langsen-article img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.langsen-contact-panel {
  max-width: 720px;
  margin-top: 32px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(17, 35, 22, .1);
}

.langsen-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 42px;
  align-items: center;
  margin-bottom: 54px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
}

.langsen-detail-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.langsen-detail-copy h1 {
  margin: 0 0 14px;
  color: #142119;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
}

.langsen-detail-copy time {
  display: block;
  margin-bottom: 18px;
  color: #6b766e;
}

.langsen-detail-copy p {
  color: #526056;
  line-height: 1.8;
}

.langsen-related-title {
  margin: 58px 0 22px;
  color: #16251b;
  font-size: 34px;
}

.langsen-search-box {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  max-width: 680px;
}

.langsen-search-box input {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(22, 46, 30, .16);
  border-radius: 8px;
}

.langsen-search-box button,
.langsen-pagination a {
  border: 0;
  border-radius: 8px;
  background: #1e8f55;
  color: #fff;
  font-weight: 800;
}

.langsen-search-box button {
  padding: 0 24px;
}

.langsen-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.langsen-pagination a {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: #e6eee8;
  color: #1c2d22;
}

.langsen-pagination a.is-current,
.langsen-pagination a:hover {
  background: #1e8f55;
  color: #fff;
}

.langsen-form-message {
  margin-bottom: 14px;
  color: #1e8f55;
  font-weight: 700;
}

.langsen-form-message.is-error,
.langsen-empty {
  color: #b64332;
}

@media (max-width: 900px) {
  .langsen-card-grid,
  .langsen-detail {
    grid-template-columns: 1fr;
  }

  .langsen-page-hero {
    min-height: 300px;
  }

  .langsen-page-hero .container {
    padding-bottom: 48px;
  }
}
