.agency-page {
  --agency-navy: #081126;
  --agency-navy-soft: #101d3d;
  --agency-paper: #f2ede3;
  --agency-paper-soft: #faf6ef;
  --agency-ink: #eef2fb;
  --agency-muted: #aab5cf;
  --agency-blue: #3158ff;
  --agency-brass: #caa65d;
  --agency-line: rgba(164, 180, 216, 0.2);
  --agency-dark-ink: #10182d;
  --agency-dark-muted: #5c6473;
  --agency-edge: clamp(20px, 5.4vw, 92px);
  --agency-max: 1240px;
  background: var(--agency-navy);
  color: var(--agency-ink);
}

.agency-page main {
  display: block;
  overflow: hidden;
}

.agency-page .site-header {
  background: transparent;
}

.agency-page .site-header.scrolled {
  background: rgba(8, 17, 38, 0.88);
}

.agency-container {
  width: min(calc(100% - (2 * var(--agency-edge))), var(--agency-max));
  margin-inline: auto;
}

.agency-eyebrow {
  margin: 0 0 18px;
  color: var(--agency-brass);
  font-family: "SVN-Poppins", "Poppins", sans-serif;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.agency-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: clamp(34px, 5vw, 62px);
  color: rgba(229, 235, 248, 0.55);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agency-breadcrumb a {
  color: rgba(229, 235, 248, 0.78);
}

.agency-breadcrumb a:hover {
  color: #fff;
}

.agency-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding: clamp(140px, 15vw, 210px) 0 clamp(78px, 8vw, 118px);
  border-bottom: 1px solid var(--agency-line);
  background:
    radial-gradient(circle at 80% 12%, rgba(49, 88, 255, 0.2), transparent 32%),
    radial-gradient(circle at 5% 86%, rgba(202, 166, 93, 0.12), transparent 30%),
    linear-gradient(150deg, #070e20 0%, #0d1834 52%, #091126 100%);
}

.agency-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(157, 174, 215, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 174, 215, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.agency-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: clamp(58px, 7vw, 105px);
  align-items: center;
}

.agency-hero__copy {
  position: relative;
  z-index: 2;
}

.agency-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-family: var(--gx-serif, "Playfair Display", Georgia, serif);
  font-size: clamp(3.45rem, 6.2vw, 6.65rem);
  font-weight: var(--gx-heading-weight, 800);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.agency-hero__lead {
  max-width: 680px;
  margin: clamp(30px, 3.3vw, 46px) 0 0;
  color: rgba(229, 235, 248, 0.79);
  font-size: clamp(1.02rem, 1.32vw, 1.2rem);
  line-height: 1.82;
}

.agency-hero__lead strong {
  color: #fff;
  font-weight: 600;
}

.agency-hero__actions,
.agency-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.agency-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.agency-button:hover {
  transform: translateY(-2px);
}

.agency-button--primary {
  background: var(--agency-blue);
  color: #fff;
}

.agency-button--primary:hover {
  background: #4669ff;
}

.agency-button--secondary {
  border-color: rgba(229, 235, 248, 0.28);
  color: #fff;
}

.agency-button--secondary:hover {
  border-color: var(--agency-brass);
  color: var(--agency-brass);
}

.agency-button--light {
  background: #fff;
  color: var(--agency-dark-ink);
}

.agency-button--outline {
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
}

.agency-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  margin: clamp(48px, 5vw, 68px) 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--agency-line);
  list-style: none;
}

.agency-trust li {
  display: grid;
  gap: 5px;
  padding-right: 18px;
}

.agency-trust li + li {
  padding-left: 20px;
  border-left: 1px solid var(--agency-line);
}

.agency-trust b {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
}

.agency-trust span {
  color: var(--agency-muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.agency-hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(12, 35px);
  min-width: 0;
}

.agency-hero__visual::before {
  content: "HĐ";
  position: absolute;
  z-index: 3;
  top: 42%;
  left: 49%;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(8, 17, 38, 0.76);
  color: #fff;
  font-family: var(--gx-serif, Georgia, serif);
  font-size: 1.35rem;
  font-weight: 800;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}

.agency-hero__image {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #111a30;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.agency-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(3, 8, 20, 0.82));
  pointer-events: none;
}

.agency-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.agency-hero__image:hover img {
  transform: scale(1.035);
}

.agency-hero__image figcaption {
  position: absolute;
  z-index: 2;
  right: 17px;
  bottom: 14px;
  left: 17px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agency-hero__image--main {
  z-index: 1;
  grid-column: 1 / 10;
  grid-row: 2 / 9;
}

.agency-hero__image--small {
  z-index: 2;
  grid-column: 2 / 8;
  grid-row: 9 / 13;
}

.agency-hero__image--tall {
  z-index: 2;
  grid-column: 9 / 13;
  grid-row: 5 / 12;
  border: 5px solid var(--agency-navy);
}

.agency-answer {
  padding: clamp(66px, 7vw, 104px) 0;
  background: var(--agency-blue);
}

.agency-answer__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.agency-answer .agency-eyebrow {
  color: rgba(255, 255, 255, 0.65);
}

.agency-answer h2,
.agency-section h2,
.agency-cta h2,
.agency-faq-intro h2 {
  margin: 0;
  font-family: var(--gx-serif, "Playfair Display", Georgia, serif);
  font-weight: var(--gx-heading-weight, 800);
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.agency-answer h2 {
  color: #fff;
  font-size: clamp(2.45rem, 4vw, 4.25rem);
}

.agency-answer__copy {
  display: grid;
  gap: 21px;
  padding-top: 39px;
}

.agency-answer__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.78;
}

.agency-answer__copy p:first-child {
  color: #fff;
  font-size: clamp(1.06rem, 1.4vw, 1.22rem);
}

.agency-section {
  padding: clamp(88px, 9vw, 140px) 0;
  border-bottom: 1px solid var(--agency-line);
  background: var(--agency-navy);
}

.agency-section--ink {
  background:
    radial-gradient(circle at 8% 15%, rgba(49, 88, 255, 0.16), transparent 26%),
    var(--agency-navy-soft);
}

.agency-section--paper {
  border-color: rgba(16, 24, 45, 0.12);
  background: var(--agency-paper);
  color: var(--agency-dark-ink);
}

.agency-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.6fr);
  gap: clamp(50px, 8vw, 118px);
  align-items: end;
  margin-bottom: clamp(50px, 6vw, 82px);
}

.agency-section__head h2 {
  max-width: 17ch;
  color: #fff;
  font-size: clamp(2.65rem, 4.8vw, 4.8rem);
}

.agency-section__head > p {
  margin: 0;
  color: var(--agency-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.agency-section--paper .agency-section__head h2 {
  color: var(--agency-dark-ink);
}

.agency-section--paper .agency-section__head > p {
  color: var(--agency-dark-muted);
}

.agency-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.agency-fit-card {
  min-height: 490px;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--agency-line);
  background: rgba(255, 255, 255, 0.035);
}

.agency-fit-card--yes {
  border-top: 4px solid var(--agency-blue);
}

.agency-fit-card--no {
  border-top: 4px solid var(--agency-brass);
}

.agency-fit-card > span {
  display: block;
  margin-bottom: 28px;
  color: var(--agency-brass);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.agency-fit-card--yes > span {
  color: #6f8cff;
}

.agency-fit-card h3 {
  max-width: 15ch;
  margin: 0 0 31px;
  color: #fff;
  font-family: var(--gx-serif, Georgia, serif);
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.08;
}

.agency-fit-card ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agency-fit-card li {
  position: relative;
  padding-left: 24px;
  color: var(--agency-muted);
  font-size: 0.89rem;
  line-height: 1.65;
}

.agency-fit-card li::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--agency-blue);
  font-weight: 800;
}

.agency-fit-card--no li::before {
  content: "—";
  color: var(--agency-brass);
}

.agency-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--agency-line);
  border-left: 1px solid var(--agency-line);
}

.agency-services article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0 25px;
  min-height: 300px;
  padding: clamp(30px, 4vw, 48px);
  border-right: 1px solid var(--agency-line);
  border-bottom: 1px solid var(--agency-line);
}

.agency-services article > span {
  grid-column: 1;
  grid-row: 1 / 4;
  color: var(--agency-brass);
  font-family: var(--gx-serif, Georgia, serif);
  font-size: 1.05rem;
}

.agency-services h3 {
  grid-column: 2;
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--gx-serif, Georgia, serif);
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
  line-height: 1.12;
}

.agency-services p {
  grid-column: 2;
  margin: 0 0 27px;
  color: var(--agency-muted);
  font-size: 0.91rem;
  line-height: 1.7;
}

.agency-services small {
  grid-column: 2;
  align-self: end;
  padding-top: 18px;
  border-top: 1px solid var(--agency-line);
  color: #d4dbec;
  font-size: 0.69rem;
  line-height: 1.6;
}

.agency-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.agency-proof {
  display: grid;
  min-width: 0;
  min-height: 620px;
  grid-template-rows: 310px 1fr;
  overflow: hidden;
  border: 1px solid var(--agency-line);
  background: rgba(255, 255, 255, 0.035);
  color: inherit;
  transition: border-color 220ms ease, transform 220ms ease;
}

.agency-proof:hover {
  border-color: rgba(202, 166, 93, 0.65);
  transform: translateY(-4px);
}

.agency-proof--wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  grid-template-rows: minmax(460px, 52vw);
  max-height: 650px;
}

.agency-proof figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #111a2f;
}

.agency-proof figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.16, 1, .3, 1);
}

.agency-proof:hover figure img {
  transform: scale(1.025);
}

.agency-proof > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(28px, 4vw, 46px);
}

.agency-proof > div > span {
  margin-bottom: 15px;
  color: var(--agency-brass);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agency-proof h3 {
  margin: 0 0 17px;
  color: #fff;
  font-family: var(--gx-serif, Georgia, serif);
  font-size: clamp(2rem, 3.3vw, 3.7rem);
  line-height: 1;
}

.agency-proof p {
  margin: 0 0 16px;
  color: var(--agency-muted);
  font-size: 0.88rem;
  line-height: 1.68;
}

.agency-proof small {
  margin: 0 0 20px;
  padding-left: 12px;
  border-left: 2px solid var(--agency-brass);
  color: #8996b5;
  font-size: 0.7rem;
  line-height: 1.6;
}

.agency-proof b {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--agency-line);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agency-proof b i {
  color: var(--agency-brass);
  font-style: normal;
}

.agency-text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--agency-brass);
  color: #fff;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.agency-text-link span {
  color: var(--agency-brass);
}

.agency-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(16, 24, 45, 0.18);
  border-left: 1px solid rgba(16, 24, 45, 0.18);
  list-style: none;
}

.agency-process li {
  min-height: 350px;
  padding: 30px;
  border-right: 1px solid rgba(16, 24, 45, 0.18);
  border-bottom: 1px solid rgba(16, 24, 45, 0.18);
}

.agency-process li > span {
  display: block;
  margin-bottom: clamp(62px, 8vw, 112px);
  color: var(--agency-blue);
  font-family: var(--gx-serif, Georgia, serif);
  font-size: 1.1rem;
  font-weight: 700;
}

.agency-process h3 {
  margin: 0 0 18px;
  color: var(--agency-dark-ink);
  font-family: var(--gx-serif, Georgia, serif);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.12;
}

.agency-process p {
  margin: 0;
  color: var(--agency-dark-muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

.agency-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(60px, 9vw, 138px);
  align-items: start;
}

.agency-faq-intro {
  position: sticky;
  top: 115px;
}

.agency-faq-intro h2 {
  color: #fff;
  font-size: clamp(2.65rem, 4.3vw, 4.2rem);
}

.agency-faq-intro > p:last-child {
  margin: 26px 0 0;
  color: var(--agency-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

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

.agency-faq-list article {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  padding: 31px 0;
  border-bottom: 1px solid var(--agency-line);
}

.agency-faq-list h3 {
  margin: 0;
  color: #fff;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.55;
}

.agency-faq-list p {
  margin: 0;
  color: var(--agency-muted);
  font-size: 0.86rem;
  line-height: 1.72;
}

.agency-cta {
  padding: clamp(82px, 9vw, 132px) 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(202, 166, 93, 0.15), transparent 28%),
    var(--agency-blue);
}

.agency-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: end;
}

.agency-cta .agency-eyebrow {
  color: rgba(255, 255, 255, 0.65);
}

.agency-cta h2 {
  color: #fff;
  font-size: clamp(3rem, 5.7vw, 5.6rem);
}

.agency-cta p:not(.agency-eyebrow) {
  max-width: 670px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.98rem;
  line-height: 1.75;
}

.agency-cta__actions {
  display: grid;
  align-content: end;
  margin: 0;
}

.agency-method {
  padding: 24px 0;
  border-bottom: 1px solid var(--agency-line);
  background: #070d1d;
}

.agency-method p {
  max-width: 1150px;
  margin: 0;
  color: #7f8ba7;
  font-size: 0.68rem;
  line-height: 1.65;
}

.agency-method strong {
  color: #aeb9d1;
}

.agency-page :focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .agency-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.78fr);
    gap: 50px;
  }

  .agency-hero h1 {
    font-size: clamp(3.2rem, 6vw, 5.2rem);
  }

  .agency-hero__visual {
    grid-template-rows: repeat(12, 31px);
  }

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

  .agency-process li > span {
    margin-bottom: 62px;
  }
}

@media (max-width: 920px) {
  .agency-hero {
    min-height: auto;
  }

  .agency-hero__grid,
  .agency-answer__grid,
  .agency-section__head,
  .agency-faq-layout,
  .agency-cta__inner {
    grid-template-columns: 1fr;
  }

  .agency-hero__visual {
    width: min(100%, 680px);
    grid-template-rows: repeat(12, 39px);
  }

  .agency-answer__copy {
    padding-top: 0;
  }

  .agency-section__head {
    gap: 24px;
  }

  .agency-section__head h2 {
    max-width: 18ch;
  }

  .agency-section__head > p {
    max-width: 680px;
  }

  .agency-faq-intro {
    position: static;
    max-width: 680px;
  }

  .agency-cta__actions {
    max-width: 520px;
  }
}

@media (max-width: 760px) {
  .agency-page .site-header .case-nav-phone {
    display: none;
  }

  .agency-page .site-header {
    padding-inline: var(--agency-edge);
  }

  .agency-page .site-header::after {
    right: var(--agency-edge);
    left: var(--agency-edge);
  }

  .agency-hero {
    padding-top: 122px;
  }

  .agency-breadcrumb {
    margin-bottom: 35px;
  }

  .agency-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.25rem);
  }

  .agency-trust {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .agency-trust li,
  .agency-trust li + li {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 12px;
    padding: 0 0 15px;
    border: 0;
    border-bottom: 1px solid var(--agency-line);
  }

  .agency-hero__visual {
    grid-template-rows: repeat(12, 27px);
  }

  .agency-hero__visual::before {
    width: 58px;
    height: 58px;
    font-size: 1rem;
  }

  .agency-hero__image--main {
    grid-column: 1 / 11;
  }

  .agency-hero__image--small {
    grid-column: 1 / 8;
  }

  .agency-fit-grid,
  .agency-services,
  .agency-proof-grid {
    grid-template-columns: 1fr;
  }

  .agency-fit-card {
    min-height: 0;
  }

  .agency-services {
    border-left: 0;
  }

  .agency-services article {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 0;
    padding: 29px 0;
    border-right: 0;
  }

  .agency-proof,
  .agency-proof--wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 280px 1fr;
    min-height: 0;
    max-height: none;
  }

  .agency-proof--wide {
    grid-template-rows: 340px 1fr;
  }

  .agency-process {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .agency-process li {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 20px;
    min-height: 0;
    padding: 27px 0;
    border-right: 0;
  }

  .agency-process li > span {
    margin: 0;
  }

  .agency-faq-list article {
    grid-template-columns: 1fr;
    gap: 13px;
  }
}

@media (max-width: 520px) {
  .agency-page .site-header {
    min-height: 68px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .agency-page .brand-logo-img {
    height: 27px;
  }

  .agency-page .header-actions {
    gap: 9px;
  }

  .agency-page .case-nav-btn {
    min-height: 39px;
    padding-inline: 10px;
    font-size: 0.57rem;
  }

  .agency-hero__actions,
  .agency-cta__actions {
    display: grid;
  }

  .agency-button {
    width: 100%;
  }

  .agency-hero__visual {
    grid-template-rows: repeat(12, 21px);
  }

  .agency-hero__image figcaption {
    display: none;
  }

  .agency-hero__image--tall {
    border-width: 3px;
  }

  .agency-answer h2,
  .agency-section__head h2,
  .agency-faq-intro h2 {
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .agency-fit-card,
  .agency-proof > div {
    padding: 25px 21px;
  }

  .agency-services article {
    gap: 0 15px;
  }

  .agency-services h3,
  .agency-services p,
  .agency-services small {
    grid-column: 2;
  }

  .agency-cta h2 {
    font-size: clamp(2.65rem, 13vw, 3.7rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .agency-page *,
  .agency-page *::before,
  .agency-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
