:root {
  --carbon: #1a1a1a;
  --carbon-soft: #262626;
  --red: #990000;
  --red-dark: #720000;
  --paper: #f5f5f5;
  --white: #ffffff;
  --muted: #666666;
  --line: #dedede;
  --metal: #b9b9b9;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--carbon);
  background:
    linear-gradient(90deg, transparent 0 calc(100% - 18px), rgba(153, 0, 0, 0.08) calc(100% - 18px) calc(100% - 15px), transparent calc(100% - 15px)),
    linear-gradient(135deg, rgba(153, 0, 0, 0.04) 0 12%, transparent 12% 100%),
    repeating-linear-gradient(90deg, rgba(26, 26, 26, 0.035) 0 1px, transparent 1px 78px),
    repeating-linear-gradient(0deg, rgba(26, 26, 26, 0.025) 0 1px, transparent 1px 78px),
    var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 46%, rgba(26, 26, 26, 0.06) 46% calc(46% + 2px), transparent calc(46% + 2px)),
    linear-gradient(0deg, transparent 0 72%, rgba(153, 0, 0, 0.05) 72% calc(72% + 2px), transparent calc(72% + 2px)),
    radial-gradient(circle at 12% 20%, rgba(153, 0, 0, 0.08), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(26, 26, 26, 0.09), transparent 20%);
  animation: ambientShift 12s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  right: max(18px, 4vw);
  bottom: 96px;
  z-index: -1;
  width: 210px;
  height: 82px;
  pointer-events: none;
  opacity: 0.045;
  background:
    radial-gradient(circle at 34px 41px, transparent 0 18px, var(--carbon) 19px 27px, transparent 28px),
    linear-gradient(var(--carbon), var(--carbon)) 62px 36px / 104px 10px no-repeat,
    linear-gradient(var(--carbon), var(--carbon)) 150px 36px / 20px 32px no-repeat,
    linear-gradient(var(--carbon), var(--carbon)) 174px 36px / 18px 22px no-repeat;
  transform: rotate(-11deg);
  animation: floatingKey 8s ease-in-out infinite;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(26, 26, 26, 0.94);
  backdrop-filter: blur(14px);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: block;
}

.brand-mark img {
  display: block;
  width: 46px;
  height: 46px;
}

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

.brand strong {
  font-size: 1rem;
  line-height: 1.15;
}

.brand small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.95rem;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.82);
}

.nav-links a:hover {
  color: var(--white);
}

.nav-call {
  padding: 12px 16px;
  background: var(--red);
  color: var(--white) !important;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: var(--white);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
}

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
  align-items: center;
  gap: 48px;
  padding: 70px 0 52px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  top: 16%;
  width: 46vw;
  height: 240px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(153, 0, 0, 0.2), transparent),
    linear-gradient(90deg, transparent, rgba(26, 26, 26, 0.14), transparent);
  background-size: 320px 3px, 420px 2px;
  background-position: 0 40px, 90px 130px;
  background-repeat: repeat-x;
  transform: skewY(-12deg);
  animation: speedSweep 2.8s linear infinite;
  opacity: 0.8;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 7px;
  width: 8px;
  height: 58%;
  background: var(--red);
}

.hero-copy::after {
  content: "";
  position: absolute;
  left: -38px;
  bottom: -26px;
  width: 210px;
  height: 74px;
  opacity: 0.12;
  background:
    radial-gradient(circle at 23px 37px, transparent 0 13px, var(--carbon) 14px 19px, transparent 20px),
    linear-gradient(var(--carbon), var(--carbon)) 42px 33px / 118px 8px no-repeat,
    linear-gradient(var(--carbon), var(--carbon)) 150px 33px / 18px 26px no-repeat,
    linear-gradient(var(--carbon), var(--carbon)) 168px 33px / 14px 16px no-repeat;
  transform: rotate(-8deg);
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow::before,
.section-label::before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--red);
}

h1 {
  max-width: 850px;
  font-size: clamp(2.5rem, 6vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: 0;
  margin: 18px 0 24px;
}

.hero-text {
  max-width: 720px;
  font-size: 1.12rem;
  color: #3d3d3d;
}

.hero-actions,
.section-head,
.cta,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 2px solid var(--carbon);
  font-weight: 800;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 35%, rgba(255, 255, 255, 0.32) 48%, transparent 62% 100%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn.primary {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.btn.primary:hover,
.nav-call:hover {
  background: var(--red-dark);
}

.btn.ghost {
  background: transparent;
}

.hero-panel {
  background: var(--carbon);
  color: var(--white);
  padding: 28px;
  box-shadow: var(--shadow);
  transform: skewY(-2deg);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background:
    conic-gradient(from 90deg, transparent, rgba(153, 0, 0, 0.32), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 22px);
  animation: panelRadar 7s linear infinite;
}

.hero-panel > * {
  transform: skewY(2deg);
}

.lock-stage {
  min-height: 190px;
  position: relative;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.lock-stage.unlock-hit {
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 0 0 1px rgba(153, 0, 0, 0.8), 0 0 34px rgba(153, 0, 0, 0.38);
}

.lock-stage::before,
.lock-stage::after {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  animation: scanLine 2.4s linear infinite;
}

.lock-stage::before {
  top: 34%;
}

.lock-stage::after {
  top: 68%;
  animation-delay: -1.1s;
}

.lock-visual {
  position: absolute;
  width: 152px;
  height: 152px;
  right: 24px;
  top: 22px;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.28));
}

.lock-shackle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 16;
  stroke-linecap: round;
  animation: shackleOpen 4s ease-in-out infinite;
  transform-origin: 58px 76px;
}

.lock-body {
  fill: var(--red);
}

.key-hole,
.key-slot {
  fill: var(--carbon);
  stroke: var(--carbon);
  stroke-width: 8;
  stroke-linecap: round;
}

.key-visual {
  position: absolute;
  width: 154px;
  height: 72px;
  left: -8px;
  top: 72px;
  overflow: visible;
  animation: keyTurn 4s ease-in-out infinite;
  transform-origin: 76% 50%;
}

.key-ring,
.key-shaft,
.key-bit {
  fill: none;
  stroke: var(--white);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.key-ring-hole {
  fill: var(--carbon);
}

.spark {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--white);
  transform: rotate(45deg) scale(0);
  animation: sparkPop 4s ease-in-out infinite;
}

.spark-one {
  left: 58%;
  top: 42%;
}

.spark-two {
  left: 66%;
  top: 30%;
  animation-delay: 0.12s;
}

.spark-three {
  left: 72%;
  top: 58%;
  animation-delay: 0.2s;
}

.speed-line {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.speed-line span {
  color: var(--red);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.speed-line strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.dispatch-card {
  margin: 24px 0;
  padding: 22px;
  background: var(--white);
  color: var(--carbon);
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px 14px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.dispatch-card::after {
  content: "SERVIS CIKTI";
  position: absolute;
  right: -24px;
  top: 18px;
  padding: 4px 28px;
  background: rgba(153, 0, 0, 0.1);
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 900;
  transform: rotate(28deg);
  letter-spacing: 0;
}

.dispatch-card p,
.dispatch-card strong {
  margin: 0;
}

.dispatch-card strong {
  grid-column: 2;
  font-size: 1.18rem;
}

.pulse {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 0 rgba(153, 0, 0, 0.65);
  animation: pulse 1.5s infinite;
}

.quick-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.quick-list li {
  padding-left: 18px;
  border-left: 4px solid var(--red);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.trust-strip {
  background: var(--carbon);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.trust-strip div {
  padding: 28px max(22px, calc((100vw - 1180px) / 2));
  background: var(--carbon-soft);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trade-bench {
  width: min(1180px, calc(100% - 32px));
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 22px;
  align-items: stretch;
}

.bench-copy,
.bench-board {
  background: var(--white);
  border: 1px solid var(--line);
}

.bench-copy {
  padding: 34px;
}

.bench-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.bench-copy p {
  margin-bottom: 0;
  color: #4d4d4d;
}

.bench-board {
  min-height: 360px;
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  background:
    linear-gradient(135deg, rgba(153, 0, 0, 0.08), transparent 34%),
    repeating-linear-gradient(90deg, rgba(26, 26, 26, 0.06) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(26, 26, 26, 0.05) 0 1px, transparent 1px 28px),
    var(--carbon);
  color: var(--white);
}

.bench-item {
  position: relative;
  min-height: 144px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  display: flex;
  align-items: flex-end;
  padding: 18px;
  overflow: hidden;
}

.bench-item strong {
  position: relative;
  z-index: 2;
}

.bench-item span,
.bench-item span::before,
.bench-item span::after {
  position: absolute;
  content: "";
  display: block;
}

.item-key span {
  width: 142px;
  height: 12px;
  left: 42px;
  top: 54px;
  background: var(--metal);
  transform: rotate(-18deg);
  box-shadow: 66px 20px 0 -2px rgba(255, 255, 255, 0.18);
}

.item-key span::before {
  width: 44px;
  height: 44px;
  left: -40px;
  top: -16px;
  border: 10px solid var(--metal);
  border-radius: 50%;
}

.item-key span::after {
  width: 34px;
  height: 28px;
  right: -20px;
  top: 0;
  background: var(--metal);
  clip-path: polygon(0 0, 100% 0, 100% 42%, 66% 42%, 66% 72%, 100% 72%, 100% 100%, 0 100%);
}

.item-cylinder span {
  width: 138px;
  height: 54px;
  left: 38px;
  top: 42px;
  border-radius: 28px;
  background: linear-gradient(90deg, var(--metal), #efefef, #8e8e8e);
  transform: rotate(10deg);
}

.item-cylinder span::before {
  width: 34px;
  height: 34px;
  left: 14px;
  top: 10px;
  border-radius: 50%;
  background: var(--carbon);
  box-shadow: 68px 0 0 rgba(26, 26, 26, 0.28);
}

.item-latch span {
  width: 124px;
  height: 70px;
  left: 58px;
  top: 36px;
  border: 10px solid var(--metal);
  border-right-width: 24px;
  transform: skewX(-12deg);
}

.item-latch span::before {
  width: 64px;
  height: 26px;
  left: -56px;
  top: 12px;
  background: var(--red);
  clip-path: polygon(0 50%, 36% 0, 100% 0, 100% 100%, 36% 100%);
  animation: latchSlide 2.8s ease-in-out infinite;
}

.item-remote span {
  width: 78px;
  height: 118px;
  left: 76px;
  top: 18px;
  border-radius: 28px 28px 18px 18px;
  background: linear-gradient(160deg, #3a3a3a, #050505);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.item-remote span::before {
  width: 32px;
  height: 32px;
  left: 23px;
  top: 22px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 42px 0 rgba(255, 255, 255, 0.24);
}

.item-remote span::after {
  width: 66px;
  height: 66px;
  left: 6px;
  top: -16px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: signalWave 1.8s ease-out infinite;
}

.trust-strip span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.route-section {
  padding-bottom: 40px;
}

.route-board {
  position: relative;
  min-height: 410px;
  background:
    linear-gradient(135deg, rgba(153, 0, 0, 0.08), transparent 36%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 34px),
    var(--carbon);
  border: 1px solid rgba(26, 26, 26, 0.12);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.route-board::before {
  content: "KAVACIK SERVIS HATTI";
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(2rem, 6vw, 5.5rem);
  font-weight: 900;
  line-height: 0.9;
}

.route-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.route-grid-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}

.route-path {
  fill: none;
  stroke: var(--red);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 24 18;
  filter: drop-shadow(0 0 14px rgba(153, 0, 0, 0.55));
  animation: routeDash 1.1s linear infinite;
}

.route-core {
  fill: var(--red);
  stroke: var(--white);
  stroke-width: 5;
}

.route-vehicle {
  fill: var(--white);
  stroke: var(--red);
  stroke-width: 5;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.58));
}

.route-pin {
  position: absolute;
  min-width: 164px;
  padding: 14px 16px 14px 42px;
  background: rgba(255, 255, 255, 0.92);
  border-left: 5px solid var(--red);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.route-pin::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 14px;
  height: 14px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(153, 0, 0, 0.55);
  animation: pinPulse 1.8s ease-out infinite;
}

.route-pin:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
}

.route-pin strong,
.route-pin span {
  display: block;
}

.route-pin strong {
  line-height: 1.1;
}

.route-pin span {
  color: #5a5a5a;
  font-size: 0.86rem;
  margin-top: 4px;
}

.pin-center {
  left: 7%;
  top: 43%;
}

.pin-ruzgar {
  left: 24%;
  top: 15%;
}

.pin-cubuklu {
  left: 38%;
  bottom: 12%;
}

.pin-goksu {
  right: 19%;
  bottom: 18%;
}

.pin-otag {
  right: 7%;
  top: 18%;
}

section[id] {
  scroll-margin-top: 96px;
}

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

.breadcrumbs {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555555;
  font-size: 0.9rem;
}

.breadcrumbs a {
  color: var(--red);
  font-weight: 800;
}

.breadcrumbs span::before {
  content: "/";
  margin-right: 10px;
  color: #9a9a9a;
}

.intro {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 56px;
  border-bottom: 1px solid var(--line);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.32rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.section-head {
  align-items: end;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 520px;
  margin-bottom: 0;
  color: #4c4c4c;
}

.inline-call {
  color: var(--red);
  font-weight: 900;
  font-size: 1.2rem;
  white-space: nowrap;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card {
  min-height: 278px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 72px 26px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card > span:not(.service-icon) {
  position: absolute;
  left: 26px;
  top: 22px;
  z-index: 2;
}

.service-card > .service-icon {
  position: absolute;
  right: 22px;
  top: 18px;
  left: auto;
  z-index: 2;
  width: 70px;
  height: 70px;
  opacity: 0.92;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.js-ready .service-card {
  transform: translateY(18px);
  opacity: 0;
}

.service-card.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.service-card::before {
  content: "";
  position: absolute;
  right: -26px;
  top: -26px;
  width: 88px;
  height: 88px;
  border: 12px solid rgba(153, 0, 0, 0.08);
  border-radius: 50%;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-card::after {
  content: none;
}

.service-card h3::before {
  content: none;
  position: absolute;
  right: 24px;
  top: 22px;
  width: 58px;
  height: 58px;
  opacity: 0.86;
  background-color: var(--red);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.service-card:nth-child(1) h3::before {
  background-color: var(--white);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M12 27V18a20 20 0 0 1 40 0v9h-7v-9a13 13 0 0 0-26 0v9zM8 25h48v34H8zm20 12a6 6 0 0 0 1 11v7h6v-7a6 6 0 0 0-7-11z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M12 27V18a20 20 0 0 1 40 0v9h-7v-9a13 13 0 0 0-26 0v9zM8 25h48v34H8zm20 12a6 6 0 0 0 1 11v7h6v-7a6 6 0 0 0-7-11z'/%3E%3C/svg%3E");
}

.service-card:nth-child(2) h3::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M9 5h35v54H9zM16 12v40h21V12zm26 12h13v16H42zm-22 5h6v6h-6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M9 5h35v54H9zM16 12v40h21V12zm26 12h13v16H42zm-22 5h6v6h-6z'/%3E%3C/svg%3E");
}

.service-card:nth-child(3) h3::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='m14 18 7-10h26l7 10 5 5v25h-7a10 10 0 0 1-20 0H22a10 10 0 0 1-20 0H0V27l6-9zm8-3-4 7h32l-5-7zM12 43a5 5 0 1 0 0 10 5 5 0 0 0 0-10m30 0a5 5 0 1 0 0 10 5 5 0 0 0 0-10'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='m14 18 7-10h26l7 10 5 5v25h-7a10 10 0 0 1-20 0H22a10 10 0 0 1-20 0H0V27l6-9zm8-3-4 7h32l-5-7zM12 43a5 5 0 1 0 0 10 5 5 0 0 0 0-10m30 0a5 5 0 1 0 0 10 5 5 0 0 0 0-10'/%3E%3C/svg%3E");
}

.service-card:nth-child(4) h3::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M8 7h32v50H8zm8 8v34h16V15zm31 9a11 11 0 1 1 0 22 11 11 0 0 1 0-22m-4 11h8v-4h-8zm2 2v5h4v-5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M8 7h32v50H8zm8 8v34h16V15zm31 9a11 11 0 1 1 0 22 11 11 0 0 1 0-22m-4 11h8v-4h-8zm2 2v5h4v-5z'/%3E%3C/svg%3E");
}

.service-card:nth-child(5) h3::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M5 10h35v49H5zm8 9v7h8v-7zm15 0v7h5v-7zM13 34v7h8v-7zm15 0v7h5v-7zM43 25h16v34H43zm5 8v6h6v-6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M5 10h35v49H5zm8 9v7h8v-7zm15 0v7h5v-7zM13 34v7h8v-7zm15 0v7h5v-7zM43 25h16v34H43zm5 8v6h6v-6z'/%3E%3C/svg%3E");
}

.service-card:nth-child(6) h3::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M7 5h50v54H7zm7 7v40h36V12zm15 15h22v7H29zm-5-5h9v17h-9z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M7 5h50v54H7zm7 7v40h36V12zm15 15h22v7H29zm-5-5h9v17h-9z'/%3E%3C/svg%3E");
}

.service-card:nth-child(7) h3::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M6 7h52v50H6zm7 7v36h38V14zm19 7a12 12 0 1 0 0 24 12 12 0 0 0 0-24m0 6a6 6 0 1 1 0 12 6 6 0 0 1 0-12m14-6h3v6h-3zm0 16h3v6h-3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M6 7h52v50H6zm7 7v36h38V14zm19 7a12 12 0 1 0 0 24 12 12 0 0 0 0-24m0 6a6 6 0 1 1 0 12 6 6 0 0 1 0-12m14-6h3v6h-3zm0 16h3v6h-3z'/%3E%3C/svg%3E");
}

.service-card:nth-child(8) h3::before {
  background-color: var(--white);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M29 3h6v11h-6zm22 8 4 4-8 8-4-4zM9 11l8 8-4 4-8-8zm23 8a21 21 0 1 1 0 42 21 21 0 0 1 0-42m-3 8v19l14 8 3-5-11-6V27z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M29 3h6v11h-6zm22 8 4 4-8 8-4-4zM9 11l8 8-4 4-8-8zm23 8a21 21 0 1 1 0 42 21 21 0 0 1 0-42m-3 8v19l14 8 3-5-11-6V27z'/%3E%3C/svg%3E");
  animation: iconPulse 2.2s ease-in-out infinite;
}

.service-card:hover {
  border-color: rgba(153, 0, 0, 0.5);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

.service-card:hover::before {
  border-color: rgba(153, 0, 0, 0.18);
  transform: scale(1.16);
}

.service-card:hover > .service-icon {
  opacity: 1;
  transform: rotate(-5deg) scale(1.08);
}

.service-card span:not(.service-icon) {
  color: var(--red);
  font-weight: 900;
}

.service-card p {
  color: #505050;
  margin-bottom: 0;
}

.service-card a,
.location-grid a {
  border-bottom: 2px solid currentColor;
}

.service-card.featured {
  grid-column: span 2;
  background: var(--carbon);
  color: var(--white);
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card.urgent {
  background: var(--red);
  color: var(--white);
}

.service-card.featured::before,
.service-card.urgent::before {
  border-color: rgba(255, 255, 255, 0.12);
}

.service-card.featured::after,
.service-card.urgent::after {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 18px 16px 0 rgba(255, 255, 255, 0.18);
}

.service-card.urgent span:not(.service-icon),
.service-card.urgent p {
  color: var(--white);
}

.service-card.featured > .service-icon,
.service-card.urgent > .service-icon {
  background-color: var(--white);
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}

.dark-block {
  background: var(--carbon);
  color: var(--white);
  padding: 38px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.dark-block::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.08) 18% calc(18% + 1px), transparent calc(18% + 1px)),
    linear-gradient(0deg, transparent 0 64%, rgba(255, 255, 255, 0.08) 64% calc(64% + 1px), transparent calc(64% + 1px));
}

.dark-block::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 120px;
  height: 120px;
  border: 16px solid rgba(255, 255, 255, 0.08);
  border-top-color: rgba(153, 0, 0, 0.65);
  border-radius: 50%;
  animation: dialTurn 5s linear infinite;
}

.dark-block p {
  color: rgba(255, 255, 255, 0.72);
}

.office-list {
  display: grid;
  gap: 18px;
}

.office-list div,
.location-grid article,
.step {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 26px;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.office-list div:hover,
.location-grid article:hover,
.step:hover {
  border-color: rgba(153, 0, 0, 0.45);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.office-list p,
.location-grid p,
.step p,
.faq-answer p {
  color: #525252;
  margin-bottom: 0;
}

.decision-section {
  border-top: 1px solid var(--line);
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.decision-grid article {
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(153, 0, 0, 0.08), transparent 44%),
    var(--white);
  border: 1px solid var(--line);
  padding: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.decision-grid article::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px dashed rgba(26, 26, 26, 0.12);
  pointer-events: none;
}

.decision-grid article::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 124px;
  height: 124px;
  border: 14px solid rgba(153, 0, 0, 0.08);
  border-radius: 50%;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.decision-grid article:hover {
  border-color: rgba(153, 0, 0, 0.48);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.11);
  transform: translateY(-5px);
}

.decision-grid article:hover::after {
  border-color: rgba(153, 0, 0, 0.16);
  transform: scale(1.12);
}

.decision-icon {
  position: absolute;
  right: 24px;
  top: 26px;
  z-index: 2;
  width: 74px;
  height: 74px;
  display: block;
  background-color: var(--red);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  opacity: 0.92;
}

.decision-grid article:hover .decision-icon {
  animation: toolKick 0.62s ease both;
}

.decision-grid h3 {
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
  min-height: 66px;
  padding-right: 86px;
}

.decision-grid h3 a {
  border-bottom: 2px solid currentColor;
}

.decision-grid p {
  color: #525252;
  margin: 0;
  position: relative;
  z-index: 2;
}

.scenario-section {
  border-top: 1px solid var(--line);
}

.scenario-grid,
.local-depth-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.scenario-grid article,
.local-depth-grid article {
  min-height: 330px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 26px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.scenario-grid article::before,
.local-depth-grid article::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px dashed rgba(26, 26, 26, 0.12);
  pointer-events: none;
}

.scenario-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 142px;
  height: 142px;
  border: 16px solid rgba(153, 0, 0, 0.08);
  border-radius: 50%;
}

.scenario-grid article:hover,
.local-depth-grid article:hover {
  border-color: rgba(153, 0, 0, 0.48);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.11);
  transform: translateY(-5px);
}

.scenario-icon {
  position: absolute;
  right: 24px;
  top: 26px;
  width: 78px;
  height: 78px;
  background-color: var(--red);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  opacity: 0.9;
}

.scenario-grid h3 {
  min-height: 92px;
  padding-right: 86px;
}

.scenario-grid h3,
.local-depth-grid h3 {
  position: relative;
  z-index: 2;
}

.scenario-grid p,
.local-depth-grid p {
  color: #525252;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.scenario-grid a,
.local-depth-grid a {
  color: var(--red);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
  position: relative;
  z-index: 2;
  width: fit-content;
}

.checklist-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.checklist-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.checklist-panel {
  background: var(--carbon);
  color: var(--white);
  padding: 30px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.checklist-panel::before {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  z-index: -1;
  width: 146px;
  height: 146px;
  border: 16px solid rgba(255, 255, 255, 0.08);
  border-top-color: rgba(153, 0, 0, 0.85);
  border-radius: 50%;
}

.checklist-panel::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 112px;
  height: 44px;
  opacity: 0.13;
  background:
    radial-gradient(circle at 20px 22px, transparent 0 10px, var(--white) 11px 17px, transparent 18px),
    linear-gradient(var(--white), var(--white)) 38px 19px / 60px 7px no-repeat,
    linear-gradient(var(--white), var(--white)) 92px 19px / 14px 20px no-repeat;
  transform: rotate(-12deg);
}

.checklist-panel h3 {
  font-size: 1.45rem;
  margin-bottom: 18px;
}

.checklist-panel ul {
  margin: 0;
  padding-left: 20px;
}

.checklist-panel li {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.checklist-panel li::marker {
  color: var(--red);
}

.local-depth-section {
  border-top: 1px solid var(--line);
}

.local-depth-grid {
  grid-template-columns: repeat(2, 1fr);
}

.local-depth-grid article {
  min-height: 292px;
  background:
    linear-gradient(135deg, rgba(153, 0, 0, 0.07), transparent 48%),
    var(--white);
}

.local-depth-grid article::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 26px;
  width: 128px;
  height: 46px;
  opacity: 0.1;
  background:
    radial-gradient(circle at 22px 23px, transparent 0 11px, var(--carbon) 12px 18px, transparent 19px),
    linear-gradient(var(--carbon), var(--carbon)) 42px 20px / 70px 7px no-repeat,
    linear-gradient(var(--carbon), var(--carbon)) 104px 20px / 16px 22px no-repeat;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.intent-grid,
.audience-grid,
.corridor-grid {
  display: grid;
  gap: 16px;
}

.intent-grid {
  grid-template-columns: repeat(4, 1fr);
}

.audience-grid,
.corridor-grid {
  grid-template-columns: repeat(3, 1fr);
}

.intent-grid article,
.audience-grid a,
.corridor-grid article {
  min-height: 210px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 26px;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.intent-grid article::after,
.audience-grid a::after,
.corridor-grid article::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 108px;
  height: 108px;
  border: 14px solid rgba(153, 0, 0, 0.08);
  border-radius: 50%;
}

.intent-grid article:hover,
.audience-grid a:hover,
.corridor-grid article:hover {
  border-color: rgba(153, 0, 0, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.11);
  transform: translateY(-4px);
}

.intent-grid span {
  color: var(--red);
  font-weight: 900;
}

.audience-grid a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.audience-grid strong {
  font-size: 1.22rem;
  line-height: 1.2;
}

.audience-grid span,
.intent-grid p,
.corridor-grid p {
  color: #525252;
}

.long-copy {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.copy-columns {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 26px;
}

.copy-columns > div {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.visual-tools {
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

.visual-tools-copy {
  background: var(--carbon);
  color: var(--white);
  padding: 34px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.visual-tools-copy::before {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -46px;
  z-index: -1;
  width: 190px;
  height: 190px;
  border: 18px solid rgba(255, 255, 255, 0.09);
  border-top-color: rgba(153, 0, 0, 0.8);
  border-radius: 50%;
  animation: dialTurn 7s linear infinite;
}

.visual-tools-copy::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 28px;
  width: 148px;
  height: 54px;
  opacity: 0.13;
  background:
    radial-gradient(circle at 24px 27px, transparent 0 12px, var(--white) 13px 19px, transparent 20px),
    linear-gradient(var(--white), var(--white)) 44px 24px / 76px 8px no-repeat,
    linear-gradient(var(--white), var(--white)) 112px 24px / 16px 24px no-repeat,
    linear-gradient(var(--white), var(--white)) 132px 24px / 12px 16px no-repeat;
  transform: rotate(-10deg);
}

.visual-tools-copy h2 {
  font-size: clamp(2rem, 3.5vw, 3.65rem);
  line-height: 0.98;
  margin: 18px 0;
}

.visual-tools-copy p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

.visual-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.tool-card {
  min-height: 190px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tool-card::before {
  content: "";
  position: absolute;
  right: -32px;
  top: -34px;
  width: 116px;
  height: 116px;
  border: 14px solid rgba(153, 0, 0, 0.08);
  border-radius: 50%;
}

.tool-card::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 42px;
  height: 4px;
  background: var(--red);
  box-shadow: 54px 0 0 rgba(26, 26, 26, 0.13), 108px 0 0 rgba(153, 0, 0, 0.14);
}

.tool-card:hover {
  border-color: rgba(153, 0, 0, 0.48);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.11);
  transform: translateY(-5px);
}

.tool-card span,
.service-icon {
  display: block;
  background-color: var(--red);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.tool-card span {
  position: absolute;
  right: 20px;
  top: 26px;
  width: 86px;
  height: 86px;
  opacity: 0.9;
  transform-origin: center;
}

.tool-card:hover span {
  animation: toolKick 0.62s ease both;
}

.tool-card strong {
  font-size: 1.2rem;
  line-height: 1.15;
  margin-bottom: 8px;
}

.tool-card small {
  color: #555555;
  font-size: 0.88rem;
  font-weight: 700;
}

.tool-motor span,
.icon-car-lock {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M18 56h-8l6-23h10l9-14h31l10 14h9l5 23h-9a13 13 0 0 1-26 0H41a13 13 0 0 1-26 0zm18-21h30l-6-8H41zm-8 27a6 6 0 1 0 0-12 6 6 0 0 0 0 12m40 0a6 6 0 1 0 0-12 6 6 0 0 0 0 12M10 73h54v7H10z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M18 56h-8l6-23h10l9-14h31l10 14h9l5 23h-9a13 13 0 0 1-26 0H41a13 13 0 0 1-26 0zm18-21h30l-6-8H41zm-8 27a6 6 0 1 0 0-12 6 6 0 0 0 0 12m40 0a6 6 0 1 0 0-12 6 6 0 0 0 0 12M10 73h54v7H10z'/%3E%3C/svg%3E");
}

.tool-cylinder span,
.icon-chip-key {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M13 28h49a18 18 0 1 1 0 40H13zm12 10v20h36a8 8 0 0 0 0-20zm44 4h11v12H69zM18 16h40v8H18zm0 56h40v8H18z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M13 28h49a18 18 0 1 1 0 40H13zm12 10v20h36a8 8 0 0 0 0-20zm44 4h11v12H69zM18 16h40v8H18zm0 56h40v8H18z'/%3E%3C/svg%3E");
}

.tool-door span,
.icon-steel-door,
.icon-open-door {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M16 10h48v76H16zm12 12v52h24V22zm44 17h13v18H72zM38 48h8v8h-8zM60 9l20 8v62l-20 8v-9l11-4V23l-11-5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M16 10h48v76H16zm12 12v52h24V22zm44 17h13v18H72zM38 48h8v8h-8zM60 9l20 8v62l-20 8v-9l11-4V23l-11-5z'/%3E%3C/svg%3E");
}

.tool-remote span,
.icon-clock-key {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M30 8h28a10 10 0 0 1 10 10v60a10 10 0 0 1-10 10H30a10 10 0 0 1-10-10V18A10 10 0 0 1 30 8m5 13v18h18V21zm9 30a12 12 0 1 0 0 24 12 12 0 0 0 0-24M72 20l6-6a28 28 0 0 1 0 40l-6-6a20 20 0 0 0 0-28'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M30 8h28a10 10 0 0 1 10 10v60a10 10 0 0 1-10 10H30a10 10 0 0 1-10-10V18A10 10 0 0 1 30 8m5 13v18h18V21zm9 30a12 12 0 1 0 0 24 12 12 0 0 0 0-24M72 20l6-6a28 28 0 0 1 0 40l-6-6a20 20 0 0 0 0-28'/%3E%3C/svg%3E");
}

.tool-glass span,
.icon-glass-door {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M15 8h66v80H15zm9 9v62h48V17zm42 22h19v18H66zM35 47h10v10H35zm-4-20h9v9h-9zm23 31h8v10h-8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M15 8h66v80H15zm9 9v62h48V17zm42 22h19v18H66zM35 47h10v10H35zm-4-20h9v9h-9zm23 31h8v10h-8z'/%3E%3C/svg%3E");
}

.tool-safe span,
.icon-safe {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M12 14h72v68H12zm10 10v48h52V24zm26 9a15 15 0 1 1 0 30 15 15 0 0 1 0-30m0 8a7 7 0 1 0 0 14 7 7 0 0 0 0-14m19-7h5v11h-5zm0 19h5v11h-5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M12 14h72v68H12zm10 10v48h52V24zm26 9a15 15 0 1 1 0 30 15 15 0 0 1 0-30m0 8a7 7 0 1 0 0 14 7 7 0 0 0 0-14m19-7h5v11h-5zm0 19h5v11h-5z'/%3E%3C/svg%3E");
}

.tool-plaza span,
.icon-plaza {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M10 12h47v72H10zm11 12v10h10V24zm18 0v10h8V24zM21 44v10h10V44zm18 0v10h8V44zM21 64v10h10V64zm18 0v10h8V64zm26-31h21v51H65zm7 10v10h7V43zm0 20v10h7V63z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M10 12h47v72H10zm11 12v10h10V24zm18 0v10h8V24zM21 44v10h10V44zm18 0v10h8V44zM21 64v10h10V64zm18 0v10h8V64zm26-31h21v51H65zm7 10v10h7V43zm0 20v10h7V63z'/%3E%3C/svg%3E");
}

.copy-columns > div::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 130px;
  height: 52px;
  opacity: 0.08;
  background:
    radial-gradient(circle at 24px 26px, transparent 0 13px, var(--carbon) 14px 19px, transparent 20px),
    linear-gradient(var(--carbon), var(--carbon)) 42px 23px / 72px 8px no-repeat,
    linear-gradient(var(--carbon), var(--carbon)) 104px 23px / 16px 24px no-repeat;
  transform: rotate(-12deg);
}

.deep-local-seo {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 92px;
}

.deep-local-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.deep-local-grid article {
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(153, 0, 0, 0.08), transparent 44%),
    var(--white);
  border: 1px solid var(--line);
  padding: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.deep-local-grid article::before {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 118px;
  height: 118px;
  border: 14px solid rgba(153, 0, 0, 0.1);
  border-radius: 50%;
}

.deep-local-grid article::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 74px;
  height: 24px;
  opacity: 0.12;
  background:
    radial-gradient(circle at 12px 12px, transparent 0 7px, var(--carbon) 8px 11px, transparent 12px),
    linear-gradient(var(--carbon), var(--carbon)) 28px 10px / 40px 5px no-repeat,
    linear-gradient(var(--carbon), var(--carbon)) 62px 10px / 10px 14px no-repeat;
}

.deep-local-grid article:hover {
  border-color: rgba(153, 0, 0, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.11);
  transform: translateY(-4px);
}

.deep-local-grid span {
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.deep-local-grid h3 {
  margin: 10px 0 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.deep-local-grid p {
  color: #525252;
  margin: 0;
}

.seo-hub {
  border-top: 1px solid var(--line);
}

.link-grid,
.page-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.link-grid a,
.page-links a {
  min-height: 72px;
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 16px 18px;
  font-weight: 800;
}

.link-grid a:hover,
.page-links a:hover {
  border-color: var(--red);
  color: var(--red);
}

.sitemap-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sitemap-panel > div {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 24px;
}

.sitemap-panel h2 {
  font-size: 1.35rem;
}

.sitemap-panel a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  color: #333333;
  font-weight: 700;
}

.sitemap-panel a:hover {
  color: var(--red);
}

.page-faq {
  border-top: 1px solid var(--line);
}

.page-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.page-faq-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 24px;
}

.page-faq-grid h3 {
  font-size: 1.1rem;
}

.page-faq-grid p {
  margin: 0;
  color: #4d4d4d;
}

.sub-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.sub-hero::before {
  content: "";
  position: absolute;
  right: 28%;
  bottom: 34px;
  width: 240px;
  height: 92px;
  opacity: 0.055;
  pointer-events: none;
  background:
    radial-gradient(circle at 38px 46px, transparent 0 20px, var(--carbon) 21px 30px, transparent 31px),
    linear-gradient(var(--carbon), var(--carbon)) 70px 41px / 116px 10px no-repeat,
    linear-gradient(var(--carbon), var(--carbon)) 172px 41px / 22px 36px no-repeat,
    linear-gradient(var(--carbon), var(--carbon)) 202px 41px / 18px 24px no-repeat;
  transform: rotate(-9deg);
}

.sub-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(520px, 56vw);
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent);
}

.sub-hero h1 {
  font-size: clamp(2.35rem, 5vw, 4.9rem);
}

.sub-hero p {
  max-width: 760px;
  font-size: 1.08rem;
  color: #424242;
}

.sub-card {
  background: var(--carbon);
  color: var(--white);
  padding: 28px;
  border-left: 8px solid var(--red);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.sub-card::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 22px;
  z-index: -1;
  width: 74px;
  height: 74px;
  opacity: 0.16;
  background-color: var(--white);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M18 41V28a30 30 0 0 1 60 0v13H66V28a18 18 0 0 0-36 0v13zM13 38h70v49H13zm29 20a9 9 0 0 0 4 16v8h8v-8a9 9 0 0 0-4-16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='black' d='M18 41V28a30 30 0 0 1 60 0v13H66V28a18 18 0 0 0-36 0v13zM13 38h70v49H13zm29 20a9 9 0 0 0 4 16v8h8v-8a9 9 0 0 0-4-16z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.sub-card::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -18px;
  width: 116px;
  height: 116px;
  border: 14px solid rgba(255, 255, 255, 0.12);
  border-top-color: rgba(153, 0, 0, 0.85);
  border-radius: 50%;
  animation: dialTurn 4.5s linear infinite;
}

.sub-card strong,
.sub-card span {
  display: block;
}

.sub-card strong {
  font-size: 1.5rem;
  line-height: 1.1;
}

.sub-card span {
  color: rgba(255, 255, 255, 0.68);
  margin-top: 10px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.45fr);
  gap: 28px;
  align-items: start;
}

.article-panel,
.side-panel {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.article-panel::before,
.side-panel::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 74px;
  height: 74px;
  opacity: 0.08;
  background:
    radial-gradient(circle at 26px 37px, transparent 0 13px, var(--carbon) 14px 19px, transparent 20px),
    linear-gradient(var(--carbon), var(--carbon)) 42px 33px / 46px 8px no-repeat,
    linear-gradient(var(--carbon), var(--carbon)) 78px 33px / 14px 24px no-repeat;
  transform: rotate(-18deg);
}

.seo-expansion {
  border-top: 1px solid var(--line);
}

.expansion-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 18px;
}

.expansion-copy,
.expansion-checklist {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 30px;
}

.expansion-copy p:last-child {
  margin-bottom: 0;
}

.expansion-checklist {
  border-top: 6px solid var(--red);
}

.expansion-checklist ul {
  margin: 0 0 22px;
  padding-left: 20px;
}

.expansion-checklist li {
  margin-bottom: 10px;
}

.expansion-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.expansion-links a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-weight: 800;
  font-size: 0.88rem;
}

.expansion-links a:hover {
  border-color: var(--red);
  color: var(--red);
}

.article-panel h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.article-panel ul,
.side-panel ul {
  margin: 0;
  padding-left: 20px;
}

.article-panel li,
.side-panel li {
  margin-bottom: 10px;
}

.side-panel {
  position: sticky;
  top: 104px;
}

.side-panel h2,
.side-panel h3 {
  font-size: 1.35rem;
}

.side-panel a {
  font-weight: 800;
  border-bottom: 1px solid rgba(153, 0, 0, 0.35);
}

.side-panel li::marker {
  color: var(--red);
}

.mini-cta {
  margin-top: 24px;
  padding: 22px;
  background: var(--red);
  color: var(--white);
}

.mini-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.steps {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  width: 100%;
  min-height: 72px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 0;
  text-align: left;
  font: inherit;
  font-weight: 800;
  color: var(--carbon);
  cursor: pointer;
}

.faq-item small {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--carbon);
  color: var(--white);
  font-size: 1.3rem;
}

.faq-answer {
  display: none;
  padding: 20px 0 24px;
  max-width: 820px;
}

.faq-answer.open {
  display: block;
}

.cta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 84px;
  padding: 42px;
  background: var(--red);
  color: var(--white);
}

.cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.cta .section-label {
  color: var(--white);
}

.cta .section-label::before {
  background: var(--white);
}

.btn.light {
  background: var(--white);
  color: var(--red);
  border-color: var(--white);
  white-space: nowrap;
}

.site-footer {
  align-items: flex-start;
  background: var(--carbon);
  color: var(--white);
  padding: 44px max(16px, calc((100vw - 1180px) / 2));
  padding-bottom: 96px;
}

.site-footer p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.68);
  margin: 18px 0 0;
}

.footer-contact {
  display: grid;
  gap: 8px;
  min-width: 260px;
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  text-transform: uppercase;
  font-weight: 800;
}

.footer-contact a {
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
}

address {
  font-style: normal;
  color: rgba(255, 255, 255, 0.78);
}

.mobile-call {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  display: none;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 14px rgba(153, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(153, 0, 0, 0);
  }
}

@keyframes ambientShift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -24px, 0);
  }
}

@keyframes miniUnlock {
  0%, 58%, 100% {
    transform: translateX(0) rotate(45deg);
  }
  68%, 82% {
    transform: translateX(5px) rotate(18deg);
  }
}

@keyframes speedSweep {
  from {
    background-position: 0 40px, 90px 130px;
  }
  to {
    background-position: 320px 40px, 510px 130px;
  }
}

@keyframes panelRadar {
  to {
    transform: rotate(1turn);
  }
}

@keyframes scanLine {
  from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(25%);
  }
}

@keyframes keyTurn {
  0%, 28% {
    transform: translateX(0) rotate(0deg);
  }
  46%, 56% {
    transform: translateX(44px) rotate(0deg);
  }
  68%, 76% {
    transform: translateX(44px) rotate(18deg);
  }
  92%, 100% {
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes shackleOpen {
  0%, 52% {
    transform: translateX(0) rotate(0deg);
  }
  64%, 82% {
    transform: translateX(9px) rotate(13deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes sparkPop {
  0%, 60%, 100% {
    opacity: 0;
    transform: rotate(45deg) scale(0);
  }
  67%, 76% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
}

@keyframes dialTurn {
  to {
    transform: rotate(1turn);
  }
}

@keyframes latchSlide {
  0%, 100% {
    transform: translateX(0);
  }
  45%, 62% {
    transform: translateX(24px);
  }
}

@keyframes signalWave {
  0% {
    opacity: 0.8;
    transform: scale(0.72);
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@keyframes routeDash {
  to {
    stroke-dashoffset: -42;
  }
}

@keyframes pinPulse {
  70% {
    box-shadow: 0 0 0 14px rgba(153, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(153, 0, 0, 0);
  }
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.86;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes floatingKey {
  0%, 100% {
    transform: translateY(0) rotate(-11deg);
  }
  50% {
    transform: translateY(-18px) rotate(-7deg);
  }
}

@keyframes toolKick {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  45% {
    transform: translateX(-6px) rotate(-5deg);
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--carbon);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 15px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero,
  .intro,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
  }

  .hero::after {
    width: 80vw;
    right: -32vw;
    opacity: 0.45;
  }

  .hero-copy::before {
    left: 0;
    top: -18px;
    width: 90px;
    height: 6px;
  }

  .trust-strip,
  .steps {
    grid-template-columns: 1fr;
  }

  .trade-bench {
    grid-template-columns: 1fr;
  }

  .visual-tools {
    grid-template-columns: 1fr;
  }

  .visual-tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip div {
    padding: 24px 16px;
  }

  .service-grid,
  .location-grid,
  .decision-grid,
  .scenario-grid,
  .checklist-layout,
  .local-depth-grid,
  .intent-grid,
  .audience-grid,
  .corridor-grid,
  .deep-local-grid,
  .sitemap-panel,
  .link-grid,
  .page-links,
  .page-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-hero,
  .content-grid,
  .copy-columns,
  .expansion-grid {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }

  .section-head,
  .cta,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 78px;
  }

  .navbar {
    width: calc(100% - 24px);
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero,
  .section,
  .cta {
    width: calc(100% - 24px);
  }

  h1 {
    font-size: clamp(2.25rem, 13vw, 3.7rem);
  }

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

  .hero-actions .btn.primary[href^="tel:"] {
    display: none;
  }

  .hero .hero-actions {
    display: none;
  }

  .sub-card {
    display: none;
  }

  .hero-panel {
    padding: 22px;
    transform: none;
  }

  .hero-panel > * {
    transform: none;
  }

  .lock-stage {
    min-height: 166px;
  }

  .lock-visual {
    width: 132px;
    height: 132px;
    right: 12px;
    top: 20px;
  }

  .key-visual {
    width: 128px;
    left: -12px;
    top: 65px;
  }

  .speed-line {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .location-grid,
  .decision-grid,
  .scenario-grid,
  .checklist-layout,
  .local-depth-grid,
  .intent-grid,
  .audience-grid,
  .corridor-grid,
  .deep-local-grid,
  .sitemap-panel,
  .link-grid,
  .page-links,
  .page-faq-grid {
    grid-template-columns: 1fr;
  }

  .trade-bench {
    width: calc(100% - 24px);
    margin-top: 34px;
  }

  .visual-tools {
    width: calc(100% - 24px);
    margin-top: 24px;
  }

  .visual-tools-copy {
    padding: 26px 22px;
  }

  .visual-tools-grid {
    grid-template-columns: 1fr;
  }

  .tool-card {
    min-height: 156px;
  }

  .tool-card span {
    width: 72px;
    height: 72px;
  }

  .bench-copy {
    padding: 26px 22px;
  }

  .bench-board {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bench-item {
    min-height: 132px;
  }

  .route-board {
    min-height: auto;
    display: grid;
    gap: 12px;
    padding: 22px;
  }

  .route-svg,
  .route-board::before {
    display: none;
  }

  .route-pin {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    min-width: 0;
  }

  .service-card.featured {
    grid-column: span 1;
  }

  .section {
    padding: 58px 0;
  }

  .cta {
    padding: 30px 22px;
    margin-bottom: 56px;
  }

  .btn,
  .btn.light {
    width: 100%;
    text-align: center;
  }

  .mobile-call {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .js-ready .service-card {
    opacity: 1;
    transform: none;
  }
}
