:root {
  --alrud-bg: #eef1f5;
  --alrud-paper: #f7f8fa;
  --alrud-surface: #ffffff;
  --alrud-ink: #10151c;
  --alrud-soft-ink: #2f3846;
  --alrud-muted: #657284;
  --alrud-line: #d4dae3;
  --alrud-line-strong: #a8b2c0;
  --alrud-accent: #b51232;
  --alrud-accent-dark: #8f0f29;
  --alrud-deep: #081a33;
  --gdimos-font-heading: "Source Serif 4", "Literata", "PT Serif", "Palatino Linotype", Georgia, "MerriweatherRegular", serif;
  --gdimos-font-body: "Inter", "Manrope", "Segoe UI", "RobotoRegular", Arial, sans-serif;
  --gdimos-font-ui: "Inter", "Manrope", "Segoe UI", "RobotoRegular", Arial, sans-serif;
  --gdimos-font-numeric: Georgia, "MerriweatherRegular", serif;
}

*,
::before,
::after {
  letter-spacing: 0 !important;
}

html {
  background: var(--alrud-bg);
}

body {
  background: var(--alrud-bg) !important;
  color: var(--alrud-ink) !important;
  font-family: "RobotoRegular", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  body {
    overflow-x: hidden;
  }
}

body::selection {
  background: rgba(204, 0, 41, 0.18);
}

body,
.roboto-regular,
input,
textarea,
select,
button {
  font-family: var(--gdimos-font-body) !important;
}

p,
ul,
ol,
li,
span,
.merriweather-regular,
.montserrat-regular {
  font-family: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
._title,
._subtitle,
._sectitle,
.text-quote,
.service-card-title,
.queue-expert-quote,
.queue-faq summary,
.landing-expert-quote,
.landing-faq summary,
body.page-home .home-hero-title,
body.page-home .home-leadership h2 {
  font-family: var(--gdimos-font-heading) !important;
  font-kerning: normal;
}

._nav-item,
._btn,
._name,
._nameplate,
body.page-home .home-hero-kicker,
body.page-home .home-leadership-kicker,
.services-eyebrow,
.service-eyebrow,
.services-category-nav a,
.service-group-number,
.service-card-action,
.service-steps li::before,
.queue-eyebrow,
.queue-card .queue-result,
.queue-case-meta,
.landing-eyebrow,
.landing-case-meta,
.landing-result {
  font-family: var(--gdimos-font-ui) !important;
}

body.page-home .home-hero-proof strong,
.queue-hero-fact strong,
.landing-hero-fact strong {
  font-family: var(--gdimos-font-numeric) !important;
}

a {
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.container {
  max-width: 1488px;
  padding-left: 24px;
  padding-right: 24px;
}

._mt-block {
  margin-top: 64px;
}

._mt-content {
  margin-top: 28px;
}

._mt-text {
  margin-top: 18px;
}

.bg-blue-950,
._bg-fist {
  background: var(--alrud-deep) !important;
}

.bg-gray-50,
.bg-gray-100,
.bg-zinc-50,
.bg-white {
  background-color: var(--alrud-surface) !important;
}

.text-gray-900,
.text-zinc-800,
.text-common {
  color: var(--alrud-ink) !important;
}

.text-gray-500,
.text-zinc-500,
.text-zinc-600 {
  color: var(--alrud-muted) !important;
}

.text-beetroot-800,
.text-accent {
  color: var(--alrud-accent) !important;
}

.border-beetroot-800 {
  border-color: var(--alrud-accent) !important;
}

.shadow,
.shadow-lg,
.shadow-sm,
.hover\:shadow-md:hover {
  box-shadow: none !important;
}

.rounded-lg,
.rounded-xl,
.rounded-2xl {
  border-radius: 8px !important;
}

#header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 250, 247, 0.97) !important;
  border-bottom: 1px solid var(--alrud-line);
  color: var(--alrud-ink);
  backdrop-filter: blur(12px);
}

#header .container > .hidden {
  color: var(--alrud-muted) !important;
  margin-top: 0 !important;
  padding: 10px 0;
  border-bottom: 1px solid rgba(216, 208, 197, 0.7);
  font-size: 13px;
  line-height: 1.35;
}

#header .text-white,
#header ._nav-item,
#header a {
  color: var(--alrud-ink) !important;
}

#header a._btn-action_light,
#header a._btn-action_light *,
#header ._btn-action_light,
#header ._btn-action_light * {
  color: #ffffff !important;
}

#header .container > .relative {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 18px 0;
}

#header img[src$="logo.svg"] {
  width: 280px !important;
  max-width: 280px;
  max-height: 72px;
  filter: brightness(0) saturate(100%);
  opacity: 0.92;
}

#header nav {
  gap: 22px;
}

#header nav .nav-info-link {
  max-width: 150px;
  font-size: 14px;
  line-height: 1.18;
}

._nav-item {
  color: var(--alrud-ink) !important;
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

._nav-item:hover:not(.active-menu)::before,
.active-menu::before {
  background: var(--alrud-accent) !important;
  bottom: -8px;
  height: 2px;
}

#header nav ._nav-item::before {
  content: none !important;
}

#header nav ._nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 0;
  height: 1.5px;
  background: var(--alrud-accent);
  transition: width 0.18s ease-out;
}

#header nav ._nav-item.active-menu {
  color: var(--alrud-accent) !important;
}

#header nav ._nav-item.active-menu::after {
  width: 0;
}

@media (hover: hover) {
  #header nav ._nav-item:hover:not(.active-menu)::after {
    left: 0;
    width: 100%;
  }
}

.mobile-nav-btn {
  --color: var(--alrud-ink);
}

#header .mobile-nav-btn {
  display: flex !important;
  flex: 0 0 34px;
  position: relative;
  z-index: 45;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  margin-left: 16px;
  border: 1px solid var(--alrud-line-strong);
  border-radius: 2px;
  background: var(--alrud-paper);
}

#header .nav-icon,
#header .nav-icon::before,
#header .nav-icon::after {
  display: block !important;
  background-color: var(--alrud-ink) !important;
}

#header .nav-icon.nav-icon--active {
  background-color: transparent !important;
}

.redesign-mobile-menu-icon {
  display: none;
}

.mobile-nav {
  z-index: 30;
  background: var(--alrud-deep) !important;
}

.mobile-nav ._nav-item,
.mobile-nav a {
  color: var(--alrud-paper) !important;
}

.mobile-nav ._nav-item {
  font-size: 24px;
}

.mobile-nav .active-menu::before,
.mobile-nav ._nav-item:hover:not(.active-menu)::before {
  background: var(--alrud-accent) !important;
}

.mobile-nav ._nav-item.active-menu {
  color: var(--alrud-accent) !important;
}

.mobile-nav .active-menu::before {
  content: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
._title,
._subtitle,
._sectitle {
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-weight: 400;
  text-transform: none !important;
}

._title {
  max-width: 980px;
  font-size: 29px;
  line-height: 1.2;
}

._subtitle {
  position: relative;
  padding-top: 18px;
  font-size: 30px;
  line-height: 1.22;
}

._subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 3px;
  background: var(--alrud-accent);
}

._sectitle {
  font-size: 22px;
  line-height: 1.32;
}

.text-quote {
  color: var(--alrud-soft-ink);
  font-family: "RobotoRegular", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.45;
}

._name {
  color: var(--alrud-ink);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
}

body > .mobile-nav + .container._mt-block:has(> .grid) {
  margin-top: 0;
  padding-top: 56px;
  padding-bottom: 36px;
}

body > .mobile-nav + .container._mt-block:has(> .grid) > .grid {
  gap: 0;
  min-height: 520px;
  overflow: hidden;
  background: var(--alrud-deep);
  border-top: 4px solid var(--alrud-accent);
  color: var(--alrud-paper);
}

body > .mobile-nav + .container._mt-block:has(> .grid) > .grid > * {
  min-width: 0;
}

body > .mobile-nav + .container._mt-block:has(> .grid) ._card {
  display: flex;
  justify-content: space-between;
  min-width: 0;
  background: transparent !important;
  border: 0;
  color: var(--alrud-paper);
  padding: 52px;
}

body > .mobile-nav + .container._mt-block:has(> .grid) ._title {
  color: var(--alrud-paper);
  font-size: 40px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

body > .mobile-nav + .container._mt-block:has(> .grid) .text-quote,
body > .mobile-nav + .container._mt-block:has(> .grid) ._name {
  color: rgba(251, 250, 247, 0.86);
}

body > .mobile-nav + .container._mt-block:has(> .grid) > .grid > div:last-child {
  min-height: 520px;
  overflow: hidden;
  background: #2a2928 !important;
  border-radius: 0 !important;
}

body > .mobile-nav + .container._mt-block:has(> .grid) > .grid > div:last-child picture,
body > .mobile-nav + .container._mt-block:has(> .grid) > .grid > div:last-child img {
  height: 100%;
}

body > .mobile-nav + .container._mt-block:has(> .grid) > .grid > div:last-child img {
  object-fit: cover;
  object-position: center top;
  filter: grayscale(14%) contrast(1.04);
}

body > .container._mt-block:not(:first-of-type),
body > div:not(.mobile-nav):not(#externalModal):not(.fixed) > .container._mt-block {
  position: relative;
  isolation: isolate;
  padding-top: 56px;
  padding-bottom: 58px;
  border-top: 0;
  --section-bg: var(--alrud-paper);
}

body > .container._mt-block:not(:first-of-type)::before,
body > div:not(.mobile-nav):not(#externalModal):not(.fixed) > .container._mt-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  background: var(--section-bg);
  border-top: 1px solid rgba(216, 208, 197, 0.78);
  transform: translateX(-50%);
}

body > .container._mt-block:nth-of-type(odd),
body > div:not(.mobile-nav):not(#externalModal):not(.fixed):nth-of-type(odd) > .container._mt-block {
  --section-bg: #e8edf3;
}

body > .container._mt-block:nth-of-type(even),
body > div:not(.mobile-nav):not(#externalModal):not(.fixed):nth-of-type(even) > .container._mt-block {
  --section-bg: var(--alrud-paper);
}

body > .mobile-nav + .container._mt-block {
  position: relative;
  isolation: isolate;
  border-top: 0;
  --section-bg: var(--alrud-bg);
}

body > .mobile-nav + .container._mt-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  background: var(--section-bg);
  transform: translateX(-50%);
}

body > .mobile-nav + .container._mt-block:has(> .grid) {
  padding-top: 56px;
}

body > .mobile-nav + .container._mt-block:has(> .grid)::before {
  border-top: 0;
}

body > .mobile-nav + .container._mt-block:has(> .grid) + .container._mt-block {
  margin-top: 32px;
}

._card,
._card-mini {
  background: var(--alrud-surface) !important;
  border: 1px solid var(--alrud-line);
  border-radius: 4px !important;
  color: var(--alrud-soft-ink);
  padding: 28px;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

._card:hover,
._card-mini:hover {
  border-color: var(--alrud-line-strong);
}

._card p,
._card li,
._card span,
.merriweather-regular,
.roboto-regular,
p,
li {
  color: var(--alrud-soft-ink);
}

._card picture:first-child img.w-32,
._card > img.w-32 {
  width: 72px !important;
  opacity: 0.9;
}

._btn {
  min-height: 46px;
  border-radius: 2px !important;
  padding: 12px 20px;
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

._btn-action_light {
  background: var(--alrud-accent) !important;
  border-color: var(--alrud-accent) !important;
  color: #ffffff !important;
}

._btn-action_light *,
.bg-beetroot-800,
.bg-beetroot-800 * {
  color: #ffffff !important;
}

._btn-action_light:hover {
  background: var(--alrud-accent-dark) !important;
  border-color: var(--alrud-accent-dark) !important;
  color: #ffffff !important;
}

._btn-action_dark {
  background: transparent !important;
  border-color: var(--alrud-deep) !important;
  color: var(--alrud-deep) !important;
}

._btn-action_dark:hover {
  background: var(--alrud-deep) !important;
  color: #ffffff !important;
}

.shine-button::before {
  display: none;
}

._link,
._link-second,
._link_second,
a.underline {
  color: var(--alrud-accent) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

ul.list-disc,
ol.list-decimal {
  color: var(--alrud-accent);
}

li::marker {
  color: var(--alrud-accent);
}

ul.list-disc a,
ol.list-decimal a {
  border-bottom: 1px solid rgba(216, 208, 197, 0.75);
  padding: 8px 0;
}

ul.list-disc a:hover,
ol.list-decimal a:hover {
  color: var(--alrud-accent) !important;
}

details,
summary {
  color: var(--alrud-ink);
}

summary::before,
summary::after {
  color: var(--alrud-accent);
}

input,
textarea,
select {
  border: 1px solid var(--alrud-line) !important;
  border-radius: 2px !important;
  background: var(--alrud-surface) !important;
  color: var(--alrud-ink) !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--alrud-accent) !important;
  outline: 2px solid rgba(204, 0, 41, 0.16) !important;
  outline-offset: 2px;
  box-shadow: none !important;
}

label {
  color: var(--alrud-soft-ink);
}

#externalModal > div {
  border: 1px solid var(--alrud-line);
  border-radius: 8px !important;
}

footer._bg-fist {
  margin-top: 80px;
  background: var(--alrud-deep) !important;
  border-top: 4px solid var(--alrud-accent);
}

footer .container {
  padding-top: 56px;
  padding-bottom: 40px;
}

footer,
footer .text-white,
footer a,
footer div,
footer span {
  color: rgba(251, 250, 247, 0.86) !important;
}

footer a:hover {
  color: #ffffff !important;
}

.footer-company-line {
  font-family: var(--gdimos-font-ui) !important;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.footer-requisites {
  display: inline-flex;
  margin-top: 4px;
  color: rgba(251, 250, 247, 0.66) !important;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.footer-utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer-utility-links {
    justify-content: flex-start;
  }
}

footer img[src$="logo.svg"] {
  width: 280px !important;
  max-width: 280px;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

footer .text-beetroot-800 {
  color: #ffffff !important;
}

a[href="#top"] {
  background: var(--alrud-paper);
  border: 1px solid var(--alrud-line);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(25, 24, 23, 0.12);
}

a[href="#top"] img {
  filter: grayscale(1) brightness(0.25);
}

@media (min-width: 1024px) {
  #header .mobile-nav-btn {
    display: none !important;
  }

  .redesign-mobile-menu-icon {
    display: none !important;
  }

  ._mt-block {
    margin-top: 76px;
  }

  ._title {
    font-size: 36px;
  }

  ._subtitle {
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  body > .mobile-nav + .container._mt-block:has(> .grid) ._title {
    font-size: 43px;
  }
}

@media (max-width: 1023px) {
  #header .container > .relative {
    padding: 14px 0;
    padding-right: 58px;
  }

  #header img[src$="logo.svg"] {
    width: 230px !important;
    max-width: 230px;
  }

  #header nav {
    display: none !important;
  }

  #header .mobile-nav-btn {
    position: fixed;
    top: 14px;
    right: 18px;
    z-index: 10001;
    width: 42px;
    height: 34px;
    opacity: 0;
    transform: none;
  }

  #header .mobile-nav-btn .nav-icon {
    display: none !important;
  }

  #header .mobile-nav-btn::before {
    content: none;
  }

  #header::before,
  #header::after {
    content: none;
  }

  body::before {
    content: "";
    position: fixed;
    top: 14px;
    right: 18px;
    z-index: 10000;
    width: 42px;
    height: 34px;
    border: 1px solid var(--alrud-line-strong);
    border-radius: 2px;
    background: var(--alrud-paper);
    pointer-events: none;
  }

  body::after {
    content: "";
    position: fixed;
    top: 31px;
    right: 28px;
    z-index: 10000;
    width: 22px;
    height: 2px;
    background: var(--alrud-ink);
    box-shadow: 0 -7px 0 var(--alrud-ink), 0 7px 0 var(--alrud-ink);
    pointer-events: none;
  }

  .redesign-mobile-menu-icon {
    display: block;
    position: fixed;
    top: 14px;
    right: 18px;
    z-index: 10000;
    width: 42px;
    height: 34px;
    border: 1px solid var(--alrud-line-strong);
    border-radius: 2px;
    background: var(--alrud-paper);
    pointer-events: none;
  }

  .redesign-mobile-menu-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 22px;
    height: 2px;
    background: var(--alrud-ink);
    box-shadow: 0 -7px 0 var(--alrud-ink), 0 7px 0 var(--alrud-ink);
    transform: translateY(-50%);
  }

  body > .mobile-nav + .container._mt-block:has(> .grid) {
    padding-top: 32px;
  }

  body > .mobile-nav + .container._mt-block:has(> .grid) > .grid {
    min-height: 0;
  }

  body > .mobile-nav + .container._mt-block:has(> .grid) ._card {
    padding: 34px;
  }

  body > .mobile-nav + .container._mt-block:has(> .grid) ._title {
    font-size: 31px;
    line-height: 1.14;
  }

  body > .mobile-nav + .container._mt-block:has(> .grid) > .grid > div:last-child {
    min-height: 360px;
  }
}

@media (max-width: 639px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  ._mt-block {
    margin-top: 48px;
  }

  ._title {
    font-size: 25px;
  }

  ._subtitle {
    font-size: 26px;
  }

  ._sectitle {
    font-size: 20px;
  }

  #header img[src$="logo.svg"] {
    width: 196px !important;
    max-width: 196px;
  }

  body > .mobile-nav + .container._mt-block:has(> .grid) ._card {
    padding: 28px 24px;
  }

  body > .mobile-nav + .container._mt-block:has(> .grid) ._title {
    font-size: 24px;
    line-height: 1.16;
  }

  body > .mobile-nav + .container._mt-block:has(> .grid) > .grid > div:last-child {
    min-height: 300px;
  }

  ._card,
  ._card-mini {
    padding: 22px;
  }

  ._btn {
    width: 100%;
  }
}

body.page-home .home-hero,
body.page-home .home-about,
body.page-home .home-benefits,
body.page-home .home-reviews,
body.page-home .home-process,
body.page-home .home-leadership {
  margin-top: 0 !important;
}

body.page-home .home-about,
body.page-home .home-benefits,
body.page-home .home-reviews,
body.page-home .home-process,
body.page-home .home-leadership {
  padding-top: 78px !important;
  padding-bottom: 82px !important;
}

body.page-home .home-hero {
  --section-bg: var(--alrud-deep);
  padding-top: 70px !important;
  padding-bottom: 82px !important;
}

body.page-home .home-hero::before {
  background: var(--alrud-deep) !important;
  border-top: 0 !important;
}

body.page-home .home-hero > .grid {
  gap: 0 !important;
  min-height: 630px;
  overflow: hidden;
  background: transparent !important;
  border: 0;
  border-left: 4px solid var(--alrud-accent);
}

body.page-home .home-hero > .grid > div:first-child {
  min-height: 630px;
  padding: 68px 58px;
}

body.page-home .home-hero ._title {
  max-width: 700px;
  font-size: 42px;
  line-height: 1.12;
}

body.page-home .home-hero .text-quote {
  max-width: 520px;
}

body.page-home .home-hero .hidden.xl\:block {
  margin-top: auto !important;
  padding-top: 46px;
  border-top: 1px solid rgba(251, 250, 247, 0.22);
}

body.page-home .home-hero ._name {
  font-size: 24px;
}

body.page-home .home-hero > .grid > div:last-child {
  min-height: 630px;
  background: #272625 !important;
}

body.page-home .home-hero > .grid > div:last-child img {
  filter: contrast(1.03) saturate(1.01);
  object-position: center top;
}

@keyframes home-hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes home-hero-sweep {
  from {
    transform: translate3d(-28%, 0, 0);
  }

  to {
    transform: translate3d(28%, 0, 0);
  }
}

@keyframes home-hero-line {
  0%,
  100% {
    transform: translate3d(0, -8px, 0);
    opacity: 0.42;
  }

  50% {
    transform: translate3d(0, 8px, 0);
    opacity: 0.82;
  }
}

@keyframes home-hero-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

body.page-home .home-epic-hero {
  position: relative;
  min-height: 690px;
  padding-top: 76px !important;
  padding-bottom: 74px !important;
  overflow: hidden;
  color: var(--alrud-paper);
  isolation: isolate;
  --section-bg: #181716;
}

body.page-home .home-epic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(24, 23, 22, 0.98) 0%, rgba(24, 23, 22, 0.88) 46%, rgba(24, 23, 22, 0.68) 100%),
    linear-gradient(180deg, rgba(204, 0, 41, 0.12) 0%, rgba(24, 23, 22, 0) 42%),
    url("/images/background/city-03.webp") center / cover no-repeat;
  border-top: 0 !important;
}

body.page-home .home-epic-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(251, 250, 247, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(251, 250, 247, 0.045) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  opacity: 0.58;
  animation: home-hero-sweep 14s ease-in-out infinite alternate;
}

body.page-home .home-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.72fr);
  gap: 72px;
  align-items: center;
  min-height: 540px;
}

body.page-home .home-hero-copy {
  min-width: 0;
  max-width: 910px;
}

body.page-home .home-hero-kicker,
body.page-home .home-leadership-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(251, 250, 247, 0.76);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}

body.page-home .home-hero-kicker::before,
body.page-home .home-leadership-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--alrud-accent);
}

body.page-home .home-hero-title {
  min-width: 0;
  max-width: 940px;
  margin-top: 22px;
  color: var(--alrud-paper);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 64px;
  line-height: 1.06;
  font-weight: 400;
  overflow-wrap: break-word;
}

body.page-home .home-hero-lead {
  min-width: 0;
  max-width: 760px;
  margin-top: 26px;
  color: rgba(251, 250, 247, 0.8);
  font-size: 21px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

body.page-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

body.page-home .home-hero-directions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 780px;
  margin-top: 22px;
}

body.page-home .home-hero-directions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  color: rgba(251, 250, 247, 0.8);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  border: 1px solid rgba(251, 250, 247, 0.22);
  background: rgba(251, 250, 247, 0.055);
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

body.page-home .home-hero-directions a:hover {
  color: var(--alrud-paper);
  border-color: rgba(251, 250, 247, 0.48);
  background: rgba(251, 250, 247, 0.12);
}

body.page-home .home-epic-hero ._btn-action_dark {
  border-color: rgba(251, 250, 247, 0.48) !important;
  color: var(--alrud-paper) !important;
}

body.page-home .home-epic-hero ._btn-action_dark:hover {
  border-color: var(--alrud-paper) !important;
  background: var(--alrud-paper) !important;
  color: var(--alrud-ink) !important;
}

body.page-home .home-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 860px;
  margin-top: 54px;
  border-top: 1px solid rgba(251, 250, 247, 0.2);
  border-left: 1px solid rgba(251, 250, 247, 0.2);
}

body.page-home .home-hero-proof div {
  min-height: 132px;
  padding: 24px;
  background: rgba(251, 250, 247, 0.055);
  border-right: 1px solid rgba(251, 250, 247, 0.2);
  border-bottom: 1px solid rgba(251, 250, 247, 0.2);
}

body.page-home .home-hero-proof strong {
  display: block;
  color: var(--alrud-paper);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 33px;
  line-height: 1;
  font-weight: 400;
}

body.page-home .home-hero-proof span {
  display: block;
  max-width: 180px;
  margin-top: 14px;
  color: rgba(251, 250, 247, 0.68);
  font-size: 14px;
  line-height: 1.35;
}

body.page-home .home-hero-copy > * {
  opacity: 0;
  animation: home-hero-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.page-home .home-hero-copy > *:nth-child(2) {
  animation-delay: 0.08s;
}

body.page-home .home-hero-copy > *:nth-child(3) {
  animation-delay: 0.18s;
}

body.page-home .home-hero-copy > *:nth-child(4) {
  animation-delay: 0.28s;
}

body.page-home .home-hero-copy > *:nth-child(5) {
  animation-delay: 0.38s;
}

body.page-home .home-hero-visual {
  position: relative;
  min-height: 520px;
}

body.page-home .home-hero-visual::before {
  content: "";
  position: absolute;
  inset: 52px 36px 38px 24px;
  border: 1px solid rgba(251, 250, 247, 0.24);
  border-left: 4px solid var(--alrud-accent);
  background: rgba(24, 23, 22, 0.34);
}

body.page-home .home-hero-monument {
  position: absolute;
  top: 22px;
  right: 48px;
  left: 80px;
  height: 270px;
  border-bottom: 1px solid rgba(251, 250, 247, 0.25);
  animation: home-hero-float 7s ease-in-out infinite;
}

body.page-home .home-hero-monument::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 76%;
  height: 34px;
  background: linear-gradient(90deg, transparent 0%, rgba(251, 250, 247, 0.3) 18%, rgba(251, 250, 247, 0.66) 50%, rgba(251, 250, 247, 0.3) 82%, transparent 100%);
  transform: translateX(-50%) skewX(-18deg);
}

body.page-home .home-hero-monument::after {
  content: "";
  position: absolute;
  right: 14%;
  bottom: 32px;
  left: 14%;
  height: 28px;
  background: rgba(251, 250, 247, 0.12);
  border-top: 1px solid rgba(251, 250, 247, 0.34);
}

body.page-home .home-hero-monument span {
  position: absolute;
  top: 64px;
  width: 13%;
  height: 172px;
  background: linear-gradient(180deg, rgba(251, 250, 247, 0.42), rgba(251, 250, 247, 0.1));
  border: 1px solid rgba(251, 250, 247, 0.22);
}

body.page-home .home-hero-monument span:nth-child(1) {
  left: 19%;
}

body.page-home .home-hero-monument span:nth-child(2) {
  left: 38%;
}

body.page-home .home-hero-monument span:nth-child(3) {
  left: 57%;
}

body.page-home .home-hero-monument span:nth-child(4) {
  left: 76%;
}

body.page-home .home-hero-case {
  position: absolute;
  right: 0;
  width: min(360px, 74%);
  padding: 22px;
  background: rgba(251, 250, 247, 0.92);
  border: 1px solid rgba(216, 208, 197, 0.72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24) !important;
  animation: home-hero-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both;
}

body.page-home .home-hero-case-primary {
  top: 260px;
}

body.page-home .home-hero-case-secondary {
  top: 386px;
  right: 74px;
  width: min(330px, 68%);
  animation-delay: 0.52s;
}

body.page-home .home-hero-case span {
  display: block;
  color: var(--alrud-accent);
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

body.page-home .home-hero-case strong {
  display: block;
  margin-top: 8px;
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 400;
}

body.page-home .home-hero-redline {
  position: absolute;
  top: 88px;
  right: 26px;
  width: 2px;
  height: 330px;
  background: linear-gradient(180deg, transparent, var(--alrud-accent), transparent);
  animation: home-hero-line 4.8s ease-in-out infinite;
}

body.page-home .home-about {
  --section-bg: var(--alrud-paper);
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 64px 88px;
  align-items: start;
}

body.page-home .home-about > ._subtitle {
  grid-column: 1;
  margin: 0;
}

body.page-home .home-about > ._mt-text,
body.page-home .home-about > ul,
body.page-home .home-about > ._link {
  grid-column: 2;
}

body.page-home .home-about > ._mt-text {
  max-width: 860px;
  margin: 0 !important;
}

body.page-home .home-about > ._mt-text h2 {
  margin-bottom: 18px;
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 26px;
  line-height: 1.38;
}

body.page-home .home-about > ._mt-text div {
  max-width: 790px;
  margin-top: 12px;
}

body.page-home .home-about,
body.page-home .home-about > *,
body.page-home .home-about > ._mt-text * {
  min-width: 0;
  overflow-wrap: break-word;
}

body.page-home .home-about > ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px !important;
  max-width: 980px;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.page-home .home-about > ul > li {
  border-top: 1px solid var(--alrud-line);
}

body.page-home .home-about > ul > li:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--alrud-line);
}

body.page-home .home-about > ul a {
  min-height: 64px;
  padding: 16px 0 !important;
  border-bottom: 0;
}

body.page-home .home-about > ul a::after {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-top: 2px solid var(--alrud-accent);
  border-right: 2px solid var(--alrud-accent);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

body.page-home .home-about > ul a:hover::after {
  transform: translateX(4px) rotate(45deg);
}

body.page-home .home-about > ._link {
  justify-content: flex-start;
  margin-top: 28px;
}

body.page-home .home-wins {
  --section-bg: #f5f7fa;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 56px 88px;
  align-items: start;
}

body.page-home .home-wins-head {
  min-width: 0;
}

body.page-home .home-wins-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--alrud-accent);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
}

body.page-home .home-wins-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--alrud-accent);
}

body.page-home .home-wins-head ._subtitle {
  margin-top: 16px;
}

body.page-home .home-wins-head p {
  margin-top: 18px;
  color: var(--alrud-soft-ink);
  font-size: 17px;
  line-height: 1.62;
}

body.page-home .home-wins-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--alrud-line);
  border-left: 1px solid var(--alrud-line);
}

body.page-home .home-win-card {
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.66);
  border-right: 1px solid var(--alrud-line);
  border-bottom: 1px solid var(--alrud-line);
}

body.page-home .home-win-card span {
  display: block;
  color: var(--alrud-accent);
  font-size: 13px;
  line-height: 1.35;
}

body.page-home .home-win-card h3 {
  margin-top: 14px;
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 400;
}

body.page-home .home-win-card p {
  margin-top: 13px;
  color: var(--alrud-soft-ink);
  font-size: 16px;
  line-height: 1.58;
}

body.page-home .home-win-card strong {
  display: inline-flex;
  margin-top: 20px;
  color: var(--alrud-ink);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}

body.page-home .home-benefits {
  --section-bg: #e8edf3;
}

body.page-home .home-benefits > ._subtitle {
  display: block;
  max-width: 540px;
}

body.page-home .home-benefits > .grid {
  gap: 0 !important;
  margin-top: 34px !important;
  border-top: 1px solid var(--alrud-line);
  border-left: 1px solid var(--alrud-line);
}

body.page-home .home-benefits > .grid > ._card {
  align-items: flex-start !important;
  gap: 18px !important;
  min-height: 100%;
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.52) !important;
  border: 0;
  border-right: 1px solid var(--alrud-line);
  border-bottom: 1px solid var(--alrud-line);
  border-radius: 0 !important;
}

body.page-home .home-benefits > .grid > ._card:hover {
  background: #ffffff !important;
  border-color: var(--alrud-line);
}

body.page-home .home-benefits ._card picture:first-child img.w-32 {
  width: 54px !important;
  opacity: 1;
}

body.page-home .home-benefits ._card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
}

body.page-home .home-reviews {
  --section-bg: var(--alrud-paper);
}

body.page-home .home-reviews > .flex {
  align-items: stretch !important;
  gap: 24px !important;
  margin-top: 28px !important;
}

body.page-home .home-reviews > .flex > div:first-child {
  background: #ffffff !important;
  border: 1px solid var(--alrud-line);
  border-radius: 0 !important;
}

body.page-home .home-reviews > .flex > .text-quote {
  display: flex;
  align-items: center;
  max-width: 720px;
  margin: 0;
  padding: 20px 0;
  color: var(--alrud-soft-ink);
}

body.page-home .home-reviews ._grid-12 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px !important;
  margin-top: 30px !important;
}

body.page-home .home-reviews ._grid-12 > div {
  min-width: 0;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--alrud-line);
}

body.page-home .home-reviews ._grid-12 p {
  display: -webkit-box;
  margin-top: 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  font-size: 15px;
  line-height: 1.55;
}

body.page-home .home-reviews ._link-second {
  margin-top: 32px;
}

body.page-home .home-process {
  --section-bg: #e3e9f0;
}

body.page-home .home-process > ul {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  margin-top: 32px !important;
  padding: 0 !important;
  border-top: 1px solid var(--alrud-line);
  border-left: 1px solid var(--alrud-line);
}

body.page-home .home-process > ul > li {
  min-height: 116px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.48);
  border-right: 1px solid var(--alrud-line);
  border-bottom: 1px solid var(--alrud-line);
}

body.page-home .home-process > ul img {
  width: 40px !important;
}

body.page-home .home-process > ul span {
  color: var(--alrud-ink);
  line-height: 1.45;
}

body.page-home .home-process > ._btn {
  width: fit-content;
  margin-top: 34px;
}

body.page-home .home-leadership {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.7fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
  color: var(--alrud-paper);
  isolation: isolate;
  --section-bg: #191817;
}

body.page-home .home-leadership::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  background:
    linear-gradient(90deg, rgba(25, 24, 23, 0.98), rgba(25, 24, 23, 0.88)),
    url("/images/background/city-02.webp") center / cover no-repeat;
  transform: translateX(-50%);
}

body.page-home .home-leadership::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  border-top: 1px solid rgba(251, 250, 247, 0.16);
  background-image:
    linear-gradient(90deg, rgba(251, 250, 247, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(251, 250, 247, 0.04) 1px, transparent 1px);
  background-size: 96px 96px;
  transform: translateX(-50%);
}

body.page-home .home-leadership-photo {
  position: relative;
  border-left: 4px solid var(--alrud-accent);
  background: rgba(251, 250, 247, 0.08);
}

body.page-home .home-leadership-photo::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 46%;
  height: 34%;
  border-right: 1px solid rgba(251, 250, 247, 0.28);
  border-bottom: 1px solid rgba(251, 250, 247, 0.28);
}

body.page-home .home-leadership-photo picture,
body.page-home .home-leadership-photo img {
  display: block;
  width: 100%;
}

body.page-home .home-leadership-photo img {
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.04) saturate(0.96);
}

body.page-home .home-leadership-content {
  max-width: 780px;
}

body.page-home .home-leadership h2 {
  margin-top: 18px;
  color: var(--alrud-paper);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 400;
}

body.page-home .home-leadership p {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(251, 250, 247, 0.78);
  font-size: 19px;
  line-height: 1.62;
}

body.page-home .home-leadership-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(251, 250, 247, 0.2);
  border-left: 1px solid rgba(251, 250, 247, 0.2);
}

body.page-home .home-leadership-points span {
  min-height: 112px;
  padding: 20px;
  color: rgba(251, 250, 247, 0.84);
  border-right: 1px solid rgba(251, 250, 247, 0.2);
  border-bottom: 1px solid rgba(251, 250, 247, 0.2);
  font-size: 15px;
  line-height: 1.45;
}

body.page-home .home-leadership ._btn {
  width: fit-content;
  margin-top: 34px;
}

body.page-home footer._bg-fist {
  margin-top: 0;
}

body.page-physical-services .services-hero,
body.page-legal-services .services-hero,
body.service-detail-page .service-detail-hero {
  margin-top: 0;
  padding-top: 74px;
  padding-bottom: 78px;
  --section-bg: var(--alrud-deep);
}

body.page-physical-services .services-hero::before,
body.page-legal-services .services-hero::before,
body.service-detail-page .service-detail-hero::before {
  background: var(--alrud-deep) !important;
  border-top: 0 !important;
}

.services-hero,
.service-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 70px;
  align-items: stretch;
  color: var(--alrud-paper);
}

.services-hero > *,
.service-detail-hero > *,
.service-card-link,
.service-detail-item,
.service-final-cta > * {
  min-width: 0;
}

.services-hero ._title,
.service-detail-hero ._title {
  max-width: 860px;
  color: var(--alrud-paper);
  font-size: 44px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.services-eyebrow,
.service-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(251, 250, 247, 0.72);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.services-lead,
.service-detail-lead {
  max-width: 780px;
  margin-top: 22px;
  color: rgba(251, 250, 247, 0.82);
  font-size: 21px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.services-hero-panel,
.service-side-panel {
  padding: 32px;
  border-left: 4px solid var(--alrud-accent);
  background: rgba(251, 250, 247, 0.06);
}

.services-hero-panel h2,
.service-side-panel h2 {
  color: var(--alrud-paper);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 24px;
  line-height: 1.25;
}

.services-hero-panel p,
.service-side-panel li,
.service-side-panel p {
  color: rgba(251, 250, 247, 0.8);
}

.service-side-panel ul {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.service-side-panel li {
  padding-top: 12px;
  border-top: 1px solid rgba(251, 250, 247, 0.18);
}

.services-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.services-category-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--alrud-line);
  background: var(--alrud-paper);
  color: var(--alrud-ink) !important;
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
}

.services-category-nav a:hover {
  border-color: var(--alrud-accent);
  color: var(--alrud-accent) !important;
}

.service-group {
  margin-top: 0 !important;
  padding-top: 70px !important;
  padding-bottom: 76px !important;
  scroll-margin-top: 148px;
}

.service-group:nth-of-type(odd) {
  --section-bg: var(--alrud-paper);
}

.service-group:nth-of-type(even) {
  --section-bg: #e8edf3;
}

.service-group-header {
  display: grid;
  grid-template-columns: minmax(460px, 0.62fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  margin-bottom: 34px;
}

.service-group-number {
  display: block;
  margin-bottom: 14px;
  color: var(--alrud-accent);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.service-group-header h2 {
  max-width: 680px;
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 40px;
  line-height: 1.16;
}

.service-group-header p {
  max-width: 820px;
  color: var(--alrud-soft-ink);
  font-size: 19px;
  line-height: 1.62;
}

.service-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--alrud-line);
  border-left: 1px solid var(--alrud-line);
}

.service-card-link {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: rgba(255, 255, 255, 0.58);
  border-right: 1px solid var(--alrud-line);
  border-bottom: 1px solid var(--alrud-line);
  color: var(--alrud-ink) !important;
}

.service-card-link:hover {
  background: #ffffff;
  color: var(--alrud-ink) !important;
}

.service-card-title {
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 21px;
  line-height: 1.32;
}

.service-card-text {
  margin-top: 16px;
  color: var(--alrud-soft-ink);
  font-size: 16px;
  line-height: 1.56;
}

.service-card-action {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  color: var(--alrud-accent);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.service-card-action::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.service-card-link:hover .service-card-action::after {
  transform: translateX(4px) rotate(45deg);
}

body.page-physical-services .service-group-header {
  position: relative;
  grid-template-columns: minmax(460px, 0.72fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(183, 173, 159, 0.58);
}

body.page-physical-services .service-group-header > div,
body.page-physical-services .service-group-header > p {
  align-self: start;
}

body.page-physical-services .service-group-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: min(210px, 32vw);
  height: 3px;
  background: var(--alrud-accent);
}

.service-group-title-link {
  color: inherit;
  border-bottom: 1px solid rgba(204, 0, 41, 0.36);
  transition:
    color 0.18s ease,
    border-color 0.18s ease;
}

.service-group-title-link:hover {
  color: var(--alrud-accent);
  border-color: var(--alrud-accent);
}

body.page-physical-services .service-card-list {
  position: relative;
  background: var(--alrud-paper);
  box-shadow: 0 18px 44px rgba(31, 30, 28, 0.06);
}

body.page-physical-services .service-card-link {
  background: rgba(255, 255, 255, 0.74);
  transition:
    background 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

body.page-physical-services .service-card-link:hover {
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(31, 30, 28, 0.1);
  transform: translateY(-3px);
}

body.page-physical-services .service-card-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 18px;
  background: rgba(204, 0, 41, 0.48);
}

html.reveal-scroll-enabled .reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 54px, 0);
  transition:
    opacity 0.86s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.86s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

html.reveal-scroll-enabled .services-category-nav.reveal-on-scroll {
  transform: translate3d(0, 28px, 0);
}

html.reveal-scroll-enabled .service-card-link.reveal-on-scroll {
  transform: translate3d(0, 46px, 0);
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    background 0.24s ease,
    box-shadow 0.24s ease;
}

html.reveal-scroll-enabled .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

html.reveal-scroll-enabled .service-card-link.reveal-on-scroll.is-visible:hover {
  transform: translate3d(0, -3px, 0);
}

.service-back {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(251, 250, 247, 0.72) !important;
  font-size: 15px;
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.service-detail-section {
  margin-top: 0 !important;
  padding-top: 68px !important;
  padding-bottom: 72px !important;
}

.service-detail-section:nth-of-type(odd) {
  --section-bg: var(--alrud-paper);
}

.service-detail-section:nth-of-type(even) {
  --section-bg: #e8edf3;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--alrud-line);
  border-left: 1px solid var(--alrud-line);
}

.service-detail-item {
  min-height: 180px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.56);
  border-right: 1px solid var(--alrud-line);
  border-bottom: 1px solid var(--alrud-line);
}

.service-detail-item h3 {
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 21px;
  line-height: 1.3;
}

.service-detail-item p,
.service-detail-item li {
  margin-top: 12px;
  color: var(--alrud-soft-ink);
  font-size: 16px;
  line-height: 1.56;
}

.service-steps {
  counter-reset: service-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--alrud-line);
  border-left: 1px solid var(--alrud-line);
}

.service-steps li {
  counter-increment: service-step;
  min-height: 150px;
  padding: 26px;
  border-right: 1px solid var(--alrud-line);
  border-bottom: 1px solid var(--alrud-line);
}

.service-steps li::before {
  content: counter(service-step, decimal-leading-zero);
  display: block;
  margin-bottom: 22px;
  color: var(--alrud-accent);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.service-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  background: var(--alrud-deep);
  border-left: 4px solid var(--alrud-accent);
}

.service-final-cta h2,
.service-final-cta p {
  color: var(--alrud-paper);
}

.service-final-cta p {
  max-width: 760px;
  margin-top: 10px;
  opacity: 0.82;
}

@media (min-width: 1024px) {
  body.page-home .home-hero > .grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  }
}

@media (min-width: 1280px) {
  body.page-home .home-hero ._title {
    font-size: 45px;
  }
}

@media (max-width: 1023px) {
  body.page-home .home-about,
  body.page-home .home-wins,
  body.page-home .home-benefits,
  body.page-home .home-reviews,
  body.page-home .home-process,
  body.page-home .home-leadership {
    padding-top: 58px !important;
    padding-bottom: 62px !important;
  }

  body.page-home .home-hero {
    padding-top: 34px !important;
    padding-bottom: 58px !important;
  }

  body.page-home .home-epic-hero {
    min-height: 0;
  }

  body.page-home .home-hero-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    min-height: 0;
  }

  body.page-home .home-hero-title {
    max-width: 760px;
    font-size: 48px;
    overflow-wrap: anywhere;
  }

  body.page-home .home-hero-lead {
    font-size: 19px;
    overflow-wrap: anywhere;
  }

  body.page-home .home-hero-proof {
    grid-template-columns: 1fr 1fr;
  }

  body.page-home .home-hero-visual {
    min-height: 430px;
  }

  body.page-home .home-hero-monument {
    left: 36px;
  }

  body.page-home .home-leadership {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  body.page-home .home-leadership-photo {
    max-width: 520px;
  }

  body.page-home .home-leadership-photo img {
    min-height: 430px;
  }

  body.page-home .home-leadership h2 {
    font-size: 38px;
  }

  body.page-home .home-leadership-points {
    grid-template-columns: 1fr;
  }

  body.page-home .home-hero > .grid {
    min-height: 0;
    border-left: 0;
    border-top: 4px solid var(--alrud-accent);
  }

  body.page-home .home-hero > .grid > div:first-child {
    min-height: 0;
    padding: 38px 34px;
  }

  body.page-home .home-hero > .grid > div:last-child {
    height: 390px;
    min-height: 390px;
  }

  body.page-home .home-hero ._title {
    font-size: 31px;
  }

  body.page-home .home-about {
    display: block;
  }

  body.page-home .home-wins {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.page-home .home-about > ._mt-text {
    margin-top: 28px !important;
  }

  body.page-home .home-about > ._mt-text,
  body.page-home .home-about > ul,
  body.page-home .home-about > ._link {
    width: 100%;
    max-width: calc(100vw - 48px);
  }

  body.page-home .home-about > ._mt-text h2,
  body.page-home .home-about > ._mt-text div,
  body.page-home .home-about > ul a,
  body.page-home .home-about > ul b {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.page-home .home-about > ul,
  body.page-home .home-wins-grid,
  body.page-home .home-reviews ._grid-12,
  body.page-home .home-process > ul {
    grid-template-columns: 1fr;
  }

  body.page-home .home-about > ul > li:nth-last-child(2) {
    border-bottom: 0;
  }

  body.page-home .home-benefits > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  body.page-home .home-about,
  body.page-home .home-wins,
  body.page-home .home-benefits,
  body.page-home .home-reviews,
  body.page-home .home-process,
  body.page-home .home-leadership {
    padding-top: 48px !important;
    padding-bottom: 52px !important;
  }

  body.page-home .home-epic-hero {
    width: 100%;
    max-width: 100vw;
    padding-top: 28px !important;
    padding-bottom: 44px !important;
  }

  body.page-home .home-epic-hero .container {
    width: 100% !important;
    max-width: 100vw !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.page-home .home-hero-shell,
  body.page-home .home-hero-copy,
  body.page-home .home-hero-actions,
  body.page-home .home-hero-directions,
  body.page-home .home-hero-proof,
  body.page-home .home-hero-visual {
    width: 100%;
    max-width: 100%;
  }

  body.page-home .home-hero-copy,
  body.page-home .home-hero-actions,
  body.page-home .home-hero-directions,
  body.page-home .home-hero-proof {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  body.page-home .home-hero-kicker {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    width: 100%;
    max-width: min(100%, 320px);
    white-space: normal;
  }

  body.page-home .home-hero-kicker::before {
    width: 40px;
    margin-top: 8px;
  }

  body.page-home .home-hero-title {
    font-size: 28px;
    line-height: 1.16;
    max-width: min(100%, 320px);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body.page-home .home-hero-lead {
    font-size: 16px;
    max-width: min(100%, 320px);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body.page-home .home-hero-actions ._btn,
  body.page-home .home-leadership ._btn {
    width: 100%;
  }

  body.page-home .home-hero-directions {
    gap: 8px;
  }

  body.page-home .home-hero-directions a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
  }

  body.page-home .home-hero-proof {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  body.page-home .home-hero-proof div {
    min-height: auto;
    padding: 18px;
  }

  body.page-home .home-hero-visual {
    min-height: 350px;
  }

  body.page-home .home-hero-visual::before {
    inset: 38px 16px 26px 0;
  }

  body.page-home .home-hero-monument {
    top: 8px;
    right: 18px;
    left: 24px;
    height: 220px;
  }

  body.page-home .home-hero-monument span {
    top: 58px;
    height: 128px;
  }

  body.page-home .home-hero-case {
    width: 88%;
    padding: 18px;
  }

  body.page-home .home-hero-case-primary {
    top: 198px;
  }

  body.page-home .home-hero-case-secondary {
    top: 296px;
    right: 22px;
    width: 82%;
  }

  body.page-home .home-hero-redline {
    top: 68px;
    right: 8px;
    height: 250px;
  }

  body.page-home .home-hero > .grid > div:first-child {
    padding: 30px 24px;
  }

  body.page-home .home-hero > .grid > div:last-child {
    height: 320px;
    min-height: 320px;
  }

  body.page-home .home-hero ._title {
    font-size: 25px;
    line-height: 1.16;
  }

  body.page-home .home-about > ._mt-text h2 {
    font-size: 21px;
  }

  body.page-home .home-about > ._mt-text,
  body.page-home .home-about > ul,
  body.page-home .home-about > ._link,
  body.page-home .home-wins-grid {
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  body.page-home .home-about > ._mt-text h2,
  body.page-home .home-about > ._mt-text div,
  body.page-home .home-about > ul a,
  body.page-home .home-about > ul b {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.page-home .home-benefits > .grid {
    grid-template-columns: 1fr;
  }

  body.page-home .home-reviews > .flex > div:first-child {
    width: 100%;
  }

  body.page-home .home-process > ._btn {
    width: 100%;
  }

  body.page-home .home-leadership h2 {
    font-size: 31px;
  }

  body.page-home .home-leadership p {
    font-size: 17px;
  }

  body.page-home .home-leadership-photo img {
    min-height: 360px;
  }
}

@media (max-width: 1023px) {
  .services-hero,
  .service-detail-hero,
  .service-group-header,
  .service-final-cta {
    grid-template-columns: 1fr;
  }

  .services-hero,
  .service-detail-hero {
    gap: 34px;
  }

  .services-hero ._title,
  .service-detail-hero ._title {
    font-size: 32px;
  }

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

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

  body.page-physical-services .service-group-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 639px) {
  body.page-physical-services .services-hero,
  body.page-legal-services .services-hero,
  body.service-detail-page .service-detail-hero,
  .service-group,
  .service-detail-section {
    padding-top: 46px !important;
    padding-bottom: 50px !important;
  }

  .services-hero ._title,
  .service-detail-hero ._title {
    max-width: calc(100vw - 48px);
    font-size: 24px;
  }

  .services-lead,
  .service-detail-lead {
    max-width: calc(100vw - 48px);
    font-size: 18px;
  }

  .services-hero-panel,
  .service-side-panel,
  .service-card-link,
  .service-detail-item,
  .service-steps li,
  .service-final-cta {
    max-width: calc(100vw - 48px);
    padding: 22px;
  }

  .service-card-list,
  .service-detail-grid,
  .service-steps {
    grid-template-columns: 1fr;
  }

  .service-group-header h2 {
    font-size: 27px;
  }

  body.page-physical-services .service-group-header {
    gap: 20px;
    padding-bottom: 24px;
  }

  .service-group {
    scroll-margin-top: 82px;
  }

  body.page-physical-services .service-card-link:hover {
    transform: none;
  }

  html.reveal-scroll-enabled .service-card-link.reveal-on-scroll.is-visible:hover {
    transform: none;
  }

  .services-category-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .services-category-nav a {
    flex: 0 0 auto;
  }

  .service-detail-actions ._btn {
    width: 100%;
    white-space: normal;
  }
}

.direction-landing-page .direction-hero,
.info-page .info-hero {
  position: relative;
  padding-top: 72px !important;
  padding-bottom: 76px !important;
  color: var(--alrud-paper);
  --section-bg: #1b1a19;
}

.direction-landing-page .direction-hero::before,
.info-page .info-hero::before {
  background:
    linear-gradient(90deg, rgba(27, 26, 25, 0.96), rgba(27, 26, 25, 0.82)),
    url("/images/background/city-02.webp") center / cover no-repeat !important;
  border-top: 0 !important;
}

.direction-landing-page .direction-hero-inner,
.info-page .info-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: end;
}

.direction-landing-page .direction-hero ._title,
.info-page .info-hero ._title {
  max-width: 820px;
  color: var(--alrud-paper);
}

.direction-landing-page .direction-lead,
.info-page .info-lead {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(251, 250, 247, 0.78);
  font-size: 20px;
  line-height: 1.58;
}

.direction-landing-page .direction-panel,
.info-page .info-panel {
  padding: 28px;
  background: rgba(251, 250, 247, 0.08);
  border: 1px solid rgba(251, 250, 247, 0.2);
}

.direction-landing-page .direction-panel h2,
.info-page .info-panel h2 {
  color: var(--alrud-paper);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 24px;
  line-height: 1.35;
}

.direction-landing-page .direction-panel p,
.info-page .info-panel p {
  margin-top: 14px;
  color: rgba(251, 250, 247, 0.72);
  font-size: 16px;
  line-height: 1.58;
}

.direction-landing-page .direction-services,
.info-page .info-section {
  --section-bg: var(--alrud-paper);
}

.direction-landing-page .direction-services-head,
.info-page .info-section-head {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.direction-landing-page .direction-services-head p,
.info-page .info-section-head p {
  color: var(--alrud-soft-ink);
  font-size: 17px;
  line-height: 1.62;
}

.direction-landing-page .direction-card-grid,
.info-page .info-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--alrud-line);
  border-left: 1px solid var(--alrud-line);
}

.direction-landing-page .direction-card,
.info-page .info-card {
  display: flex;
  min-width: 0;
  min-height: 215px;
  flex-direction: column;
  padding: 28px;
  background: rgba(255, 255, 255, 0.62);
  border-right: 1px solid var(--alrud-line);
  border-bottom: 1px solid var(--alrud-line);
}

.direction-landing-page .direction-card h3,
.info-page .info-card h3 {
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 21px;
  line-height: 1.34;
  font-weight: 400;
}

.direction-landing-page .direction-card p,
.info-page .info-card p {
  margin-top: 12px;
  color: var(--alrud-soft-ink);
  font-size: 16px;
  line-height: 1.56;
}

.direction-landing-page .direction-card span,
.info-page .info-card span {
  margin-top: auto;
  padding-top: 22px;
  color: var(--alrud-accent);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}

.direction-landing-page .direction-cta,
.info-page .info-cta {
  --section-bg: #e8edf3;
}

.direction-landing-page .direction-cta-box,
.info-page .info-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  background: #ffffff;
  border-left: 4px solid var(--alrud-accent);
}

.direction-landing-page .direction-cta-box p,
.info-page .info-cta-box p {
  margin-top: 10px;
  color: var(--alrud-soft-ink);
  font-size: 17px;
  line-height: 1.58;
}

.about-practice-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.about-practice-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--alrud-ink);
  font-size: 14px;
  line-height: 1.25;
  border: 1px solid var(--alrud-line);
  background: rgba(255, 255, 255, 0.68);
}

.about-practice-links a:hover {
  color: var(--alrud-accent);
  border-color: rgba(204, 0, 41, 0.48);
}

.about-values-grid,
.about-client-notes {
  margin-top: 26px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--alrud-line);
  border-left: 1px solid var(--alrud-line);
}

.about-values-grid article {
  min-width: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.7);
  border-right: 1px solid var(--alrud-line);
  border-bottom: 1px solid var(--alrud-line);
}

.about-values-grid h2,
.about-client-notes h2 {
  color: var(--alrud-ink);
  font-family: var(--gdimos-font-heading) !important;
  font-size: 22px;
  line-height: 1.25;
}

.about-values-grid p {
  margin-top: 12px;
  color: var(--alrud-soft-ink);
  font-size: 16px;
  line-height: 1.58;
}

.about-client-notes {
  padding: 28px;
  border-left: 4px solid var(--alrud-accent);
  background: var(--alrud-surface);
}

.about-client-notes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin-top: 16px;
}

.about-client-notes li {
  position: relative;
  padding-left: 18px;
  color: var(--alrud-soft-ink);
  font-size: 16px;
  line-height: 1.56;
}

.about-client-notes li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--alrud-accent);
  transform: translateY(-50%);
}

body.about-page .about-team {
  --section-bg: var(--alrud-paper);
  width: 100%;
}

body.about-page .about-team,
body.about-page .about-team * {
  box-sizing: border-box;
  min-width: 0;
}

body.about-page .about-team ._mt-content {
  max-width: 100%;
}

body.about-page .about-team-list {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

body.about-page .about-team-member,
body.about-page .about-team ._mt-content.flex {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: 34px;
  align-items: flex-start;
  padding: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--alrud-line);
}

body.about-page .about-team-photo,
body.about-page .about-team img {
  display: block;
  width: 100%;
  max-width: 100%;
}

body.about-page .about-team img {
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

body.about-page .about-team-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border-left: 4px solid var(--alrud-accent);
  background: var(--alrud-deep);
  color: var(--alrud-paper);
}

body.about-page .about-team-placeholder span {
  color: inherit;
  font-family: var(--gdimos-font-heading) !important;
  font-size: 92px;
  line-height: 1;
}

body.about-page .about-team-content p {
  margin-top: 14px;
}

body.about-page .about-team p,
body.about-page .about-team b,
body.about-page .about-team ._subtitle {
  overflow-wrap: anywhere;
}

@media (min-width: 640px) {
  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .about-values-grid,
  .about-client-notes ul,
  body.about-page .about-team-member,
body.about-page .about-team ._mt-content.flex {
    grid-template-columns: 1fr;
  }
}

.contact-requisites {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding: 22px;
  border-left: 4px solid var(--alrud-accent);
  background: var(--alrud-surface);
}

.contact-requisites strong {
  color: var(--alrud-ink);
  font-family: var(--gdimos-font-ui) !important;
  font-size: 17px;
  line-height: 1.35;
}

.contact-requisites span:not(._nameplate) {
  color: var(--alrud-soft-ink);
  font-size: 15px;
  line-height: 1.45;
}

.fee-calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.fee-calculator {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  background: var(--alrud-surface);
  border: 1px solid var(--alrud-line);
}

.fee-calculator label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fee-calculator label span {
  color: var(--alrud-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.fee-calculator button {
  align-self: end;
}

.fee-calculator-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px;
  background: var(--alrud-deep);
  color: var(--alrud-paper);
  border-left: 4px solid var(--alrud-accent);
}

.fee-calculator-result span {
  color: rgba(247, 248, 250, 0.7);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.fee-calculator-result strong {
  display: block;
  margin-top: 12px;
  color: var(--alrud-paper);
  font-family: var(--gdimos-font-heading) !important;
  font-size: 38px;
  line-height: 1.12;
}

.fee-calculator-result p {
  margin-top: 16px;
  color: rgba(247, 248, 250, 0.78);
  font-size: 15px;
  line-height: 1.5;
}

.mobile-max-quick-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #ffffff;
  border: 1px solid rgba(183, 173, 159, 0.76);
  box-shadow: 0 14px 34px rgba(31, 30, 28, 0.22);
}

.mobile-max-quick-link img {
  display: block;
  width: 30px;
  height: 30px;
}

@media (max-width: 1023px) {
  .direction-landing-page .direction-hero-inner,
  .info-page .info-hero-inner,
  .direction-landing-page .direction-services-head,
  .info-page .info-section-head,
  .direction-landing-page .direction-cta-box,
  .info-page .info-cta-box {
    grid-template-columns: 1fr;
  }

  .direction-landing-page .direction-card-grid,
  .info-page .info-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fee-calculator-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .direction-landing-page .direction-card-grid,
  .info-page .info-card-grid {
    grid-template-columns: 1fr;
  }

  .direction-landing-page .direction-hero,
  .info-page .info-hero,
  .direction-landing-page .direction-services,
  .info-page .info-section,
  .direction-landing-page .direction-cta,
  .info-page .info-cta {
    padding-top: 46px !important;
    padding-bottom: 50px !important;
  }

  .direction-landing-page .direction-panel,
  .info-page .info-panel,
  .direction-landing-page .direction-card,
  .info-page .info-card,
  .direction-landing-page .direction-cta-box,
  .info-page .info-cta-box {
    max-width: calc(100vw - 48px);
    padding: 22px;
  }

  .mobile-max-quick-link {
    display: inline-flex;
  }

  .fee-calculator {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .fee-calculator-result {
    padding: 24px;
  }

  .fee-calculator-result strong {
    font-size: 30px;
  }
}

body.page-queue-restoration .queue-hero {
  position: relative;
  margin-top: 0 !important;
  padding-top: 82px !important;
  padding-bottom: 84px !important;
  overflow: hidden;
  color: var(--alrud-paper);
  --section-bg: #1b1a19;
}

body.page-queue-restoration .container,
body.page-queue-restoration .container * {
  box-sizing: border-box;
}

body.page-queue-restoration .queue-hero::before {
  background: #1b1a19 !important;
  border-top: 0 !important;
}

body.page-queue-restoration .queue-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -1;
  width: 58vw;
  background:
    linear-gradient(90deg, #1b1a19 0%, rgba(27, 26, 25, 0.84) 28%, rgba(27, 26, 25, 0.55) 100%),
    url("/images/uslugi/vosstanovlenie-v-ocheredi.jpg") center / cover no-repeat;
  filter: grayscale(0.18) contrast(1.04);
  opacity: 0.72;
}

.queue-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 76px;
  align-items: stretch;
}

.queue-hero-content,
.queue-hero-panel,
.queue-hero-layout > * {
  min-width: 0;
}

.queue-hero .service-back {
  display: block;
  width: fit-content;
  margin-bottom: 18px;
}

.queue-eyebrow {
  display: flex;
  margin-bottom: 20px;
  color: rgba(251, 250, 247, 0.72);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.queue-hero ._btn-action_dark {
  border-color: rgba(251, 250, 247, 0.38) !important;
  background: rgba(251, 250, 247, 0.04) !important;
  color: #ffffff !important;
}

.queue-hero ._btn-action_dark:hover {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--alrud-deep) !important;
}

.queue-hero ._title {
  max-width: 890px;
  color: var(--alrud-paper);
  font-size: 45px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.queue-hero-lead {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(251, 250, 247, 0.84);
  font-size: 21px;
  line-height: 1.55;
}

.queue-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.queue-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 780px;
  margin-top: 52px;
  border-top: 1px solid rgba(251, 250, 247, 0.2);
  border-left: 1px solid rgba(251, 250, 247, 0.2);
}

.queue-hero-fact {
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid rgba(251, 250, 247, 0.2);
  border-bottom: 1px solid rgba(251, 250, 247, 0.2);
}

.queue-hero-fact strong {
  display: block;
  color: var(--alrud-paper);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 25px;
  line-height: 1.2;
}

.queue-hero-fact span {
  display: block;
  margin-top: 8px;
  color: rgba(251, 250, 247, 0.72);
  font-size: 15px;
  line-height: 1.45;
}

.queue-hero-panel {
  align-self: stretch;
  padding: 34px;
  border-left: 4px solid var(--alrud-accent);
  background: rgba(27, 26, 25, 0.78);
  backdrop-filter: blur(3px);
}

.queue-hero-panel h2 {
  color: var(--alrud-paper);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 25px;
  line-height: 1.25;
}

.queue-hero-panel ul {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.queue-hero-panel li {
  padding-top: 14px;
  border-top: 1px solid rgba(251, 250, 247, 0.18);
  color: rgba(251, 250, 247, 0.82);
  font-size: 16px;
  line-height: 1.52;
}

.queue-section {
  margin-top: 0 !important;
  padding-top: 72px !important;
  padding-bottom: 78px !important;
}

.queue-section:nth-of-type(odd) {
  --section-bg: var(--alrud-paper);
}

.queue-section:nth-of-type(even) {
  --section-bg: #e8edf3;
}

.queue-section-head {
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
  margin-bottom: 34px;
}

.queue-section-head h2 {
  max-width: 560px;
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 35px;
  line-height: 1.18;
}

.queue-section-head p {
  max-width: 820px;
  color: var(--alrud-soft-ink);
  font-size: 19px;
  line-height: 1.62;
}

.queue-signal-grid,
.queue-case-grid,
.queue-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--alrud-line);
  border-left: 1px solid var(--alrud-line);
}

.queue-card {
  min-width: 0;
  min-height: 190px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.58);
  border-right: 1px solid var(--alrud-line);
  border-bottom: 1px solid var(--alrud-line);
}

.queue-card h3 {
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 22px;
  line-height: 1.3;
}

.queue-card p,
.queue-card li {
  margin-top: 12px;
  color: var(--alrud-soft-ink);
  font-size: 16px;
  line-height: 1.56;
}

.queue-card .queue-result {
  display: inline-flex;
  margin-top: 20px;
  color: var(--alrud-accent);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

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

.queue-case {
  min-height: 250px;
}

.queue-case-meta {
  display: block;
  margin-bottom: 16px;
  color: var(--alrud-accent);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.queue-expert {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.queue-expert img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-left: 4px solid var(--alrud-accent);
}

.queue-expert ._name {
  margin-top: 8px;
  font-size: 28px;
}

.queue-expert-quote {
  max-width: 780px;
  margin-top: 18px;
  color: var(--alrud-soft-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 24px;
  line-height: 1.45;
}

.queue-price-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: stretch;
}

.queue-price-panel {
  padding: 32px;
  border-left: 4px solid var(--alrud-accent);
  background: var(--alrud-deep);
}

.queue-price-panel h3,
.queue-price-panel p,
.queue-price-panel li {
  color: var(--alrud-paper);
}

.queue-price-panel p,
.queue-price-panel li {
  opacity: 0.82;
}

.queue-faq {
  display: grid;
  gap: 12px;
}

.queue-faq details {
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid var(--alrud-line);
}

.queue-faq summary {
  cursor: pointer;
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 20px;
  line-height: 1.35;
}

.queue-faq p {
  margin-top: 14px;
  color: var(--alrud-soft-ink);
  font-size: 16px;
  line-height: 1.58;
}

body.page-queue-restoration footer._bg-fist {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .queue-hero-layout,
  .queue-section-head,
  .queue-expert,
  .queue-price-grid {
    grid-template-columns: 1fr;
  }

  .queue-hero::after {
    width: 100vw;
    opacity: 0.34;
  }

  .queue-hero ._title {
    font-size: 34px;
  }

  .queue-hero-facts,
  .queue-signal-grid,
  .queue-case-grid,
  .queue-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  body.page-queue-restoration .queue-hero,
  body.page-queue-restoration .queue-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    padding-top: 48px !important;
    padding-bottom: 52px !important;
  }

  body.page-queue-restoration .queue-hero-layout,
  body.page-queue-restoration .queue-hero-content,
  body.page-queue-restoration .queue-hero-facts,
  body.page-queue-restoration .queue-hero-panel,
  body.page-queue-restoration .queue-section-head,
  body.page-queue-restoration .queue-signal-grid,
  body.page-queue-restoration .queue-work-grid,
  body.page-queue-restoration .queue-case-grid,
  body.page-queue-restoration .queue-price-grid,
  body.page-queue-restoration .queue-faq,
  body.page-queue-restoration .service-final-cta {
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  .queue-hero ._title {
    max-width: 100%;
    font-size: 23px;
    line-height: 1.15;
  }

  .queue-hero-lead {
    max-width: 100%;
    font-size: 17px;
  }

  .queue-hero-actions ._btn {
    width: 100%;
    white-space: normal;
  }

  .queue-hero-panel,
  .queue-card,
  .queue-price-panel {
    width: 100%;
    max-width: 100%;
    padding: 22px;
  }

  .queue-hero-facts,
  .queue-signal-grid,
  .queue-case-grid,
  .queue-work-grid {
    grid-template-columns: 1fr;
  }

  .queue-hero-content,
  .queue-hero-panel,
  .queue-section-head,
  .queue-card,
  .queue-case,
  .queue-price-panel,
  .queue-final-cta {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .queue-section-head h2 {
    font-size: 28px;
  }

  .queue-expert ._name {
    font-size: 23px;
  }

  .queue-expert-quote {
    font-size: 20px;
  }
}

/* Shared service landing layout */
body.service-landing-page .container,
body.service-landing-page .container * {
  box-sizing: border-box;
}

body.service-landing-page .landing-hero {
  position: relative;
  isolation: isolate;
  margin-top: 0 !important;
  padding-top: 82px !important;
  padding-bottom: 84px !important;
  overflow: hidden;
  background: #1b1a19;
  color: var(--alrud-paper);
  --section-bg: #1b1a19;
  --landing-bg-image: url("/images/legal.jpg");
}

body.service-landing-page .landing-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  background: #1b1a19 !important;
  border-top: 0 !important;
  transform: translateX(-50%);
}

body.service-landing-page .landing-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -1;
  width: min(60vw, 920px);
  background:
    linear-gradient(90deg, #1b1a19 0%, rgba(27, 26, 25, 0.9) 22%, rgba(27, 26, 25, 0.58) 58%, rgba(27, 26, 25, 0.34) 100%),
    var(--landing-bg-image) center / cover no-repeat;
  opacity: 0.72;
}

.landing-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 76px;
  align-items: stretch;
}

.landing-hero-content,
.landing-hero-panel,
.landing-hero-layout > * {
  min-width: 0;
}

.landing-hero .service-back {
  display: block;
  width: fit-content;
  margin-bottom: 18px;
}

.landing-eyebrow {
  display: flex;
  margin-bottom: 20px;
  color: rgba(251, 250, 247, 0.72);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.landing-hero ._title {
  max-width: 920px;
  color: var(--alrud-paper);
  font-size: 45px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.landing-hero-lead {
  max-width: 770px;
  margin-top: 24px;
  color: rgba(251, 250, 247, 0.84);
  font-size: 21px;
  line-height: 1.55;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.landing-hero ._btn-action_dark {
  border-color: rgba(251, 250, 247, 0.38) !important;
  background: rgba(251, 250, 247, 0.04) !important;
  color: #ffffff !important;
}

.landing-hero ._btn-action_dark:hover {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--alrud-deep) !important;
}

.landing-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 780px;
  margin-top: 52px;
  border-top: 1px solid rgba(251, 250, 247, 0.2);
  border-left: 1px solid rgba(251, 250, 247, 0.2);
}

.landing-hero-fact {
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid rgba(251, 250, 247, 0.2);
  border-bottom: 1px solid rgba(251, 250, 247, 0.2);
}

.landing-hero-fact strong {
  display: block;
  color: var(--alrud-paper);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 25px;
  line-height: 1.2;
}

.landing-hero-fact span {
  display: block;
  margin-top: 8px;
  color: rgba(251, 250, 247, 0.72);
  font-size: 15px;
  line-height: 1.45;
}

.landing-hero-panel {
  align-self: stretch;
  padding: 34px;
  border-left: 4px solid var(--alrud-accent);
  background: rgba(27, 26, 25, 0.78);
  backdrop-filter: blur(4px);
}

.landing-hero-panel h2 {
  color: var(--alrud-paper);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 25px;
  line-height: 1.25;
}

.landing-hero-panel ul {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.landing-hero-panel li {
  padding-top: 14px;
  border-top: 1px solid rgba(251, 250, 247, 0.18);
  color: rgba(251, 250, 247, 0.82);
  font-size: 16px;
  line-height: 1.5;
}

.landing-section {
  margin-top: 0 !important;
  padding-top: 76px !important;
  padding-bottom: 80px !important;
}

.landing-section:nth-of-type(odd) {
  --section-bg: var(--alrud-paper);
}

.landing-section:nth-of-type(even) {
  --section-bg: #e7edf4;
}

.landing-section-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  margin-bottom: 38px;
}

.landing-section-head h2 {
  max-width: 580px;
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 37px;
  line-height: 1.16;
}

.landing-section-head p {
  max-width: 820px;
  color: var(--alrud-soft-ink);
  font-size: 19px;
  line-height: 1.65;
}

.landing-card-grid,
.landing-split-grid,
.landing-case-grid,
.landing-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--alrud-line);
  border-left: 1px solid var(--alrud-line);
}

.landing-card {
  min-width: 0;
  min-height: 190px;
  padding: 28px;
  border-right: 1px solid var(--alrud-line);
  border-bottom: 1px solid var(--alrud-line);
  background: rgba(255, 255, 255, 0.36);
}

.landing-card h3 {
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 23px;
  line-height: 1.24;
}

.landing-card p {
  margin-top: 14px;
  color: var(--alrud-soft-ink);
  font-size: 16px;
  line-height: 1.58;
}

.landing-case-meta,
.landing-result {
  display: block;
  color: var(--alrud-accent);
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.landing-result {
  margin-top: 18px;
}

.landing-expert {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: 0;
  background: var(--alrud-deep);
  color: var(--alrud-paper);
}

.landing-expert picture,
.landing-expert img {
  width: 100%;
  height: 100%;
}

.landing-expert img {
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.landing-expert-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
}

.landing-expert-content ._subtitle,
.landing-expert-content ._name {
  color: var(--alrud-paper);
}

.landing-expert-content ._name {
  margin-top: 10px;
}

.landing-expert-quote {
  max-width: 760px;
  margin-top: 28px;
  color: rgba(251, 250, 247, 0.86);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 24px;
  line-height: 1.5;
}

.landing-price-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
}

.landing-price-panel {
  padding: 32px;
  border-left: 4px solid var(--alrud-accent);
  background: var(--alrud-deep);
  color: var(--alrud-paper);
}

.landing-price-panel h3 {
  color: var(--alrud-paper);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 26px;
  line-height: 1.25;
}

.landing-price-panel p {
  margin-top: 16px;
  color: rgba(251, 250, 247, 0.78);
  font-size: 16px;
  line-height: 1.58;
}

.landing-faq {
  display: grid;
  gap: 12px;
}

.landing-faq details {
  padding: 24px 0;
  border-top: 1px solid var(--alrud-line);
}

.landing-faq details:last-child {
  border-bottom: 1px solid var(--alrud-line);
}

.landing-faq summary {
  cursor: pointer;
  color: var(--alrud-ink);
  font-family: "MerriweatherRegular", Georgia, serif;
  font-size: 20px;
  line-height: 1.35;
}

.landing-faq p {
  margin-top: 14px;
  color: var(--alrud-soft-ink);
  font-size: 16px;
  line-height: 1.58;
}

body.service-landing-page footer._bg-fist {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .landing-hero-layout,
  .landing-section-head,
  .landing-expert,
  .landing-price-grid {
    grid-template-columns: 1fr;
  }

  .landing-hero::after {
    width: 100vw;
    opacity: 0.34;
  }

  .landing-hero ._title {
    font-size: 34px;
  }

  .landing-hero-facts,
  .landing-card-grid,
  .landing-split-grid,
  .landing-case-grid,
  .landing-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-expert img {
    min-height: 430px;
  }
}

@media (max-width: 639px) {
  body.service-landing-page .landing-hero,
  body.service-landing-page .landing-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    padding-top: 48px !important;
    padding-bottom: 52px !important;
  }

  body.service-landing-page .landing-hero-layout,
  body.service-landing-page .landing-hero-content,
  body.service-landing-page .landing-hero-facts,
  body.service-landing-page .landing-hero-panel,
  body.service-landing-page .landing-section-head,
  body.service-landing-page .landing-card-grid,
  body.service-landing-page .landing-split-grid,
  body.service-landing-page .landing-case-grid,
  body.service-landing-page .landing-process-grid,
  body.service-landing-page .landing-price-grid,
  body.service-landing-page .landing-faq,
  body.service-landing-page .service-final-cta {
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  .landing-hero ._title {
    max-width: 100%;
    font-size: 23px;
    line-height: 1.15;
  }

  .landing-hero-lead {
    max-width: 100%;
    font-size: 17px;
  }

  .landing-hero-actions ._btn {
    width: 100%;
    white-space: normal;
  }

  .landing-hero-panel,
  .landing-card,
  .landing-price-panel {
    width: 100%;
    max-width: 100%;
    padding: 22px;
  }

  .landing-hero-facts,
  .landing-card-grid,
  .landing-split-grid,
  .landing-case-grid,
  .landing-process-grid {
    grid-template-columns: 1fr;
  }

  .landing-hero-content,
  .landing-hero-panel,
  .landing-section-head,
  .landing-card,
  .landing-price-panel,
  .landing-final-cta {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .landing-section-head h2 {
    font-size: 28px;
  }

  .landing-expert img {
    min-height: 320px;
  }

  .landing-expert-content {
    padding: 28px 22px;
  }

  .landing-expert-content ._name {
    font-size: 23px;
  }

  .landing-expert-quote {
    font-size: 20px;
  }
}
