:root {
  --black: #000;
  --white: #fff;
  --gray-1: #171717;
  --gray-2: #292929;
  --gray-3: #3a3a3a;
  --muted: #a1a1a1;
  --header-height: 64px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.seo-menu-is-open {
  overflow: hidden;
}

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

button,
a {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.seo-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: var(--header-height);
  padding: 0 32px;
  background: var(--black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-header__brand {
  display: flex;
  align-items: center;
  height: 100%;
}

.seo-header__brand img,
.seo-footer img {
  width: 72px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
}

.seo-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 30px;
}

.seo-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1;
}

.seo-nav a:hover,
.seo-header__call:hover {
  opacity: 0.62;
}

.seo-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.seo-header__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--gray-1);
  font-size: 14px;
}

.seo-menu-toggle {
  display: none;
  min-width: 64px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--gray-3);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.seo-mobile-menu {
  position: fixed;
  z-index: 990;
  inset: var(--header-height) 0 0;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 42px 24px;
  background: var(--black);
}

.seo-mobile-menu > a:not(.pill) {
  padding: 13px 0;
  border-bottom: 1px solid var(--gray-2);
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.seo-mobile-menu .pill {
  justify-self: start;
  margin-top: 24px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.pill:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}

.pill--light {
  border-color: var(--white);
  background: var(--white);
  color: var(--black);
}

.text-link {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 760px;
  padding-top: var(--header-height);
  border-bottom: 1px solid var(--gray-2);
}

.seo-hero__copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 100px max(42px, calc((100vw - 1376px) / 2));
}

.seo-hero h1,
.not-found h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(52px, 6.1vw, 96px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.seo-hero__lead {
  max-width: 640px;
  margin: 32px 0 0;
  color: #c3c3c3;
  font-size: 19px;
  line-height: 1.65;
}

.seo-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}

.seo-hero__trust {
  margin: 48px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.seo-hero__media {
  min-height: 696px;
  margin: 0;
  overflow: hidden;
  background: var(--gray-1);
}

.seo-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1376px;
  margin: 0 auto;
  border-right: 1px solid var(--gray-2);
  border-left: 1px solid var(--gray-2);
}

.service-summary > div {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 28px 30px;
  border-left: 1px solid var(--gray-2);
}

.service-summary > div:first-child {
  border-left: 0;
}

.service-summary span {
  color: var(--muted);
  font-size: 13px;
}

.service-summary strong {
  font-size: 19px;
  font-weight: 500;
}

.seo-section {
  max-width: 1376px;
  margin: 0 auto;
  padding: 130px 32px;
  border-bottom: 1px solid var(--gray-2);
}

.seo-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.seo-section__heading h2,
.editorial h2,
.location-panel h2,
.related h2,
.seo-final-cta h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.047em;
}

.seo-benefits__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 86px;
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
}

.seo-benefits__list article {
  min-height: 190px;
  padding: 26px;
  border-left: 1px solid var(--gray-3);
}

.seo-benefits__list article:first-child {
  border-left: 0;
}

.seo-benefits__list span {
  color: var(--muted);
  font-size: 12px;
}

.seo-benefits__list p {
  max-width: 250px;
  margin: 62px 0 0;
  font-size: 18px;
  line-height: 1.45;
}

.editorial {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 90px;
}

.editorial--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
}

.editorial--reverse .editorial__marker {
  order: 2;
}

.editorial__marker {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.editorial__marker > span {
  color: var(--gray-3);
  font-size: 76px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

.editorial__copy p {
  max-width: 780px;
  margin: 30px 0 0;
  color: #b8b8b8;
  font-size: 18px;
  line-height: 1.75;
}

.location-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  gap: 100px;
  align-items: end;
}

.location-panel > div:last-child > p {
  margin: 0 0 28px;
  color: #b8b8b8;
  font-size: 17px;
  line-height: 1.7;
}

.seo-faq {
  margin-top: 80px;
  border-top: 1px solid var(--gray-3);
}

.seo-faq article {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 70px;
  padding: 34px 0;
  border-bottom: 1px solid var(--gray-3);
}

.seo-faq h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.seo-faq p {
  max-width: 700px;
  margin: 0;
  color: #b8b8b8;
  line-height: 1.7;
}

.related h2 {
  max-width: 900px;
}

.related__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
}

.related__links a {
  display: grid;
  min-height: 150px;
  padding: 26px;
  border-left: 1px solid var(--gray-3);
  transition: background-color 160ms ease;
}

.related__links a:first-child {
  border-left: 0;
}

.related__links a:hover {
  background: var(--gray-1);
}

.related__links span {
  font-size: 18px;
}

.related__links strong {
  align-self: end;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.seo-final-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 660px;
  padding: 100px 30px;
  background: #e8edf3;
  color: var(--black);
  text-align: center;
}

.seo-final-cta > div {
  max-width: 930px;
}

.seo-final-cta .eyebrow {
  color: #666;
}

.seo-final-cta p:not(.eyebrow) {
  margin: 28px 0 34px;
  color: #4f4f4f;
  font-size: 18px;
}

.seo-footer {
  padding: 120px max(32px, calc((100vw - 1376px) / 2)) 32px;
  background: var(--black);
}

.seo-footer__top {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 0.6fr));
  gap: 54px;
}

.seo-footer__top > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
}

.seo-footer__top > div:first-child {
  gap: 24px;
}

.seo-footer__top p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.seo-footer__label {
  margin-bottom: 8px !important;
  color: var(--white) !important;
  font-weight: 600;
}

.seo-footer__top a {
  color: #bdbdbd;
  font-size: 14px;
}

.seo-footer__top a:hover {
  color: var(--white);
}

.seo-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 120px;
  padding-top: 24px;
  border-top: 1px solid var(--gray-2);
}

.seo-footer__bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.seo-consent {
  position: fixed;
  z-index: 1200;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: min(440px, calc(100vw - 48px));
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--gray-3);
  background: var(--black);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.seo-consent p {
  margin: 0;
  color: #d8d8d8;
  font-size: 14px;
}

.seo-consent > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-consent button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--gray-3);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.seo-consent__accept {
  border-color: var(--white) !important;
  background: var(--white) !important;
  color: var(--black) !important;
}

.not-found {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 760px;
  padding-top: var(--header-height);
}

.not-found__copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 100px max(42px, calc((100vw - 1376px) / 2));
}

.not-found__copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px 0 0;
  color: #b8b8b8;
  font-size: 19px;
  line-height: 1.65;
}

.not-found__media {
  min-height: 696px;
  margin: 0;
  overflow: hidden;
}

.not-found__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 980px) {
  .seo-nav,
  .seo-header__call,
  .seo-header__actions > .pill {
    display: none;
  }

  .seo-header {
    grid-template-columns: 1fr auto;
    padding-inline: 22px;
  }

  .seo-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .seo-hero,
  .not-found {
    grid-template-columns: 1fr;
  }

  .seo-hero__copy,
  .not-found__copy {
    min-height: 650px;
    padding: 110px 28px 76px;
  }

  .seo-hero__media,
  .not-found__media {
    min-height: 0;
    height: 520px;
  }

  .service-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-left: 0;
  }

  .service-summary > div:nth-child(3) {
    border-left: 0;
  }

  .service-summary > div:nth-child(n + 3) {
    border-top: 1px solid var(--gray-2);
  }

  .seo-section {
    padding: 100px 24px;
  }

  .seo-section__heading,
  .editorial,
  .editorial--reverse,
  .location-panel {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .editorial--reverse .editorial__marker {
    order: 0;
  }

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

  .seo-benefits__list article:nth-child(3) {
    border-left: 0;
  }

  .seo-benefits__list article:nth-child(n + 3) {
    border-top: 1px solid var(--gray-3);
  }

  .seo-faq article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .related__links a {
    min-height: 120px;
    border-top: 1px solid var(--gray-3);
    border-left: 0;
  }

  .related__links a:first-child {
    border-top: 0;
  }

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

@media (max-width: 600px) {
  :root {
    --header-height: 62px;
  }

  .seo-header__brand img {
    width: 64px;
    height: 42px;
  }

  .seo-menu-toggle {
    min-width: 56px;
    min-height: 38px;
    padding-inline: 12px;
  }

  .seo-hero__copy,
  .not-found__copy {
    min-height: 610px;
    padding: 100px 22px 68px;
  }

  .seo-hero h1,
  .not-found h1 {
    font-size: 48px;
    line-height: 1.02;
  }

  .seo-hero__lead,
  .not-found__copy > p:not(.eyebrow) {
    font-size: 17px;
  }

  .seo-hero__media,
  .not-found__media {
    height: 360px;
  }

  .service-summary {
    grid-template-columns: 1fr;
  }

  .service-summary > div,
  .service-summary > div:nth-child(3) {
    min-height: 96px;
    border-top: 1px solid var(--gray-2);
    border-left: 0;
  }

  .service-summary > div:first-child {
    border-top: 0;
  }

  .seo-section {
    padding: 82px 22px;
  }

  .seo-section__heading h2,
  .editorial h2,
  .location-panel h2,
  .related h2,
  .seo-final-cta h2 {
    font-size: 38px;
    line-height: 1.08;
  }

  .seo-benefits__list {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .seo-benefits__list article,
  .seo-benefits__list article:nth-child(3) {
    min-height: 150px;
    border-top: 1px solid var(--gray-3);
    border-left: 0;
  }

  .seo-benefits__list article:first-child {
    border-top: 0;
  }

  .seo-benefits__list p {
    margin-top: 38px;
  }

  .editorial__marker > span {
    font-size: 54px;
  }

  .editorial__copy p {
    font-size: 16px;
  }

  .seo-final-cta {
    min-height: 540px;
    padding: 80px 22px;
  }

  .seo-footer {
    padding: 90px 24px 28px;
  }

  .seo-footer__top {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .seo-footer__bottom {
    margin-top: 80px;
  }

  .seo-consent {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
