.seo-page-body {
  --section-max: 1320px;
  --forest-700: #244a3e;
  --gold-400: var(--gold);
  --gold-500: #b8893d;
  --gold-ink: #8c651c;
  --ink-500: #5f6762;
  --ink-700: #39433e;
  --ink-950: #171d1a;
  --line-dark: rgba(255, 255, 255, 0.18);
}

.seo-page-body {
  background: var(--paper-soft);
}

@supports (overflow: clip) {
  html,
  body.seo-page-body {
    overflow-x: clip;
  }
}

.seo-page-body .site-header.is-scrolled {
  color: var(--white);
}

@media (min-width: 821px) {
  .seo-page-body .nav {
    display: flex;
    justify-content: flex-end;
    gap: clamp(18px, 2.4vw, 34px);
  }
}

.seo-page-body .footer-inner {
  grid-template-columns: 1.25fr 0.72fr 0.9fr auto;
  gap: clamp(34px, 5vw, 76px);
}

.seo-page-body .footer-inner > div:not(.footer-brand):not(.qr-card) {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 4px;
}

.seo-page-body .footer-inner > div:not(.footer-brand):not(.qr-card) > strong {
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-page-body .footer-inner > div:not(.footer-brand):not(.qr-card) > a {
  width: max-content;
  max-width: 100%;
  font-size: 13px;
}

.qr-card {
  align-self: start;
  justify-self: end;
  width: 118px;
  padding-top: 4px;
  text-align: center;
}

.qr-card .wechat-qr-image {
  width: 108px;
  height: auto;
  margin-inline: auto;
  background: white;
}

.footer-inner .qr-card > p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  line-height: 1.65;
}

@media (max-width: 820px) {
  .seo-page-body .footer-inner {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .qr-card {
    justify-self: start;
  }
}

@media (max-width: 540px) {
  .seo-page-body .footer-inner {
    grid-template-columns: 1fr;
  }

  .qr-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: left;
  }

  .qr-card .wechat-qr-image {
    width: 82px;
    margin: 0;
  }

  .footer-inner .qr-card > p {
    margin-top: 0;
  }
}

.seo-hero {
  position: relative;
  display: flex;
  min-height: min(720px, 82svh);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background-color: var(--forest-950);
  background-position: center;
  background-size: cover;
}

.seo-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.seo-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.seo-hero--guide-hub::before {
  z-index: 1;
}

.seo-hero--guide-hub .seo-hero-inner {
  z-index: 2;
}

.seo-hero--guide-hub {
  animation: none;
}

.seo-hero--guide-hub .seo-hero-media img {
  transform-origin: 52% 50%;
  will-change: transform;
  animation: seo-guide-hub-pan 19s cubic-bezier(0.3, 0.05, 0.2, 1) infinite alternate;
}

.seo-hero--fulfillment,
.seo-hero--pricing,
.article-hero--choose {
  background-image: url("./assets/sao-paulo-golden-hour-cityscape-v1-1448.jpg");
  background-image: image-set(
    url("./assets/sao-paulo-golden-hour-cityscape-v1-1448.avif") type("image/avif") 1x,
    url("./assets/sao-paulo-golden-hour-cityscape-v1-1448.webp") type("image/webp") 1x,
    url("./assets/sao-paulo-golden-hour-cityscape-v1-1448.jpg") type("image/jpeg") 1x
  );
}

.seo-hero--fulfillment {
  background-position: 52% center;
}

.seo-hero--returns,
.article-hero--inbound {
  background-image: url("./assets/service-route-cinematic-v1.jpg");
  background-image: image-set(
    url("./assets/service-route-cinematic-v1.avif") type("image/avif") 1x,
    url("./assets/service-route-cinematic-v1.webp") type("image/webp") 1x,
    url("./assets/service-route-cinematic-v1.jpg") type("image/jpeg") 1x
  );
  background-position: center;
}

.seo-hero--pricing {
  background-position: 58% center;
}

.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 21, 17, 0.93) 0%, rgba(5, 21, 17, 0.79) 42%, rgba(5, 21, 17, 0.3) 78%, rgba(5, 21, 17, 0.52) 100%),
    linear-gradient(180deg, rgba(5, 21, 17, 0.18), rgba(5, 21, 17, 0.72));
}

.seo-hero-inner,
.seo-container {
  width: min(calc(100% - 48px), var(--section-max));
  margin-inline: auto;
}

.seo-hero-inner {
  position: relative;
  z-index: 1;
  padding: 144px 0 82px;
}

.seo-hero-copy {
  max-width: 850px;
}

.seo-hero .eyebrow {
  color: var(--gold-400);
}

.seo-hero h1 {
  max-width: 900px;
  margin: 0 0 22px;
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 860;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.seo-hero-copy > p:not(.eyebrow) {
  max-width: 750px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.75;
}

.seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.seo-breadcrumb-band {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.seo-breadcrumb {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 9px;
  color: var(--ink-500);
  font-size: 13px;
}

.seo-breadcrumb a:hover {
  color: var(--forest-700);
}

.seo-breadcrumb span[aria-hidden="true"] {
  color: #aab2ae;
}

.seo-section {
  padding: 96px 0;
}

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

.seo-section--forest {
  color: var(--white);
  background: var(--forest-900);
}

.seo-heading {
  max-width: 810px;
  margin-bottom: 48px;
}

.seo-heading h2 {
  margin: 0 0 18px;
  color: var(--forest-900);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 840;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
}

.seo-heading > p:not(.eyebrow) {
  margin: 0;
  color: var(--ink-500);
  font-size: 17px;
  line-height: 1.8;
}

.seo-section--forest .seo-heading h2 {
  color: var(--white);
}

.seo-section--forest .seo-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.seo-process-grid,
.seo-action-grid,
.seo-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.seo-process-grid article,
.seo-action-grid article {
  min-height: 240px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.seo-section--forest .seo-process-grid,
.seo-section--forest .seo-action-grid {
  border-color: var(--line-dark);
}

.seo-section--forest .seo-process-grid article,
.seo-section--forest .seo-action-grid article {
  border-color: var(--line-dark);
}

.seo-index {
  display: block;
  margin-bottom: 46px;
  color: var(--gold-ink);
  font-size: 12px;
  font-weight: 850;
}

.seo-section--forest .seo-index {
  color: var(--gold-400);
}

.seo-process-grid h3,
.seo-action-grid h3 {
  margin: 0 0 11px;
  color: var(--forest-900);
  font-size: 21px;
  line-height: 1.38;
}

.seo-process-grid p,
.seo-action-grid p {
  margin: 0;
  color: var(--ink-500);
  font-size: 14px;
  line-height: 1.76;
}

.seo-section--forest .seo-process-grid h3,
.seo-section--forest .seo-action-grid h3 {
  color: var(--white);
}

.seo-section--forest .seo-process-grid p,
.seo-section--forest .seo-action-grid p {
  color: rgba(255, 255, 255, 0.62);
}

.seo-split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(56px, 8vw, 110px);
  align-items: start;
}

.seo-copy h2 {
  margin: 0 0 18px;
  color: var(--forest-900);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.17;
  text-wrap: balance;
}

.seo-copy > p:not(.eyebrow) {
  color: var(--ink-500);
  font-size: 17px;
  line-height: 1.8;
}

.seo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.seo-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.seo-list span {
  color: var(--gold-ink);
  font-size: 12px;
  font-weight: 850;
}

.seo-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--forest-900);
  font-size: 17px;
}

.seo-list p {
  margin: 0;
  color: var(--ink-500);
  font-size: 14px;
  line-height: 1.7;
}

.seo-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line);
}

.seo-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.seo-table th,
.seo-table td {
  padding: 22px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.seo-table th:first-child,
.seo-table td:first-child {
  border-left: 1px solid var(--line);
}

.seo-table th {
  color: var(--forest-900);
  background: var(--paper);
  font-size: 13px;
}

.seo-table td {
  color: var(--ink-500);
  background: var(--white);
  font-size: 14px;
  line-height: 1.7;
}

.seo-table td strong {
  color: var(--forest-900);
}

.seo-note {
  margin: 24px 0 0;
  padding-left: 18px;
  color: var(--ink-500);
  border-left: 2px solid var(--gold-500);
  font-size: 13px;
}

.seo-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 0;
  gap: 24px;
}

.seo-proof-grid figure {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  background: var(--forest-950);
}

.seo-proof-grid picture {
  display: block;
  min-height: 100%;
}

.seo-proof-grid img {
  width: 100%;
  height: 100%;
  max-height: 210px;
  aspect-ratio: auto;
  object-fit: cover;
}

.seo-proof-grid figcaption {
  padding: 22px 24px 25px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.seo-proof-grid figcaption strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 17px;
}

.seo-faq {
  border-top: 1px solid var(--line);
}

.seo-faq details {
  border-bottom: 1px solid var(--line);
}

.seo-faq summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--forest-900);
  cursor: pointer;
  font-size: 17px;
  font-weight: 780;
  list-style: none;
}

.seo-faq summary::-webkit-details-marker {
  display: none;
}

.seo-faq summary::after {
  content: "+";
  color: var(--gold-ink);
  font-size: 22px;
  font-weight: 500;
}

.seo-faq details[open] summary::after {
  content: "−";
}

.seo-faq details p {
  max-width: 920px;
  margin: -2px 0 24px;
  color: var(--ink-500);
  font-size: 15px;
  line-height: 1.8;
}

.seo-cta-band {
  padding: 82px 0;
  color: var(--white);
  background: var(--forest-950);
}

.seo-cta-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.seo-cta-copy {
  max-width: 760px;
}

.seo-cta-copy h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.16;
}

.seo-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.75;
}

.seo-related {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.seo-related a:hover {
  color: var(--gold-400);
}

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

.guide-card {
  display: grid;
  grid-template-columns: minmax(130px, 170px) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  color: var(--ink-950);
  border: 1px solid var(--line);
  background: var(--white);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.guide-card:hover {
  border-color: rgba(10, 37, 30, 0.42);
  box-shadow: 0 18px 42px rgba(6, 26, 21, 0.08);
  transform: translateY(-2px);
}

.guide-card picture {
  display: block;
  min-height: 100%;
}

.guide-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  aspect-ratio: auto;
  object-fit: cover;
}

.guide-card-copy {
  display: grid;
  align-content: start;
  min-height: 270px;
  padding: 30px;
}

.guide-card-copy > span {
  margin-bottom: 28px;
  color: #936d20;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.guide-card h2 {
  margin: 0 0 14px;
  color: var(--forest-900);
  font-size: 27px;
  line-height: 1.3;
}

.guide-card p {
  margin: 0 0 28px;
  color: var(--ink-500);
  font-size: 14px;
  line-height: 1.75;
}

.guide-card strong {
  margin-top: auto;
  color: var(--forest-700);
  font-size: 14px;
}

.article-hero {
  position: relative;
  display: flex;
  min-height: min(680px, 78svh);
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background-color: var(--forest-950);
  background-position: center;
  background-size: cover;
}

.article-hero--choose {
  background-position: 52% center;
}

.article-hero--inbound {
  background-position: center;
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 21, 17, 0.95) 0%, rgba(5, 21, 17, 0.8) 45%, rgba(5, 21, 17, 0.3) 82%),
    linear-gradient(180deg, rgba(5, 21, 17, 0.22), rgba(5, 21, 17, 0.82));
}

.article-hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--section-max));
  margin-inline: auto;
  padding: 144px 0 74px;
}

.article-hero-copy {
  max-width: 930px;
}

.article-hero .eyebrow {
  color: var(--gold-400);
}

.article-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 860;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.article-lead {
  max-width: 790px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.78;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.article-main {
  padding: 88px 0 104px;
  background: var(--white);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 820px);
  gap: clamp(52px, 7vw, 96px);
  justify-content: center;
  align-items: start;
}

.article-toc {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 9px;
  padding-top: 18px;
  border-top: 2px solid var(--gold-500);
}

.article-toc strong {
  margin-bottom: 7px;
  color: var(--forest-900);
  font-size: 13px;
}

.article-toc a {
  color: var(--ink-500);
  font-size: 13px;
  line-height: 1.55;
}

.article-toc a:hover {
  color: var(--forest-700);
}

.article-body {
  min-width: 0;
}

.article-body > p,
.article-body li {
  color: var(--ink-700);
  font-size: 17px;
  line-height: 1.9;
}

.article-body > p {
  margin-bottom: 24px;
}

.article-body h2 {
  margin: 76px 0 22px;
  color: var(--forest-900);
  font-size: clamp(31px, 3.4vw, 42px);
  line-height: 1.22;
  letter-spacing: 0;
  text-wrap: balance;
  scroll-margin-top: 100px;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin: 42px 0 12px;
  color: var(--forest-900);
  font-size: 23px;
  line-height: 1.35;
  scroll-margin-top: 100px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 28px;
  padding-left: 24px;
}

.article-body li + li {
  margin-top: 8px;
}

.article-callout {
  margin: 34px 0;
  padding: 24px 26px;
  color: var(--ink-700);
  border-left: 3px solid var(--gold-500);
  background: var(--paper);
  font-size: 15px;
  line-height: 1.8;
}

.article-callout strong {
  display: block;
  margin-bottom: 5px;
  color: var(--forest-900);
  font-size: 16px;
}

.guide-checklist {
  margin: 34px 0;
  padding: 0;
  list-style: none;
  counter-reset: guide-step;
  border-top: 1px solid var(--line);
}

.guide-checklist li {
  counter-increment: guide-step;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  margin: 0;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.guide-checklist li::before {
  content: counter(guide-step, decimal-leading-zero);
  color: #936d20;
  font-size: 12px;
  font-weight: 850;
}

.guide-checklist strong {
  display: block;
  margin-bottom: 5px;
  color: var(--forest-900);
  font-size: 18px;
}

.guide-checklist p {
  margin: 0;
  color: var(--ink-500);
  font-size: 15px;
  line-height: 1.75;
}

.template-block {
  margin: 30px 0;
  padding: 28px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.82);
  border-left: 3px solid var(--gold-500);
  background: var(--forest-950);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-wrap;
}

.article-related {
  padding: 82px 0;
  background: var(--paper-soft);
}

.article-related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.article-related-links a {
  min-height: 140px;
  padding: 24px;
  color: var(--forest-900);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 17px;
  font-weight: 780;
  line-height: 1.45;
}

.article-related-links a:hover {
  color: var(--forest-700);
  background: var(--white);
}

@media (max-width: 900px) {
  .seo-hero {
    min-height: 680px;
  }

  .seo-hero--returns,
  .seo-hero--pricing {
    background-position: center;
  }

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

  .seo-split {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-toc strong {
    grid-column: 1 / -1;
  }

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

@media (max-width: 620px) {
  .seo-hero-inner,
  .seo-container {
    width: min(calc(100% - 40px), var(--section-max));
  }

  .seo-hero {
    min-height: 720px;
    align-items: start;
  }

  .seo-hero::before {
    background:
      linear-gradient(90deg, rgba(5, 21, 17, 0.93), rgba(5, 21, 17, 0.63)),
      linear-gradient(180deg, rgba(5, 21, 17, 0.18), rgba(5, 21, 17, 0.82));
  }

  .seo-hero-inner {
    padding: 116px 0 58px;
  }

  .seo-hero h1 {
    font-size: 38px;
    line-height: 1.13;
  }

  .seo-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .seo-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .seo-section {
    padding: 72px 0;
  }

  .seo-heading {
    margin-bottom: 34px;
  }

  .seo-heading h2,
  .seo-copy h2,
  .seo-cta-copy h2 {
    font-size: 32px;
  }

  .seo-process-grid,
  .seo-action-grid,
  .seo-proof-grid,
  .guide-hub-grid,
  .article-related-links {
    grid-template-columns: 1fr;
  }

  .seo-process-grid article,
  .seo-action-grid article {
    min-height: 0;
    padding: 26px 22px;
  }

  .seo-index {
    margin-bottom: 30px;
  }

  .seo-cta-band {
    padding: 68px 0;
  }

  .guide-card-copy {
    min-height: 0;
    padding: 24px 22px;
  }

  .guide-card-copy > span {
    margin-bottom: 22px;
  }

  .guide-card h2 {
    font-size: 24px;
  }

  .article-hero {
    min-height: 720px;
    align-items: start;
  }

  .article-hero::before {
    background:
      linear-gradient(90deg, rgba(5, 21, 17, 0.94), rgba(5, 21, 17, 0.62)),
      linear-gradient(180deg, rgba(5, 21, 17, 0.18), rgba(5, 21, 17, 0.85));
  }

  .article-hero-inner {
    width: min(calc(100% - 40px), var(--section-max));
    padding: 118px 0 58px;
  }

  .article-hero h1 {
    font-size: 37px;
    line-height: 1.14;
  }

  .article-lead {
    font-size: 16px;
  }

  .article-main {
    padding: 68px 0 82px;
  }

  .article-toc {
    grid-template-columns: 1fr;
  }

  .article-body > p,
  .article-body li {
    font-size: 16px;
  }

  .article-body h2 {
    margin-top: 60px;
    font-size: 31px;
  }

  .guide-checklist li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .template-block {
    padding: 22px;
    font-size: 13px;
  }

}

/* Cinematic covers: city and route motion replace large warehouse-interior heroes */
.seo-hero,
.article-hero {
  isolation: isolate;
  animation: seo-cinematic-pan 19s cubic-bezier(0.3, 0.05, 0.2, 1) infinite alternate;
}

.seo-hero--returns,
.article-hero--inbound {
  background-size: cover;
  animation: none;
}

.seo-hero::before,
.article-hero::before {
  z-index: 0;
}

.seo-hero::after,
.article-hero::after {
  position: absolute;
  z-index: 0;
  right: -4%;
  bottom: -12%;
  left: -4%;
  height: 44%;
  background: url("./assets/service-route-cinematic-v1.jpg") center / cover no-repeat;
  background-image: image-set(
    url("./assets/service-route-cinematic-v1.avif") type("image/avif") 1x,
    url("./assets/service-route-cinematic-v1.webp") type("image/webp") 1x,
    url("./assets/service-route-cinematic-v1.jpg") type("image/jpeg") 1x
  );
  content: "";
  opacity: 0.28;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: seo-route-drift 21s ease-in-out infinite alternate;
}

.seo-hero-inner,
.article-hero-inner {
  z-index: 1;
}

@keyframes seo-cinematic-pan {
  from { background-size: 100% auto; }
  to { background-size: 108% auto; }
}

@keyframes seo-guide-hub-pan {
  from { transform: translateZ(0) scale(1); }
  to { transform: translateZ(0) scale(1.08); }
}

@keyframes seo-route-drift {
  from { transform: translate3d(-1.5%, 0, 0) scale(1.02); opacity: 0.22; }
  to { transform: translate3d(1.5%, -2%, 0) scale(1.08); opacity: 0.36; }
}

@media (max-width: 960px) {
  .seo-hero--fulfillment,
  .seo-hero--pricing,
  .article-hero--choose {
    background-image: url("./assets/sao-paulo-golden-hour-cityscape-v1-960.jpg");
    background-image: image-set(
      url("./assets/sao-paulo-golden-hour-cityscape-v1-960.avif") type("image/avif") 1x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-1448.avif") type("image/avif") 2x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-960.webp") type("image/webp") 1x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-1448.webp") type("image/webp") 2x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-960.jpg") type("image/jpeg") 1x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-1448.jpg") type("image/jpeg") 2x
    );
  }
}

@media (max-width: 480px) {
  .seo-hero--fulfillment,
  .seo-hero--pricing,
  .article-hero--choose {
    background-image: url("./assets/sao-paulo-golden-hour-cityscape-v1-480.jpg");
    background-image: image-set(
      url("./assets/sao-paulo-golden-hour-cityscape-v1-480.avif") type("image/avif") 1x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-824.avif") type("image/avif") 2x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-1448.avif") type("image/avif") 3x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-480.webp") type("image/webp") 1x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-824.webp") type("image/webp") 2x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-1448.webp") type("image/webp") 3x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-480.jpg") type("image/jpeg") 1x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-824.jpg") type("image/jpeg") 2x,
      url("./assets/sao-paulo-golden-hour-cityscape-v1-1448.jpg") type("image/jpeg") 3x
    );
  }
}

@media (max-width: 760px) {
  .seo-proof-grid figure,
  .guide-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .seo-proof-grid img {
    max-height: 180px;
  }

  .guide-card img {
    min-height: 190px;
  }

  .seo-hero,
  .article-hero {
    animation: none;
    background-size: cover;
  }
}

@media (max-width: 460px) {
  .seo-proof-grid figure,
  .guide-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .seo-proof-grid figcaption,
  .guide-card-copy {
    padding: 19px 17px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-hero,
  .article-hero,
  .seo-hero--guide-hub .seo-hero-media img,
  .seo-hero::after,
  .article-hero::after {
    animation: none !important;
    transform: none !important;
  }

  .seo-hero--guide-hub .seo-hero-media img {
    will-change: auto;
  }
}
