﻿:root {
  --navy: #10233f;
  --navy-2: #163961;
  --gold: #c9a642;
  --gold-soft: #efe5c3;
  --ink: #202733;
  --muted: #667085;
  --line: #e5e8ee;
  --paper: #ffffff;
  --wash: #f6f8fb;
  --shadow: 0 16px 42px rgba(16, 35, 63, 0.1);
  --deep-shadow: 0 30px 76px rgba(16, 35, 63, 0.2);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.top-strip {
  background: var(--navy);
  color: #dbe4ef;
  font-size: 0.82rem;
}

.top-strip .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.985);
  border-bottom: 1px solid rgba(229, 232, 238, 0.9);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  flex: 0 0 auto;
}

.brand img {
  width: clamp(180px, 16vw, 236px);
  height: auto;
  max-height: 52px;
  aspect-ratio: 2483 / 463;
  object-fit: contain;
  image-rendering: auto;
  transform: translateZ(0);
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  margin-top: -6px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
  min-width: 0;
}

.site-nav a {
  color: #334155;
  padding: 25px 0;
  border-bottom: 3px solid transparent;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--navy);
  border-color: var(--gold);
}

.nav-cta {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-align: center;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(16, 35, 63, 0.16);
}

.btn-primary {
  background: var(--gold);
  color: #132036;
}

.btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-light {
  background: #fff;
  color: var(--navy);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
  font-size: 0;
}

.menu-toggle::before {
  content: "";
  width: 20px;
  height: 14px;
  background: linear-gradient(var(--navy) 0 0) top / 100% 2px no-repeat,
    linear-gradient(var(--navy) 0 0) center / 100% 2px no-repeat,
    linear-gradient(var(--navy) 0 0) bottom / 100% 2px no-repeat;
}

.hero {
  color: #fff;
  background:
    linear-gradient(115deg, rgba(12, 28, 51, 0.98), rgba(26, 61, 99, 0.86)),
    radial-gradient(circle at 78% 18%, rgba(201, 166, 66, 0.22), transparent 28%),
    url("https://images.unsplash.com/photo-1494412519320-aa613dfb7738?auto=format&fit=crop&w=1800&q=80") center / cover,
    linear-gradient(135deg, #10233f 0%, #183c62 100%);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(36px, 5vw, 70px);
  min-height: 720px;
  padding: 78px 0;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: Montserrat, Poppins, "Segoe UI", Arial, sans-serif;
  line-height: 1.15;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.5rem, 4.9vw, 4.35rem);
  max-width: 760px;
  overflow-wrap: balance;
  letter-spacing: 0;
}

.hero p {
  color: #e5edf7;
  max-width: 740px;
  font-size: 1.08rem;
}

.hero-lead {
  margin-top: 18px;
  color: #fff;
  font-size: clamp(1.12rem, 2vw, 1.34rem);
  font-weight: 700;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 18px;
}

.hero-points span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-panel {
  position: relative;
  width: 100%;
  padding: clamp(22px, 2.8vw, 34px);
  min-height: clamp(520px, 43vw, 660px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: #10233f;
  box-shadow: 0 30px 80px rgba(4, 14, 30, 0.32);
  isolation: isolate;
  cursor: pointer;
}

.service-slider {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(7, 18, 34, 0.02), rgba(7, 18, 34, 0.28) 78%),
    linear-gradient(180deg, rgba(16, 35, 63, 0), rgba(16, 35, 63, 0.18)),
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.12), transparent 34%);
  pointer-events: none;
}

.cargo-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #10233f;
  background-position: center;
  background-size: cover;
  opacity: 0;
  filter: saturate(1.14) contrast(1.05) brightness(1.06);
  transform: scale(1.03);
  transition: opacity 900ms ease;
}

.cargo-slide-active {
  opacity: 1;
  animation: cargoSlideDrift 7s ease-in-out both;
}

@keyframes cargoSlideDrift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.09) translate3d(-14px, -8px, 0); }
}

.service-slide-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  width: min(500px, calc(100% - 84px));
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  background: rgba(8, 18, 33, 0.34);
  color: #fff;
  box-shadow: 0 22px 52px rgba(4, 14, 30, 0.24);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.service-slide-card.is-changing {
  animation: serviceCardPulse 420ms ease;
}

@keyframes serviceCardPulse {
  from {
    opacity: 0.68;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-panel:hover .service-slide-card,
.service-slide-card:hover {
  transform: translateY(-4px);
  background: rgba(8, 18, 33, 0.42);
  box-shadow: 0 30px 64px rgba(4, 14, 30, 0.32);
}

.service-slide-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.service-slide-card strong {
  display: block;
  color: #fff;
  font-family: Montserrat, Poppins, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.75rem, 3.4vw, 2.65rem);
  line-height: 1.08;
}

.service-slide-card span:not(.eyebrow) {
  color: #eef4fb;
  font-size: 1.03rem;
  line-height: 1.62;
}

.service-slide-card em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-top: 4px;
  padding: 9px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  color: #fff;
  color: var(--navy);
  font-style: normal;
  font-weight: 900;
}

.service-slide-dots {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 190px;
}

.service-slide-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
}

.service-slide-dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--gold);
  border-color: var(--gold);
}

.trade-card {
  position: absolute;
  z-index: 2;
  width: min(300px, 78%);
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 18px 46px rgba(16, 35, 63, 0.12);
  overflow-wrap: anywhere;
}

.trade-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.trade-card.one {
  top: 42px;
  left: 0;
}

.trade-card.two {
  right: 0;
  top: 170px;
}

.trade-card.three {
  left: 50px;
  bottom: 36px;
}

.section {
  padding: 92px 0;
}

.section.alt {
  background: var(--wash);
}

.section-head {
  max-width: 790px;
  margin-bottom: 38px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head h2,
.page-hero h1 {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.section-head p,
.lead {
  color: var(--muted);
  font-size: 1.04rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 46px;
  align-items: start;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.stat,
.card,
.feature,
.quote-card,
.news-card,
.contact-card,
.value-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.stat {
  padding: 24px;
}

.stat b {
  display: block;
  color: var(--navy);
  font-size: 1.7rem;
}

.stat span {
  color: var(--muted);
  font-weight: 700;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-logo-section {
  margin-top: 54px;
  padding-top: 46px;
  border-top: 1px solid var(--line);
}

.section-head.compact {
  margin-bottom: 26px;
}

.client-logo-section .section-head h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.client-logo-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 196px;
  padding: 20px 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(16, 35, 63, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.client-logo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 166, 66, 0.58);
  box-shadow: 0 18px 46px rgba(16, 35, 63, 0.12);
}

.client-logo-frame {
  display: grid;
  place-items: center;
  height: 94px;
  padding: 12px;
  border: 1px solid #edf1f6;
  border-radius: var(--radius);
  background: #f8fafc;
}

.client-logo-frame img {
  display: block;
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.client-logo-fallback {
  display: none;
  place-items: center;
  min-width: 76px;
  min-height: 76px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--gold);
  font-weight: 900;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.client-logo-card strong {
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.25;
}

.client-logo-card small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.client-logo-note {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.9rem;
}

.card,
.feature,
.value-card {
  padding: 30px;
  box-shadow: 0 8px 24px rgba(16, 35, 63, 0.045);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.image-card {
  padding: 0;
  overflow: hidden;
}

.card-image,
.page-image,
.profile-cover {
  min-height: 196px;
  background-color: var(--navy);
  background-position: center;
  background-size: cover;
}

.image-card .card-body {
  padding: 28px;
}

.photo-supplies { background-image: linear-gradient(rgba(16, 35, 63, .12), rgba(16, 35, 63, .18)), url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=900&q=80"); }
.photo-cargo { background-image: linear-gradient(rgba(16, 35, 63, .1), rgba(16, 35, 63, .18)), url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=900&q=80"); }
.photo-bikes { background-image: linear-gradient(rgba(16, 35, 63, .08), rgba(16, 35, 63, .16)), url("https://images.unsplash.com/photo-1558981806-ec527fa84c39?auto=format&fit=crop&w=900&q=80"); }
.photo-coffee { background-image: linear-gradient(rgba(16, 35, 63, .08), rgba(16, 35, 63, .12)), url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=900&q=80"); }
.photo-beverages { background-image: linear-gradient(rgba(16, 35, 63, .08), rgba(16, 35, 63, .16)), url("https://images.unsplash.com/photo-1544145945-f90425340c7e?auto=format&fit=crop&w=900&q=80"); }
.photo-electronics { background-image: linear-gradient(rgba(16, 35, 63, .1), rgba(16, 35, 63, .16)), url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=900&q=80"); }
.photo-hardware { background-image: linear-gradient(rgba(16, 35, 63, .1), rgba(16, 35, 63, .16)), url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=80"); }
.photo-trade,
.photo-export-crops { background-image: linear-gradient(rgba(16, 35, 63, .1), rgba(16, 35, 63, .16)), url("https://images.unsplash.com/photo-1770055592671-01c08cae22be?auto=format&fit=crop&w=900&q=80"); }
.photo-sesame { background-image: linear-gradient(rgba(16, 35, 63, .06), rgba(16, 35, 63, .1)), url("https://images.unsplash.com/photo-1778048840964-d221d23b86ee?auto=format&fit=crop&w=900&q=80"); }
.photo-soy { background-image: linear-gradient(rgba(16, 35, 63, .06), rgba(16, 35, 63, .1)), url("https://commons.wikimedia.org/wiki/Special:FilePath/Soybeans_01.jpg?width=900"); }
.photo-cashew { background-image: linear-gradient(rgba(16, 35, 63, .06), rgba(16, 35, 63, .12)), url("https://commons.wikimedia.org/wiki/Special:FilePath/Unpeeled_cashew_nuts.jpg?width=900"); }
.photo-pulses { background-image: linear-gradient(rgba(16, 35, 63, .06), rgba(16, 35, 63, .12)), url("https://images.unsplash.com/photo-1549530708-be1b34900690?auto=format&fit=crop&w=900&q=80"); }

.division-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.division-hero .page-image {
  min-height: 420px;
  border-radius: var(--radius);
  box-shadow: var(--deep-shadow);
}

.detail-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

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

.export-product-card {
  padding: 0;
  overflow: hidden;
}

.export-product-image {
  min-height: 190px;
  background-color: var(--navy);
  background-position: center;
  background-size: cover;
}

.export-product-card .card-body {
  padding: 24px;
}

.export-product-card h3 {
  margin-bottom: 8px;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.card:hover,
.feature:hover,
.value-card:hover,
.news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 166, 66, 0.58);
  box-shadow: 0 18px 46px rgba(16, 35, 63, 0.12);
}

.icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: var(--gold-soft);
  color: var(--navy);
  font-weight: 900;
}

.card h3,
.feature h3,
.value-card h3 {
  font-size: 1.18rem;
  margin-bottom: 10px;
}

.card p,
.feature p,
.value-card p,
.news-card p {
  color: var(--muted);
  margin: 0;
}

.text-link {
  display: inline-block;
  color: var(--navy);
  font-weight: 900;
  margin-top: 18px;
}

.commitment {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #1d4d78);
}

.commitment h2,
.commitment h3 {
  color: #fff;
}

.commitment p {
  color: #d7e3f2;
}

.commitment .feature {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.quote-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  padding: 34px;
  box-shadow: 0 18px 46px rgba(16, 35, 63, 0.12);
}

.avatar {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 1.8rem;
  font-weight: 900;
}

.service-list {
  columns: 2;
  padding-left: 20px;
  color: var(--muted);
}

.page-hero {
  padding: 92px 0;
  color: #fff;
  background: linear-gradient(130deg, var(--navy), #1c4a74);
}

.page-hero h1 {
  color: #fff;
}

.page-hero p {
  max-width: 850px;
  color: #e3ebf5;
}

.business-row {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(229, 232, 238, 0.9);
}

.business-row h2 {
  font-size: 1.7rem;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.check-list li {
  padding: 10px 12px;
  border-left: 3px solid var(--gold);
  background: var(--wash);
  color: #435064;
  font-weight: 700;
}

.news-card {
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-thumb {
  min-height: 150px;
  background:
    linear-gradient(135deg, rgba(16, 35, 63, 0.92), rgba(201, 166, 66, 0.55)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 18px);
}

.news-card div:last-child {
  padding: 24px;
}

.cta {
  padding: 74px 0;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(16, 35, 63, 0.98), rgba(20, 44, 75, 0.96)),
    radial-gradient(circle at 82% 22%, rgba(201, 166, 66, 0.2), transparent 28%);
}

.cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.cta p {
  color: #dbe6f3;
  max-width: 760px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
}

.contact-card,
.form-card {
  padding: 30px;
}

.send-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 4px;
}

.send-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 800;
}

.send-options input {
  width: auto;
  min-height: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 290px;
  margin-top: 28px;
  border: 1px dashed #b8c0cc;
  border-radius: var(--radius);
  background: var(--wash);
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.site-footer {
  color: #dce6f2;
  background: #0b1b31;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.85fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  padding: 62px 0;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
}

.footer-logo {
  width: min(230px, 100%);
  height: auto;
  margin-bottom: 14px;
  object-fit: contain;
}

.site-footer a,
.site-footer p,
.site-footer li {
  color: #b9c7d8;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer li {
  margin: 8px 0;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  font-weight: 800;
}

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #91a2b7;
  font-size: 0.9rem;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: #25d366;
  color: #052b16;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.32);
}

.whatsapp-float:hover {
  transform: translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: 126px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 18px 20px 28px;
    background: #fff;
    border-bottom: 1px solid rgba(229, 232, 238, 0.9);
    box-shadow: 0 18px 46px rgba(16, 35, 63, 0.12);
    transform: translateY(-18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.25s ease, visibility 0.25s ease;
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    white-space: normal;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 13px 0;
  }

  .nav-cta {
    display: none;
  }

  .hero-grid,
  .split,
  .contact-layout,
  .division-hero,
  .detail-band {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .export-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1051px) and (max-width: 1180px) {
  .nav-wrap {
    gap: 12px;
  }

  .brand {
    min-width: 188px;
  }

  .brand img {
    width: 184px;
  }

  .site-nav {
    gap: 11px;
    font-size: 0.8rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
    gap: 34px;
  }

  .hero-panel {
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  .top-strip .container {
    align-items: start;
  }

  .hero-panel {
    min-height: auto;
    gap: 14px;
  }

  .hero-grid {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .service-slider {
    display: flex;
    min-height: 430px;
  }

  .trade-card,
  .trade-card.one,
  .trade-card.two,
  .trade-card.three {
    position: static;
    width: 100%;
  }

  .stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-image {
    min-height: 160px;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .top-strip .container {
    display: grid;
  }

  .brand img {
    width: 164px;
  }

  .site-nav {
    top: 124px;
  }

  .hero-grid,
  .section,
  .page-hero {
    padding: 52px 0;
  }

  .hero h1 {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .hero-points {
    gap: 8px;
  }

  .hero-points span {
    width: 100%;
  }

  .section-head h2,
  .page-hero h1 {
    font-size: clamp(1.75rem, 8vw, 2.55rem);
  }

  .hero-actions,
  .cta-row,
  .profile-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .hero-panel {
    min-height: 360px;
    padding: 18px;
  }

  .service-slider {
    min-height: 380px;
  }

  .service-slide-card {
    width: 100%;
    padding: 20px;
    padding-bottom: 52px;
  }

  .service-slide-dots {
    right: 18px;
    bottom: 18px;
    left: 18px;
    justify-content: flex-start;
    max-width: none;
  }

  .trade-card {
    position: static;
    width: 100%;
    margin-bottom: 14px;
    padding: 18px;
  }

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

  .stats,
  .grid,
  .grid.two,
  .export-product-grid,
  .footer-grid,
  .business-row,
  .check-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .quote-card {
    grid-template-columns: 1fr;
  }

  .service-list {
    columns: 1;
  }

  .division-hero .page-image {
    min-height: 300px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 22px, var(--max));
  }

  .top-strip {
    font-size: 0.78rem;
  }

  .nav-wrap {
    min-height: 70px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: min(160px, 52vw);
  }

  .brand small {
    font-size: 0.62rem;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .site-nav {
    inset: 110px 0 auto 0;
    max-height: calc(100vh - 110px);
  }

  .section {
    padding: 46px 0;
  }

  .hero-grid,
  .page-hero {
    padding: 42px 0;
  }

  .hero p,
  .page-hero p,
  .section-head p,
  .lead {
    font-size: 0.98rem;
  }

  .card,
  .feature,
  .value-card,
  .contact-card,
  .form-card,
  .quote-card {
    padding: 22px;
  }

  .image-card {
    padding: 0;
  }

  .image-card .card-body {
    padding: 22px;
  }

  .card-image {
    min-height: 145px;
  }

  .stat {
    padding: 20px;
  }

  .avatar {
    width: 74px;
    height: 74px;
    font-size: 1.45rem;
  }

  .map-placeholder {
    min-height: 210px;
    padding: 20px;
  }

  .site-footer h3 {
    font-size: 1.1rem;
  }

  .client-logo-grid {
    grid-template-columns: 1fr;
  }

  .client-logo-card {
    min-height: auto;
  }

  .footer-grid {
    gap: 24px;
    padding: 46px 0;
  }

  .whatsapp-float {
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.9rem;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 142px;
  }

  .brand small {
    display: none;
  }

  .hero h1 {
    font-size: 1.9rem;
  }

  .section-head h2,
  .page-hero h1 {
    font-size: 1.65rem;
  }
}





/* Letrece viewed people counter and clickable hero quick links */
.stats {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.views-stat {
  background: linear-gradient(135deg, #ffffff 0%, #f6f2e7 100%);
  border-color: rgba(199, 178, 138, 0.55);
}

.views-stat b span {
  color: inherit;
}

.footer-views {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
  padding: 9px 12px;
  border: 1px solid rgba(199, 178, 138, 0.34);
  border-radius: 8px;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.footer-views span {
  color: #c7b28a;
  font-size: 1.08rem;
}

.hero-points a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(4, 14, 31, 0.14);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-points a:hover,
.hero-points a:focus-visible {
  transform: translateY(-2px);
  background: rgba(199, 178, 138, 0.2);
  border-color: rgba(199, 178, 138, 0.82);
}

@media (max-width: 1024px) {
  .stats {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
}

@media (max-width: 700px) {
  .hero-points a {
    width: 100%;
  }
}
