:root {
  --seo-ink: #121b24;
  --seo-muted: #66717d;
  --seo-paper: #f7f5f0;
  --seo-card: #ffffff;
  --seo-yellow: #ffc83d;
  --seo-blue: #47b9e8;
  --seo-line: rgba(18, 27, 36, 0.12);
}

html { scroll-behavior: smooth; }

body.seo-body {
  margin: 0;
  color: var(--seo-ink);
  background:
    linear-gradient(rgba(18, 27, 36, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 27, 36, 0.035) 1px, transparent 1px),
    var(--seo-paper);
  background-size: 96px 96px;
  font-family: "Manrope", Arial, sans-serif;
}

.seo-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.seo-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--seo-line);
  background: rgba(247, 245, 240, 0.94);
  backdrop-filter: blur(16px);
}

.seo-header__inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.seo-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.seo-logo img { display: block; width: 168px; height: auto; }

.seo-nav { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.seo-nav a { color: var(--seo-ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.seo-nav a:hover { color: #8d6500; }

.seo-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  background: var(--seo-yellow);
  box-shadow: 0 12px 28px rgba(255, 200, 61, 0.24);
  color: var(--seo-ink);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.seo-btn:hover { background: #ffd25f; transform: translateY(-1px); }
.seo-btn--dark { background: var(--seo-ink); box-shadow: none; color: #fff; }

.seo-breadcrumbs { padding: 26px 0 0; color: var(--seo-muted); font-size: 13px; }
.seo-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.seo-breadcrumbs li:not(:last-child)::after { margin-left: 8px; content: "/"; opacity: 0.5; }
.seo-breadcrumbs a { color: inherit; }

.seo-hero { padding: 58px 0 76px; }
.seo-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr); align-items: center; gap: 54px; }
.seo-hero__grid > * { min-width: 0; }
.seo-eyebrow { margin: 0 0 14px; color: #697580; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.seo-eyebrow::after { display: block; width: 48px; height: 2px; margin-top: 9px; border-radius: 99px; background: var(--seo-yellow); content: ""; }
.seo-hero h1 { max-width: 800px; margin: 0; overflow-wrap: anywhere; font-family: "Unbounded", "Manrope", sans-serif; font-size: clamp(34px, 4.4vw, 61px); line-height: 1.05; letter-spacing: -0.045em; }
.seo-hero__lead { max-width: 760px; margin: 24px 0 0; color: #3d4853; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.seo-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.seo-hero__note { color: var(--seo-muted); font-size: 13px; font-weight: 650; }
.seo-hero__visual { position: relative; overflow: hidden; min-height: 430px; border: 1px solid var(--seo-line); border-radius: 22px; background: #e9e6df; box-shadow: 0 28px 70px rgba(18, 27, 36, 0.13); }
.seo-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.seo-hero__visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 72%, rgba(18, 27, 36, 0.08)); content: ""; }

.seo-trust { margin-top: -24px; padding-bottom: 62px; }
.seo-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.seo-trust__item { padding: 20px; border: 1px solid var(--seo-line); border-radius: 14px; background: rgba(255,255,255,0.78); font-size: 14px; font-weight: 750; }
.seo-trust__item span { display: block; margin-bottom: 5px; color: #986b00; font-size: 12px; text-transform: uppercase; }

.seo-section { padding: 76px 0; }
.seo-section--white { border-block: 1px solid var(--seo-line); background: rgba(255,255,255,0.74); }
.seo-section--dark { background: var(--seo-ink); color: #fff; }
.seo-section__head { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.65fr); align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 32px; }
.seo-section__head h2 { margin: 0; font-size: clamp(29px, 3.5vw, 46px); line-height: 1.12; letter-spacing: -0.035em; }
.seo-section__head p { margin: 0; color: var(--seo-muted); line-height: 1.65; }
.seo-section--dark .seo-section__head p { color: rgba(255,255,255,0.68); }

.seo-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.seo-card { padding: 26px; border: 1px solid var(--seo-line); border-radius: 16px; background: var(--seo-card); box-shadow: 0 14px 34px rgba(18,27,36,0.05); }
.seo-card h3 { margin: 0 0 10px; font-size: 19px; }
.seo-card p { margin: 0; color: var(--seo-muted); line-height: 1.6; }
.seo-card strong { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 50%; background: var(--seo-yellow); font-size: 12px; }

.seo-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.seo-list li { position: relative; padding: 18px 18px 18px 48px; border: 1px solid var(--seo-line); border-radius: 13px; background: var(--seo-card); line-height: 1.55; }
.seo-list li::before { position: absolute; top: 20px; left: 18px; width: 16px; height: 16px; border: 2px solid #b67f00; border-radius: 50%; box-shadow: inset 0 0 0 4px var(--seo-card); background: var(--seo-yellow); content: ""; }

.seo-copy { max-width: 900px; }
.seo-copy p { color: #46515d; font-size: 17px; line-height: 1.75; }
.seo-copy h2 { margin: 42px 0 14px; font-size: clamp(27px, 3vw, 39px); }

.seo-faq { display: grid; gap: 10px; }
.seo-faq details { border: 1px solid var(--seo-line); border-radius: 13px; background: #fff; }
.seo-faq summary { padding: 20px 22px; cursor: pointer; font-weight: 800; }
.seo-faq p { margin: 0; padding: 0 22px 22px; color: var(--seo-muted); line-height: 1.65; }

.seo-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.seo-link-card { display: flex; min-height: 96px; align-items: center; justify-content: space-between; gap: 18px; padding: 20px; border: 1px solid rgba(255,255,255,0.16); border-radius: 14px; background: rgba(255,255,255,0.06); color: #fff; font-weight: 750; text-decoration: none; }
.seo-link-card::after { color: var(--seo-yellow); content: "→"; font-size: 24px; }

.seo-cta { padding: 34px; border-radius: 20px; background: linear-gradient(125deg, #ffd55e, var(--seo-yellow) 62%, #71cfef); color: var(--seo-ink); }
.seo-cta h2 { max-width: 800px; margin: 0; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.13; }
.seo-cta p { max-width: 760px; margin: 14px 0 24px; line-height: 1.6; }

.seo-footer { padding: 46px 0; background: #0f171f; color: rgba(255,255,255,0.72); }
.seo-footer__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 50px; }
.seo-footer__brand img { width: 190px; }
.seo-footer__brand p { max-width: 380px; line-height: 1.6; }
.seo-footer__links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 24px; }
.seo-footer a { color: #fff; }
.seo-footer__phone { display: block; margin-top: 18px; font-size: 24px; font-weight: 800; text-decoration: none; }

.seo-hub-hero { padding-bottom: 48px; }
.seo-hub-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.seo-hub-card { display: flex; min-height: 210px; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--seo-line); border-radius: 18px; background: #fff; color: var(--seo-ink); text-decoration: none; box-shadow: 0 14px 34px rgba(18,27,36,.05); }
.seo-hub-card h2 { margin: 0; font-size: 22px; line-height: 1.2; }
.seo-hub-card p { margin: 12px 0 24px; color: var(--seo-muted); line-height: 1.55; }
.seo-hub-card span { color: #8c6200; font-weight: 800; }

@media (max-width: 960px) {
  .seo-nav a:not(.seo-btn) { display: none; }
  .seo-hero__grid { grid-template-columns: 1fr; }
  .seo-hero__visual { min-height: 360px; }
  .seo-trust__grid { grid-template-columns: repeat(2,1fr); }
  .seo-section__head { grid-template-columns: 1fr; gap: 16px; }
  .seo-card-grid, .seo-links, .seo-hub-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .seo-shell { width: min(100% - 28px, 1180px); }
  .seo-header__inner { min-height: 72px; }
  .seo-logo img { width: 138px; }
  .seo-nav .seo-btn { min-height: 42px; padding-inline: 13px; font-size: 12px; }
  .seo-hero { padding: 38px 0 58px; }
  .seo-hero__grid { gap: 32px; }
  .seo-hero h1 { overflow-wrap: normal; font-size: clamp(29px, 8vw, 38px); }
  .seo-hero__visual { min-height: 280px; }
  .seo-trust__grid, .seo-card-grid, .seo-list, .seo-links, .seo-hub-grid, .seo-footer__grid { grid-template-columns: 1fr; }
  .seo-section { padding: 56px 0; }
  .seo-cta { padding: 24px; }
}

/* Full-screen service landings */
body.service-landing-body {
  margin: 0;
  overflow: hidden;
  color: #fff;
  background: #121b24;
  font-family: "Manrope", Arial, sans-serif;
}

.service-landing {
  --pointer-x: 0px;
  --pointer-y: 0px;
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
}

.service-landing__background {
  position: absolute;
  inset: -5%;
  z-index: -3;
  width: 110%;
  height: 110%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
  transform: translate3d(var(--pointer-x), var(--pointer-y), 0) scale(1.035);
  animation: service-background-drift 18s ease-in-out infinite alternate;
  will-change: transform;
}

.service-landing__wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(18, 27, 36, 0.03) 0%, rgba(18, 27, 36, 0.08) 34%, rgba(18, 27, 36, 0.68) 72%, rgba(18, 27, 36, 0.94) 100%),
    linear-gradient(90deg, rgba(18, 27, 36, 0.22), transparent 64%);
}

.service-landing__wash::after {
  display: none;
}

.service-landing__logo {
  position: absolute;
  top: clamp(22px, 4.2vh, 48px);
  left: clamp(22px, 5.5vw, 88px);
  z-index: 2;
  display: inline-flex;
  outline: none;
}

.service-landing__logo img {
  display: block;
  width: clamp(160px, 14vw, 220px);
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.32));
}

.service-landing__logo:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 200, 61, 0.7);
}

.service-landing__content {
  position: absolute;
  top: 54%;
  left: clamp(22px, 5.5vw, 88px);
  width: min(720px, calc(100% - 44px));
  transform: translateY(-50%);
}

.service-landing__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-landing__eyebrow::before {
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: #ffc83d;
  content: "";
}

.service-landing h1 {
  max-width: 720px;
  margin: 0;
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: clamp(38px, 5.6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  text-wrap: balance;
}

.service-landing__promise {
  width: fit-content;
  margin: 22px 0 0;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(18, 27, 36, 0.66);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.service-landing__promise strong {
  color: #ffd45c;
  font-weight: 850;
}

.service-landing__lead {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.55;
}

.service-landing__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.service-landing__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 11px;
  background: #ffc83d;
  box-shadow: 0 16px 38px rgba(255, 185, 20, 0.3);
  color: #121b24;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-landing__button:hover,
.service-landing__button:focus-visible {
  background: #ffd25c;
  box-shadow: 0 18px 42px rgba(255, 185, 20, 0.4);
  transform: translateY(-2px);
}

.service-landing__actions span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
}

@keyframes service-background-drift {
  from { transform: translate3d(calc(var(--pointer-x) - 5px), calc(var(--pointer-y) - 3px), 0) scale(1.035); }
  to { transform: translate3d(calc(var(--pointer-x) + 7px), calc(var(--pointer-y) + 4px), 0) scale(1.065); }
}

@media (max-width: 960px) {
  .service-landing__background {
    inset: -5%;
    width: 110%;
    height: 110%;
  }

  .service-landing__wash {
    background:
      linear-gradient(180deg, rgba(18, 27, 36, 0.03) 0%, rgba(18, 27, 36, 0.08) 34%, rgba(18, 27, 36, 0.74) 68%, rgba(18, 27, 36, 0.96) 100%),
      linear-gradient(90deg, rgba(18, 27, 36, 0.18), transparent 58%);
  }

  .service-landing__wash::after {
    opacity: 0.42;
    mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.2) 54%, transparent 86%);
  }

  .service-landing__logo {
    top: 18px;
    left: 20px;
  }

  .service-landing__content {
    top: auto;
    bottom: clamp(28px, 5.5vh, 58px);
    left: 22px;
    width: min(680px, calc(100% - 44px));
    transform: none;
  }

  .service-landing__eyebrow,
  .service-landing__lead,
  .service-landing__actions span {
    color: rgba(255, 255, 255, 0.84);
  }

  .service-landing h1 {
    color: #fff;
    font-size: clamp(34px, 7.2vw, 58px);
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  }

  .service-landing__promise {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(18, 27, 36, 0.66);
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  }

  .service-landing__promise strong {
    color: #ffd45c;
  }

  .service-landing__lead {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .service-landing__background {
    inset: -8%;
    width: 116%;
    height: 116%;
  }

  .service-landing__wash {
    background:
      linear-gradient(180deg, rgba(18, 27, 36, 0.02) 0%, rgba(18, 27, 36, 0.08) 31%, rgba(18, 27, 36, 0.8) 66%, rgba(18, 27, 36, 0.97) 100%),
      linear-gradient(90deg, rgba(18, 27, 36, 0.16), transparent 62%);
  }

  .service-landing__content {
    top: auto;
    bottom: 24px;
    width: calc(100% - 44px);
    transform: none;
  }

  .service-landing h1 {
    overflow-wrap: anywhere;
    font-size: clamp(29px, 8vw, 40px);
  }

  .service-landing__lead {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .service-landing__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .service-landing__button {
    width: 100%;
  }
}

@media (max-height: 680px) {
  .service-landing__content { top: auto; bottom: 18px; transform: none; }
  .service-landing h1 { font-size: clamp(30px, 7vh, 56px); }
  .service-landing__lead { margin-top: 12px; font-size: 14px; }
  .service-landing__promise { margin-top: 14px; }
  .service-landing__actions { margin-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .service-landing__background { animation: none; transform: scale(1.04); }
  .service-landing__button { transition: none; }
}
