:root {
  --navy: #0d1b2a;
  --royal: #1e4c8f;
  --accent: #6fa8d6;
  --red: #d62828;
  --yellow: #f2b233;
  --yellow-deep: #d88b00;
  --surface: #ffffff;
  --line: #dfe6ee;
  --text: #27374a;
  --muted: #5c6f84;
  --footer: #0e2747;
  --shadow: 0 18px 44px rgba(13, 27, 42, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--text);
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}

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

a {
  text-decoration: none;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(223, 230, 238, 0.85);
  box-shadow: 0 4px 14px rgba(13, 27, 42, 0.08);
}

.site-header .navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.brand-logo {
  width: auto;
  height: 3rem;
  object-fit: contain;
}

.footer-logo {
  height: 7.7rem;
}

.section-title,
.product-title,
.mini-feature h3,
.why-item h3,
.contact-card h3,
.site-footer h4 {
  font-family: "Poppins", sans-serif;
}

.navbar-nav {
  gap: 0.55rem;
}

.site-header .navbar a {
  text-transform: uppercase;
}

.site-header .navbar .nav-link {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 0.35rem 0.2rem !important;
  border-bottom: 2px solid transparent;
}

.site-header .navbar .nav-link.active,
.site-header .navbar .nav-link:hover,
.site-header .navbar .nav-link:focus {
  color: var(--royal);
  border-color: var(--royal);
}

.btn {
  border-radius: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.btn-brand {
  border: 1px solid transparent;
  color: #fff;
  background: linear-gradient(135deg, #1f5db6, #1e4c8f);
  padding: 0.7rem 1.18rem;
  font-size: 0.9rem;
  box-shadow: 0 8px 18px rgba(30, 76, 143, 0.16);
  transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, color 0.35s ease;
}

.btn-brand:hover,
.btn-brand:focus {
  background: #163d76;
  color: #fff;
}

.btn-nav {
  min-width: 8.2rem;
  border-radius: 0.74rem;
  padding: 0.48rem 0.78rem;
  font-size: 0.82rem;
  line-height: 1.15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  white-space: nowrap;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.btn-nav i {
  font-size: 0.9rem;
  transition: transform 0.35s ease;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
}

.btn-nav-primary {
  box-shadow: 0 8px 16px rgba(30, 76, 143, 0.15);
}

.btn-nav-primary:hover,
.btn-nav-primary:focus {
  background: linear-gradient(135deg, #184d9d, #163f80);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(30, 76, 143, 0.24);
}

.btn-nav-primary:hover i,
.btn-nav-primary:focus i {
  transform: translateX(1px);
}

.btn-nav-outline {
  border: 1px solid rgba(30, 76, 143, 0.3);
  color: #1e4c8f;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(13, 27, 42, 0.08);
}

.btn-nav-outline:hover,
.btn-nav-outline:focus {
  color: #fff;
  border-color: #1e4c8f;
  background: #1e4c8f;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(30, 76, 143, 0.2);
}

.btn-nav-outline:hover i,
.btn-nav-outline:focus i {
  transform: translateX(1px);
}

.btn-large {
  min-width: 15rem;
}

@media (min-width: 992px) {
  .navbar-nav {
    flex-wrap: nowrap;
  }

  .navbar-nav .nav-link {
    white-space: nowrap;
  }
}

.hero-section {
  position: relative;
  padding: 0;
  background: var(--navy);
}

.hero-swiper,
.hero-slide {
  min-height: 680px;
  height: 680px;
}

.hero-slide {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  isolation: isolate;
}

.hero-visual-layer,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-visual-layer {
  z-index: 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(13, 27, 42, 0.95) 0%, rgba(13, 27, 42, 0.82) 38%, rgba(13, 27, 42, 0.35) 72%, rgba(13, 27, 42, 0.12) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 680px;
  display: flex;
  align-items: center;
}

.hero-content {
  width: 100%;
  max-width: 650px;
  padding-left: 88px;
  position: relative;
  z-index: 2;
}

.hero-world-card {
  position: absolute;
  top: 56px;
  right: 54px;
  z-index: 3;
  max-width: 520px;
  border-radius: 20px;
  padding: 14px 18px;
  border: 1px solid transparent;
  background:
    linear-gradient(135deg, rgba(8, 25, 55, 0.9), rgba(9, 31, 67, 0.78) 55%, rgba(16, 48, 92, 0.64) 100%) padding-box,
    linear-gradient(124deg, rgba(166, 219, 255, 0.86), rgba(111, 168, 214, 0.22) 48%, rgba(166, 219, 255, 0.78)) border-box;
  backdrop-filter: blur(12px) saturate(132%);
  -webkit-backdrop-filter: blur(12px) saturate(132%);
  box-shadow:
    0 0 0 1px rgba(147, 198, 255, 0.18) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -16px 34px rgba(5, 16, 35, 0.26),
    0 16px 34px rgba(4, 13, 28, 0.4),
    0 0 24px rgba(98, 165, 248, 0.2);
  transition: transform 0.38s ease, box-shadow 0.38s ease, border-color 0.38s ease, background 0.38s ease;
  overflow: hidden;
}

.hero-world-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(198, 228, 255, 0.24) 0%, rgba(198, 228, 255, 0.04) 46%, rgba(198, 228, 255, 0) 78%);
  pointer-events: none;
}

.hero-world-card::after {
  content: "";
  position: absolute;
  right: -16%;
  top: -65%;
  width: 320px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 172, 255, 0.3) 0%, rgba(106, 172, 255, 0) 72%);
  filter: blur(20px);
  pointer-events: none;
}

.hero-world-card:hover {
  transform: translateY(-4px);
  border-color: rgba(154, 203, 255, 0.55);
  box-shadow:
    0 0 0 1px rgba(176, 217, 255, 0.2) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -18px 36px rgba(5, 16, 35, 0.3),
    0 22px 42px rgba(4, 13, 28, 0.46),
    0 0 30px rgba(105, 171, 251, 0.24);
}

.hero-world-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1px auto auto;
  align-items: center;
  justify-content: start;
  gap: 0.72rem;
  width: 100%;
}

.hero-world-top-row {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  min-width: 0;
}

.hero-world-icon-wrap {
  position: relative;
  width: 3.4rem;
  height: 3.4rem;
  flex: 0 0 3.4rem;
}

.hero-world-icon {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: radial-gradient(circle at 32% 28%, rgba(101, 165, 255, 0.34) 0%, rgba(38, 95, 176, 0.28) 42%, rgba(8, 27, 58, 0.88) 100%);
  border: 1px solid rgba(137, 189, 255, 0.44);
  box-shadow: inset 0 0 14px rgba(111, 173, 255, 0.2), 0 10px 24px rgba(6, 16, 34, 0.34);
}

.hero-world-globe {
  width: 1.34rem;
  height: 1.34rem;
  color: #ffffff;
  opacity: 0.95;
}

.hero-world-dots {
  position: absolute;
  inset: -0.5px;
  border-radius: 50%;
  border: 1.6px dotted rgba(111, 169, 244, 0.64);
  animation: worldRingSpin 16s linear infinite;
  opacity: 0.72;
}

.hero-world-title {
  margin: 0;
  color: rgba(236, 245, 255, 0.94);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.02em;
}

.hero-world-title span {
  display: block;
}

.hero-world-title-accent {
  background: linear-gradient(180deg, #e6f4ff 0%, #74b5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-world-divider {
  width: 1px;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(154, 203, 255, 0.16), rgba(154, 203, 255, 0.6), rgba(154, 203, 255, 0.16));
}

.hero-world-value {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  white-space: nowrap;
  color: #ffffff;
  font-size: clamp(2.45rem, 4.9vw, 3.7rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-shadow: 0 8px 18px rgba(73, 154, 255, 0.34);
}

.hero-world-count {
  background: linear-gradient(180deg, #e6f4ff 0%, #74b5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-world-plus {
  margin-left: 0.1rem;
  color: #8bc4ff;
  font-size: 0.79em;
  font-weight: 700;
}

.hero-world-badge {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(137, 189, 255, 0.36);
  background: rgba(238, 246, 255, 0.08);
  color: rgba(236, 245, 255, 0.96);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.12rem;
}

.hero-world-badge i {
  color: #89c4ff;
  font-size: 0.9rem;
}

@keyframes worldRingSpin {
  to {
    transform: rotate(360deg);
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #d62828, #b61e1e);
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 1.5rem;
  box-shadow: 0 18px 34px rgba(214, 40, 40, 0.24);
}

.hero-badge i {
  font-size: 0.95em;
  line-height: 1;
}

.hero-badge-icon {
  width: 1.05rem;
  height: 1.05rem;
  object-fit: contain;
  margin-right: 0.5rem;
  display: inline-block;
  flex-shrink: 0;
}

.hero-badge-icon.is-white {
  filter: brightness(0) invert(1);
}

.hero-badge-yellow {
  background: linear-gradient(135deg, #f2b233, #d89b1d);
  color: #13253c;
  box-shadow: 0 18px 34px rgba(242, 178, 51, 0.18);
}

.hero-badge-blue {
  background: linear-gradient(135deg, #6fa8d6, #1e4c8f);
  box-shadow: 0 18px 34px rgba(30, 76, 143, 0.2);
}

.hero-overline {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.hero-overline::before {
  content: "";
  width: 62px;
  height: 2px;
  background: #6fa8d6;
}

.hero-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(3.7rem, 4.8vw, 4.8rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1.1rem;
}

.hero-title-line {
  display: block;
  white-space: normal;
}

.text-blue {
  color: #ffffff;
}

.text-red {
  color: var(--red);
}

.text-gold {
  color: var(--yellow);
}

.text-gold-dark {
  color: var(--yellow-deep);
}

.hero-text,
.section-text,
.quality-intro,
.product-body p,
.why-item p,
.footer-brand p,
.footer-links,
.contact-list {
  color: var(--muted);
  font-size: clamp(0.98rem, 0.55vw + 0.84rem, 1.08rem);
  line-height: 1.78;
  font-weight: 500;
  letter-spacing: 0.006em;
}

.hero-text {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 0.9vw, 1.16rem);
  line-height: 1.66;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

.hero-feature-bar {
  width: 780px;
  max-width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  margin-top: 28px;

  border-radius: 8px;
  overflow: hidden;

  background:
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.025)),
    rgba(13,27,42,0.28);

  border: 1px solid rgba(255,255,255,0.14);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    inset 0 0 28px rgba(255,255,255,0.035),
    0 14px 35px rgba(0,0,0,0.28);
}

.feature-item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  padding: 0 12px;
}

.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: rgba(255,255,255,0.13);
}

.feature-item i {
  flex-shrink: 0;
  font-size: 31px;
  color: #6FA8D6;
  line-height: 1;
  filter: drop-shadow(0 0 8px rgba(111,168,214,0.28));
}

.feature-item strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 5px;
  white-space: nowrap;
}

.feature-item span {
  display: block;
  color: rgba(255,255,255,0.78);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.25;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1.5rem;
}

.btn-danger-hero,
.btn-outline-hero {
  min-width: 250px;
  padding: 1rem 1.7rem;
  font-size: 1rem;
  border-radius: 1rem;
}

.btn-danger-hero {
  color: #fff;
  background: linear-gradient(135deg, #ff5d52, #d62828);
  border: 0;
  box-shadow: 0 20px 34px rgba(214, 40, 40, 0.24);
}

.btn-danger-hero:hover,
.btn-danger-hero:focus {
  color: #fff;
  background: linear-gradient(135deg, #ff6f65, #c71f1f);
}

.hero-yellow-btn {
  color: #1a2c43;
  background: linear-gradient(135deg, #ffd56c, #f2b233);
}

.hero-yellow-btn:hover,
.hero-yellow-btn:focus {
  color: #1a2c43;
  background: linear-gradient(135deg, #ffde87, #e8ab28);
}

.hero-blue-btn {
  color: #fff;
  background: linear-gradient(135deg, #6fa8d6, #1e4c8f);
}

.hero-blue-btn:hover,
.hero-blue-btn:focus {
  color: #fff;
  background: linear-gradient(135deg, #81b5df, #1a427d);
}

.btn-outline-hero {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: transparent;
}

.btn-outline-hero:hover,
.btn-outline-hero:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hero-arrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(13, 27, 42, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 4;
}

.hero-arrow::after {
  font-size: 1.1rem;
  font-weight: 700;
}

.hero-arrow:hover,
.hero-arrow:focus {
  background: rgba(13, 27, 42, 0.62);
}

.hero-arrow.swiper-button-prev {
  left: 18px;
}

.hero-arrow.swiper-button-next {
  right: 18px;
}

.hero-pagination {
  bottom: 28px !important;
  left: 50% !important;
  width: auto !important;
  transform: translateX(-50%);
  z-index: 4;
}

.hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 1;
  margin: 0 6px !important;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: #ff4a46;
}

.feature-strip-section {
  position: relative;
  z-index: 5;
  padding: 0 0 32px;
  background: #f2f4f7;
}

.feature-strip-wrap {
  margin-top: -18px;
}

.feature-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.feature-summary-card {
  height: 100%;
  padding: 1.9rem 1.55rem 1.75rem;
  border: 1px solid #e3eaf1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(13, 27, 42, 0.08);
}

.feature-summary-icon {
  width: 4.35rem;
  height: 4.35rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border-radius: 1.2rem;
  background: #edf3fb;
  color: var(--royal);
  font-size: 1.8rem;
}

.feature-summary-card h2 {
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.28;
  font-weight: 700;
  margin: 0 0 1rem;
}

.feature-summary-card h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 0.85rem;
  border-radius: 999px;
  background: var(--royal);
}

.feature-summary-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.section-block {
  padding: 2.2rem 0 2.6rem;
}

.section-tight {
  padding-top: 1.2rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--royal);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.09em;
  font-family: "Sora", sans-serif;
  font-size: 0.86rem;
  margin-bottom: 0.8rem;
}

.section-kicker::after {
  content: "";
  width: 3rem;
  height: 2px;
  background: rgba(30, 76, 143, 0.35);
}

.section-title {
  color: var(--navy);
  font-size: clamp(2.15rem, 3.1vw, 2.95rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.06em;
  margin-bottom: 0.9rem;
}

.small-width {
  max-width: 15ch;
}

.about-panel,
.quality-panel,
.sources-panel {
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}

.about-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f9fbff 0%, #f2f5fa 100%);
}

.about-section::before {
  content: "";
  position: absolute;
  top: -3rem;
  right: -5rem;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(30, 76, 143, 0.2) 1.4px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.28;
  mask-image: radial-gradient(circle, #000 36%, transparent 74%);
  -webkit-mask-image: radial-gradient(circle, #000 36%, transparent 74%);
  pointer-events: none;
}

.about-section::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -7rem;
  width: 26rem;
  height: 13rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 76, 143, 0.12) 0%, rgba(30, 76, 143, 0) 72%);
  filter: blur(8px);
  pointer-events: none;
}

.about-section .container {
  position: relative;
  z-index: 1;
}

.about-premium-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 68px 24px;
  background:
    radial-gradient(circle at 86% 16%, rgba(36, 111, 218, 0.1) 0 16%, transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4f9ff 48%, #ffffff 100%);
  font-family: "Poppins", Arial, sans-serif;
}

.about-premium-section::before {
  content: "";
  position: absolute;
  inset: 26px 2% auto auto;
  width: min(520px, 42vw);
  height: 210px;
  z-index: -1;
  opacity: 0.55;
  background-image: radial-gradient(circle, rgba(37, 99, 235, 0.2) 1.5px, transparent 1.8px);
  background-size: 14px 14px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
}

/*
.about-premium-section::after {
  content: "";
  position: absolute;
  left: 28%;
  right: 4%;
  bottom: 34px;
  height: 150px;
  z-index: -1;
  opacity: 0.56;
  background: linear-gradient(135deg, transparent 18%, rgba(120, 178, 238, 0.35) 19% 20%, transparent 21%), radial-gradient(circle at 86% 74%, rgba(37, 99, 235, 0.18) 0 8px, transparent 9px), linear-gradient(to top, rgba(221, 239, 255, 0.85), transparent 72%);
  clip-path: polygon(0 100%, 14% 58%, 23% 82%, 37% 36%, 48% 74%, 62% 28%, 74% 70%, 86% 42%, 100% 100%);
}
*/

.about-premium-container {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  --about-row-height: clamp(560px, 43vw, 640px);
  --about-column-gap: clamp(28px, 3vw, 48px);
  --about-card-padding: clamp(26px, 2.4vw, 34px);
  padding: var(--about-card-padding);
  border-radius: 32px;
  /* background: rgba(255, 255, 255, 0.9); */
  border: 1px solid rgba(77, 139, 214, 0.17);
  box-shadow: 0 30px 90px rgba(13, 45, 84, 0.11);
  display: grid;
  grid-template-columns: minmax(340px, 1.04fr) minmax(360px, 0.98fr) minmax(300px, 0.72fr);
  gap: var(--about-column-gap);
  align-items: stretch;
}

.about-image-box {
  position: relative;
  min-height: var(--about-row-height);
  height: auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(6, 31, 67, 0.18);
}

.about-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.about-generated-card img {
  object-fit: fill;
  transform: none;
}

.about-generated-card::before,
.about-generated-card::after {
  display: none;
}

.about-image-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(209, 232, 255, 0.6) 0 1.5px, transparent 2px),
    radial-gradient(circle at 21% 12%, rgba(209, 232, 255, 0.6) 0 1.5px, transparent 2px),
    linear-gradient(180deg, rgba(7, 32, 63, 0.05), rgba(4, 28, 61, 0.82));
  background-size: 42px 42px, 42px 42px, auto;
}

.about-image-box::before {
  content: "";
  position: absolute;
  inset: auto -20% -7% -20%;
  height: 37%;
  z-index: 2;
  background:
    linear-gradient(170deg, transparent 0 32%, rgba(11, 78, 158, 0.76) 33% 100%),
    linear-gradient(180deg, rgba(8, 55, 112, 0.15), rgba(4, 31, 74, 0.96));
  border-top: 2px solid rgba(220, 240, 255, 0.85);
  transform: rotate(-3deg);
}

.about-image-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 112px;
  z-index: 3;
  opacity: 0.72;
  background:
    radial-gradient(circle at 10% 84%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.5px),
    radial-gradient(circle at 50% 82%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.5px),
    linear-gradient(to top, rgba(236, 248, 255, 0.88), transparent 78%);
  background-size: 22px 22px, 30px 30px, auto;
}

.cold-chain-card {
  position: absolute;
  left: clamp(20px, 3vw, 42px);
  right: clamp(20px, 3vw, 42px);
  bottom: clamp(24px, 4vw, 54px);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(2, 32, 76, 0.9), rgba(8, 82, 168, 0.76));
  backdrop-filter: blur(14px);
  border: 1px solid rgba(184, 222, 255, 0.42);
  box-shadow: 0 22px 45px rgba(0, 22, 61, 0.25);
}

.cold-icon {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b63dc, #0640a5);
  color: white;
  font-size: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 16px 28px rgba(0, 44, 112, 0.28);
}

.cold-icon::before {
  content: "\f2dc";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 34px;
  line-height: 1;
}

.cold-chain-card h4 {
  margin: 0 0 6px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: clamp(19px, 1.5vw, 26px);
  font-weight: 800;
}

.cold-chain-card p {
  margin: 0;
  color: rgba(230, 243, 255, 0.92);
  font-size: 15px;
  line-height: 1.55;
}

.about-content {
  min-width: 0;
  min-height: var(--about-row-height);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: stretch;
}

.about-title-wrapper {
  display: grid;
  align-content: start;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding: 10px 18px;
  border: 1px solid rgba(36, 111, 218, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 30px rgba(35, 89, 154, 0.08);
}

.section-label span {
  color: #0d5bd7;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-pill-icon {
  width: 32px;
  height: 32px;
  margin: 0;
  display: none;
  place-items: center;
  border-radius: 50%;
  color: #0d5bd7;
  font-style: normal;
  font-size: 16px;
  background: linear-gradient(180deg, #edf6ff 0%, #ddebff 100%);
  box-shadow: inset 0 0 0 1px rgba(13, 91, 215, 0.12);
}

.about-pill-icon i {
  line-height: 1;
}

#about .about-pill::after {
  content: "";
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d5bd7, rgba(13, 91, 215, 0));
}

.section-label > i {
  display: block;
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d5bd7, rgba(13, 91, 215, 0));
}

.about-content h2 {
  margin: 0;
  max-width: 640px;
  color: #09264d;
  font-family: "Sora", sans-serif;
  font-size: clamp(40px, 3.7vw, 60px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.about-content h2 strong {
  display: inline;
  color: #0d63e6;
}

.about-title .blue-gradient {
  display: inline;
  color: #0d63e6;
}

.about-accent {
  display: none;
}

.about-text {
  max-width: 610px;
  margin: clamp(18px, 1.8vw, 26px) 0 0;
  color: #3f5879;
  font-size: clamp(16px, 0.45vw + 14px, 18px);
  line-height: 1.82;
  font-weight: 500;
  letter-spacing: 0.008em;
}

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

.about-stat-card {
  position: relative;
  overflow: hidden;
  min-height: 158px;
  padding: 22px 20px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(54, 114, 190, 0.15);
  box-shadow: 0 22px 46px rgba(8, 42, 86, 0.1);
  text-align: center;
}

.about-stat-card::after {
  content: "";
  position: absolute;
  left: 32%;
  right: 32%;
  bottom: 0;
  height: 5px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #0b58d7, #3aa9ff);
}

.stat-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b63dc, #0640a5);
  color: #fff;
  font-size: 0;
  box-shadow: 0 14px 24px rgba(8, 80, 190, 0.2);
}

.stat-icon i {
  font-size: 27px;
}

.about-stat-card .stat-icon::before {
  font-family: "Font Awesome 6 Free";
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.about-stat-card:nth-child(1) .stat-icon::before {
  content: "\f0ac";
}

.about-stat-card:nth-child(2) .stat-icon::before {
  content: "\f2dc";
}

.about-stat-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(42px, 4vw, 56px);
  line-height: 1;
  color: #09264d;
  font-weight: 800;
}

.about-stat-card p {
  margin: 12px 0 0;
  color: #405f83;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: 0.006em;
}

.about-timeline {
  position: relative;
  padding: 26px 26px;
  min-height: var(--about-row-height);
  height: auto;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(54, 114, 190, 0.14);
  box-shadow: 0 24px 58px rgba(8, 42, 86, 0.1);
  display: grid;
  align-content: stretch;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(42, 91, 152, 0.12);
  min-height: 0;
}

.timeline-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.timeline-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #edf6ff, #dfeeff);
  color: #0d5bd7;
  font-size: 0;
  box-shadow: inset 0 0 0 1px rgba(42, 111, 205, 0.08);
}

.timeline-icon i {
  font-size: 28px;
}

.timeline-icon::before {
  font-family: "Font Awesome 6 Free";
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.timeline-item:nth-child(1) .timeline-icon::before {
  content: "\f559";
}

.timeline-item:nth-child(2) .timeline-icon::before {
  content: "\f0ac";
}

.timeline-item:nth-child(3) .timeline-icon::before {
  content: "\f3ed";
}

.timeline-item:nth-child(4) .timeline-icon::before {
  content: "\f0d1";
}

.timeline-item h4 {
  margin: 0 0 6px;
  color: #09264d;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}

.timeline-item p {
  margin: 0;
  color: #526b8a;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
  letter-spacing: 0.006em;
}

@media (max-width: 1199.98px) {
  .about-premium-container {
    --about-row-height: auto;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
  }

  .about-timeline {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    gap: 0 28px;
  }

  .timeline-item:nth-last-child(2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 1099.98px) {
  .about-premium-container {
    padding: 24px;
  }

  .about-image-box {
    min-height: 460px;
    height: auto;
  }

  .about-content h2 {
    font-size: 44px;
  }
}

@media (max-width: 991.98px) {
  .about-premium-section {
    padding: 52px 20px;
  }

  .about-premium-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
    border-radius: 24px;
  }

  .about-image-box {
    min-height: 360px;
    height: auto;
  }

  .about-content {
    min-height: 0;
  }

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

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

  .timeline-item:nth-last-child(2) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(42, 91, 152, 0.12);
  }
}

@media (max-width: 575.98px) {
  .about-premium-section {
    padding: 42px 14px;
  }

  .about-premium-container {
    padding: 14px;
    border-radius: 22px;
  }

  .about-image-box {
    min-height: 300px;
    height: auto;
    border-radius: 18px;
  }

  .cold-chain-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
    gap: 12px;
    border-radius: 16px;
  }

  .cold-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .cold-icon::before {
    font-size: 24px;
  }

  .cold-chain-card p {
    font-size: 12.5px;
  }

  .about-content h2 {
    font-size: 32px;
  }

  .about-text {
    font-size: 15px;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-stat-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-areas:
      "icon number"
      "icon label";
    align-items: center;
    justify-content: flex-start;
    column-gap: 14px;
    row-gap: 4px;
    min-height: 120px;
    padding: 24px;
    text-align: left;
  }

  .about-stat-card::after {
    left: calc(50% - 40px);
    right: auto;
    width: 80px;
    height: 3px;
  }

  .stat-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    margin: 0;
    grid-area: icon;
  }

  .about-stat-card .stat-icon::before {
    font-size: 22px;
  }

  .about-stat-card > h3 {
    grid-area: number;
    margin: 0;
    font-size: 44px;
    line-height: 1;
    align-self: end;
  }

  .about-stat-card > p {
    grid-area: label;
    margin: 0 0 0 10px;
    font-size: 16px;
    line-height: 1.35;
    align-self: start;
  }

  .about-stat-card {
    position: relative;
  }

  .about-stat-card h3 {
    font-size: 44px;
  }

  .about-timeline {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .timeline-item {
    gap: 14px;
  }

  .timeline-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .timeline-icon i {
    font-size: 22px;
  }

  .timeline-item h4 {
    font-size: 15px;
  }

  .timeline-item p {
    font-size: 13px;
  }
}

.fade-up-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-card {
  height: 100%;
  border: 1px solid #e7edf3;
  background: #fff;
  box-shadow: var(--shadow);
}

.product-image {
  width: 100%;
  aspect-ratio: 2.08 / 1;
  object-fit: cover;
}

.product-body {
  position: relative;
  padding: 1.4rem 1.35rem 1.2rem;
}

.product-badge {
  position: absolute;
  left: 1rem;
  top: -1.55rem;
  width: 4.15rem;
  height: 4.15rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.55rem;
  border: 6px solid #fff;
}

.meat-badge {
  background: var(--red);
}

.fish-badge {
  background: var(--royal);
}

.chicken-badge {
  background: var(--yellow);
}

.product-title {
  font-size: 1.62rem;
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 800;
  margin: 0.9rem 0 0.72rem;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--royal);
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.products-section {
  background: linear-gradient(180deg, #f9f8f6 0%, #f2f4f7 100%);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.products-head {
  margin-bottom: 1.1rem;
}

.product-grid > [class*="col-"] {
  display: flex;
}

.products-section .product-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e2e9f2;
  background: #fff;
  box-shadow: 0 20px 36px rgba(13, 27, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.products-section .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 48px rgba(13, 27, 42, 0.14);
  border-color: #d4dfed;
}

.products-section .product-media {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.products-section .product-image {
  width: 100%;
  aspect-ratio: 1.92 / 1;
  object-fit: cover;
  transition: transform 0.48s ease;
}

.products-section .product-card:hover .product-image {
  transform: scale(1.06);
}

.products-section .product-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 27, 42, 0.02) 34%, rgba(13, 27, 42, 0.36) 100%);
  pointer-events: none;
}

.products-section .product-body {
  position: relative;
  padding: 2.25rem 1.45rem 1.45rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.products-section .product-badge {
  position: absolute;
  left: 1.18rem;
  top: -2.15rem;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 1.05rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.52rem;
  border: 5px solid #fff;
  box-shadow: 0 12px 24px rgba(13, 27, 42, 0.2);
}

.products-section .product-badge img {
  width: 1.7rem;
  height: 1.7rem;
  object-fit: contain;
  display: block;
}

.products-section .meat-badge img,
.products-section .fish-badge img {
  filter: brightness(0) invert(1);
}

.products-section .meat-badge {
  background: linear-gradient(145deg, #e24343, #ba1b1b);
}

.products-section .fish-badge {
  background: linear-gradient(145deg, #2f74d3, #1e4c8f);
}

.products-section .chicken-badge {
  color: #13253c;
  background: linear-gradient(145deg, #f7cb68, #f2b233);
}

.products-section .product-title {
  font-family: "Sora", sans-serif;
  font-size: 1.62rem;
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin: 0.78rem 0 0.72rem;
}

.products-section .product-title.text-red {
  color: #c62323;
}

.products-section .product-title.text-blue {
  color: #1f57a0;
}

.products-section .product-title.text-gold-dark {
  color: #cf8d12;
}

.products-section .product-body p {
  color: #536a84;
  font-size: 1.01rem;
  line-height: 1.74;
  font-weight: 500;
  letter-spacing: 0.006em;
  margin: 0 0 1.22rem;
  flex: 1;
}

.products-section .product-link-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.9rem;
  padding: 0.68rem 1.1rem;
  border-radius: 0.92rem;
  border: 1px solid transparent;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.93rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.products-section .product-link-btn i {
  transition: transform 0.22s ease;
}

.products-section .product-card:hover .product-link-btn i {
  transform: translateX(4px);
}

.products-section .meat-card .product-link-btn {
  background: linear-gradient(135deg, #e24343, #c51d1d);
  box-shadow: 0 12px 24px rgba(198, 35, 35, 0.24);
}

.products-section .fish-card .product-link-btn {
  background: linear-gradient(135deg, #2f74d3, #1e4c8f);
  box-shadow: 0 12px 24px rgba(30, 76, 143, 0.24);
}

.products-section .chicken-card .product-link-btn {
  color: #13253c;
  background: linear-gradient(135deg, #f7ca64, #f2b233);
  box-shadow: 0 12px 24px rgba(242, 178, 51, 0.24);
}

.products-section .product-link-btn:hover,
.products-section .product-link-btn:focus {
  color: inherit;
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.group-companies-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fcfdff 0%, #f3f6fb 100%);
  padding-top: 3.7rem;
  padding-bottom: 3.4rem;
}

.group-companies-section::before {
  content: "";
  position: absolute;
  top: 5.5rem;
  left: 50%;
  width: min(72rem, 94%);
  height: 18rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(30, 76, 143, 0.1) 0%, rgba(30, 76, 143, 0) 70%);
  filter: blur(22px);
  pointer-events: none;
}

.companies-head {
  position: relative;
  z-index: 2;
  max-width: 72rem;
  margin: 0 auto;
}

.companies-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #1e4c8f;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0 1rem 0.9rem;
  background: linear-gradient(#2f6ed8, #2f6ed8) center bottom / 64px 3px no-repeat;
  margin-bottom: 1.35rem;
}

.companies-label::before,
.companies-label::after {
  content: "";
  width: 2.7rem;
  height: 2px;
  border-radius: 999px;
  background: #a9bfda;
}

.companies-title {
  font-size: clamp(2rem, 3.9vw, 4.05rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: #0d1b2a;
  margin-bottom: 1.18rem;
}

.companies-intro {
  color: #536c8a;
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  line-height: 1.78;
  font-weight: 500;
  letter-spacing: 0.006em;
  max-width: 59rem;
  margin-inline: auto;
}

.companies-carousel {
  --companies-visible: 5;
  position: relative;
  margin-top: 2.65rem;
  padding-inline: 3.45rem;
  isolation: isolate;
}

.companies-carousel::before {
  content: "";
  position: absolute;
  inset: 2rem 8% auto;
  height: 8.5rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(13, 27, 42, 0.11) 0%, rgba(13, 27, 42, 0) 74%);
  filter: blur(16px);
  z-index: -1;
  pointer-events: none;
}

.companies-viewport {
  overflow: hidden;
  padding: 0.4rem 0;
}

.companies-track {
  display: flex;
  gap: 1.4rem;
  will-change: transform;
  transition: transform 0.56s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.company-slide {
  position: relative;
  flex: 0 0 calc((100% - (var(--companies-visible) - 1) * 1.4rem) / var(--companies-visible));
  min-height: 16.8rem;
  border-radius: 21px;
  border: 1px solid rgba(215, 226, 242, 0.74);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding: 1.45rem 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.company-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32%;
  border-radius: 21px 21px 0 0;
  background: linear-gradient(180deg, rgba(244, 248, 255, 0.82) 0%, rgba(244, 248, 255, 0) 100%);
  pointer-events: none;
}

.company-slide:hover {
  transform: translateY(-7px);
  border-color: rgba(192, 210, 233, 0.92);
  box-shadow: 0 24px 44px rgba(13, 27, 42, 0.14);
}

.company-logo-box {
  width: 100%;
  min-height: 7.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}

.company-logo-image {
  width: 100%;
  max-width: 9.4rem;
  max-height: 5.6rem;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 0.35s ease;
}

.company-slide:hover .company-logo-image {
  transform: scale(1.04);
}

.company-slide h3 {
  color: #1a3658;
  font-family: "Sora", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
  margin: 0;
  padding-top: 0.7rem;
  position: relative;
}

.company-slide h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 110, 216, 0.24), rgba(47, 110, 216, 0.72), rgba(47, 110, 216, 0.24));
}

.companies-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.7rem;
  height: 3.7rem;
  border: 1px solid rgba(203, 216, 235, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #2f67cb;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 28px rgba(13, 27, 42, 0.1);
  z-index: 3;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}

.companies-arrow:hover,
.companies-arrow:focus {
  transform: translateY(-50%) scale(1.04);
  background: rgba(255, 255, 255, 0.96);
  color: #1e4c8f;
  box-shadow: 0 20px 36px rgba(13, 27, 42, 0.15);
}

.companies-arrow:disabled {
  opacity: 0.45;
  box-shadow: 0 8px 18px rgba(13, 27, 42, 0.07);
  cursor: default;
}

.companies-arrow.prev {
  left: -1.05rem;
}

.companies-arrow.next {
  right: -1.05rem;
}

.companies-arrow i {
  font-size: 1.25rem;
}

.companies-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.48rem;
  margin-top: 1.75rem;
}

.companies-dots button {
  cursor: pointer;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  border: 0;
  background: #c8d4e5;
  transition: width 0.35s ease, background-color 0.35s ease;
}

.companies-dots button.active {
  width: 1.4rem;
  background: #2f6ed8;
}

.companies-features-row {
  margin-top: 2.85rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e6edf7;
  padding-top: 1.5rem;
}

.companies-feature-item {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.4rem 1.05rem 0.55rem;
  transition: transform 0.3s ease;
}

.companies-feature-item:hover {
  transform: translateY(-2px);
}

.companies-feature-item:not(:last-child) {
  border-right: 1px solid #e2e9f3;
}

.companies-feature-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #2f6ed8;
  background: #eef4ff;
  border: 1px solid #dee8f7;
}

.companies-feature-icon i {
  font-size: 1.4rem;
}

.companies-feature-copy h4 {
  margin: 0 0 0.2rem;
  color: #0f2440;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.companies-feature-copy p {
  margin: 0;
  color: #596f8a;
  font-size: 0.94rem;
  line-height: 1.56;
  font-weight: 500;
  letter-spacing: 0.006em;
}

.sources-section {
  position: relative;
  overflow: hidden;
  padding-top: 1.6rem;
  padding-bottom: 1.85rem;
  background:
    radial-gradient(circle at 12% 15%, rgba(61, 128, 224, 0.09), transparent 30%),
    linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
}

.sources-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1rem, 1.9vw, 1.5rem);
  border: 1px solid rgba(84, 137, 209, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 72px rgba(12, 48, 94, 0.08);
}

.sources-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 25rem;
  height: 10.5rem;
  opacity: 0.34;
  background-image: radial-gradient(circle, rgba(37, 99, 235, 0.15) 1.2px, transparent 1.6px);
  background-size: 14px 14px;
  mask-image: linear-gradient(90deg, transparent, #000 30%, #000 72%, transparent);
  pointer-events: none;
}

.sources-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr);
  gap: clamp(1.2rem, 2.2vw, 2.2rem);
  align-items: stretch;
}

.sources-map-card,
.sources-copy-card {
  min-height: clamp(460px, 42vw, 560px);
  border-radius: 28px;
}

.sources-map-card {
  position: relative;
  height: clamp(460px, 42vw, 560px);
  padding: 0;
  background:
    linear-gradient(180deg, rgba(241, 247, 255, 0.96), rgba(234, 243, 255, 0.92)),
    radial-gradient(circle at 49% 45%, rgba(27, 100, 216, 0.11), transparent 59%);
  border: 1px solid rgba(54, 114, 190, 0.14);
  box-shadow: 0 24px 56px rgba(13, 66, 135, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.map-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.sources-network-badge,
.supplier-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: min(430px, calc(100% - 36px));
  padding: 0.84rem 0.98rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(52, 111, 195, 0.15);
  box-shadow: 0 14px 30px rgba(12, 48, 94, 0.14);
  backdrop-filter: blur(10px);
}

.sources-network-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  background: linear-gradient(145deg, #1d6df0, #0a46c9);
  box-shadow: 0 12px 24px rgba(13, 91, 215, 0.22);
}

.sources-network-badge strong {
  display: block;
  color: #09264d;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
}

.sources-network-badge p {
  margin: 0.25rem 0 0;
  color: #435f80;
  font-size: 0.94rem;
  line-height: 1.42;
  font-weight: 500;
  letter-spacing: 0.004em;
}

.sources-map-frame {
  position: absolute;
  inset: 62px 18px 0 18px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
}

.map-visual,
.map-visual img,
.map-visual svg {
  display: block;
}

.map-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-visual img,
.map-visual svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.sources-map {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  image-rendering: auto;
  filter: none;
  transform: none;
}

.sources-routes,
.route-dot,
.map-highlight,
.map-pin {
  display: none;
}

.sources-copy-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sources-copy-head {
  padding: 0.1rem 0 1rem;
  border-bottom: 0;
}

.sources-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  color: #0d5bd7;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sources-eyebrow::before {
  content: "";
  width: 2.6rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d5bd7, #65b7ff);
}

.sources-copy-head h2 {
  margin: 0 0 0.82rem;
  color: #09264d;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.9rem, 2.6vw, 2.75rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.sources-text {
  max-width: 46rem;
  margin: 0;
  color: #496481;
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  line-height: 1.76;
  font-weight: 500;
  letter-spacing: 0.006em;
}

.source-card-list {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.product-source-card {
  display: grid;
  grid-template-columns: 54px 106px minmax(0, 1fr) 28px;
  align-items: center;
  gap: clamp(0.75rem, 1.2vw, 1rem);
  padding: 0.8rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(54, 114, 190, 0.15);
  box-shadow: 0 10px 28px rgba(8, 42, 86, 0.07);
}

.product-source-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0d5bd7;
  font-size: 1.5rem;
  background: #edf6ff;
  box-shadow: inset 0 0 0 1px rgba(36, 111, 218, 0.08);
}

.beef-icon img,
.seafood-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

.sheep-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

.chicken-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

.product-source-card h3 {
  margin: 0;
  color: #09264d;
  font-family: "Sora", sans-serif;
  font-size: 0.97rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.country-list,
.product-source-flags {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, max-content));
  column-gap: 28px;
  row-gap: 14px;
  align-items: center;
}

.country-list-single {
  grid-template-columns: minmax(120px, max-content);
}

.country-item,
.flag-item {
  display: grid;
  grid-template-columns: 26px auto;
  align-items: center;
  column-gap: 10px;
  min-width: 120px;
}

.country-name,
.country-item span,
.flag-item span:not(.flag) {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #244465;
}

.country-flag,
.flag {
  width: 26px;
  height: 18px;
  min-width: 26px;
  max-width: 26px;
  min-height: 18px;
  max-height: 18px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  border: 0;
}

.flag-br {
  background-image: url("assets/BRAZIL-FLAG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flag-in {
  background-image: url("assets/INDIA-FLAG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flag-ec {
  background-image: url("assets/ecuador.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flag-cn {
  background-image: url("assets/china.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flag-vn {
  background-image: url("assets/vietnam.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flag-au,
.flag-nz {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flag-au {
  background-image: url("assets/AUSTRALIA.png");
}

.flag-nz {
  background-image: url("assets/new-zealand.png");
}

.source-arrow {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  justify-self: end;
  border-radius: 50%;
  color: #0d5bd7;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.source-arrow:hover,
.source-arrow:focus {
  color: #fff;
  background: #0d5bd7;
  transform: translateX(2px);
}

.why-section {
  background: linear-gradient(180deg, #f5f4f2 0%, #f1efec 100%);
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.why-section .section-head {
  margin-bottom: 1.1rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.why-item {
  padding: 1.35rem 1rem 1.25rem;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #e2e9f2;
  background: #fff;
  box-shadow: 0 18px 36px rgba(13, 27, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.why-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 42px rgba(13, 27, 42, 0.12);
}

.why-item i {
  width: 3.3rem;
  height: 3.3rem;
  margin: 0 auto 0.85rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  color: var(--royal);
  font-size: 1.8rem;
  background: linear-gradient(145deg, #eff5ff 0%, #e6f0fd 100%);
  border: 1px solid #d8e6f8;
}

.why-item h3 {
  color: var(--navy);
  text-transform: uppercase;
  font-family: "Sora", sans-serif;
  font-size: 1.03rem;
  letter-spacing: 0.03em;
  font-weight: 800;
  margin-bottom: 0.62rem;
}

.why-item p {
  color: #536a84;
  font-size: 1rem;
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: 0.006em;
  margin: 0;
}

.contact-section {
  background: linear-gradient(180deg, #f4f3f1 0%, #eeece9 100%);
  padding-top: 3rem;
  padding-bottom: 2.15rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.6fr 0.95fr;
  gap: 1.35rem;
  align-items: stretch;
}

.contact-copy {
  padding-top: 0.25rem;
}

.contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  color: #2d588d;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.95rem;
}

.contact-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #3675c8;
}

.contact-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(2.2rem, 2.9vw, 3.2rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.032em;
  margin-bottom: 0.95rem;
}

.contact-copy .section-text {
  max-width: 36ch;
  color: #495d76;
  font-size: 1.05rem;
  line-height: 1.78;
  font-weight: 500;
  letter-spacing: 0.006em;
}

.contact-form-box {
  border-radius: 24px;
  border: 1px solid #e5ebf3;
  background: #fff;
  padding: 1.2rem;
  box-shadow: 0 22px 42px rgba(13, 27, 42, 0.11);
}

.inquiry-form {
  display: flex;
  flex-direction: column;
}

.inquiry-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.78rem;
}

.form-field {
  min-width: 0;
}

.form-field-full {
  grid-column: 1 / -1;
}

.inquiry-form .form-control,
.inquiry-form .form-select {
  border-radius: 14px;
  border: 1px solid #dbe5f1;
  min-height: 3.2rem;
  font-size: 0.95rem;
  color: var(--navy);
  background: #f8fbff;
  padding: 0.8rem 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.inquiry-form .form-select {
  padding-right: 2.1rem;
}

.message-input {
  min-height: 7.4rem !important;
  resize: vertical;
}

.inquiry-form .form-control:focus,
.inquiry-form .form-select:focus {
  border-color: rgba(30, 76, 143, 0.6);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(30, 76, 143, 0.14);
}

.form-action {
  padding-top: 1rem;
}

.contact-form-box .btn-large {
  width: 100%;
  min-width: 0;
  border-radius: 14px;
  padding: 0.86rem 1rem;
  font-size: 0.96rem;
  box-shadow: 0 14px 30px rgba(30, 76, 143, 0.24);
}

.form-feedback {
  margin: 0.9rem 0 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.form-feedback-success {
  color: #1f7a37;
}

.form-feedback-error {
  color: var(--red);
}

.contact-card {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(162deg, #0d1b2a 0%, #123761 55%, #1e4c8f 100%);
  color: #fff;
  padding: 1.55rem 1.35rem;
  min-height: 100%;
  box-shadow: 0 24px 40px rgba(9, 20, 38, 0.3);
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: -40% -30% auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.contact-card h3 {
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.88);
}

.contact-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.006em;
}

.contact-list li i {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  color: #d6e8ff;
  font-size: 1rem;
  flex-shrink: 0;
}

.contact-list li + li {
  margin-top: 0.8rem;
}

.download-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 14px;
  color: #0d2f58;
  font-weight: 700;
  text-transform: none;
  padding: 0.82rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 22px rgba(8, 17, 32, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.download-btn:hover,
.download-btn:focus {
  color: #0d2f58;
  background: #f7fbff;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(8, 17, 32, 0.28);
}

.premium-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  padding: clamp(70px, 5vw, 96px) 0 34px;
  color: #fff;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25)),
    url("assets/footer-navy-bg.png?v=footer-clean-hd");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 76%, rgba(52, 140, 255, 0.2), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(52, 140, 255, 0.18), transparent 34%);
  pointer-events: none;
  z-index: -1;
}

.premium-footer-inner {
  position: relative;
  z-index: 2;
  width: min(1460px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.1fr 1fr;
  gap: clamp(20px, 2.1vw, 34px);
}

.premium-footer-col {
  position: relative;
  padding: 12px 16px 10px;
}

.premium-footer-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(120, 176, 255, 0.45), transparent);
}

.premium-footer-logo {
  width: min(360px, 100%);
  height: auto;
  margin-bottom: 22px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.premium-footer-line {
  display: block;
  width: 56px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5cb3ff, #2582ff);
  box-shadow: 0 0 16px rgba(38, 133, 255, 0.55);
  margin-bottom: 18px;
}

.premium-footer-desc {
  max-width: 40ch;
  margin: 0 0 18px;
  color: rgba(229, 240, 255, 0.92);
  font-size: 1rem;
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: 0.008em;
}

.premium-trust-box {
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 370px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(112, 176, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  /* backdrop-filter: blur(12px); */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 14px 34px rgba(6, 20, 48, 0.35);
}

.premium-trust-box i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #8ec6ff;
  background: rgba(37, 130, 255, 0.24);
}

.premium-trust-box strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
}

.premium-trust-box span {
  color: rgba(199, 225, 255, 0.95);
  font-size: 0.85rem;
  line-height: 1.45;
  letter-spacing: 0.006em;
}

.premium-footer-col h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f7fbff;
}

.premium-footer-col h3 i {
  color: #61b3ff;
  font-size: 1.05rem;
  filter: drop-shadow(0 0 8px rgba(37, 130, 255, 0.48));
}

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

.premium-footer-links li {
  border-bottom: 1px solid rgba(142, 186, 242, 0.2);
}

.premium-footer-links a {
  display: block;
  padding: 12px 0;
  color: rgba(223, 239, 255, 0.96);
  text-decoration: none;
  font-size: 0.98rem;
  transition: color 0.22s ease, transform 0.22s ease, text-shadow 0.22s ease;
}

.premium-footer-links a:hover,
.premium-footer-links a:focus {
  color: #ffffff;
  transform: translateX(6px);
  text-shadow: 0 0 16px rgba(84, 165, 255, 0.65);
}

.contact-column,
.social-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.premium-social-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-card {
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 18px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(114, 171, 240, 0.36);
  background: rgba(255, 255, 255, 0.06);
  /* backdrop-filter: blur(10px); */
  color: rgba(232, 245, 255, 0.98);
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, color 0.22s ease;
}

.info-card-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #8bc7ff;
  background: rgba(41, 95, 165, 0.36);
  font-size: 1.2rem;
}

.info-card-content {
  display: flex;
  align-items: center;
  margin-left: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: clamp(0.9rem, 0.9vw, 1.125rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
  color: #d6e5f7;
  white-space: nowrap;
}

.premium-social-icons .info-card-icon {
  border-radius: 50%;
  background: rgba(16, 54, 110, 0.46);
  border: 1.5px solid #7db5eb;
}

.premium-contact-item:hover,
.premium-contact-item:focus-within,
.premium-social-icons a:hover,
.premium-social-icons a:focus {
  color: #fff;
  border-color: rgba(108, 174, 255, 0.8);
  box-shadow: 0 0 22px rgba(52, 140, 255, 0.34);
  transform: translateX(4px);
}

.premium-footer-bottom {
  position: relative;
  z-index: 2;
  width: min(1460px, calc(100% - 48px));
  margin: 46px auto 0;
  padding-top: 18px;
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  align-items: center;
  gap: 16px;
  color: rgba(216, 236, 255, 0.82);
}

.premium-footer-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 180, 245, 0.66), transparent);
}

.premium-footer-bottom span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(115, 172, 241, 0.62), transparent);
}

.premium-footer-bottom i {
  color: #75beff;
  font-size: 1.2rem;
  filter: drop-shadow(0 0 8px rgba(61, 156, 255, 0.55));
}

.premium-footer-bottom p {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.site-footer {
  margin-top: 0;
  background: linear-gradient(180deg, #0f335d 0%, #0d2d53 48%, #0b284a 100%);
  color: rgba(255, 255, 255, 0.8);
  padding: 2.25rem 0 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.8fr;
  gap: 1.9rem;
}

.footer-brand {
  padding-right: 1rem;
}

.footer-brand-inner {
  margin-bottom: 0.95rem;
}

.footer-brand p {
  color: rgba(225, 235, 248, 0.72);
  font-size: 1rem;
  line-height: 1.85;
  max-width: 33ch;
}

.site-footer h4,
.site-footer a,
.social-row span {
  color: #fff;
}

.site-footer h4 {
  font-family: "Sora", sans-serif;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(240, 247, 255, 0.92);
  margin-bottom: 0.9rem;
}

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

.footer-links li + li {
  margin-top: 0.66rem;
}

.footer-links a {
  color: rgba(232, 240, 250, 0.85);
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffffff;
}

.social-row {
  display: flex;
  gap: 0.62rem;
}

.social-row span {
  width: 2.42rem;
  height: 2.42rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.social-row span:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.34);
}

.footer-bottom {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
  font-size: 0.84rem;
  letter-spacing: 0.035em;
  color: rgba(223, 233, 246, 0.83);
}

@media (max-width: 1200px) {
  .premium-footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-footer-col:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .premium-footer {
    padding: 52px 0 30px;
  }

  .premium-footer-inner {
    grid-template-columns: 1fr;
    width: min(620px, calc(100% - 28px));
    gap: 16px;
  }

  .premium-footer-col {
    padding: 10px 8px;
  }


  .premium-footer-logo {
    width: 260px;
  }

  .premium-footer-bottom {
    width: min(620px, calc(100% - 28px));
    margin-top: 28px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
  }

  .premium-footer-bottom span {
    width: 120px;
  }

  .premium-footer-bottom p {
    font-size: 0.82rem;
  }

}

@media (max-width: 1199.98px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr 1.2fr;
    gap: 1.2rem;
  }

  .contact-copy {
    grid-column: 1 / -1;
    max-width: 42rem;
  }

  .contact-card {
    grid-column: 2 / 3;
  }

  .feature-strip-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (min-width: 1200px) {
  .hero-content {
    padding-left: 56px;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav {
    gap: 0.3rem;
    margin: 1rem 0;
  }

  .nav-actions {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.2rem;
  }

  .products-section {
    padding-top: 2.7rem;
    padding-bottom: 2.5rem;
  }

  .products-section .product-title {
    font-size: 1.5rem;
  }

  .products-section .product-body {
    padding: 2.1rem 1.28rem 1.3rem;
  }

  .companies-carousel {
    --companies-visible: 3;
    margin-top: 2.35rem;
    padding-inline: 2.95rem;
  }

  .companies-arrow {
    width: 3.25rem;
    height: 3.25rem;
  }

  .companies-arrow.prev {
    left: -0.9rem;
  }

  .companies-arrow.next {
    right: -0.9rem;
  }

  .company-slide {
    min-height: 15.35rem;
    padding: 1.25rem 0.9rem 1rem;
  }

  .company-logo-box {
    min-height: 6.8rem;
  }

  .company-logo-image {
    max-width: 8.8rem;
    max-height: 5.25rem;
  }

  .company-slide h3 {
    font-size: 0.84rem;
  }

  .companies-features-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2.3rem;
    gap: 0.8rem 0.95rem;
  }

  .companies-feature-item {
    padding: 0.2rem 0.5rem 0.4rem;
  }

  .companies-feature-item:not(:last-child) {
    border-right: 0;
  }

  .companies-feature-item:nth-child(odd) {
    border-right: 1px solid #e2e9f3;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .contact-copy,
  .contact-card {
    grid-column: auto;
    max-width: none;
  }

  .contact-form-box,
  .contact-card {
    border-radius: 20px;
  }

  .hero-swiper,
  .hero-slide,
  .hero-inner {
    min-height: 760px;
    height: auto;
  }

  .hero-inner {
    align-items: center;
  }

  .hero-visual-layer {
    background-position: 72% center;
  }

  .hero-content {
    max-width: 620px;
    width: 100%;
    padding: 0 28px;
  }

  .hero-world-card {
    top: 66px;
    right: 24px;
    width: 64vw;
    max-width: 510px;
    padding: 12px 14px;
  }

  .hero-world-top-row {
    gap: 0.5rem;
  }

  .hero-world-icon-wrap {
    width: 3rem;
    height: 3rem;
    flex-basis: 3rem;
  }

  .hero-world-icon {
    inset: 4px;
  }

  .hero-world-globe {
    width: 1.14rem;
    height: 1.14rem;
  }

  .hero-world-title {
    font-size: 0.74rem;
    line-height: 1.1;
  }

  .hero-world-divider {
    height: 2.5rem;
  }

  .hero-world-value {
    font-size: 2.25rem;
  }

  .hero-world-badge {
    font-size: 0.66rem;
    padding: 0.28rem 0.48rem;
  }

  .hero-feature-bar {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 14px;
    gap: 10px;
  }

  .feature-item {
    flex: 0 0 calc(50% - 5px);
    min-height: 72px;
    padding: 10px 12px;
  }

  .feature-item::after {
    display: none;
  }

  .hero-title-line {
    white-space: normal;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .feature-strip-wrap {
    margin-top: -16px;
  }

  .about-section .about-panel {
    padding: 1.45rem;
  }

  .about-media {
    min-height: 22rem;
  }

  .about-copy .section-title {
    max-width: none;
  }

  .about-points-card {
    margin-top: 0.1rem;
    padding: 0.94rem 0.85rem 0.9rem 0.92rem;
  }

  .about-points-card::before {
    left: 1.86rem;
    top: 1.32rem;
    bottom: 1.2rem;
  }

  .about-point {
    padding: 0.5rem 0.02rem;
  }

  .sources-layout {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .sources-map-card {
    min-height: 500px;
    height: clamp(440px, 56vw, 500px);
  }

  .sources-copy-card {
    min-height: auto;
  }

  .sources-map-frame {
    min-height: 500px;
    inset: 68px 18px 0 18px;
  }

  .sources-copy-card {
    gap: 1rem;
  }

}

@media (max-width: 767.98px) {
  :root {
    --hero-mobile-stack-width: min(92%, 390px);
  }

  #about .about-premium-container {
    gap: 14px;
  }

  #about .about-content {
    display: contents;
  }

  #about .about-title-wrapper {
    order: 1;
  }

  #about .about-image-box {
    order: 2;
  }

  #about .about-text {
    order: 3;
  }

  #about .about-stats {
    order: 4;
  }

  #about .about-timeline {
    order: 5;
  }

  #about .about-title-wrapper {
    padding: 38px 24px 24px;
    margin: 0 -24px 0;
    /* background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); */
    border-radius: 22px;
  }

  #about .about-pill {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 12px 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f4f9ff 0%, #eaf4ff 100%);
    border: 1px solid rgba(37, 99, 235, 0.12);
    box-shadow: 0 14px 35px rgba(15, 46, 89, 0.08);
    margin: 0 0 26px;
  }

  #about .about-pill::after {
    content: none;
  }

  #about .about-pill-icon {
    display: grid;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(180deg, #dff0ff 0%, #cde5ff 100%);
    color: #1264d8;
    font-size: 14px;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.16);
  }

  #about .about-pill > span {
    color: #1264d8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    line-height: 1;
  }

  #about .about-title {
    margin: 0;
    max-width: none;
    font-size: clamp(46px, 11.8vw, 66px);
    line-height: 0.96;
    letter-spacing: -0.035em;
    font-weight: 900;
    color: #061f44;
  }

  #about .about-title .blue-gradient {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, #1369ff 0%, #12a8ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  #about .about-title .blue-gradient + br {
    display: none;
  }

  #about .about-accent {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  #about .about-accent-line {
    width: 130px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1168ff, #18b3ff);
  }

  #about .about-accent-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #168dff;
  }

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

  .brand-logo {
    height: 3.25rem;
  }

  .footer-logo {
    height: 6rem;
  }

  .hero-swiper,
  .hero-slide,
  .hero-inner {
    min-height: 760px;
    height: auto;
  }

  .hero-inner {
    padding: 64px 0 88px;
  }

  .hero-visual-layer {
    background-position: 74% center;
  }

  .hero-title {
    font-size: clamp(3rem, 10.8vw, 4.1rem);
    line-height: 1.03;
  }

  .hero-title-line {
    white-space: normal;
  }

  .hero-overline {
    font-size: 0.84rem;
    letter-spacing: 0.15em;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-content {
    padding: 0 20px;
  }

  .products-section {
    padding-top: 2.25rem;
    padding-bottom: 2.2rem;
  }

  .products-section .product-card {
    border-radius: 20px;
  }

  .products-section .product-media {
    border-radius: 20px 20px 0 0;
  }

  .products-section .product-body {
    padding: 2rem 1.12rem 1.18rem;
  }

  .products-section .product-badge {
    width: 3.85rem;
    height: 3.85rem;
    top: -1.95rem;
    font-size: 1.34rem;
  }

  .products-section .product-title {
    font-size: 1.4rem;
  }

  .group-companies-section {
    padding-top: 2.6rem;
    padding-bottom: 2.5rem;
  }

  .companies-title {
    font-size: clamp(1.72rem, 7.9vw, 2.45rem);
    margin-bottom: 0.9rem;
  }

  .companies-intro {
    max-width: none;
    font-size: 0.97rem;
    line-height: 1.62;
  }

  .companies-label {
    font-size: 0.92rem;
    gap: 0.62rem;
    padding: 0 0.6rem 0.66rem;
    margin-bottom: 0.92rem;
    background-size: 46px 3px;
  }

  .companies-label::before,
  .companies-label::after {
    width: 1.45rem;
  }

  .companies-carousel {
    --companies-visible: 1;
    padding-inline: 2.55rem;
    margin-top: 1.55rem;
  }

  .companies-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .companies-arrow.prev {
    left: -0.55rem;
  }

  .companies-arrow.next {
    right: -0.55rem;
  }

  .company-slide {
    min-height: 14.25rem;
    border-radius: 18px;
    padding: 1.15rem 0.82rem 0.95rem;
  }

  .company-logo-box {
    min-height: 6.25rem;
  }

  .company-logo-image {
    max-width: 8.4rem;
    max-height: 5.05rem;
  }

  .company-slide h3 {
    font-size: 0.85rem;
    padding-top: 0.56rem;
  }

  .companies-dots {
    margin-top: 1.3rem;
  }

  .companies-features-row {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    padding-top: 1.05rem;
  }

  .companies-feature-item {
    padding: 0.35rem 0.12rem 0.68rem;
  }

  .companies-feature-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #e6edf7;
  }

  .companies-feature-item:last-child {
    border-bottom: 0;
    padding-bottom: 0.2rem;
  }

  .companies-feature-icon {
    width: 2.95rem;
    height: 2.95rem;
  }

  .companies-feature-copy p {
    font-size: 0.95rem;
  }

  .contact-section {
    padding-top: 2.3rem;
    padding-bottom: 2.5rem;
  }

  .why-section {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 0.78rem;
  }

  .why-item {
    padding: 1.15rem 0.95rem 1.05rem;
    border-radius: 18px;
  }

  .contact-title {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
    line-height: 1.1;
  }

  .inquiry-fields {
    grid-template-columns: 1fr;
    gap: 0.68rem;
  }

  .form-field-full {
    grid-column: auto;
  }

  .contact-form-box {
    padding: 0.9rem;
  }

  .contact-list li {
    font-size: 0.92rem;
  }

  .hero-world-card {
    top: 16px;
    right: 10px;
    width: 35vw;
    max-width: 318px;
    border-radius: 14px;
    padding: 10px 11px 9px;
  }

  .hero-world-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.5rem;
    row-gap: 0.35rem;
  }

  .hero-world-top-row {
    gap: 0.44rem;
    flex: 1 1 auto;
    min-width: 0;
  }

  .hero-world-icon-wrap {
    width: 2.2rem;
    height: 2.2rem;
    flex-basis: 2.2rem;
  }

  .hero-world-icon {
    inset: 3px;
  }

  .hero-world-globe {
    width: 0.84rem;
    height: 0.84rem;
  }

  .hero-world-title {
    font-size: 0.56rem;
    line-height: 1.08;
  }

  .hero-world-divider {
    display: none;
  }

  .hero-world-value {
    font-size: 1.75rem;
    flex: 0 0 auto;
  }

  .hero-world-badge {
    flex: 1 1 100%;
    justify-content: center;
    margin-top: 0.12rem;
    font-size: 0.54rem;
    padding: 0.2rem 0.32rem;
  }

  .hero-feature-bar {
    position: relative;
    width: var(--hero-mobile-stack-width);
    max-width: var(--hero-mobile-stack-width);
    box-sizing: border-box;
    height: auto;
    margin: 14px auto 0;
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    border-radius: 24px;
    background:
      linear-gradient(160deg, rgba(58, 122, 212, 0.18), rgba(30, 64, 116, 0.06)),
      rgba(10, 20, 40, 0.55);
    border: 1px solid rgba(96, 165, 250, 0.42);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      inset 0 -18px 26px rgba(0, 0, 0, 0.22),
      0 18px 34px rgba(3, 12, 28, 0.4),
      0 0 26px rgba(56, 128, 255, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
  }

  .hero-feature-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(143, 198, 255, 0.08), rgba(143, 198, 255, 0));
    pointer-events: none;
  }

  .feature-item {
    min-height: 62px;
    height: auto;
    padding: 8px 9px;
    border-radius: 14px;
    gap: 9px;
    align-items: center;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(138, 187, 255, 0.2);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .feature-item:not(:last-child)::after {
    display: none;
  }

  .feature-item i {
    font-size: 19px;
    color: #a9d4ff;
    filter: drop-shadow(0 0 8px rgba(83, 164, 255, 0.45));
  }

  .feature-item strong {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    white-space: normal;
  }

  .feature-item span {
    font-size: 10.5px;
    font-weight: 500;
    line-height: 1.25;
    color: rgba(193, 214, 241, 0.92);
  }

  .feature-item:hover,
  .feature-item:active {
    transform: translateY(-1px);
    border-color: rgba(138, 187, 255, 0.38);
    box-shadow: 0 0 14px rgba(76, 157, 255, 0.2);
  }


  .about-section .about-panel {
    padding: 1.08rem;
    border-radius: 1.25rem;
  }

  .about-media {
    min-height: 17rem;
    border-radius: 1.3rem;
  }

  .about-media-badge {
    left: 0.78rem;
    right: auto;
    bottom: 0.78rem;
    max-width: 13.9rem;
    padding: 0.62rem 0.7rem;
    gap: 0.56rem;
  }

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

  .about-points-card {
    margin-top: 0.24rem;
    padding: 0.86rem 0.78rem 0.78rem 0.78rem;
  }

  .about-points-card::before {
    left: 1.55rem;
    top: 1.08rem;
    bottom: 1.05rem;
  }

  .about-point {
    grid-template-columns: 1.9rem 1fr;
    gap: 0.64rem;
    font-size: 0.9rem;
    padding: 0.46rem 0;
  }

  .about-point i {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.92rem;
  }

  .hero-actions {
    width: var(--hero-mobile-stack-width);
    max-width: var(--hero-mobile-stack-width);
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .btn-danger-hero,
  .btn-outline-hero {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .feature-strip-wrap {
    margin-top: -10px;
  }

  .feature-strip-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .sources-map-card {
    min-height: 460px;
    height: clamp(400px, 92vw, 460px);
  }

  .sources-map-frame {
    min-height: 460px;
    inset: 64px 14px 0 14px;
  }

  .sources-network-badge {
    top: 18px;
    left: 18px;
    width: min(420px, calc(100% - 36px));
    padding: 0.78rem 0.9rem;
    border-radius: 13px;
  }

  .sources-network-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 1.4rem;
  }

  .sources-network-badge strong {
    font-size: 0.96rem;
  }

  .sources-network-badge p {
    font-size: 0.84rem;
  }

  .sources-copy-head h2 {
    font-size: clamp(2rem, 8.8vw, 2.55rem);
  }

  .sources-text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .product-source-card {
    grid-template-columns: 56px minmax(0, 1fr) 34px;
    grid-template-areas:
      "icon title arrow"
      "icon flags arrow";
  }

  .product-source-icon {
    grid-area: icon;
    width: 56px;
    height: 56px;
    font-size: 1.7rem;
  }

  .product-source-card h3 {
    grid-area: title;
  }

  .product-source-flags {
    grid-area: flags;
    gap: 0.35rem 0.72rem;
  }

  .source-arrow {
    grid-area: arrow;
  }

  .product-title {
    font-size: 1.4rem;
  }

  .feature-summary-card {
    padding: 1.55rem 1.3rem 1.45rem;
  }
}

@media (max-width: 575px) {
  .feature-item {
    flex: 0 0 100%;
  }

  .sources-panel {
    border-radius: 22px;
    padding: 0.9rem;
  }

  .sources-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sources-map-card,
  .sources-copy-card {
    border-radius: 18px;
  }

  .sources-network-badge {
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    margin: 0;
    padding: 0.62rem 0.7rem;
    gap: 0.55rem;
  }

  .sources-map-frame {
    min-height: 420px;
    inset: 62px 12px 0 12px;
    margin-top: 0;
  }

  .sources-copy-head h2 {
    font-size: 1.95rem;
  }

  .sources-text {
    font-size: 0.98rem;
  }

  #about .about-title-wrapper {
    margin: 0 -14px 0;
    padding: 34px 20px 22px;
    border-radius: 18px;
  }

  #about .about-pill {
    padding: 10px 20px;
    margin-bottom: 24px;
  }

  #about .about-pill > span {
    font-size: 12px;
    letter-spacing: 0.24em;
  }

  #about .about-title {
    font-size: clamp(42px, 11.8vw, 56px);
  }

  #about .about-accent {
    margin-top: 22px;
  }

  #about .about-accent-line {
    width: 108px;
    height: 7px;
  }

  #about .about-accent-dot {
    width: 10px;
    height: 10px;
  }

  .product-source-card {
    padding: 0.84rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .companies-track {
    transition: none;
  }

  .hero-world-dots {
    animation: none;
  }

  .hero-world-card,
  .hero-world-card:hover,
  .company-slide,
  .company-slide:hover,
  .about-metric,
  .about-metric:hover,
  .about-image,
  .about-media:hover .about-image,
  .fade-up-on-scroll,
  .fade-up-on-scroll.is-visible {
    transform: none;
  }

  .fade-up-on-scroll {
    opacity: 1;
  }
}
