/*
Theme Name: ROYVERA Logistics
Theme URI: http://localhost:8080
Author: Demo Build
Description: WordPress theme for ROYVERA U.S. fulfillment, warehousing and logistics website.
Version: 1.1.0
Text Domain: us-logistics
*/

:root {
  --ink: #081933;
  --muted: #647084;
  --line: #d9e2ec;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --navy: #0d2b66;
  --blue: #0066cc;
  --aqua: #00bbe6;
  --silver: #c0c6cc;
  --purple: #7a3ff2;
  --shadow: 0 18px 52px rgba(8, 25, 51, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfcfe;
  color: var(--ink);
  font-family: Inter, Manrope, "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 74px;
  border-bottom: 1px solid rgba(217, 226, 236, 0.72);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  width: min(1320px, calc(100% - 108px));
  margin: 0 auto;
}

.brand-logo {
  width: 276px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.custom-logo-link img {
  width: 276px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  gap: 32px;
  color: #33445e;
  font-size: 13px;
  font-weight: 740;
}

.main-nav a:hover {
  color: var(--blue);
}

.header-cta,
.primary-button,
.secondary-button,
.hero-quote button,
.site-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  font-weight: 820;
}

.header-cta {
  min-height: 42px;
  padding: 0 18px;
  background: var(--navy);
  color: #fff;
}

.hero {
  position: relative;
  min-height: auto;
  overflow: hidden;
  border-bottom: 1px solid rgba(217, 226, 236, 0.9);
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(0, 102, 204, 0.055), transparent 28%),
    linear-gradient(135deg, rgba(13, 43, 102, 0.02), transparent 42%);
  content: "";
}

.hero-media {
  display: none;
}

.hero-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(180deg, rgba(7, 23, 46, 0), #07172e);
  content: "";
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) 280px 320px;
  gap: 24px;
  align-items: center;
  width: min(1320px, calc(100% - 108px));
  margin: 0 auto;
  padding: 70px 0 64px;
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.final-cta .eyebrow {
  color: var(--blue);
}

h1 {
  max-width: 860px;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 1.02;
}

.hero.is-zh h1 {
  max-width: 680px;
  font-size: 48px;
}

.hero-copy {
  max-width: 760px;
  margin-bottom: 28px;
  color: #506078;
  font-size: 18px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.primary-button {
  padding: 0 26px;
  border: 0;
  background: var(--blue);
  color: #fff;
}

.primary-button:hover,
.header-cta:hover,
.hero-quote button:hover {
  background: #004fa3;
}

.secondary-button {
  padding: 0 24px;
  border: 1px solid #b8c6d8;
  color: var(--ink);
}

.hero-stats {
  display: grid;
  width: min(720px, 100%);
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(8, 25, 51, 0.07);
}

.hero-stats div {
  padding: 20px;
  border-right: 1px solid var(--line);
}

.hero-stats div:last-child {
  border-right: 0;
}

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

.hero-stats strong {
  color: var(--ink);
  font-size: 24px;
}

.hero-stats span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.platform-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.platform-strip span {
  border: 1px solid #d8e3f0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: #506078;
  font-size: 12px;
  font-weight: 820;
}

.hero-visual {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid #d8e3f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03) brightness(0.98);
}

.hero-visual-brand {
  isolation: isolate;
}

.hero-visual-brand .hero-visual-main {
  object-position: center center;
}

.hero-visual-brand .hero-visual-inset {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: 104px;
  height: 136px;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(8, 25, 51, 0.22);
  object-fit: cover;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 25, 51, 0) 40%, rgba(8, 25, 51, 0.72) 100%);
  content: "";
}

.hero-visual-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 16px;
  background: rgba(7, 23, 46, 0.82);
  color: #fff;
  backdrop-filter: blur(10px);
}

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

.hero-visual-card span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.hero-quote {
  padding: 24px;
  border: 1px solid #d8e3f0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--ink);
  box-shadow: 0 16px 44px rgba(8, 25, 51, 0.09);
}

.hero-quote h2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.14;
}

form {
  display: grid;
  gap: 14px;
}

.anti-spam-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

label {
  display: grid;
  gap: 7px;
  color: #2c3e59;
  font-size: 13px;
  font-weight: 780;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd6e2;
  border-radius: 6px;
  padding: 0 13px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 84px;
  padding-top: 12px;
  resize: vertical;
}

.hero-quote button {
  width: 100%;
  border: 0;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font: inherit;
}

.notice {
  margin: 0 0 16px;
  border-radius: 6px;
  padding: 12px 14px;
  background: #eaf8fc;
  color: #075d79;
  font-weight: 760;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-strip span {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  color: #42536c;
  font-weight: 800;
  text-align: center;
}

.operations-proof {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.operations-proof-inner {
  display: grid;
  gap: 18px;
  width: min(1240px, calc(100% - 108px));
  margin: 0 auto;
  padding: 28px 0 32px;
}

.operations-proof-inner .eyebrow {
  margin-bottom: 0;
}

.operations-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.operations-proof-grid article {
  display: grid;
  gap: 7px;
  min-height: 92px;
  padding: 18px 22px 0 0;
}

.operations-proof-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}

.operations-proof-grid strong {
  font-size: 18px;
  line-height: 1.2;
}

.operations-proof-grid span {
  max-width: 290px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.section {
  width: min(1180px, calc(100% - 108px));
  margin: 0 auto;
  padding: 72px 0;
}

.intro-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 84px;
  align-items: end;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.12;
}

.section-lead,
.visual-copy p,
.seller-grid p,
.capability span {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.services-section {
  padding-top: 24px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.service-card,
.step,
.seller-grid article,
.capability {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.service-card {
  min-height: 188px;
  padding: 24px;
  border-radius: 10px;
  border-color: rgba(217, 226, 236, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 251, 255, 0.98));
  box-shadow:
    0 10px 24px rgba(8, 25, 51, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 102, 204, 0.18), transparent 72%);
  content: "";
}

.service-card:hover {
  border-color: rgba(0, 102, 204, 0.22);
  box-shadow:
    0 20px 42px rgba(8, 25, 51, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: translateY(-4px);
}

.card-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(0, 102, 204, 0.08);
  border-radius: 10px;
  background: linear-gradient(180deg, #eef7ff, #e6f1fb);
  color: var(--blue);
  font-weight: 900;
}

.service-card h3,
.step h3,
.seller-grid h3,
.capability strong {
  margin-bottom: 10px;
  font-size: 20px;
}

.service-card p,
.step p {
  color: var(--muted);
  line-height: 1.58;
}

.service-card p {
  min-height: 46px;
}

.process-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #f8fafc 0%, #f5f8fc 100%);
}

.process-inner {
  padding: 62px 0;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.step {
  min-height: 182px;
  padding: 24px;
}

.step span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 860;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #31435f;
  line-height: 1.52;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 720;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.check-list li::after {
  position: absolute;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.infrastructure-showcase {
  display: grid;
  gap: 28px;
}

.showcase-heading {
  display: grid;
  max-width: 760px;
  gap: 12px;
}

.showcase-heading h2 {
  max-width: 680px;
  margin: 0;
  font-size: 44px;
  line-height: 1.08;
}

.showcase-heading p:last-child {
  max-width: 620px;
  margin: 0;
  color: #52627a;
  font-size: 18px;
  line-height: 1.65;
}

.infrastructure-showcase.is-zh .showcase-heading h2 {
  font-size: 42px;
}

.infrastructure-showcase.is-zh .showcase-heading p:last-child {
  font-size: 16px;
}

.warehouse-gallery {
  display: grid;
  grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
  grid-auto-rows: 170px;
  gap: 12px;
}

.warehouse-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dce6f1;
}

.warehouse-gallery .gallery-main {
  grid-row: span 3;
}

.warehouse-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03) brightness(0.98);
  transition: filter 180ms ease, transform 180ms ease;
}

.warehouse-gallery img:hover {
  filter: saturate(1) contrast(1.05) brightness(1);
  transform: translateY(-2px);
}

.warehouse-gallery figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 43, 102, 0), rgba(13, 43, 102, 0.12));
  content: "";
  pointer-events: none;
}

.warehouse-gallery .gallery-main::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  content: "";
  pointer-events: none;
}

.showcase-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.showcase-points span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #31435f;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.seller-band {
  background: var(--navy);
  color: #fff;
}

.seller-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 52px;
  align-items: start;
  padding: 68px 0;
}

.seller-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.seller-grid article {
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.seller-grid p {
  color: rgba(255, 255, 255, 0.75);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  width: min(1180px, calc(100% - 108px));
  margin: 8px auto 68px;
  border-radius: 8px;
  padding: 38px;
  background: linear-gradient(90deg, var(--navy), #0b3d88);
  color: #fff;
}

.final-cta h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.16;
}

.site-footer {
  display: grid;
  grid-template-columns: 260px 1fr 1fr auto;
  gap: 30px;
  align-items: center;
  min-height: 132px;
  padding: 22px 54px;
  background: #07172e;
  color: #fff;
}

.footer-brand img {
  width: 210px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.site-footer a {
  padding: 0 22px;
  background: #fff;
  color: var(--ink);
  white-space: nowrap;
}

.page-main {
  width: min(960px, calc(100% - 56px));
  margin: 0 auto;
  padding: 72px 0;
}

.page-hero,
.service-detail-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #f6f9fd 100%);
  color: var(--ink);
  padding: 72px 0;
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  align-items: center;
}

.page-hero .section-lead {
  color: var(--muted);
  max-width: 780px;
}

.page-hero .primary-button {
  width: max-content;
}

.page-hero.is-zh h1 {
  max-width: 720px;
  font-size: 46px;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue);
  font-weight: 800;
}

.page-hero-visual,
.service-detail-visual {
  overflow: hidden;
  border: 1px solid #d8e3f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.page-hero-visual img,
.service-detail-visual img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.service-detail-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.65fr);
  gap: 56px;
  align-items: center;
}

.service-detail-copy {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.service-detail-copy + .primary-button,
.service-detail-copy ~ .primary-button {
  margin-top: 22px;
}

@media (max-width: 1080px) {
  .site-footer {
    padding-inline: 24px;
  }

  .site-header-inner {
    width: min(100% - 48px, 760px);
  }

  .main-nav {
    display: none;
  }

  .hero-content,
  .section,
  .operations-proof-inner,
  .final-cta {
    width: min(100% - 44px, 760px);
  }

  .hero-content,
  .intro-section,
  .service-grid,
  .process-steps,
  .visual-split,
  .page-hero-inner,
  .service-detail-inner,
  .seller-section,
  .seller-grid,
  .capability-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 46px;
  }

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

  .hero-stats,
  .trust-strip,
  .operations-proof-grid {
    grid-template-columns: 1fr;
  }

  .mobile-compact-hero .hero-stats {
    display: none;
  }

  .hero-stats div,
  .trust-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .trust-strip span {
    border-bottom-color: var(--line);
  }

  .operations-proof-grid article {
    min-height: auto;
    padding-right: 0;
  }

  .operations-proof-grid article + article {
    margin-top: 18px;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 18px;
    padding-left: 0;
  }

  .showcase-heading h2,
  .infrastructure-showcase.is-zh .showcase-heading h2 {
    font-size: 32px;
  }

  .showcase-heading p:last-child,
  .infrastructure-showcase.is-zh .showcase-heading p:last-child {
    font-size: 15px;
  }

  .warehouse-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
  }

  .warehouse-gallery .gallery-main {
    grid-column: span 2;
    grid-row: span 2;
  }

  .hero-visual-brand .hero-visual-inset {
    width: 96px;
    height: 124px;
  }

  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 212px;
  }

  .header-cta {
    display: inline-flex;
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .hero-content {
    padding: 42px 0 40px;
  }

  h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .hero-copy {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-actions {
    margin-bottom: 24px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-stats div {
    padding: 14px 12px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .hero-stats strong {
    font-size: 20px;
  }

  .hero-stats span {
    font-size: 12px;
  }

  .platform-strip {
    gap: 6px;
  }

  .platform-strip span {
    padding: 7px 10px;
    font-size: 11px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-visual img {
    min-height: 360px;
  }

  .hero-visual-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
  }

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

  .trust-strip span {
    min-height: 54px;
    padding: 0 10px;
    font-size: 13px;
  }

  .operations-proof-inner {
    gap: 14px;
    padding: 22px 0 24px;
  }

  .operations-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .operations-proof-grid article {
    min-height: 0;
    padding: 14px 10px 0 0;
  }

  .operations-proof-grid article + article {
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid var(--line);
    padding-top: 14px;
    padding-left: 14px;
  }

  .operations-proof-grid article:nth-child(n + 3) {
    margin-top: 14px;
    border-top: 1px solid var(--line);
    padding-top: 14px;
  }

  .operations-proof-grid article:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .operations-proof-grid strong {
    font-size: 15px;
  }

  .operations-proof-grid span {
    font-size: 12px;
  }

  .section {
    padding: 52px 0;
  }

  .intro-section {
    gap: 20px;
  }

  .section-heading h2,
  .showcase-heading h2,
  .infrastructure-showcase.is-zh .showcase-heading h2 {
    font-size: 28px;
  }

  .section-lead,
  .showcase-heading p:last-child,
  .infrastructure-showcase.is-zh .showcase-heading p:last-child {
    font-size: 15px;
  }

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

  .service-card {
    min-height: 156px;
    padding: 16px;
  }

  .card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .service-card h3,
  .step h3,
  .seller-grid h3 {
    font-size: 16px;
  }

  .service-card p,
  .step p,
  .seller-grid p {
    font-size: 13px;
  }

  .process-inner {
    padding: 52px 0;
  }

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

  .step {
    min-height: 158px;
    padding: 16px;
  }

  .step span {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
  }

  .warehouse-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 132px;
    gap: 10px;
  }

  .showcase-points {
    gap: 8px;
  }

  .showcase-points span {
    padding: 8px 12px;
    font-size: 13px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-quote,
  .final-cta {
    padding: 24px;
  }

  .seller-section {
    gap: 22px;
    padding: 52px 0;
  }

  .seller-grid {
    gap: 12px;
  }

  .seller-grid article {
    padding: 18px;
  }

  .final-cta {
    gap: 18px;
    margin-bottom: 48px;
  }

  .final-cta h2 {
    font-size: 24px;
  }

  .site-footer {
    text-align: left;
  }
}
