@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/manrope-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/manrope-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: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500 600;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500 600;
  font-display: swap;
  src: url('/fonts/cormorant-garamond-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 {
  color: rgba(255, 255, 255, 0.9);
  background: #030304;
  font-family: 'Manrope', ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --seo-border: rgba(255, 255, 255, 0.11);
  --seo-muted: rgba(255, 255, 255, 0.61);
  --seo-faint: rgba(255, 255, 255, 0.38);
  --seo-panel: rgba(255, 255, 255, 0.035);
  --seo-cyan: #70e6ff;
  --seo-violet: #b99cff;
}

* {
  box-sizing: border-box;
}

html {
  background: #030304;
  scroll-behavior: auto;
  scrollbar-color: rgba(255, 255, 255, 0.2) #030304;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 3%, rgba(112, 230, 255, 0.08), transparent 28rem),
    radial-gradient(circle at 90% 20%, rgba(185, 156, 255, 0.075), transparent 34rem),
    #030304;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

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

::selection {
  color: #000;
  background: rgba(255, 255, 255, 0.92);
}

.seo-shell {
  min-height: 100vh;
  overflow: hidden;
}

.seo-container {
  width: min(100% - 2rem, 1320px);
  margin-inline: auto;
}

.seo-header {
  position: relative;
  z-index: 20;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(3, 3, 4, 0.82);
  backdrop-filter: blur(22px);
}

.seo-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.seo-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.8rem;
}

.seo-brand__mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  flex: none;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02)),
    #09090b;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 1px rgba(112, 230, 255, 0.08),
    0 0 24px rgba(112, 230, 255, 0.12);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.75rem;
  font-style: italic;
}

.seo-brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.12) saturate(1.14);
  transform: scale(2.2);
  transform-origin: 50% 40%;
}

.seo-brand strong,
.seo-brand small {
  display: block;
}

.seo-brand strong {
  overflow: hidden;
  max-width: 19rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-brand small {
  margin-top: 0.32rem;
  color: var(--seo-faint);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seo-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.seo-nav > a {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: var(--seo-muted);
  font-size: 0.82rem;
  transition: color 180ms ease, background-color 180ms ease;
}

.seo-nav > a:hover,
.seo-nav > a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.seo-nav > .seo-nav__cta {
  margin-left: 0.35rem;
  padding-inline: 1.2rem;
  color: #08080a;
  background: #fff;
  font-weight: 700;
}

.seo-nav > .seo-nav__cta:hover,
.seo-nav > .seo-nav__cta:focus-visible {
  color: #08080a;
  background: #e8faff;
}

.seo-preferences {
  display: flex;
  flex: none;
  align-items: center;
  gap: 0.45rem;
}

.seo-preference {
  display: inline-flex;
  align-items: center;
  gap: 0.16rem;
  padding: 0.2rem;
  border: 1px solid var(--seo-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.seo-preference button {
  display: inline-grid;
  min-width: 1.95rem;
  height: 1.95rem;
  padding: 0 0.45rem;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--seo-faint);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.6rem;
  font-weight: 700;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.seo-preference button:hover,
.seo-preference button:focus-visible {
  color: #fff;
  outline: none;
}

.seo-preference button:focus-visible {
  box-shadow: 0 0 0 2px rgba(112, 230, 255, 0.38);
}

.seo-preference button[data-selected='true'] {
  color: #09090b;
  background: #fff;
}

.seo-preference svg {
  width: 0.92rem;
  height: 0.92rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.seo-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(5.5rem, 9vw, 9rem) 0 clamp(5rem, 9vw, 8rem);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.seo-hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, 0.94), rgba(3, 3, 4, 0.68) 58%, rgba(3, 3, 4, 0.89)),
    linear-gradient(180deg, rgba(3, 3, 4, 0.18), #030304 94%),
    url('/assets/hero-poster.webp') center / cover no-repeat;
  content: '';
  opacity: 0.86;
}

.seo-hero::after {
  position: absolute;
  top: -16rem;
  right: -9rem;
  z-index: -2;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 230, 255, 0.14), transparent 68%);
  content: '';
  filter: blur(12px);
}

.seo-hero--home {
  min-height: 72vh;
  display: grid;
  align-items: center;
}

.seo-hero--directory::after {
  background: radial-gradient(circle, rgba(185, 156, 255, 0.16), transparent 68%);
}

.seo-kicker {
  margin: 0 0 1.25rem;
  color: rgba(157, 235, 255, 0.77);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.seo-kicker span {
  display: inline-grid;
  width: 2.15rem;
  height: 2.15rem;
  margin-right: 0.75rem;
  place-items: center;
  border: 1px solid rgba(112, 230, 255, 0.24);
  border-radius: 50%;
  background: rgba(112, 230, 255, 0.06);
}

.seo-hero h1,
.seo-section h2,
.seo-contact h2 {
  margin: 0;
  text-wrap: balance;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.seo-hero h1 {
  max-width: 72rem;
  font-size: clamp(3.2rem, 8.3vw, 8.2rem);
  line-height: 0.88;
}

.seo-hero--service h1 {
  max-width: 75rem;
  font-size: clamp(3.1rem, 7.2vw, 7.4rem);
}

.seo-lead {
  max-width: 52rem;
  margin: 2rem 0 0;
  color: var(--seo-muted);
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  font-weight: 300;
  line-height: 1.75;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.35rem;
}

.seo-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.seo-button:hover,
.seo-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.seo-button--primary {
  color: #070709;
  background: #fff;
}

.seo-button--primary:hover,
.seo-button--primary:focus-visible {
  background: #e8faff;
}

.seo-button--secondary {
  border-color: var(--seo-border);
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.035);
}

.seo-button--secondary:hover,
.seo-button--secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.07);
}

.seo-text-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0.25rem;
  color: var(--seo-muted);
  font-size: 0.85rem;
  font-weight: 600;
}

.seo-text-link:hover,
.seo-text-link:focus-visible {
  color: #fff;
  outline: none;
}

.seo-breadcrumbs {
  margin-bottom: clamp(3.5rem, 7vw, 6.5rem);
}

.seo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  color: var(--seo-faint);
  font-size: 0.72rem;
  list-style: none;
}

.seo-breadcrumbs li + li::before {
  margin-right: 0.6rem;
  color: rgba(255, 255, 255, 0.22);
  content: '/';
}

.seo-breadcrumbs a:hover,
.seo-breadcrumbs a:focus-visible {
  color: #fff;
}

.seo-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 3.5rem;
}

.seo-tech span {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.56);
  background: rgba(4, 4, 5, 0.55);
  font-size: 0.68rem;
}

.seo-section {
  padding: clamp(5rem, 9vw, 9rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.seo-section--muted,
.seo-section--faq {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 58%),
    rgba(255, 255, 255, 0.01);
}

.seo-section h2,
.seo-contact h2 {
  max-width: 56rem;
  font-size: clamp(2.7rem, 6vw, 6rem);
  line-height: 0.94;
}

.seo-section__intro {
  max-width: 46rem;
  margin: 1.5rem 0 0;
  color: var(--seo-muted);
  line-height: 1.8;
}

.seo-split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.seo-check-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-check-list li {
  position: relative;
  min-height: 5rem;
  padding: 1.35rem 0 1.35rem 2.5rem;
  border-bottom: 1px solid var(--seo-border);
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(0.95rem, 1.3vw, 1.12rem);
  line-height: 1.65;
}

.seo-check-list li:first-child {
  border-top: 1px solid var(--seo-border);
}

.seo-check-list li::before {
  position: absolute;
  top: 1.65rem;
  left: 0;
  display: grid;
  width: 1.2rem;
  height: 1.2rem;
  place-items: center;
  border: 1px solid rgba(112, 230, 255, 0.35);
  border-radius: 50%;
  color: var(--seo-cyan);
  content: '✓';
  font-size: 0.65rem;
}

.seo-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3.5rem;
}

.seo-outcome-grid > section {
  min-height: 17rem;
  padding: 1.65rem;
  border: 1px solid var(--seo-border);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 100% 0, rgba(112, 230, 255, 0.085), transparent 45%),
    var(--seo-panel);
}

.seo-outcome-grid span {
  color: rgba(112, 230, 255, 0.62);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.seo-outcome-grid h3 {
  margin: 5rem 0 0;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  font-weight: 500;
  line-height: 1.55;
}

.seo-process {
  display: grid;
  margin: 3.5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--seo-border);
  list-style: none;
}

.seo-process li {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--seo-border);
}

.seo-process > li > span {
  color: rgba(185, 156, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.seo-process h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.seo-process p {
  max-width: 51rem;
  margin: 0.65rem 0 0;
  color: var(--seo-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.seo-faq {
  display: grid;
  gap: 0.7rem;
}

.seo-faq details {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--seo-border);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 100% 0, rgba(112, 230, 255, 0.055), transparent 16rem),
    rgba(255, 255, 255, 0.022);
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.seo-faq details:hover {
  border-color: rgba(112, 230, 255, 0.22);
  background-color: rgba(255, 255, 255, 0.035);
}

.seo-faq details[open] {
  border-color: rgba(112, 230, 255, 0.28);
  background-color: rgba(112, 230, 255, 0.035);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.16);
}

.seo-faq summary {
  position: relative;
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.25rem 1.25rem 1.25rem 1.4rem;
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

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

.seo-faq summary::marker {
  content: '';
}

.seo-faq summary:focus-visible {
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px rgba(112, 230, 255, 0.52);
}

.seo-faq__question {
  max-width: 40rem;
}

.seo-faq__icon {
  position: relative;
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  flex: none;
  place-items: center;
  border: 1px solid rgba(112, 230, 255, 0.24);
  border-radius: 50%;
  color: var(--seo-cyan);
  background: rgba(112, 230, 255, 0.055);
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-faq__icon::before,
.seo-faq__icon::after {
  position: absolute;
  width: 0.72rem;
  height: 1px;
  border-radius: 99px;
  background: currentColor;
  content: '';
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-faq__icon::after {
  transform: rotate(90deg);
}

.seo-faq details[open] .seo-faq__icon {
  border-color: rgba(112, 230, 255, 0.42);
  color: #d9f8ff;
  background: rgba(112, 230, 255, 0.12);
  transform: rotate(180deg);
}

.seo-faq details[open] .seo-faq__icon::after {
  transform: rotate(90deg) scaleX(0);
}

.seo-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-0.4rem);
  transition:
    grid-template-rows 340ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 240ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.seo-faq__answer > div {
  min-height: 0;
  overflow: hidden;
}

.seo-faq details[open] .seo-faq__answer {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

html[data-seo-faq-ready='true'] .seo-faq details[data-expanded='false'] .seo-faq__answer {
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-0.4rem);
}

html[data-seo-faq-ready='true'] .seo-faq details[data-expanded='false'] .seo-faq__icon {
  color: var(--seo-cyan);
  background: rgba(112, 230, 255, 0.055);
  transform: rotate(0);
}

html[data-seo-faq-ready='true'] .seo-faq details[data-expanded='false'] .seo-faq__icon::after {
  transform: rotate(90deg) scaleX(1);
}

.seo-faq p {
  max-width: 46rem;
  margin: 0;
  padding: 0 4.6rem 1.45rem 1.4rem;
  color: var(--seo-muted);
  font-size: 0.88rem;
  line-height: 1.8;
}

.seo-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 3.5rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-service-list li {
  min-width: 0;
}

.seo-service-list a {
  display: grid;
  min-height: 13rem;
  grid-template-rows: auto 1fr auto;
  padding: 1.35rem;
  border: 1px solid var(--seo-border);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 100% 0, rgba(185, 156, 255, 0.07), transparent 48%),
    var(--seo-panel);
  transition: border-color 200ms ease, transform 200ms ease, background-color 200ms ease;
}

.seo-service-list a:hover,
.seo-service-list a:focus-visible {
  border-color: rgba(112, 230, 255, 0.34);
  background-color: rgba(112, 230, 255, 0.035);
  outline: none;
  transform: translateY(-3px);
}

.seo-service-list span {
  color: rgba(112, 230, 255, 0.56);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.seo-service-list strong {
  align-self: end;
  margin-top: 2.5rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.seo-service-list small {
  margin-top: 0.65rem;
  color: var(--seo-faint);
  font-size: 0.72rem;
  line-height: 1.55;
}

.seo-service-list li[aria-current='page'] a {
  border-color: rgba(112, 230, 255, 0.38);
}

.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 3.5rem;
}

.seo-related-grid > a {
  display: flex;
  min-height: 19rem;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--seo-border);
  border-radius: 1.5rem;
  background: var(--seo-panel);
  transition: border-color 200ms ease, transform 200ms ease;
}

.seo-related-grid > a:hover,
.seo-related-grid > a:focus-visible {
  border-color: rgba(185, 156, 255, 0.42);
  outline: none;
  transform: translateY(-3px);
}

.seo-related-grid > a > span {
  color: rgba(185, 156, 255, 0.68);
  font-size: 0.64rem;
  letter-spacing: 0.16em;
}

.seo-related-grid h3 {
  margin: 4.4rem 0 0;
  font-size: 1.25rem;
}

.seo-related-grid p {
  margin: 0.8rem 0 1.5rem;
  color: var(--seo-muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.seo-related-grid strong {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
}

.seo-contact {
  padding: clamp(5rem, 9vw, 8.5rem) 0;
  background:
    radial-gradient(circle at 12% 50%, rgba(112, 230, 255, 0.09), transparent 31rem),
    radial-gradient(circle at 88% 45%, rgba(185, 156, 255, 0.09), transparent 30rem),
    #060608;
}

.seo-contact__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(2rem, 7vw, 7rem);
}

.seo-contact__inner > div:first-child {
  max-width: 54rem;
}

.seo-contact p:not(.seo-kicker) {
  max-width: 44rem;
  margin: 1.3rem 0 0;
  color: var(--seo-muted);
  line-height: 1.75;
}

.seo-contact .seo-actions {
  flex: none;
}

.seo-footer {
  padding: 3.5rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #020203;
}

.seo-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.seo-footer__top > p {
  max-width: 38rem;
  margin: 0;
  color: var(--seo-faint);
  font-size: 0.76rem;
  line-height: 1.7;
}

.seo-footer__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--seo-border);
}

.seo-footer__links a {
  color: var(--seo-muted);
  font-size: 0.72rem;
}

.seo-footer__links a:hover,
.seo-footer__links a:focus-visible {
  color: #fff;
}

.seo-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--seo-border);
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.66rem;
}

.seo-prerender-footer {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--seo-faint);
  background: #020203;
  font-size: 0.7rem;
}

html[data-theme='light'] {
  color: #17202b;
  background: #f7f4ed;
  scrollbar-color: rgba(23, 32, 43, 0.24) #f7f4ed;
  --seo-border: rgba(35, 53, 71, 0.15);
  --seo-muted: rgba(24, 42, 58, 0.72);
  --seo-faint: rgba(24, 42, 58, 0.54);
  --seo-panel: rgba(255, 255, 255, 0.76);
  --seo-cyan: #057b94;
  --seo-violet: #6846a4;
}

html[data-theme='light'] body {
  color: #17202b;
  background:
    radial-gradient(circle at 5% 2%, rgba(45, 184, 205, 0.18), transparent 31rem),
    radial-gradient(circle at 96% 16%, rgba(135, 99, 202, 0.15), transparent 36rem),
    radial-gradient(circle at 42% 58%, rgba(255, 202, 139, 0.11), transparent 40rem),
    linear-gradient(180deg, #faf8f3 0%, #f4f1ea 48%, #f8f6f1 100%);
}

html[data-theme='light'] ::selection {
  color: #fff;
  background: rgba(28, 39, 52, 0.9);
}

html[data-theme='light'] .seo-shell {
  background:
    linear-gradient(rgba(27, 53, 71, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 53, 71, 0.032) 1px, transparent 1px);
  background-size: 48px 48px;
}

html[data-theme='light'] .seo-header {
  border-bottom-color: rgba(32, 51, 68, 0.12);
  background: rgba(250, 248, 243, 0.82);
  box-shadow: 0 12px 38px rgba(39, 58, 76, 0.055);
}

html[data-theme='light'] .seo-brand__mark {
  border-color: rgba(26, 70, 91, 0.2);
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.98), transparent 45%),
    linear-gradient(145deg, rgba(223, 249, 252, 0.96), rgba(232, 220, 250, 0.82)),
    #fff;
  box-shadow:
    0 10px 28px rgba(32, 76, 94, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

html[data-theme='light'] .seo-nav > a:hover,
html[data-theme='light'] .seo-nav > a:focus-visible {
  color: #101319;
  background: rgba(32, 43, 57, 0.07);
}

html[data-theme='light'] .seo-nav > .seo-nav__cta {
  color: #fff;
  background: #17191f;
}

html[data-theme='light'] .seo-nav > .seo-nav__cta:hover,
html[data-theme='light'] .seo-nav > .seo-nav__cta:focus-visible {
  color: #fff;
  background: #293340;
}

html[data-theme='light'] .seo-preference {
  border-color: rgba(33, 59, 77, 0.13);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 24px rgba(31, 52, 68, 0.055);
}

html[data-theme='light'] .seo-preference button:hover,
html[data-theme='light'] .seo-preference button:focus-visible {
  color: #17191f;
}

html[data-theme='light'] .seo-preference button[data-selected='true'] {
  color: #fff;
  background: linear-gradient(135deg, #1c3444, #232634);
  box-shadow: 0 5px 13px rgba(26, 45, 60, 0.2);
}

html[data-theme='light'] .seo-hero,
html[data-theme='light'] .seo-section {
  border-bottom-color: rgba(32, 43, 57, 0.12);
}

html[data-theme='light'] .seo-hero::before {
  background:
    linear-gradient(90deg, rgba(250, 248, 243, 0.97), rgba(247, 244, 237, 0.72) 58%, rgba(247, 244, 237, 0.93)),
    linear-gradient(180deg, rgba(247, 244, 237, 0.18), #f7f4ed 96%),
    url('/assets/hero-poster.webp') center / cover no-repeat;
  opacity: 0.93;
}

html[data-theme='light'] .seo-hero::after {
  background:
    radial-gradient(circle at 40% 40%, rgba(19, 166, 190, 0.19), transparent 58%),
    radial-gradient(circle at 68% 62%, rgba(121, 84, 189, 0.13), transparent 67%);
  filter: blur(8px);
}

html[data-theme='light'] .seo-hero--directory::after {
  background: radial-gradient(circle, rgba(103, 72, 167, 0.13), transparent 68%);
}

html[data-theme='light'] .seo-kicker {
  color: rgba(5, 105, 130, 0.82);
}

html[data-theme='light'] .seo-kicker span {
  border-color: rgba(5, 105, 130, 0.25);
  background: rgba(5, 105, 130, 0.07);
}

html[data-theme='light'] .seo-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #172c39, #242735);
  box-shadow: 0 12px 28px rgba(25, 45, 58, 0.2);
}

html[data-theme='light'] .seo-button--primary:hover,
html[data-theme='light'] .seo-button--primary:focus-visible {
  background: #293340;
}

html[data-theme='light'] .seo-button--secondary {
  color: rgba(23, 32, 43, 0.9);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 28px rgba(30, 52, 68, 0.07);
}

html[data-theme='light'] .seo-button--secondary:hover,
html[data-theme='light'] .seo-button--secondary:focus-visible {
  border-color: rgba(32, 43, 57, 0.32);
  background: #fff;
}

html[data-theme='light'] .seo-text-link:hover,
html[data-theme='light'] .seo-text-link:focus-visible,
html[data-theme='light'] .seo-breadcrumbs a:hover,
html[data-theme='light'] .seo-breadcrumbs a:focus-visible,
html[data-theme='light'] .seo-footer__links a:hover,
html[data-theme='light'] .seo-footer__links a:focus-visible {
  color: #101319;
}

html[data-theme='light'] .seo-breadcrumbs li + li::before {
  color: rgba(32, 43, 57, 0.28);
}

html[data-theme='light'] .seo-tech span {
  border-color: rgba(30, 67, 87, 0.14);
  color: rgba(24, 42, 58, 0.73);
  background: rgba(255, 255, 255, 0.73);
  box-shadow: 0 7px 20px rgba(29, 51, 68, 0.05);
}

html[data-theme='light'] .seo-section--split {
  background:
    radial-gradient(circle at 8% 42%, rgba(17, 158, 182, 0.08), transparent 28rem),
    rgba(255, 255, 255, 0.18);
}

html[data-theme='light'] .seo-section--muted,
html[data-theme='light'] .seo-section--faq {
  background:
    radial-gradient(circle at 90% 15%, rgba(111, 75, 178, 0.095), transparent 30rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(235, 241, 242, 0.68) 58%, rgba(240, 234, 247, 0.66));
}

html[data-theme='light'] .seo-check-list li {
  color: rgba(23, 25, 31, 0.79);
}

html[data-theme='light'] .seo-check-list li::before {
  border-color: rgba(5, 105, 130, 0.38);
}

html[data-theme='light'] .seo-outcome-grid > section,
html[data-theme='light'] .seo-service-list a {
  background:
    radial-gradient(circle at 100% 0, rgba(12, 160, 187, 0.13), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 250, 0.72)),
    var(--seo-panel);
  box-shadow:
    0 24px 65px rgba(31, 52, 68, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

html[data-theme='light'] .seo-outcome-grid span,
html[data-theme='light'] .seo-service-list span {
  color: rgba(5, 105, 130, 0.74);
}

html[data-theme='light'] .seo-process > li > span,
html[data-theme='light'] .seo-related-grid > a > span {
  color: rgba(103, 72, 167, 0.78);
}

html[data-theme='light'] .seo-process {
  overflow: hidden;
  border: 1px solid rgba(35, 53, 71, 0.13);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 24px 70px rgba(31, 52, 68, 0.065);
}

html[data-theme='light'] .seo-process li {
  padding-inline: 1.5rem;
  transition: background-color 180ms ease;
}

html[data-theme='light'] .seo-process li:hover {
  background: rgba(255, 255, 255, 0.7);
}

html[data-theme='light'] .seo-faq summary {
  color: rgba(20, 31, 42, 0.92);
}

html[data-theme='light'] .seo-faq details {
  border-color: rgba(31, 65, 83, 0.14);
  background:
    radial-gradient(circle at 100% 0, rgba(12, 160, 187, 0.085), transparent 16rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 34px rgba(31, 52, 68, 0.045);
}

html[data-theme='light'] .seo-faq details:hover {
  border-color: rgba(5, 123, 148, 0.29);
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(31, 52, 68, 0.075);
}

html[data-theme='light'] .seo-faq details[open] {
  border-color: rgba(5, 123, 148, 0.34);
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(31, 52, 68, 0.1);
}

html[data-theme='light'] .seo-faq__icon,
html[data-theme='light'][data-seo-faq-ready='true'] .seo-faq details[data-expanded='false'] .seo-faq__icon {
  border-color: rgba(5, 123, 148, 0.25);
  color: #057b94;
  background: rgba(5, 123, 148, 0.07);
}

html[data-theme='light'] .seo-faq details[open] .seo-faq__icon {
  border-color: rgba(5, 123, 148, 0.39);
  color: #fff;
  background: linear-gradient(135deg, #087d95, #5861a1);
}

html[data-theme='light'] .seo-service-list a:hover,
html[data-theme='light'] .seo-service-list a:focus-visible {
  border-color: rgba(5, 105, 130, 0.38);
  background-color: rgba(255, 255, 255, 0.9);
}

html[data-theme='light'] .seo-service-list li[aria-current='page'] a {
  border-color: rgba(5, 105, 130, 0.43);
}

html[data-theme='light'] .seo-related-grid > a {
  background:
    radial-gradient(circle at 95% 0, rgba(109, 74, 175, 0.1), transparent 52%),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 58px rgba(31, 52, 68, 0.075);
}

html[data-theme='light'] .seo-related-grid > a:hover,
html[data-theme='light'] .seo-related-grid > a:focus-visible {
  border-color: rgba(103, 72, 167, 0.4);
}

html[data-theme='light'] .seo-related-grid strong {
  color: rgba(23, 25, 31, 0.84);
}

html[data-theme='light'] .seo-contact {
  background:
    radial-gradient(circle at 10% 48%, rgba(21, 179, 202, 0.18), transparent 31rem),
    radial-gradient(circle at 90% 42%, rgba(126, 87, 194, 0.16), transparent 30rem),
    linear-gradient(135deg, #eaf4f2, #f1edf6 52%, #f6eee5);
}

html[data-theme='light'] .seo-footer,
html[data-theme='light'] .seo-prerender-footer {
  border-top-color: rgba(32, 43, 57, 0.12);
  background:
    radial-gradient(circle at 15% 0, rgba(12, 160, 187, 0.08), transparent 24rem),
    #e7e9e7;
}

html[data-theme='light'] .seo-footer__bottom {
  color: rgba(29, 39, 52, 0.48);
}

@media (max-width: 980px) {
  .seo-nav > a:not(.seo-nav__cta) {
    display: none;
  }

  .seo-split,
  .seo-contact__inner {
    grid-template-columns: 1fr;
  }

  .seo-split {
    display: grid;
    gap: 2.5rem;
  }

  .seo-contact__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

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

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

@media (max-width: 720px) {
  .seo-header__inner {
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .seo-nav {
    margin-left: auto;
  }

  .seo-preferences {
    width: 100%;
    justify-content: flex-end;
    padding-top: 0.6rem;
    border-top: 1px solid var(--seo-border);
  }
}

@media (max-width: 640px) {
  .seo-container {
    width: min(100% - 1.25rem, 1320px);
  }

  .seo-header {
    padding: 0.7rem 0;
  }

  .seo-brand__mark {
    width: 2.65rem;
    height: 2.65rem;
  }

  .seo-brand strong {
    max-width: 9.5rem;
    font-size: 1.15rem;
  }

  .seo-brand small {
    font-size: 0.5rem;
  }

  .seo-nav > .seo-nav__cta {
    margin: 0;
    padding: 0.72rem 0.92rem;
    font-size: 0.72rem;
  }

  .seo-hero {
    padding: 4.3rem 0 4.5rem;
  }

  .seo-hero--home {
    min-height: 78vh;
  }

  .seo-hero h1,
  .seo-hero--service h1 {
    font-size: clamp(2.85rem, 15.5vw, 4.8rem);
    line-height: 0.91;
  }

  .seo-lead {
    margin-top: 1.5rem;
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .seo-breadcrumbs {
    margin-bottom: 3.5rem;
  }

  .seo-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .seo-button {
    width: 100%;
  }

  .seo-text-link {
    justify-content: center;
  }

  .seo-section,
  .seo-contact {
    padding: 4.5rem 0;
  }

  .seo-section h2,
  .seo-contact h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .seo-outcome-grid,
  .seo-service-list,
  .seo-related-grid {
    grid-template-columns: 1fr;
  }

  .seo-outcome-grid > section {
    min-height: 13.5rem;
  }

  .seo-outcome-grid h3,
  .seo-related-grid h3 {
    margin-top: 3rem;
  }

  .seo-process li {
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: 0.7rem;
  }

  .seo-footer__top,
  .seo-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

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

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .seo-header,
  .seo-footer,
  .seo-actions {
    display: none;
  }

  body {
    color: #111;
    background: #fff;
  }

  .seo-section,
  .seo-hero {
    border-color: #ddd;
    background: #fff;
  }

  .seo-hero::before,
  .seo-hero::after {
    display: none;
  }
}
