@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/rajdhani-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/rajdhani-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/rajdhani-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/rajdhani-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/rajdhani-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/rajdhani-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --black: #000;
  --ink: #0a0a09;
  --paper: #f7f6f2;
  --gold-light: #ffe08a;
  --gold: #d7a141;
  --gold-deep: #8d5d18;
  color-scheme: dark light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: #fff;
  font-family: "Rajdhani", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  font-weight: 700;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  min-height: 74px;
  padding: 20px max(22px, 4vw);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.page-header-logo {
  width: clamp(116px, 12vw, 176px);
  display: block;
}

.page-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.page-header-back {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-header-back::before {
  content: "←";
  margin-right: 0.7em;
  color: var(--gold-light);
}

.page-header-phone {
  justify-self: end;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.page-header a {
  transition: color 220ms ease, filter 220ms ease;
}

.page-header a:hover,
.page-header a:focus-visible {
  color: var(--gold-light);
  filter: drop-shadow(0 0 12px rgba(255, 224, 138, 0.22));
}

a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 5px;
}

.service-hero {
  position: relative;
  isolation: isolate;
  min-height: max(720px, 88svh);
  padding: clamp(134px, 18svh, 178px) max(22px, 4vw) clamp(78px, 10svh, 112px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 24% 44%, rgba(215, 161, 65, 0.11), transparent 34%),
    linear-gradient(135deg, #050505, #000 72%);
}

.service-hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -40%;
  z-index: -1;
  width: min(64vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 224, 138, 0.09);
  border-radius: 50%;
}

.service-hero-inner {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
}

.breadcrumbs {
  margin: 0 0 clamp(24px, 3svh, 34px);
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--gold-light);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: clamp(0.74rem, 0.9vw, 0.9rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.service-hero h1 {
  max-width: 810px;
  margin: 0;
  font-size: clamp(3rem, min(6.4vw, 8.6svh), 6.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.gold-text {
  background: linear-gradient(180deg, var(--gold-light), #efc967 35%, var(--gold) 70%, var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  max-width: 720px;
  margin: clamp(25px, 3.5svh, 38px) 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.12rem, 1.65vw, 1.48rem);
  font-weight: 600;
  line-height: 1.48;
}

.hero-actions {
  margin-top: clamp(30px, 4.2svh, 44px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 51px;
  padding: 13px clamp(22px, 2.4vw, 34px);
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 224, 138, 0.46);
  color: var(--gold-light);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 220ms ease, border-color 220ms ease, filter 220ms ease;
}

.button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #090806;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--gold-light);
  filter: drop-shadow(0 12px 24px rgba(215, 161, 65, 0.15));
}

.service-hero-media {
  position: relative;
  min-height: min(62svh, 650px);
  border: 1px solid rgba(255, 224, 138, 0.24);
  overflow: hidden;
  background: #090909;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.58);
}

.service-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(255, 224, 138, 0.17), transparent 32%),
    linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.72));
}

.service-hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.service-hero-label {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.detail-section {
  padding: clamp(92px, 13svh, 156px) max(22px, 4vw);
  background: var(--paper);
  color: var(--ink);
}

.detail-inner,
.dark-inner,
.faq-inner,
.page-cta-inner {
  width: min(100%, 1420px);
  margin: 0 auto;
}

.detail-heading {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: start;
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.detail-heading h2,
.dark-section h2,
.faq-section h2,
.page-cta h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.6vw, 4.85rem);
  font-weight: 700;
  line-height: 0.96;
  text-wrap: balance;
}

.detail-heading-copy p {
  max-width: 820px;
  margin: 0;
  color: #4b4944;
  font-size: clamp(1.08rem, 1.55vw, 1.4rem);
  font-weight: 600;
  line-height: 1.58;
}

.detail-heading-copy p + p {
  margin-top: 18px;
}

.service-list {
  margin-top: clamp(52px, 8svh, 88px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.service-list article {
  min-height: 190px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.service-list span {
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-list h3 {
  margin: 24px 0 0;
  font-size: clamp(1.25rem, 1.7vw, 1.72rem);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.service-list h3 a:hover,
.service-list h3 a:focus-visible {
  color: var(--gold-deep);
}

.service-list p {
  margin: 12px 0 0;
  color: #67645e;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.46;
}

.dark-section {
  padding: clamp(92px, 13svh, 156px) max(22px, 4vw);
  background:
    radial-gradient(circle at 82% 18%, rgba(215, 161, 65, 0.1), transparent 30%),
    #030303;
  color: #fff;
}

.dark-grid {
  margin-top: clamp(48px, 7svh, 76px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  counter-reset: steps;
}

.dark-card {
  min-height: 230px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(255, 224, 138, 0.2);
  background: rgba(255, 255, 255, 0.025);
  counter-increment: steps;
}

.dark-card::before {
  content: "0" counter(steps);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.dark-card h3 {
  margin: 38px 0 0;
  font-size: clamp(1.3rem, 1.9vw, 1.8rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.dark-card p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.48;
}

.area-note {
  margin-top: clamp(46px, 7svh, 72px);
  padding-top: clamp(30px, 4svh, 44px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  border-top: 1px solid rgba(255, 224, 138, 0.18);
}

.area-note strong {
  color: var(--gold-light);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.area-note p {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 600;
  line-height: 1.52;
}

.coverage-intro {
  max-width: 920px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 600;
  line-height: 1.55;
}

.coverage-grid {
  margin-top: clamp(48px, 7svh, 76px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.coverage-card {
  padding: clamp(28px, 3.5vw, 48px);
  border: 1px solid rgba(255, 224, 138, 0.2);
  background: rgba(255, 255, 255, 0.025);
}

.coverage-card h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.5vw, 2.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.municipality-list {
  margin: 30px 0 0;
  padding: 24px 0 0;
  columns: 2;
  column-gap: clamp(24px, 4vw, 56px);
  border-top: 1px solid rgba(255, 224, 138, 0.14);
  list-style: none;
}

.municipality-list li {
  position: relative;
  break-inside: avoid;
  padding: 7px 0 7px 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.3;
}

.municipality-list li::before {
  content: "";
  position: absolute;
  top: 0.86em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.locality-guide {
  margin-top: clamp(72px, 11svh, 116px);
  padding-top: clamp(52px, 8svh, 82px);
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.locality-guide-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  column-gap: clamp(34px, 6vw, 96px);
  align-items: end;
}

.locality-guide-heading .section-kicker {
  grid-column: 1 / -1;
}

.locality-guide-heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 0.98;
  text-wrap: balance;
}

.locality-guide-heading > p:last-child {
  margin: 0;
  color: #5d5a54;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-weight: 600;
  line-height: 1.58;
}

.locality-guide-grid {
  margin-top: clamp(42px, 6svh, 64px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.locality-guide-grid article {
  padding: clamp(26px, 3vw, 38px);
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.locality-guide-grid article > span {
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.locality-guide-grid h3 {
  margin: 22px 0 0;
  font-size: clamp(1.2rem, 1.65vw, 1.65rem);
  line-height: 1.14;
  text-transform: uppercase;
}

.locality-guide-grid p {
  margin: 16px 0 0;
  color: #67645e;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.52;
}

.locality-guide-grid nav {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.locality-guide-grid a {
  color: #171612;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--gold-deep);
  text-underline-offset: 4px;
}

.locality-guide-grid a:hover,
.locality-guide-grid a:focus-visible {
  color: var(--gold-deep);
}

.faq-section {
  padding: clamp(92px, 13svh, 156px) max(22px, 4vw);
  background: #fff;
  color: var(--ink);
}

.faq-list {
  margin-top: clamp(44px, 6svh, 66px);
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.faq-list details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.faq-list summary {
  padding: clamp(22px, 3svh, 30px) 46px clamp(22px, 3svh, 30px) 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1.2rem, 1.75vw, 1.62rem);
  font-weight: 700;
  line-height: 1.2;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 50%;
  color: var(--gold-deep);
  font-size: 1.6rem;
  transform: translateY(-50%);
}

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

.faq-list details p {
  max-width: 920px;
  margin: -4px 0 0;
  padding: 0 46px clamp(26px, 4svh, 38px) 0;
  color: #5d5a54;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-weight: 600;
  line-height: 1.58;
}

.related-links {
  margin-top: clamp(52px, 8svh, 82px);
}

.related-links h3 {
  margin: 0 0 20px;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.related-links nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-links a {
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  color: #4b4944;
  font-weight: 700;
}

.related-links a:hover,
.related-links a:focus-visible {
  border-color: var(--gold-deep);
  color: var(--gold-deep);
}

.page-cta {
  padding: clamp(86px, 12svh, 138px) max(22px, 4vw);
  background: linear-gradient(135deg, #f3d67d, #c68d2e);
  color: #0a0907;
}

.page-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(30px, 5vw, 74px);
}

.page-cta p {
  max-width: 790px;
  margin: 20px 0 0;
  color: rgba(10, 9, 7, 0.7);
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  font-weight: 600;
  line-height: 1.5;
}

.page-cta-actions {
  display: grid;
  gap: 10px;
}

.page-cta .button {
  min-width: min(280px, 100%);
  border-color: rgba(0, 0, 0, 0.36);
  color: #0a0907;
}

.page-cta .button-primary {
  background: #080807;
  color: #fff;
}

.service-page-footer {
  padding: 32px max(22px, 4vw);
  background: #000;
  color: rgba(255, 255, 255, 0.54);
}

.service-page-footer-inner {
  width: min(100%, 1420px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 22px;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.service-page-footer-company {
  display: grid;
  gap: 4px;
  line-height: 1.35;
}

.service-page-footer-company strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.service-page-footer-company > span {
  display: block;
}

.service-page-footer-logo {
  justify-self: center;
  width: 116px;
}

.service-page-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.service-page-footer-contact {
  justify-self: end;
  display: flex;
  gap: 22px;
}

.service-page-footer a:hover,
.service-page-footer a:focus-visible {
  color: var(--gold-light);
}

@media (max-width: 980px) {
  .service-hero-inner {
    grid-template-columns: 1fr;
  }

  .service-hero-copy {
    max-width: 820px;
  }

  .service-hero-media {
    min-height: min(58svh, 560px);
  }

  .detail-heading {
    grid-template-columns: 1fr;
  }

  .service-list,
  .dark-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-grid {
    grid-template-columns: 1fr;
  }

  .locality-guide-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .locality-guide-grid {
    grid-template-columns: 1fr;
  }

  .page-cta-inner {
    grid-template-columns: 1fr;
  }

  .page-cta-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .page-header {
    min-height: 62px;
    padding: 15px 14px;
    grid-template-columns: 1fr auto;
  }

  .page-header-logo {
    width: 112px;
  }

  .page-header-back {
    display: none;
  }

  .page-header-phone {
    font-size: 0.86rem;
  }

  .service-hero {
    min-height: auto;
    padding: 112px 14px 74px;
  }

  .service-hero-inner {
    gap: 42px;
  }

  .service-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
    line-height: 0.94;
  }

  .hero-lead {
    font-size: 1.06rem;
  }

  .hero-actions {
    display: grid;
  }

  .service-hero-media {
    min-height: min(57svh, 430px);
  }

  .detail-section,
  .dark-section,
  .faq-section,
  .page-cta {
    padding-inline: 14px;
  }

  .service-list,
  .dark-grid {
    grid-template-columns: 1fr;
  }

  .service-list article,
  .dark-card {
    min-height: 0;
  }

  .area-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .coverage-card {
    padding-inline: 22px;
  }

  .municipality-list {
    columns: 1;
  }

  .page-cta-actions {
    grid-template-columns: 1fr;
  }

  .service-page-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .service-page-footer-logo,
  .service-page-footer-contact {
    justify-self: center;
  }

  .service-page-footer-contact {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
