:root {
  --ink: #101010;
  --ink-2: #191714;
  --paper: #f4eee4;
  --paper-2: #fff9f0;
  --line: rgba(16, 16, 16, 0.12);
  --muted: #756e65;
  --orange: #00afb9;
  --orange-dark: #007f86;
  --amber: #7debf0;
  --accent-rgb: 0, 175, 185;
  --accent-soft: rgba(var(--accent-rgb), 0.16);
  --accent-line: rgba(var(--accent-rgb), 0.48);
  --accent-glow: rgba(var(--accent-rgb), 0.24);
  --accent-glow-strong: rgba(var(--accent-rgb), 0.34);
  --blue-ink: #071719;
  --glass: rgba(20, 20, 20, 0.48);
  --radius: 8px;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.07), transparent 34%),
    linear-gradient(315deg, rgba(16, 16, 16, 0.035), transparent 42%),
    var(--paper);
  font-family: "Urbanist", sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(16, 16, 16, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 16, 16, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Urbanist", sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 30;
  width: min(1180px, calc(100% - 28px));
  min-height: 66px;
  padding: 9px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  transform: translateX(-50%);
  color: white;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03)),
    rgba(14, 14, 14, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 18px 52px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(14, 14, 14, 0.42);
  border-color: rgba(255, 255, 255, 0.08);
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}

.brand-wordmark {
  gap: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--orange);
  border-radius: 7px;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}

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

.brand strong {
  font-size: 16px;
  line-height: 1.08;
}

.brand small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  justify-self: end;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-left: auto;
  margin-right: 14px;
}

.main-nav a,
.site-footer a {
  text-decoration: none;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 500;
  transition: color 160ms ease, font-weight 160ms ease;
}

.main-nav a:hover {
  color: white;
  font-weight: 800;
}

.mobile-menu-panel {
  display: none;
}

.header-cta,
.btn {
  min-height: 46px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.header-cta {
  padding: 0 18px;
  color: white;
  background: var(--orange);
  box-shadow: 0 12px 28px var(--accent-glow-strong);
}

.header-cta:hover {
  background: var(--orange-dark);
}

.btn-primary:hover {
  background: var(--orange-dark);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  background: var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.76), rgba(10, 10, 10, 0.5) 55%, rgba(10, 10, 10, 0.18)),
    linear-gradient(0deg, rgba(10, 10, 10, 0.86), transparent 46%);
}

.hero-image {
  position: absolute;
  inset: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04) brightness(1.18);
  transform: scaleX(-1);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 72px;
  align-items: end;
}

.hero-label,
.section-kicker {
  margin: 0;
  color: var(--orange);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-label {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  margin-bottom: 48px;
  padding: 10px 20px;
  color: var(--orange);
  background: rgba(4, 25, 30, 0.52);
  border: 1px solid var(--accent-line);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.hero-label::before {
  content: "📍";
  width: auto;
  height: auto;
  background: none;
  font-size: 14px;
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: white;
  font-size: clamp(40px, 5.8vw, 74px);
  line-height: 1.05;
}

.hero h1 span {
  color: var(--orange);
}

.hero-copy p:not(.hero-label) {
  max-width: 580px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 68px;
}

.btn {
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
}

.btn-primary {
  color: white;
  background: var(--orange);
  box-shadow: 0 14px 34px var(--accent-glow);
}

.btn-ghost {
  color: white;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
}

.btn-ghost:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
}

.hero-benefits {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.hero-benefits-track {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-benefits-track span {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.hero-benefits-track span[aria-hidden="true"] {
  display: none;
}

.hero-benefits-track i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.22), transparent 34%),
    var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  box-shadow: 0 10px 26px var(--accent-glow);
}

.hero-form-card {
  padding: 30px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(18, 18, 18, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
}

.hero-form-card > h2 {
  margin: 0;
  color: white;
  font-size: 31px;
}

.hero-form-card > p {
  margin: 7px 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}

.hero-form-card form {
  display: grid;
  gap: 12px;
}

.hero-form-card label,
.contact-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 400;
}

.hero-form-card input,
.hero-form-card select {
  min-height: 46px;
  padding: 12px 14px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  outline: none;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
}

.hero-form-card input:focus,
.hero-form-card select:focus {
  border-color: var(--orange);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 0 3px rgba(var(--accent-rgb), 0.14);
}

.hero-form-card input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.hero-form-card option {
  color: var(--ink);
}

.hero-form-card small {
  color: rgba(255, 255, 255, 0.58);
  display: inline-flex;
  width: 100%;
  gap: 9px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
}

.hero-form-card small::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: #2bd06f;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(43, 208, 111, 0.55);
  animation: pulseStatus 1.8s ease-out infinite;
}

.trust-bar {
  padding: 16px 20px;
  background: var(--orange);
}

.trust-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.trust-item {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto minmax(0, 118px);
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: white;
}

.trust-item strong {
  color: white;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(24px, 2.45vw, 31px);
  line-height: 1;
}

.trust-item-rating strong {
  font-size: clamp(14px, 1.35vw, 17px);
  letter-spacing: 0.02em;
}

.trust-item-duplicate {
  display: none;
}

.trust-item span {
  max-width: 118px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

@keyframes trustTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-720px);
  }
}

@keyframes heroBenefitTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

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

.section-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-head h2,
.about-copy h2,
.contact-copy h2 {
  margin: 9px 0 16px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.12;
}

.section-head p:last-child,
.about-copy p:not(.section-kicker),
.contact-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 400;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  align-items: stretch;
}

.service-tile {
  grid-column: span 3;
  height: 520px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  overflow: hidden;
  padding: 24px;
  color: white;
  text-decoration: none;
  border-radius: var(--radius);
  background: var(--ink);
  border: 0;
  box-shadow: 0 16px 48px rgba(16, 16, 16, 0.12);
  cursor: pointer;
  font: inherit;
}

.service-tile::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -72px;
  z-index: 1;
  width: 260px;
  height: 210px;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.32), rgba(var(--accent-rgb), 0.08) 46%, transparent 70%);
  filter: blur(26px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.service-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.08));
}

.service-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.service-tile:hover img {
  transform: scale(1.05);
}

.service-tile > span:not(.service-close),
.service-content,
.service-tile h3,
.service-tile p,
.service-tile em,
.service-expanded,
.service-close {
  position: relative;
  z-index: 2;
}

.service-tile > span:not(.service-close) {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  color: var(--amber);
  background: rgba(4, 25, 30, 0.58);
  border: 1px solid rgba(var(--accent-rgb), 0.42);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.service-content {
  min-height: 160px;
  display: grid;
  align-content: start;
}

.service-tile h3 {
  margin: 10px 0 12px;
  font-size: clamp(22px, 2.1vw, 25px);
  line-height: 1.12;
}

.service-tile p {
  max-width: 25ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 400;
}

.service-tile em {
  display: inline-flex;
  width: max-content;
  margin-top: 18px;
  color: white;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.service-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 34px;
  height: 34px;
  display: none;
  place-items: center;
  color: white;
  background: rgba(var(--accent-rgb), 0.12);
  border: 1px solid var(--accent-line);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.service-expanded {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows 220ms ease, opacity 180ms ease, margin 180ms ease;
}

.service-expanded > div {
  overflow: hidden;
}

.service-expanded p {
  max-width: 42ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.38;
}

.service-expanded ul {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.service-expanded li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.35;
}

.service-expanded li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
}

.service-tile.is-expanded {
  grid-column: span 3;
  height: 520px;
  justify-content: flex-end;
  background: var(--ink);
}

.service-tile.is-expanded::before {
  background:
    linear-gradient(125deg, rgba(var(--accent-rgb), 0.18), transparent 42%),
    linear-gradient(145deg, rgba(0, 0, 0, 0.96), rgba(3, 16, 22, 0.92));
}

.service-tile.is-expanded img {
  opacity: 0.18;
  transform: scale(1.04);
}

.service-tile.is-expanded::after {
  opacity: 1;
}

.service-tile.is-expanded .service-content {
  min-height: auto;
}

.service-tile.is-expanded .service-content > p {
  display: none;
}

.service-tile.is-expanded em {
  display: none;
}

.service-tile.is-expanded .service-close {
  display: grid;
}

.service-tile.is-expanded .service-expanded {
  grid-template-rows: 1fr;
  margin-top: 10px;
  opacity: 1;
}

.service-modal {
  display: none;
  width: min(680px, calc(100% - 32px));
  padding: 34px;
  color: white;
  background: rgba(16, 16, 16, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.service-modal::backdrop {
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(8px);
}

.service-modal h2 {
  margin: 10px 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
}

.service-modal p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
}

.service-modal ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.service-modal li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

.service-modal li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font: inherit;
  font-size: 24px;
  cursor: pointer;
}

.brands {
  position: relative;
  overflow: hidden;
  padding: 68px 20px;
  text-align: center;
  color: white;
  background: var(--ink);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.brands::before {
  content: "";
  position: absolute;
  right: 7%;
  top: -105px;
  width: 390px;
  height: 290px;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.34), rgba(var(--accent-rgb), 0.08) 46%, transparent 72%);
  filter: blur(34px);
  pointer-events: none;
}

.brands > * {
  position: relative;
  z-index: 1;
}

.brands p {
  margin-bottom: 10px;
  color: var(--orange);
}

.brands h2 {
  margin: 0 0 34px;
  color: white;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
}

.brand-rail {
  width: min(1080px, 100%);
  margin: 0 auto;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.brand-track {
  width: max-content;
  display: flex;
  gap: 62px;
  align-items: center;
  animation: brandRail 24s linear infinite;
}

.brand-rail:hover .brand-track {
  animation-play-state: paused;
}

.brands .brand-track img {
  width: auto;
  height: clamp(52px, 5.2vw, 72px);
  max-width: none;
  opacity: 0.9;
  filter: none;
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

.brands .brand-track img:hover {
  opacity: 1;
  filter: drop-shadow(0 0 22px var(--accent-glow));
  transform: translateY(-2px);
}

@keyframes brandRail {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 39px));
  }
}

.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 54px;
  align-items: stretch;
}

.about-media {
  position: relative;
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: var(--radius);
}

.about-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: min(270px, calc(100% - 36px));
  padding: 20px;
  color: white;
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.16), transparent 58%),
    rgba(8, 20, 26, 0.76);
  border: 1px solid rgba(var(--accent-rgb), 0.42);
  border-radius: 6px;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), 0 0 28px rgba(var(--accent-rgb), 0.14);
}

.about-badge strong {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 34px;
}

.about-badge strong span {
  color: var(--orange);
}

.about-badge > span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.about-perks {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.about-perks div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 249, 240, 0.88);
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(16, 16, 16, 0.06);
}

.about-perks strong,
.about-perks em {
  display: block;
}

.about-perks strong {
  font-size: 18px;
  line-height: 1.12;
}

.about-perks em {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.perk-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), rgba(var(--accent-rgb), 0.04)),
    rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(var(--accent-rgb), 0.62);
  border-radius: 8px;
  font-size: 21px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 10px 24px rgba(var(--accent-rgb), 0.08);
}

.why {
  position: relative;
  overflow: visible;
  padding: 88px max(20px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(390px, 450px) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
  color: white;
  background: var(--ink);
}

.why::before {
  content: "";
  position: absolute;
  top: -120px;
  right: 24%;
  width: 460px;
  height: 340px;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.3), rgba(var(--accent-rgb), 0.08) 48%, transparent 72%);
  filter: blur(38px);
  pointer-events: none;
}

.why > * {
  position: relative;
  z-index: 1;
}

.why .section-head {
  max-width: 450px;
  margin: 0;
  text-align: left;
}

.section-head.light h2 {
  color: white;
}

.why .section-head h2 {
  font-size: clamp(38px, 4.1vw, 52px);
}

.section-head.light > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 400;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  max-width: none;
  margin: 0;
  padding-bottom: 0;
  perspective: 1200px;
}

.why-grid article {
  min-height: 0;
  position: sticky;
  top: calc(104px + var(--stack-offset, 0px));
  display: grid;
  grid-template-columns: 72px minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px 26px;
  background: #151f22;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.08),
    0 22px 58px rgba(0, 0, 0, 0.28);
  transform: translateY(0) scale(1);
  transform-origin: 50% 0;
  transition:
    margin-top 240ms ease,
    transform 240ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.why-grid article + article {
  margin-top: 0;
}

.why-grid article:nth-child(1) {
  --stack-offset: 0px;
  z-index: 1;
}

.why-grid article:nth-child(2) {
  --stack-offset: 12px;
  z-index: 2;
}

.why-grid article:nth-child(3) {
  --stack-offset: 24px;
  z-index: 3;
}

.why-grid article:nth-child(4) {
  --stack-offset: 36px;
  z-index: 4;
}

.why-grid article:nth-child(5) {
  --stack-offset: 48px;
  z-index: 5;
}

.why-grid article:nth-child(6) {
  --stack-offset: 60px;
  z-index: 6;
}

.why-grid article:hover {
  transform: translateX(10px) translateY(-8px) scale(1.012);
  background: #17282c;
  border-color: rgba(var(--accent-rgb), 0.5);
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.14),
    0 30px 70px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(var(--accent-rgb), 0.1);
}

.why-grid span {
  color: var(--orange);
  font-family: "Urbanist", sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.why-grid h3 {
  margin: 0;
  font-size: clamp(19px, 1.75vw, 24px);
}

.why-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  font-weight: 400;
}

.why-actions {
  margin-top: 28px;
  margin-bottom: 40px;
  text-align: left;
}

.why-actions-mobile {
  display: none;
}

.review-slider {
  position: relative;
  padding-inline: 0;
}

.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--orange);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 32px var(--accent-glow);
  cursor: pointer;
  transform: translateY(-50%);
}

.slider-btn:hover {
  background: var(--orange-dark);
}

.slider-btn[data-review-prev] {
  left: -21px;
}

.slider-btn[data-review-next] {
  right: -21px;
}

.review-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 380px);
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  padding: 0 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--orange) rgba(16, 16, 16, 0.08);
}

.review-grid::-webkit-scrollbar {
  height: 8px;
}

.review-grid::-webkit-scrollbar-track {
  background: rgba(16, 16, 16, 0.08);
  border-radius: 999px;
}

.review-grid::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 999px;
}

.review-grid article {
  min-height: 300px;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  scroll-snap-align: start;
}

.review-top {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.review-top strong {
  color: var(--orange);
  letter-spacing: 2px;
}

.review-top span {
  padding: 5px 9px;
  color: #4c453d;
  background: #efe4d5;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.review-grid p {
  margin: 0 0 24px;
  color: #3f3933;
  font-weight: 400;
}

.review-author {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--ink);
  font-weight: 900;
}

.avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: white;
  background: var(--orange);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}

.review-author small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.area-head {
  max-width: 860px;
}

.area-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.98fr);
  gap: 58px;
  align-items: stretch;
}

.area-info h3 {
  margin: 8px 0 22px;
  font-size: 28px;
  line-height: 1.12;
}

.area-info > p,
.area-note p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
}

.area-chips {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.area-chips span {
  padding: 11px 18px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 500;
}

.area-chips .is-active {
  color: white;
  background: var(--orange);
  border-color: var(--orange);
}

.area-note {
  position: relative;
  overflow: hidden;
  margin-top: 38px;
  padding: 28px;
  color: white;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.area-note::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -92px;
  width: 300px;
  height: 230px;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.34), rgba(var(--accent-rgb), 0.08) 48%, transparent 72%);
  filter: blur(32px);
  pointer-events: none;
}

.area-note > * {
  position: relative;
  z-index: 1;
}

.area-note p {
  color: rgba(255, 255, 255, 0.68);
}

.area-note .btn {
  margin-top: 10px;
}

.area-map {
  min-height: 430px;
  overflow: hidden;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(16, 16, 16, 0.08);
}

.area-map iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  border: 0;
}

.contact {
  color: white;
  background: #0e0e0e;
}

.contact-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 78px 0 62px;
  display: grid;
  grid-template-columns: 0.52fr 1fr;
  gap: 58px;
  align-items: start;
}

.contact-copy {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
}

.contact-copy h2 {
  color: white;
  text-wrap: balance;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
}

.contact-copy p:last-of-type {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  color: white;
  text-decoration: none;
}

.contact-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.2), transparent 34%),
    rgba(var(--accent-rgb), 0.14);
  border: 1px solid var(--accent-line);
  border-radius: 8px;
  font-size: 18px;
}

.contact-row small,
.contact-row strong,
.contact-row em {
  display: block;
}

.contact-row small {
  margin-bottom: 4px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-row strong {
  color: white;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.12;
}

.contact-row em {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label:nth-of-type(n + 5),
.contact-form button,
.contact-form small {
  grid-column: 1 / -1;
}

.contact-form label {
  color: rgba(255, 255, 255, 0.78);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 54px;
  width: 100%;
  padding: 14px 16px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  outline: none;
  font: inherit;
  font-weight: 400;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
}

.contact-form select,
.hero-form-card select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 64px;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 34px) 50%,
    calc(100% - 28px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.hero-form-card select {
  background-color: rgba(255, 255, 255, 0.1);
}

.contact-form select {
  background-color: rgba(255, 255, 255, 0.1);
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--orange);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 0 3px rgba(var(--accent-rgb), 0.14);
}

.contact-form option {
  color: var(--ink);
}

.contact-form small {
  color: rgba(255, 255, 255, 0.55);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
}

.contact-form small::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  background: #2bd06f;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(43, 208, 111, 0.55);
  animation: pulseStatus 1.8s ease-out infinite;
}

@keyframes pulseStatus {
  0% {
    box-shadow: 0 0 0 0 rgba(43, 208, 111, 0.55);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(43, 208, 111, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(43, 208, 111, 0);
  }
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 34px;
  color: rgba(255, 255, 255, 0.46);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: 86px;
}

.site-footer strong {
  display: block;
  color: white;
  font-size: 22px;
}

.site-footer strong span {
  display: block;
  color: white;
}

.footer-logo b,
.footer-logo small {
  display: block;
}

.footer-logo b {
  color: white;
  font-size: 22px;
  line-height: 1.08;
}

.footer-logo small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 18px 0 0;
  max-width: 330px;
  font-size: 14px;
  font-weight: 400;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-col h3 {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
  font-weight: 400;
}

.footer-col a:hover,
.footer-bottom a:hover {
  color: white;
}

.footer-bottom {
  margin-top: 54px;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  max-width: none;
  font-size: 13px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 14px;
  }

  .brand {
    position: relative;
    z-index: 34;
  }

  .site-header.menu-open {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
      rgba(11, 13, 13, 0.9);
    border-color: rgba(255, 255, 255, 0.14);
  }

  .site-header.menu-open .brand {
    opacity: 0;
    pointer-events: none;
  }

  .nav-toggle {
    justify-self: end;
    position: relative;
    z-index: 34;
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.12);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
  }

  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 999px;
    transition: transform 180ms ease, opacity 160ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 31;
    width: 100vw;
    min-height: 0;
    display: none;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    justify-items: center;
    gap: clamp(12px, 2.2svh, 22px);
    margin: 0;
    padding: 112px 22px 26px;
    background:
      radial-gradient(circle at 18% 20%, rgba(var(--accent-rgb), 0.28), transparent 34%),
      radial-gradient(circle at 78% 82%, rgba(var(--accent-rgb), 0.2), transparent 38%),
      linear-gradient(145deg, #07090a, #0d1416 58%, #050606);
    border-bottom: 1px solid rgba(var(--accent-rgb), 0.28);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
    overflow-y: auto;
    text-align: center;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav > a {
    width: min(100%, 360px);
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(22px, 6vw, 32px);
    font-weight: 700;
    line-height: 1.05;
  }

  .main-nav > a:hover {
    color: var(--amber);
  }

  .mobile-menu-panel {
    width: min(100%, 360px);
    display: grid;
    gap: 10px;
    margin-top: clamp(4px, 2svh, 16px);
  }

  .mobile-menu-contact {
    display: grid;
    gap: 2px;
    padding: 10px 14px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
  }

  .mobile-menu-contact span {
    color: var(--amber);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-menu-contact strong {
    color: white;
    font-size: 18px;
  }

  .mobile-menu-panel .btn {
    width: 100%;
    min-height: 48px;
  }

  .header-cta {
    display: none;
  }

  .hero-inner,
  .about-layout,
  .contact-inner,
  .area-layout {
    grid-template-columns: 1fr;
  }

  .hero-form-card {
    max-width: 540px;
  }

  .trust-inner,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-tile,
  .service-tile.is-expanded {
    grid-column: auto;
  }

  .why {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .why .section-head {
    max-width: 720px;
  }

  .why-grid {
    gap: 16px;
    perspective: none;
  }

  .why-grid article {
    position: relative;
    top: auto;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px 22px;
  }

  .why-grid article + article {
    margin-top: 0;
  }

  .why-grid article p {
    grid-column: 2;
  }

  .why-actions {
    grid-column: 1 / -1;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section,
  .contact-inner,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .brand small {
    display: none;
  }

  .site-header {
    align-items: center;
  }

  .site-header.menu-open {
    min-height: 66px;
    grid-template-columns: auto auto;
    gap: 14px;
    padding: 9px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
      rgba(11, 13, 13, 0.9);
    border-color: rgba(255, 255, 255, 0.14);
  }

  .main-nav {
    padding: 98px 22px 24px;
  }

  .main-nav > a {
    display: block;
  }

  .main-nav.is-open {
    display: grid;
    width: 100vw;
    margin: 0;
  }

  .mobile-menu-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 360px);
  }

  .mobile-menu-contact {
    min-height: 56px;
    padding: 10px 14px;
    display: grid;
    gap: 5px;
    color: white;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(207, 230, 255, 0.16);
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    text-decoration: none;
  }

  .mobile-menu-contact span {
    color: var(--amber);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .mobile-menu-contact strong {
    color: white;
    font-size: 18px;
    line-height: 1.12;
  }

  .mobile-menu-panel .btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .hero-inner {
    width: min(100% - 24px, 1180px);
    padding-top: 130px;
    gap: 28px;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.08;
  }

  .hero-actions {
    margin-bottom: 46px;
  }

  .hero-benefits {
    width: calc(100vw - 24px);
    margin-right: -12px;
    padding-bottom: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .hero-benefits-track {
    width: max-content;
    flex-wrap: nowrap;
    gap: 18px;
    animation: heroBenefitTicker 16s linear infinite;
  }

  .hero-benefits-track span {
    flex: 0 0 auto;
    display: inline-flex;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .hero-benefits::-webkit-scrollbar {
    display: none;
  }

  .hero-form-card {
    padding: 26px 22px;
  }

  .hero-form-card form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
  }

  .hero-form-card label {
    gap: 11px;
  }

  .hero-form-card label:nth-of-type(n + 3),
  .hero-form-card button,
  .hero-form-card small {
    grid-column: 1 / -1;
  }

  .trust-inner,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .trust-bar {
    overflow: hidden;
    padding: 16px 0;
  }

  .trust-inner {
    width: max-content;
    display: flex;
    gap: 8px;
    animation: trustTicker 16s linear infinite;
  }

  .trust-item {
    min-width: max-content;
    padding-inline: 10px;
    grid-template-columns: auto auto;
    gap: 7px;
    justify-content: flex-start;
  }

  .trust-item-duplicate {
    display: grid;
  }

  .trust-item span {
    max-width: none;
    white-space: nowrap;
  }

  .service-tile {
    height: 360px;
    padding: 20px;
  }

  .service-tile.is-expanded {
    height: 360px;
    justify-content: flex-start;
    padding: 72px 18px 18px;
  }

  .service-content {
    min-height: 118px;
  }

  .service-tile.is-expanded .service-content {
    min-height: auto;
  }

  .service-tile h3 {
    font-size: clamp(20px, 5.9vw, 25px);
  }

  .service-tile p {
    font-size: 14px;
    line-height: 1.4;
  }

  .service-tile em {
    margin-top: 10px;
  }

  .service-tile.is-expanded .service-expanded {
    margin-top: 8px;
  }

  .service-expanded p {
    font-size: 12.5px;
    line-height: 1.32;
  }

  .service-expanded ul {
    gap: 4px;
    margin-top: 8px;
  }

  .service-expanded li {
    font-size: 12px;
    line-height: 1.28;
  }

  .why-grid {
    display: block;
    margin-left: 0;
  }

  .why-grid article {
    position: sticky;
    top: calc(96px + var(--stack-offset, 0px));
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }

  .why-grid article + article {
    margin-top: 16px;
  }

  .why-grid article p {
    grid-column: auto;
  }

  .why .section-head .why-actions {
    display: none;
  }

  .why-actions-mobile {
    display: block;
    margin: 18px 0 0;
  }

  .why-actions-mobile .btn {
    width: 100%;
    justify-content: center;
  }

  .review-slider {
    display: grid;
    grid-template-columns: 1fr 38px 38px;
    gap: 12px;
    padding-inline: 0;
    overflow: visible;
  }

  .slider-btn {
    position: static;
    transform: none;
    width: 38px;
    height: 38px;
    display: grid;
  }

  .slider-btn[data-review-prev] {
    grid-column: 2;
    grid-row: 2;
  }

  .slider-btn[data-review-next] {
    grid-column: 3;
    grid-row: 2;
  }

  .about-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .brand-track {
    gap: 28px;
    animation-duration: 18s;
  }

  .about-copy > .btn {
    display: flex;
    width: max-content;
    max-width: 100%;
    justify-self: center;
    margin-inline: auto;
  }

  .review-grid {
    grid-column: 1 / -1;
    grid-row: 1;
    grid-auto-columns: minmax(280px, 100%);
    gap: 10px;
    scroll-padding-inline: 0;
  }

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

  .section,
  .why {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-inner {
    padding-top: 70px;
  }

  .hero-benefits {
    gap: 14px;
    font-size: 14px;
  }

  .hero-copy p:not(.hero-label),
  .hero-form-card > p,
  .hero-form-card label,
  .hero-form-card small,
  .section-head p:last-child,
  .about-copy p:not(.section-kicker),
  .contact-copy p:not(.section-kicker),
  .service-tile p,
  .why-grid article p,
  .about-perks p,
  .about-perks em,
  .review-grid p,
  .review-author small,
  .area-info > p,
  .area-note p,
  .contact-form label,
  .contact-form small,
  .contact-row em,
  .site-footer p,
  .footer-col a,
  .footer-col span,
  .footer-bottom a,
  .footer-bottom p {
    font-size: 14px;
    line-height: 1.55;
  }

  .about-perks div {
    grid-template-columns: 54px 1fr;
    gap: 16px;
  }

  .perk-icon {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }

  .area-note {
    padding: 22px;
  }

  .area-chips {
    gap: 8px;
    margin-top: 22px;
  }

  .area-chips span {
    padding: 8px 12px;
    font-size: 14px;
  }

  .contact-row {
    grid-template-columns: 46px 1fr;
    gap: 13px;
  }

  .contact-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}

button.service-tile.is-expanded {
  grid-column: span 3 !important;
  height: 520px !important;
  max-height: none;
}

button.service-tile.is-expanded > em {
  display: none !important;
  visibility: hidden;
  height: 0;
  margin: 0;
  overflow: hidden;
}

button.service-tile.is-expanded .service-expanded > div {
  max-height: none;
  overflow: visible;
}

.about-badge {
  left: 18px !important;
  right: auto !important;
}

.about-badge strong > span {
  color: var(--orange) !important;
}

@media (max-width: 980px) {
  button.service-tile.is-expanded {
    grid-column: auto !important;
  }
}

@media (max-width: 640px) {
  button.service-tile.is-expanded {
    height: 360px !important;
    max-height: none;
  }
}
