/* Saint Global — Construction Marketing Agency page polish */

.body-marketing {
  --sg-ink: #263442;
  --sg-ink-soft: #3d5568;
  --sg-teal: #61bec1;
  --sg-teal-deep: #4a9fa6;
  --sg-gold: #c9a227;
  --sg-surface: #f7f9fc;
  --sg-shadow: rgba(10, 30, 38, 0.14);
  background: var(--sg-surface);
}

.body-marketing .preloader,
.body-marketing .fixedbg,
.body-marketing .saint-popup,
.body-marketing .form-overtake {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* ── Hero ── */

.body-marketing .navigation-wrap {
  z-index: 20;
}

.body-marketing .navigation .text-block-148,
.body-marketing .navigation .dropdown-toggle-2 {
  color: #fff;
}

.body-marketing .navigation .link-4.black {
  color: #fff;
}

.body-marketing .media---hero {
  min-height: 100dvh;
  height: auto;
  isolation: isolate;
}

.body-marketing .media---hero .background-video-4 {
  position: absolute;
  inset: 0;
}

.body-marketing .media---hero .background-video-4::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 22, 32, 0.55) 0%, rgba(8, 22, 32, 0.28) 42%, rgba(8, 22, 32, 0.72) 100%),
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(38, 85, 106, 0.45), transparent 70%);
  pointer-events: none;
  z-index: 2;
}

.body-marketing .sg-overlay {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(5rem, 12vh, 7rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 8vh, 4.5rem);
}

.body-marketing .media---herowrap---title-card {
  width: min(920px, 100%);
  animation: sgMarketingHeroIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.body-marketing .heading-388 {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: Mulish, sans-serif;
  font-size: clamp(0.78rem, 1.1vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.body-marketing .media---heading.white.sg0 {
  margin: 0;
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
  color: #fff;
  font-family: corporate-a, serif;
  font-size: clamp(2.15rem, 5.2vw, 4.15rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: none;
  text-wrap: balance;
}

.body-marketing .m-titlehighlight {
  display: inline-block;
  color: var(--sg-teal);
  text-shadow: none;
  border-bottom: none;
  background: none;
}

.body-marketing .div-block-495 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.25rem;
}

.body-marketing .sm---button.adjusted {
  margin: 0;
  padding: 0.95rem 1.85rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sg-teal) 0%, var(--sg-teal-deep) 100%);
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(10, 30, 38, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.body-marketing .sm---button.adjusted:hover,
.body-marketing .sm---button.adjusted:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(10, 30, 38, 0.34);
  color: #fff;
}

.body-marketing .link-97 {
  color: rgba(255, 255, 255, 0.82);
  font-family: Mulish, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
  transition: color 180ms ease, border-color 180ms ease;
}

.body-marketing .link-97:hover,
.body-marketing .link-97:focus-visible {
  color: #fff;
  border-color: var(--sg-teal);
}

/* ── Fixed audit banner ── */

.body-marketing .media-subnav {
  z-index: 100;
  background: rgba(38, 85, 106, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 5%;
  opacity: 1;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  visibility: hidden;
  will-change: transform;
}

.body-marketing .media-subnav.is-visible {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  visibility: visible;
}

.body-marketing .media-subnav .media---limiter.flexhor {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
  justify-content: space-between;
}

.body-marketing .media-subnav .div-block-359 img {
  display: block;
  width: min(44px, 10vw);
  height: auto;
}

.body-marketing .media-subnav .div-block-360 {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.body-marketing .media-subnav .heading-386 {
  color: #fff;
  margin: 0;
  font-family: corporate-a, sans-serif;
  font-size: clamp(0.85rem, 1.15vw, 1.05rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
  text-transform: none;
}

.body-marketing .media-subnav .button-32 {
  flex: 0 0 auto;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 9px;
  padding: 8px 18px;
  font-family: Mulish, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.body-marketing .media-subnav .button-32:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

/* ── Partner logos marquee ── */

.body-marketing .media---limiter.pb {
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
  padding-bottom: clamp(1rem, 2vw, 1.5rem);
  margin-bottom: 0;
}

.body-marketing .sg-logo-marquee {
  overflow: hidden;
  width: 100%;
  min-height: clamp(72px, 10vw, 104px);
  display: flex;
  align-items: center;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.body-marketing .sg-logo-marquee__track {
  display: flex;
  width: max-content;
  animation: sgMarketingLogoTrack 38s linear infinite;
}

.body-marketing .sg-logo-marquee__track:hover {
  animation-play-state: paused;
}

.body-marketing .div-block-558.bp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(2.75rem, 6vw, 5.5rem);
  width: max-content;
  margin-bottom: 0 !important;
  padding: 0.35rem clamp(2.75rem, 6vw, 5.5rem) 0.35rem 0;
}

.body-marketing .div-block-558.bp img {
  flex: 0 0 auto;
  width: auto;
  height: clamp(56px, 7.5vw, 84px);
  max-height: none;
  opacity: 0.78;
  filter: grayscale(1);
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.body-marketing .div-block-558.bp img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.body-marketing .media---limiter {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 4vw, 2rem);
  padding-right: clamp(1.25rem, 4vw, 2rem);
}

.body-marketing .sg-content {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.body-marketing .sg-intro {
  grid-column-gap: clamp(1.5rem, 4vw, 3rem);
  grid-row-gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.body-marketing .bi-chart {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 22px 48px var(--sg-shadow);
}

.body-marketing .bi-chart .bi-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  padding: 0;
}

.body-marketing .block-absolute {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: linear-gradient(to top, rgba(8, 22, 32, 0.92) 0%, rgba(8, 22, 32, 0.55) 55%, transparent 100%);
}

.body-marketing .block-icon-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.body-marketing .icon-heading {
  margin: 0;
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.body-marketing .paragraph-features {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.92rem, 1.4vw, 1rem);
  line-height: 1.65;
  max-width: 52ch;
}

.body-marketing .ms-right-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0.5rem, 2vw, 1rem) 0;
}

.body-marketing .sg-sub {
  color: var(--sg-teal-deep);
  font-family: Mulish, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.body-marketing .ms-head {
  margin: 0 0 1.25rem;
  color: var(--sg-ink);
  font-family: corporate-a, serif;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.body-marketing .check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.body-marketing .icon-check {
  flex: 0 0 18px;
  width: 18px;
  margin-top: 3px;
}

.body-marketing .text-check {
  color: var(--sg-ink-soft);
  font-family: Mulish, sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
}

.body-marketing .div-block-259 {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.65rem 1.15rem 0.65rem 0.85rem;
  border-radius: 999px;
  background: var(--sg-ink);
  opacity: 1 !important;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.body-marketing .div-block-259 .lottie-animation-109 {
  width: 28px;
  height: 28px;
  margin: 0;
  flex-shrink: 0;
}

.body-marketing .div-block-260 {
  position: static;
}

.body-marketing .div-block-259:hover {
  transform: translateY(-2px);
  background: #1e2f3d;
}

.body-marketing .media-p2.bold {
  margin: 0;
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  white-space: nowrap;
}

/* ── Strategy / video section ── */

.body-marketing .container-small {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.body-marketing .title-column-regular {
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.body-marketing .content-h2 {
  margin: 0 0 0.85rem;
  color: var(--sg-ink);
  font-family: corporate-a, serif;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.body-marketing .header-accent-01 {
  color: var(--sg-teal-deep);
  z-index: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: static;
}

.body-marketing .sg-strategy-video {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(8, 22, 32, 0.35), rgba(8, 22, 32, 0.55)),
    url('/images/67b6601ef14635089ab82d46_Saint-Strategy.avif') center / cover no-repeat;
  box-shadow: 0 24px 52px var(--sg-shadow);
}

.body-marketing .sg-strategy-video__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 22, 32, 0.18);
  text-decoration: none;
  transition: background 0.25s ease;
}

.body-marketing .sg-strategy-video__play:hover {
  background: rgba(8, 22, 32, 0.34);
}

.body-marketing .sg-strategy-video__play .icon-large {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(8, 22, 32, 0.28);
}

.body-marketing .sg-strategy-video__play .icon-large svg path {
  fill: var(--sg-ink);
}

.body-marketing .sg-strategy-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: end;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(10, 30, 38, 0.08);
}

.body-marketing .sg-strategy-details__copy .content-h2 {
  margin-bottom: 0.75rem;
}

.body-marketing .sg-strategy-details__copy .video-description {
  margin: 0;
  max-width: none;
}

.body-marketing .sg-strategy-details__cta {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.body-marketing .ms-para {
  color: var(--sg-ink-soft);
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 62ch;
}

.body-marketing .ms-para.cen {
  margin-left: auto;
  margin-right: auto;
}

.body-marketing .video-description {
  color: var(--sg-ink-soft);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 52ch;
}

.body-marketing .video-button {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  background: var(--sg-ink);
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.body-marketing .video-button:hover {
  transform: translateY(-2px);
  background: #1e2f3d;
  color: #fff;
}

.body-marketing .header-shape-01,
.body-marketing .header-shape-02 {
  display: none;
}

/* ── Service blocks & gallery ── */

.body-marketing .sg-block2 {
  grid-column-gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}

.body-marketing .sg-image-block {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 320px;
  box-shadow: 0 20px 44px var(--sg-shadow);
}

.body-marketing .sg-image-block .bi-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body-marketing .sg-image-absolute {
  position: absolute;
  z-index: 2;
  width: min(42%, 220px);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(10, 30, 38, 0.28);
}

.body-marketing .sm---button.tab {
  margin-top: 1.25rem;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  background: var(--sg-ink);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, background 180ms ease;
}

.body-marketing .sm---button.tab:hover {
  transform: translateY(-2px);
  background: #1e2f3d;
  color: #fff;
}

.body-marketing .gallery-scroll {
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 1.75rem);
  background: #fff;
  border-bottom: 1px solid rgba(38, 52, 66, 0.08);
}

.body-marketing .container-30 {
  max-width: 1180px;
}

.body-marketing .gallery-sticky {
  top: 88px;
}

.body-marketing .gallery-link {
  color: var(--sg-ink-soft);
  margin-bottom: 1.1rem;
  font-family: Mulish, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 500;
  line-height: 1.35;
  transition: color 0.2s ease, transform 0.2s ease;
}

.body-marketing .gallery-link:hover,
.body-marketing .gallery-link.is-active {
  color: var(--sg-ink);
  transform: translateX(4px);
}

.body-marketing .gallery-link.is-active {
  font-weight: 700;
}

.body-marketing .gallery-image-wrapper {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.body-marketing .gallery-image-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(10, 30, 38, 0.18);
}

.body-marketing .gallery-image.shadow-two {
  height: clamp(260px, 32vw, 350px);
  border-radius: 18px;
  transition: transform 0.5s ease;
}

.body-marketing .gallery-image-wrapper:hover .gallery-image.shadow-two {
  transform: scale(1.03);
}

.body-marketing .div-block-560 {
  border-radius: 18px;
  background-image: linear-gradient(to top, rgba(8, 22, 32, 0.88) 0%, rgba(8, 22, 32, 0.2) 55%, transparent 100%);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.body-marketing .gallery-image-text {
  font-family: corporate-a, serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.2;
}

.body-marketing .paragraph-183 {
  margin-top: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.55;
  opacity: 0.92;
}

/* ── Client types ── */

.body-marketing #marketing-strat.media---limiter {
  width: 100%;
  max-width: 1360px;
}

.body-marketing #marketing-strat .ms-para {
  max-width: none;
}

.body-marketing .div-block-689 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.body-marketing .div-block-690 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(1.1rem, 2vw, 1.45rem) 0.85rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(38, 52, 66, 0.08);
  box-shadow: 0 8px 24px rgba(10, 30, 38, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.body-marketing .div-block-690:hover {
  transform: translateY(-4px);
  border-color: rgba(97, 190, 193, 0.35);
  box-shadow: 0 16px 36px rgba(10, 30, 38, 0.1);
}

.body-marketing .client-type {
  width: 42px;
  height: 42px;
  margin-bottom: 0.65rem;
}

.body-marketing .heading-390 {
  margin: 0;
  color: var(--sg-ink);
  font-family: Mulish, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

/* ── Reviews ── */

.body-marketing .ms-head.cen {
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.body-marketing .lynx-grid-reviews {
  grid-column-gap: clamp(1rem, 2vw, 1.35rem);
  grid-row-gap: clamp(1rem, 2vw, 1.35rem);
}

.body-marketing .lynx-reviews-bg {
  height: 100%;
  padding: clamp(1.25rem, 2.5vw, 1.65rem);
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(38, 52, 66, 0.08);
  box-shadow: 0 10px 28px rgba(10, 30, 38, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.body-marketing .lynx-reviews-bg:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(10, 30, 38, 0.11);
}

.body-marketing .saint-reviews {
  color: var(--sg-ink-soft);
  font-family: Mulish, sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
}

.body-marketing .lynx-heading-client {
  margin: 0.85rem 0 0.15rem;
  color: var(--sg-ink);
  font-family: Mulish, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.body-marketing .lynx-client-info {
  color: rgba(38, 52, 66, 0.55);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.body-marketing .link-101 {
  display: inline-block;
  margin-top: 1.75rem;
  color: var(--sg-teal-deep);
  font-family: Mulish, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(74, 159, 166, 0.45);
  padding-bottom: 2px;
}

.body-marketing .link-101:hover {
  color: var(--sg-ink);
  border-color: var(--sg-ink);
}

/* ── Results stats (unhidden) ── */

.body-marketing .sg-results-wrap {
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.body-marketing .div-block-703 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.body-marketing .stat-block1 {
  padding: 1.35rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(38, 52, 66, 0.08);
  box-shadow: 0 10px 24px rgba(10, 30, 38, 0.07);
  transform: none !important;
}

.body-marketing .text-block-146 {
  color: var(--sg-ink);
  font-family: corporate-a, serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

.body-marketing .text-block-147 {
  margin-top: 0.65rem;
  color: rgba(38, 52, 66, 0.55);
  font-size: 0.82rem;
  font-weight: 600;
}

.body-marketing .link-98 {
  color: var(--sg-teal-deep);
  font-weight: 700;
  text-decoration: none;
}

/* ── Bottom CTA ── */

.body-marketing .media---section-2-value {
  position: relative;
  margin: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 2rem) 0;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #355e85 0%, #263442 55%, #1a2834 100%);
  box-shadow: 0 22px 52px rgba(10, 30, 38, 0.22);
}

.body-marketing .media---section-2-value::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(97, 190, 193, 0.22), transparent 58%);
  pointer-events: none;
}

.body-marketing .media---section-2-value > * {
  position: relative;
  z-index: 1;
}

.body-marketing .image-403 {
  width: clamp(44px, 5vw, 58px);
  margin-bottom: 1rem;
}

.body-marketing .media---heading.h2.centered.light {
  margin-bottom: 1.65rem;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.12;
  text-wrap: balance;
}

.body-marketing .button-31 {
  padding: 0.95rem 1.85rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sg-teal) 0%, var(--sg-teal-deep) 100%);
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 12px 28px rgba(10, 30, 38, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.body-marketing .button-31:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(10, 30, 38, 0.34);
  color: #fff;
}

/* ── Footer ── */

.body-marketing .footer {
  width: 100%;
  max-width: none;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.body-marketing .link-53 {
  display: inline-block;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: Mulish, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  padding-bottom: 2px;
  transition: color 180ms ease, border-color 180ms ease;
}

.body-marketing .link-53:hover {
  color: #fff;
  border-color: var(--sg-teal);
}

/* ── Scroll reveal ── */

.body-marketing .letter-content {
  display: none;
}

.body-marketing .div-block-259 {
  opacity: 1 !important;
}

@media (prefers-reduced-motion: no-preference) {
  .body-marketing .sg-reveal {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    filter: blur(4px);
    transition:
      opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
      filter 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .body-marketing .sg-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

/* ── Keyframes ── */

@keyframes sgMarketingHeroIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes sgMarketingLogoTrack {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ── Responsive ── */

@media screen and (max-width: 991px) {
  .body-marketing .sg-intro,
  .body-marketing .sg-block2,
  .body-marketing .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .body-marketing .gallery-sticky {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    margin-bottom: 1.5rem;
  }

  .body-marketing .gallery-link {
    margin-bottom: 0;
    font-size: 0.92rem;
  }

  .body-marketing .sg-strategy-details {
    grid-template-columns: 1fr;
  }

  .body-marketing .sg-strategy-details__cta {
    justify-content: flex-start;
  }

  .body-marketing .media-subnav.is-visible {
    transform: translate3d(0, -100%, 0);
    pointer-events: none;
    visibility: hidden;
  }

  .body-marketing .lynx-grid-reviews {
    grid-template-columns: 1fr;
  }

  .body-marketing .div-block-689 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .body-marketing .media---heading.white.sg0 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .body-marketing .bi-chart {
    min-height: 340px;
  }

  .body-marketing .sg-image-block {
    min-height: 260px;
  }

  .body-marketing .div-block-689 {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .body-marketing .media---herowrap---title-card,
  .body-marketing .sg-logo-marquee__track,
  .body-marketing .sg-reveal {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .body-marketing .sm---button.adjusted:hover,
  .body-marketing .button-31:hover,
  .body-marketing .gallery-image-wrapper:hover,
  .body-marketing .div-block-690:hover,
  .body-marketing .lynx-reviews-bg:hover {
    transform: none;
  }
}
