@layer legacy {
body {
  background: #0f1513;
  color: #eef7f1;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
}

.site-nav {
  background: rgba(10, 14, 13, 0.94);
  border-bottom: 1px solid rgba(144, 238, 144, 0.2);
}

.site-nav .container {
  gap: 0.5rem;
}

.navbar-brand {
  align-items: center;
  display: flex;
  font-weight: 700;
  white-space: nowrap;
}

.site-links {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-request-link {
  background: rgba(94, 224, 139, 0.12);
  border: 1px solid rgba(94, 224, 139, 0.28);
  border-radius: 6px;
  padding: 0.42rem 0.7rem !important;
}

.services-menu {
  position: relative;
}

.services-menu-trigger::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  display: inline-block;
  margin-left: 0.35rem;
  opacity: 0.8;
  vertical-align: 0.12em;
}

.services-menu-panel {
  background: #0b1110;
  border: 1px solid rgba(144, 238, 144, 0.36);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.62);
  display: grid;
  gap: 0.1rem;
  left: 50%;
  min-width: 230px;
  opacity: 0;
  padding: 0.45rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.45rem);
  transform: translate(-50%, -4px);
  transition: none;
  z-index: 20;
}

.services-menu-panel::before {
  content: "";
  height: 0.55rem;
  left: 0;
  position: absolute;
  right: 0;
  top: -0.55rem;
}

.services-menu:hover .services-menu-panel,
.services-menu:focus-within .services-menu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.services-menu-panel a {
  border-radius: 6px;
  color: #e8f7eb;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.5rem 0.65rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
  text-decoration: none;
  white-space: nowrap;
}

.services-menu-panel a:hover,
.services-menu-panel a:focus {
  background: rgba(94, 224, 139, 0.13);
  color: #ffffff;
  outline: none;
}

.site-brand-mark {
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}

.site-main {
  padding-top: 72px;
}

.flash-container {
  padding-top: 1rem;
}

.home-hero {
  background:
    linear-gradient(90deg, rgba(8, 16, 13, 0.94) 0%, rgba(8, 16, 13, 0.78) 48%, rgba(8, 16, 13, 0.58) 100%),
    url("../img/commhill_matrix.84f1aea96bb8.png") center / cover no-repeat;
  padding: 72px 0 48px;
}

.eyebrow {
  color: #5ee08b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.home-hero h1 {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1.25rem;
  max-width: 780px;
}

.hero-lede {
  color: #cde2d3;
  font-size: 1.18rem;
  line-height: 1.7;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.trust-strip {
  background: #121b18;
  border: 1px solid rgba(94, 224, 139, 0.24);
  border-radius: 10px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
  overflow: hidden;
  padding: 0;
}

.trust-strip > div {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  min-width: 0;
  padding: 1rem;
}

.trust-strip > div + div {
  border-left: 1px solid rgba(144, 238, 144, 0.13);
}

.trust-icon {
  align-items: center;
  background: rgba(94, 224, 139, 0.1);
  border: 1px solid rgba(94, 224, 139, 0.25);
  border-radius: 999px;
  color: #90ee90;
  display: flex;
  flex: 0 0 2rem;
  font-family: monospace;
  font-weight: 800;
  height: 2rem;
  justify-content: center;
}

.trust-strip p {
  color: #a9c2af;
  font-size: 0.82rem;
  line-height: 1.35;
  margin: 0;
}

.trust-strip strong {
  color: #ffffff;
  display: block;
  font-size: 0.92rem;
  margin-bottom: 0.15rem;
}

.hero-media {
  position: relative;
}

.hero-image {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  width: 100%;
}

.hero-image-sunset {
  filter: saturate(0.92) contrast(1.08) brightness(0.88);
}

.hero-media::after {
  background: linear-gradient(135deg, rgba(94, 224, 139, 0.2), rgba(9, 16, 13, 0));
  border-radius: 8px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-image-inset {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(144, 238, 144, 0.28);
  border-radius: 6px;
  bottom: -18px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.42);
  max-width: 38%;
  object-fit: cover;
  position: absolute;
  right: 18px;
  width: 180px;
}

.service-section {
  padding: 56px 0 24px;
}

.section-heading {
  margin-bottom: 1.5rem;
  max-width: 720px;
}

.section-heading h2,
.local-proof h2 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}

.service-card {
  background: #17211d;
  border: 1px solid rgba(144, 238, 144, 0.16);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.35rem;
}

.service-buff {
  background-image: url("../img/service-icons/service-buffs.5f5d6dc77832.png");
  background-repeat: no-repeat;
  background-size: 256px 128px;
  display: block;
  height: 64px;
  image-rendering: auto;
  margin-bottom: 0.9rem;
  width: 64px;
}

.service-buff-home-theater {
  background-position: 0 0;
}

.service-buff-wifi {
  background-position: -64px 0;
}

.service-buff-computer {
  background-position: -128px 0;
}

.service-buff-camera {
  background-position: -192px 0;
}

.service-buff-business {
  background-position: 0 -64px;
}

.service-buff-automation {
  background-position: -64px -64px;
}

.service-buff-visibility {
  background-position: -128px -64px;
}

.service-buff-pc {
  background-image: url("../img/service-icons/custom-pc.ec2a5f8bf6b7.svg");
  background-position: center;
  background-size: 64px 64px;
}

.service-card h3 {
  color: #90ee90;
  font-size: 1.15rem;
  font-weight: 700;
  min-height: 2.8rem;
  margin-bottom: 0.75rem;
}

.service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.service-card h3 a:hover {
  color: #b6ffb6;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.service-card p {
  color: #c7d9cc;
  flex: 1 1 auto;
  line-height: 1.6;
  min-height: 6.2rem;
  margin: 0;
}

.service-card-media {
  background-color: #07100d;
  border: 1px solid rgba(144, 238, 144, 0.14);
  border-radius: 7px;
  display: block;
  flex: 0 0 auto;
  height: 170px;
  margin-top: 1rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: border-color 160ms ease, filter 160ms ease, transform 160ms ease;
}

.service-card-media::before {
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(10px) saturate(0.82) brightness(0.54);
  inset: -14px;
  opacity: 0.78;
  position: absolute;
  transform: scale(1.05);
}

.service-card-media:hover,
.service-card-media:focus {
  border-color: rgba(144, 238, 144, 0.42);
  filter: brightness(1.08);
  outline: none;
  transform: translateY(-1px);
}

.service-card-media img {
  display: block;
  filter: saturate(0.94) contrast(1.03) brightness(0.95);
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.service-card-media-gears {
  background: #070d0b;
}

.service-card-media-gears .automation-gears-scene {
  height: 100%;
}

.service-card-featured {
  background: linear-gradient(135deg, rgba(22, 45, 34, 0.96), rgba(14, 22, 20, 0.96));
  border-color: rgba(94, 224, 139, 0.38);
}

.home-theater-card {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 1fr);
  overflow: hidden;
}

.service-card-featured h3 {
  font-size: 1.35rem;
}

.service-card-featured p {
  font-size: 1.05rem;
}

.home-theater-copy {
  align-self: center;
}

.home-theater-copy .service-buff {
  height: 76px;
  width: 76px;
  background-size: 304px 152px;
}

.service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.service-points span {
  background: rgba(144, 238, 144, 0.09);
  border: 1px solid rgba(144, 238, 144, 0.18);
  border-radius: 999px;
  color: #dbeee0;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
}

.home-theater-visual {
  display: grid;
  gap: 0.65rem;
}

.home-theater-visual img {
  background: #edf0ee;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: block;
  filter: saturate(0.85) contrast(1.05);
  object-fit: cover;
  width: 100%;
}

.home-theater-main {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
}

.home-theater-strip {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, 1fr);
}

.home-theater-strip img {
  aspect-ratio: 16 / 9;
  border-radius: 5px;
}

.about-section {
  background: #101815;
  border-bottom: 1px solid rgba(144, 238, 144, 0.12);
  border-top: 1px solid rgba(144, 238, 144, 0.12);
  margin-top: 40px;
  padding: 56px 0;
}

.about-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.about-layout h2 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}

.about-copy p {
  color: #c7d9cc;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 1rem;
}

.local-proof {
  align-items: center;
  background: #121b18;
  border: 1px solid rgba(144, 238, 144, 0.16);
  border-radius: 8px;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 48px;
  margin-top: 24px;
  padding: 1.5rem;
}

.contact-line {
  color: #c7d9cc;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
}

.contact-line a,
.site-footer a {
  color: #90ee90;
}

#about,
#pricing,
#faq {
  scroll-margin-top: 96px;
}

.pricing-section {
  padding: 64px 0 56px;
}

.pricing-intro {
  display: grid;
  gap: 1.25rem 2rem;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.68fr);
  margin-bottom: 1.5rem;
}

.pricing-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -0.7rem;
}

.pricing-intro h2,
.faq-heading h2 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}

.pricing-intro > p:last-child,
.faq-heading > p:last-child {
  color: #a9c2af;
  line-height: 1.65;
  margin: 0;
}

.pricing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.pricing-card {
  background: linear-gradient(145deg, #17211d, #111916);
  border: 1px solid rgba(144, 238, 144, 0.16);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 1.25rem;
}

.pricing-card:nth-child(2),
.pricing-card:nth-child(3) {
  border-color: rgba(94, 224, 139, 0.32);
}

.pricing-kicker {
  color: #5ee08b;
  font-family: monospace;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: auto;
  text-transform: uppercase;
}

.pricing-card h3 {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 1.2rem 0 0.6rem;
}

.pricing-card p,
.pricing-note {
  color: #a9c2af;
  line-height: 1.55;
  margin: 0;
}

.pricing-note {
  border-left: 2px solid rgba(94, 224, 139, 0.42);
  font-size: 0.88rem;
  margin-top: 1rem;
  padding: 0.4rem 0 0.4rem 0.9rem;
}

.faq-section {
  background: #101815;
  border-bottom: 1px solid rgba(144, 238, 144, 0.12);
  border-top: 1px solid rgba(144, 238, 144, 0.12);
  padding: 56px 0;
}

.faq-layout {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.faq-heading {
  position: sticky;
  top: 104px;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-list details {
  background: #17211d;
  border: 1px solid rgba(144, 238, 144, 0.14);
  border-radius: 8px;
  overflow: hidden;
}

.faq-list details[open] {
  border-color: rgba(94, 224, 139, 0.36);
}

.faq-list summary {
  color: #f3fff6;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
}

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

.faq-list summary::after {
  color: #5ee08b;
  content: "+";
  font-family: monospace;
  font-size: 1.35rem;
  position: absolute;
  right: 1rem;
  top: 0.72rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  border-top: 1px solid rgba(144, 238, 144, 0.1);
  color: #b8cdbd;
  line-height: 1.65;
  margin: 0;
  padding: 1rem;
}

.btn-success {
  background: #1e8f3f;
  border-color: #1e8f3f;
}

.btn-success:hover {
  background: #2abf59;
  border-color: #2abf59;
}

.request-hero {
  background:
    linear-gradient(90deg, rgba(8, 16, 13, 0.95) 0%, rgba(8, 16, 13, 0.72) 100%),
    url("../img/commhill_matrix.84f1aea96bb8.png") center / cover no-repeat;
  padding: 64px 0 40px;
}

.request-hero h1 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 1rem;
  max-width: 820px;
}

.request-hero p:not(.eyebrow) {
  color: #cde2d3;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 720px;
}

.request-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.request-assurances span {
  background: rgba(94, 224, 139, 0.09);
  border: 1px solid rgba(94, 224, 139, 0.25);
  border-radius: 999px;
  color: #d8f5df;
  font-size: 0.83rem;
  font-weight: 700;
  padding: 0.42rem 0.72rem;
}

.request-section {
  padding: 40px 0 56px;
}

.service-hero .hero-actions {
  margin-top: 1.25rem;
}

.service-detail-section {
  padding: 48px 0 56px;
}

.service-detail-layout {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.service-detail-main,
.service-detail-aside {
  background: #17211d;
  border: 1px solid rgba(144, 238, 144, 0.16);
  border-radius: 8px;
  color: #c7d9cc;
  padding: 1.5rem;
}

.service-detail-main {
  padding: 0;
}

.service-detail-aside {
  display: grid;
  gap: 1rem;
}

.service-detail-main h2,
.service-detail-aside h2 {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.service-detail-main p,
.service-detail-aside p {
  line-height: 1.65;
}

.service-visual {
  background: #0d1412;
  border: 1px solid rgba(94, 224, 139, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.service-visual-large {
  height: 100%;
}

.service-visual-large .visual-stage {
  min-height: 390px;
}

.service-points-detail {
  margin: 0;
}

.visual-header {
  align-items: center;
  border-bottom: 1px solid rgba(144, 238, 144, 0.12);
  color: #dbeee0;
  display: flex;
  gap: 0.55rem;
  padding: 0.7rem 0.8rem;
}

.visual-header span {
  background: #f05f4f;
  border-radius: 999px;
  box-shadow: 12px 0 0 #f2c94c, 24px 0 0 #5ee08b;
  height: 8px;
  margin-right: 24px;
  width: 8px;
}

.visual-stage {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(90deg, rgba(144, 238, 144, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(144, 238, 144, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 24% 18%, rgba(94, 224, 139, 0.12), transparent 24%),
    #101815;
  background-size: 24px 24px, 24px 24px, auto, auto;
  min-height: 190px;
  overflow: hidden;
  position: relative;
}

.visual-stage span {
  position: absolute;
}

.visual-stage-image {
  background: #070d0b;
}

.visual-stage-animated {
  background: #070d0b;
  display: flex;
}

.service-visual-image {
  display: block;
  filter: saturate(0.95) contrast(1.06) brightness(0.88);
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  width: 100%;
}

.service-visual-ai .service-visual-image,
.service-visual-automation .service-visual-image,
.service-visual-business .service-visual-image {
  object-position: center;
}

.service-visual-devices .service-visual-image,
.service-visual-pc .service-visual-image {
  object-position: center 54%;
}

.service-visual-camera .service-visual-image,
.service-visual-wifi .service-visual-image {
  object-position: center 50%;
}

.automation-gears-scene {
  background:
    radial-gradient(circle at 50% 46%, rgba(94, 224, 139, 0.11), transparent 34%),
    linear-gradient(180deg, #07100d, #040806);
  display: grid;
  min-height: 100%;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 100%;
}

.automation-terminal-stream {
  color: rgba(161, 255, 185, 0.58);
  display: flex;
  flex-direction: column;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--font-micro, 0.75rem);
  gap: 0.24rem;
  justify-content: flex-end;
  height: 72%;
  left: 1rem;
  line-height: 1.2;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 1rem;
  text-shadow: 0 0 8px rgba(94, 224, 139, 0.28);
  top: 0.75rem;
  z-index: 1;
}

.automation-terminal-stream span {
  color: inherit;
  position: static;
  white-space: nowrap;
}

.automation-terminal-line {
  animation: terminalLineEnter 420ms ease-out both;
  opacity: 0.72;
  transform: translateY(0);
}

.automation-gears-scene svg {
  display: block;
  height: 100%;
  min-height: 240px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.service-card-media-gears .automation-gears-scene svg {
  min-height: 0;
}

.gear {
  filter: drop-shadow(0 0 18px rgba(94, 224, 139, 0.22));
  transform-box: fill-box;
  transform-origin: center;
}

.gear-body,
.gear circle {
  fill: url("#gearMetal");
  stroke: rgba(144, 238, 144, 0.58);
  stroke-width: 2;
}

.gear-inner {
  fill: #09110e !important;
  stroke: rgba(94, 224, 139, 0.72) !important;
}

.gear-core {
  fill: #5ee08b !important;
  filter: url("#gearSoftGlow");
  stroke: rgba(213, 255, 224, 0.72) !important;
}

.gear-large {
  animation: gearRotateClockwise 36s linear infinite;
}

.gear-small {
  animation: gearRotateCounter 18s linear infinite;
}

.gear-medium {
  animation: gearRotateCounter 24s linear infinite;
}

@keyframes gearRotateClockwise {
  to {
    transform: rotate(360deg);
  }
}

@keyframes gearRotateCounter {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes terminalLineEnter {
  from {
    opacity: 0;
    transform: translateY(0.45rem);
  }
  to {
    opacity: 0.72;
    transform: translateY(0);
  }
}

.visual-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.75rem;
}

.visual-pills span {
  background: rgba(144, 238, 144, 0.09);
  border: 1px solid rgba(144, 238, 144, 0.18);
  border-radius: 999px;
  color: #dbeee0;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.55rem;
}

.wifi-router {
  background: #17211d;
  border: 2px solid #5ee08b;
  border-radius: 10px;
  bottom: 32%;
  box-shadow: 0 0 24px rgba(94, 224, 139, 0.28);
  height: 46px;
  left: 38%;
  width: 76px;
}

.wifi-router::before,
.wifi-router::after {
  background: #5ee08b;
  border-radius: 2px;
  content: "";
  height: 18px;
  position: absolute;
  top: -15px;
  width: 4px;
}

.wifi-router::before {
  left: 18px;
  transform: rotate(-22deg);
}

.wifi-router::after {
  right: 18px;
  transform: rotate(22deg);
}

.wifi-ring {
  border: 2px solid rgba(94, 224, 139, 0.25);
  border-radius: 999px;
  inset: 24%;
}

.wifi-ring-two {
  inset: 11%;
}

.wifi-node {
  border-radius: 999px;
  color: #ffffff;
  font-size: var(--font-micro, 0.75rem);
  font-weight: 700;
  padding: 0.28rem 0.5rem;
}

.wifi-node-good {
  background: #1e8f3f;
  right: 16%;
  top: 28%;
}

.wifi-node-weak {
  background: #7a4b22;
  bottom: 18%;
  left: 12%;
}

.device-screen {
  background: linear-gradient(160deg, #15241f, #050807);
  border: 2px solid rgba(144, 238, 144, 0.34);
  border-radius: 8px;
  height: 78px;
  top: 33%;
  width: 92px;
}

.device-screen::after {
  background: #5ee08b;
  border-radius: 999px;
  bottom: 14px;
  content: "";
  height: 5px;
  left: 16px;
  position: absolute;
  width: 48px;
}

.device-old {
  left: 9%;
}

.device-new {
  right: 9%;
}

.device-cloud {
  align-items: center;
  background: rgba(94, 224, 139, 0.15);
  border: 1px solid rgba(144, 238, 144, 0.32);
  border-radius: 999px;
  color: #dbeee0;
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  left: 39%;
  top: 22%;
  width: 86px;
}

.device-arrow {
  border-top: 3px solid #5ee08b;
  left: 28%;
  right: 28%;
  top: 55%;
}

.device-arrow::after {
  border-bottom: 7px solid transparent;
  border-left: 10px solid #5ee08b;
  border-top: 7px solid transparent;
  content: "";
  position: absolute;
  right: -2px;
  top: -8px;
}

.service-visual-camera .visual-stage {
  background:
    linear-gradient(rgba(6, 13, 10, 0.15), rgba(6, 13, 10, 0.58)),
    linear-gradient(160deg, #415b5a 0 34%, #22352d 34% 60%, #333628 60% 100%);
}

.camera-sky {
  background: rgba(190, 240, 220, 0.12);
  height: 34%;
  inset: 0 0 auto;
}

.camera-driveway {
  background: rgba(210, 210, 190, 0.2);
  bottom: -18%;
  height: 52%;
  left: 42%;
  transform: skewX(-18deg);
  width: 44%;
}

.camera-person {
  background: #101815;
  border-radius: 999px 999px 8px 8px;
  bottom: 26%;
  height: 52px;
  left: 54%;
  width: 22px;
}

.camera-person::before {
  background: #101815;
  border-radius: 999px;
  content: "";
  height: 20px;
  left: 1px;
  position: absolute;
  top: -18px;
  width: 20px;
}

.camera-box {
  border: 2px solid #5ee08b;
  bottom: 22%;
  color: #5ee08b;
  font-size: var(--font-micro, 0.75rem);
  font-weight: 700;
  height: 86px;
  left: 49%;
  padding: 0.1rem 0.25rem;
  width: 76px;
}

.camera-zone {
  border: 2px dashed rgba(94, 224, 139, 0.8);
  bottom: 18%;
  color: #dbeee0;
  font-size: var(--font-micro, 0.75rem);
  left: 12%;
  padding: 0.3rem;
  top: 44%;
  width: 34%;
}

.camera-rec {
  color: #ff6e5f;
  font-size: 0.78rem;
  font-weight: 800;
  right: 24px;
  top: 10px;
}

.theater-screen {
  background: linear-gradient(160deg, #dceae2, #8fbba4);
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(94, 224, 139, 0.24);
  height: 44px;
  left: 31%;
  top: 14%;
  width: 38%;
}

.theater-seat {
  background: #2f3632;
  border-radius: 12px 12px 4px 4px;
  bottom: 16%;
  height: 44px;
  left: 35%;
  width: 30%;
}

.speaker {
  background: #101815;
  border: 2px solid rgba(144, 238, 144, 0.34);
  border-radius: 6px;
  height: 34px;
  width: 24px;
}

.speaker-fl {
  left: 20%;
  top: 30%;
}

.speaker-fr {
  right: 20%;
  top: 30%;
}

.speaker-sub {
  bottom: 18%;
  right: 20%;
}

.biz-node,
.flow-box,
.ai-card,
.ai-decision {
  align-items: center;
  background: #17211d;
  border: 1px solid rgba(144, 238, 144, 0.24);
  border-radius: 8px;
  color: #dbeee0;
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 0.35rem 0.5rem;
}

.biz-node::before,
.flow-box::before {
  background: rgba(94, 224, 139, 0.35);
  content: "";
  height: 2px;
  position: absolute;
  right: -40px;
  top: 50%;
  width: 40px;
}

.biz-email {
  left: 10%;
  top: 18%;
}

.biz-files {
  right: 12%;
  top: 18%;
}

.biz-backup {
  bottom: 18%;
  left: 12%;
}

.biz-vendor {
  bottom: 18%;
  right: 10%;
}

.flow-one {
  left: 8%;
  top: 42%;
}

.flow-two {
  left: 37%;
  top: 42%;
}

.flow-three {
  right: 7%;
  top: 42%;
}

.ai-card {
  background: linear-gradient(160deg, rgba(94, 224, 139, 0.18), rgba(20, 30, 27, 0.96));
  min-width: 92px;
}

.ai-chat {
  left: 8%;
  top: 18%;
}

.ai-claude {
  right: 10%;
  top: 18%;
}

.ai-mythos {
  left: 16%;
  top: 52%;
}

.ai-decision {
  background: #1e8f3f;
  bottom: 18%;
  right: 8%;
}

.pc-case {
  background: linear-gradient(160deg, #1e2624, #070b0a);
  border: 2px solid rgba(144, 238, 144, 0.32);
  border-radius: 10px;
  box-shadow:
    inset 0 0 24px rgba(94, 224, 139, 0.1),
    0 0 22px rgba(47, 197, 255, 0.14);
  height: 112px;
  left: 13%;
  top: 20%;
  width: 82px;
}

.pc-case::after {
  background: linear-gradient(180deg, #5ee08b, #38bdf8, #d946ef);
  border-radius: 999px;
  content: "";
  height: 78px;
  position: absolute;
  right: 9px;
  top: 16px;
  width: 4px;
}

.pc-gpu {
  background: linear-gradient(90deg, #202927, #12251f);
  border: 2px solid #38bdf8;
  border-radius: 5px;
  color: #bff7ff;
  font-size: 0.76rem;
  font-weight: 800;
  left: 20%;
  padding: 0.15rem 0.4rem;
  top: 50%;
}

.pc-fan {
  border: 2px solid rgba(56, 189, 248, 0.7);
  border-radius: 999px;
  height: 22px;
  left: 19%;
  width: 22px;
}

.pc-fan-one {
  top: 29%;
}

.pc-fan-two {
  top: 39%;
}

.pc-monitor {
  background: linear-gradient(160deg, #24352f, #0b0f0e);
  border: 2px solid rgba(217, 70, 239, 0.48);
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(217, 70, 239, 0.12);
  height: 72px;
  right: 12%;
  top: 22%;
  width: 112px;
}

.pc-monitor::after {
  background: linear-gradient(90deg, #5ee08b, #38bdf8, #d946ef);
  bottom: 14px;
  content: "";
  height: 4px;
  left: 18px;
  position: absolute;
  width: 66px;
}

.pc-mouse {
  background: #151d1a;
  border: 2px solid rgba(94, 224, 139, 0.45);
  border-radius: 999px 999px 14px 14px;
  bottom: 12%;
  height: 54px;
  right: 35%;
  width: 34px;
}

.pc-mouse::after {
  background: #38bdf8;
  content: "";
  height: 16px;
  left: 14px;
  position: absolute;
  top: 4px;
  width: 2px;
}

.request-layout {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.request-form-decoy {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.message-form input,
.message-form select,
.message-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 1rem;
  background-color: #111;
  color: var(--color-accent, #13783d);
  border: 1px solid #444;
  border-radius: 5px;
  font-family: monospace;
  font-size: 1rem;
}

.message-form input::placeholder,
.message-form textarea::placeholder {
  color: #4f8b4f;
}

.message-form label {
  color: #dbeee0;
  display: block;
  font-weight: 700;
}

.message-form label span {
  display: block;
  margin-bottom: 0.45rem;
}

.message-form label span em {
  color: var(--color-text-muted, #496352);
  float: right;
  font-size: var(--font-micro, 0.75rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-left: 0.5rem;
  text-transform: uppercase;
}

.message-form label small {
  color: var(--color-text-muted, #496352);
  display: block;
  font-weight: 400;
  line-height: 1.45;
  margin: -0.55rem 0 1rem;
}

.form-heading {
  align-items: start;
  border-bottom: 1px solid rgba(144, 238, 144, 0.13);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

.form-heading .eyebrow {
  margin-bottom: 0.35rem;
}

.form-heading h2 {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0;
}

.form-heading > span {
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 999px;
  color: #bff7ff;
  flex: 0 0 auto;
  font-family: monospace;
  font-size: 0.75rem;
  padding: 0.36rem 0.6rem;
}

.form-errors,
.errorlist {
  background: var(--color-danger-wash, rgba(166, 61, 43, 0.1));
  border: 1px solid var(--color-danger-border, rgba(166, 61, 43, 0.46));
  border-radius: 6px;
  color: var(--color-danger-text, #792817);
  list-style: none;
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
}

.form-errors p,
.errorlist li {
  margin: 0;
}

.form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.privacy-note {
  background: var(--color-accent-wash, rgba(19, 120, 61, 0.08));
  border: 1px solid var(--color-border, rgba(19, 120, 61, 0.18));
  border-radius: 6px;
  color: var(--color-text-soft, #294736);
  line-height: 1.55;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
}

.privacy-note strong {
  color: var(--color-heading, #102319);
}

.privacy-note a {
  color: var(--color-accent, #13783d);
}

.message-form button {
  background-color: #1e8f3f;
  color: #f0fff0;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 1rem;
  font-family: monospace;
  cursor: pointer;
  transition: background 0.3s ease;
}

.message-form button:hover {
  background-color: #2ad35c;
}

.message-form button:focus-visible,
.faq-list summary:focus-visible,
.nav-request-link:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.75);
  outline-offset: 3px;
}

.form-submit-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.form-submit-row span {
  color: var(--color-text-muted, #496352);
  font-size: 0.82rem;
}

.board-container {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  background-color: #181818;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 255, 128, 0.05);
}

.request-section .message-form {
  background: #17211d;
  border: 1px solid rgba(144, 238, 144, 0.16);
  border-radius: 8px;
  padding: 1.5rem;
}

.request-aside {
  background: #101815;
  border: 1px solid rgba(144, 238, 144, 0.14);
  border-radius: 8px;
  color: var(--color-text-soft, #294736);
  padding: 1.25rem;
}

.request-aside-brand {
  align-items: center;
  border-bottom: 1px solid rgba(144, 238, 144, 0.14);
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.request-logo {
  aspect-ratio: 1;
  border: 1px solid rgba(144, 238, 144, 0.22);
  border-radius: 8px;
  flex: 0 0 72px;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.request-aside-brand span {
  color: var(--color-heading, #102319);
  display: grid;
  gap: 0.15rem;
  font-weight: 700;
}

.request-aside-brand span strong {
  color: var(--color-heading, #102319);
}

.request-aside-brand span {
  color: var(--color-text-muted, #496352);
  font-size: 0.84rem;
}

.request-aside h2 {
  color: var(--color-heading, #102319);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
}

.request-helpful-details ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.request-helpful-details li {
  margin-bottom: 0.55rem;
}

.request-helpful-details,
.request-price-preview {
  border-top: 1px solid rgba(144, 238, 144, 0.14);
  margin-top: 1rem;
  padding-top: 1rem;
}

.request-price-preview > p:last-child {
  color: var(--color-text-muted, #496352);
  line-height: 1.55;
  margin: 0;
}

.request-next-steps ol {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.request-next-steps li {
  align-items: start;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1.7rem 1fr;
}

.request-next-steps li > span {
  align-items: center;
  background: rgba(94, 224, 139, 0.1);
  border: 1px solid rgba(94, 224, 139, 0.25);
  border-radius: 999px;
  color: #90ee90;
  display: flex;
  font-family: monospace;
  font-size: 0.75rem;
  font-weight: 800;
  height: 1.7rem;
  justify-content: center;
}

.request-next-steps p {
  color: var(--color-text-muted, #496352);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}

.request-next-steps strong {
  color: var(--color-heading, #102319);
  display: block;
  margin-bottom: 0.15rem;
}

.request-price-preview .eyebrow {
  margin-bottom: 0.7rem;
}

.request-price-preview dl {
  display: grid;
  gap: 0;
  margin: 0 0 0.8rem;
}

.request-price-preview dl > div {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.42rem 0;
}

.request-price-preview dl > div + div {
  border-top: 1px solid rgba(144, 238, 144, 0.08);
}

.request-price-preview dt {
  color: var(--color-text-soft, #294736);
  font-size: 0.82rem;
  font-weight: 400;
}

.request-price-preview dd {
  color: var(--color-heading, #102319);
  font-size: 0.82rem;
  font-weight: 800;
  margin: 0;
  text-align: right;
}

.board-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #90ee90;
  text-align: center;
}

.message-card {
  background-color: #202020;
  border-left: 4px solid #2ad35c;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 1rem;
  color: #c2f0c2;
  box-shadow: 0 0 10px rgba(0, 255, 128, 0.1);
}

.message-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #6f6;
  margin-bottom: 0.5rem;
}

.message-header .name {
  font-weight: bold;
}

.message-header .timestamp {
  font-style: italic;
}

.no-messages {
  text-align: center;
  color: #555;
}

.site-footer {
  background: #0b100e;
  border-top: 1px solid rgba(144, 238, 144, 0.16);
  color: #a9c2af;
  padding: 1.25rem 0;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}

.request-repair-vignette,
.repair-vignette {
  --repair-duration: 5s;
  --repair-at: 3.72s;
  --repair-exit-at: 4.15s;
  --repair-error: #d84933;
  --repair-error-bright: #ff725f;
  --repair-success: var(--color-accent, #13783d);
  --repair-wrench-silhouette: #101713;
}

.request-repair-vignette {
  block-size: 7.5rem;
  inline-size: min(22.5rem, 100%);
  inset-block-end: 0.35rem;
  inset-inline-end: 0;
  overflow: clip;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.request-repair-vignette[hidden] {
  display: none;
}

[data-theme="dark"] .request-repair-vignette,
[data-theme="dark"] .repair-vignette {
  --repair-error: #ff735f;
  --repair-error-bright: #ff9b8b;
  --repair-wrench-silhouette: #eef8f1;
}

.repair-vignette {
  background: transparent;
  block-size: 100%;
  border: 0;
  border-radius: 0;
  inline-size: 100%;
  inset: 0;
  isolation: isolate;
  margin: 0;
  opacity: 1;
  overflow: clip;
  pointer-events: none;
  position: absolute;
  will-change: filter, opacity;
}

.repair-vignette[hidden] {
  display: none;
}

.repair-vignette.is-running {
  animation: repairCleanSnapOut var(--repair-duration) linear both;
}

.repairman-sprite {
  background-image: url("../img/generated/sprites/itguy-sprite-clean-360.202a1db88d11.webp");
  background-position: -120px -26px;
  background-repeat: no-repeat;
  background-size: 360px 180px;
  block-size: 7.2rem;
  filter: drop-shadow(0 0.45rem 0.5rem rgb(0 0 0 / 28%));
  inline-size: 7.5rem;
  inset-block-end: 0.4rem;
  inset-inline-end: 12.5rem;
  opacity: 0;
  position: absolute;
  transform: translateX(-3.5rem);
  will-change: opacity, transform;
  z-index: 3;
}

.repair-vignette.is-running .repairman-sprite {
  animation: repairCleanEngineerMove var(--repair-duration) cubic-bezier(0.4, 0, 0.2, 1) both;
}

.repair-printer {
  background: var(--color-surface-raised, #fff);
  block-size: 3.65rem;
  border: 2px solid var(--color-text-muted, #496352);
  border-radius: 0.55rem;
  box-shadow: 0 0.7rem 1.25rem rgb(0 0 0 / 22%);
  inline-size: 5.65rem;
  inset-block-end: 0.8rem;
  inset-inline-end: 0.55rem;
  position: absolute;
  transform: rotate(-4deg);
  transform-origin: 50% 100%;
  z-index: 4;
}

.repair-vignette.is-running .repair-printer {
  animation: repairPrinterRecover 0.45s cubic-bezier(0.2, 0.9, 0.2, 1.25) var(--repair-at) both;
}

.repair-printer-top {
  background: var(--color-surface-soft, #edf5ef);
  block-size: 1.6rem;
  border: 2px solid var(--color-text-muted, #496352);
  border-radius: 0.35rem 0.35rem 0.15rem 0.15rem;
  inline-size: 3.55rem;
  inset-block-start: -1.35rem;
  inset-inline-start: 0.82rem;
  position: absolute;
  transform: rotate(8deg);
}

.repair-printer-paper {
  background:
    linear-gradient(var(--color-border, rgb(19 120 61 / 18%)) 1px, transparent 1px)
    var(--color-surface-raised, #fff);
  background-size: 100% 0.4rem;
  block-size: 1.45rem;
  border: 1px solid var(--color-border, rgb(19 120 61 / 18%));
  border-radius: 0.12rem;
  inline-size: 2rem;
  inset-block-start: -2.05rem;
  inset-inline-start: 1.7rem;
  position: absolute;
  transform: rotate(-14deg);
}

.repair-vignette.is-running .repair-printer-paper {
  animation: repairPaperFixed 0.55s ease-out var(--repair-at) both;
}

.repair-printer-slot {
  background: var(--color-canvas-deep, #e7f0ea);
  block-size: 0.42rem;
  border-radius: 999px;
  inline-size: 3.8rem;
  inset-block-start: 1rem;
  inset-inline-start: 0.75rem;
  position: absolute;
}

.repair-printer-light {
  background: var(--repair-error);
  block-size: 0.72rem;
  border: 2px solid color-mix(in srgb, var(--repair-error-bright) 75%, white);
  border-radius: 50%;
  box-shadow:
    0 0 0 0.25rem color-mix(in srgb, var(--repair-error) 24%, transparent),
    0 0 1rem var(--repair-error);
  inline-size: 0.72rem;
  inset-block-end: 0.6rem;
  inset-inline-end: 0.65rem;
  position: absolute;
  animation: repairErrorPulse 0.82s ease-in-out infinite alternate;
}

.repair-vignette.is-running .repair-printer-light {
  animation:
    repairErrorPulse 0.82s ease-in-out infinite alternate,
    repairLightFixed 0.18s steps(1, end) var(--repair-at) both;
}

.repair-wrench {
  block-size: 1.535rem;
  inline-size: 5.25rem;
  inset-block-start: 5.15rem;
  inset-inline-end: 7.32rem;
  opacity: 0;
  position: absolute;
  transform-origin: 50% 50%;
  z-index: 5;
}

.repair-wrench-icon {
  block-size: 100%;
  display: block;
  inline-size: 100%;
  overflow: visible;
}

.repair-wrench-silhouette {
  fill: var(--repair-wrench-silhouette);
  stroke: none;
}

.repair-vignette.is-running .repair-wrench {
  animation:
    repairCleanWrenchTurn 0.44s ease-in-out 1.9s 4 forwards,
    repairToolResolve 0.2s ease var(--repair-at) forwards;
}

.repair-error-effect {
  block-size: 6rem;
  inline-size: 7.5rem;
  inset-block-start: 0.2rem;
  inset-inline-end: 0.15rem;
  pointer-events: none;
  position: absolute;
  z-index: 6;
}

.repair-vignette.is-running .repair-error-effect {
  animation: repairErrorResolve 0.18s linear var(--repair-at) forwards;
}

.repair-error-effect span {
  background: var(--repair-error-bright);
  block-size: 0.2rem;
  border-radius: 999px;
  box-shadow: 0 0 0.55rem var(--repair-error);
  inline-size: 1.15rem;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform-origin: -1.8rem 50%;
  animation: repairSpark 0.95s ease-out infinite;
}

.repair-error-effect span:nth-child(1) { --spark-angle: -70deg; animation-delay: -0.12s; }
.repair-error-effect span:nth-child(2) { --spark-angle: -25deg; animation-delay: -0.46s; }
.repair-error-effect span:nth-child(3) { --spark-angle: 18deg; animation-delay: -0.73s; }
.repair-error-effect span:nth-child(4) { --spark-angle: 65deg; animation-delay: -0.32s; }
.repair-error-effect span:nth-child(5) { --spark-angle: 112deg; animation-delay: -0.82s; }
.repair-error-effect span:nth-child(6) { --spark-angle: 160deg; animation-delay: -0.58s; }

.repair-flash {
  block-size: 5.5rem;
  border: 2px solid var(--repair-success);
  border-radius: 50%;
  inline-size: 5.5rem;
  inset-block-end: 0.45rem;
  inset-inline-end: 1.35rem;
  opacity: 0;
  position: absolute;
  transform: scale(0.5);
  z-index: 2;
}

.repair-vignette.is-running .repair-flash {
  animation: repairFlash 0.72s ease-out var(--repair-at) both;
}

.repair-disintegration {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 8;
}

.repair-disintegration span {
  --particle-x: 0rem;
  --particle-y: -2rem;
  background: color-mix(in srgb, var(--repair-success) 72%, white);
  block-size: 0.5rem;
  border-radius: 0.08rem;
  inline-size: 0.5rem;
  inset-block-start: 55%;
  inset-inline-start: 72%;
  opacity: 0;
  position: absolute;
}

.repair-vignette.is-running .repair-disintegration span {
  animation: repairParticle 0.72s ease-out var(--repair-exit-at) both;
}

.repair-disintegration span:nth-child(1) { --particle-x: -7rem; --particle-y: -3rem; }
.repair-disintegration span:nth-child(2) { --particle-x: -4rem; --particle-y: 3rem; animation-delay: 0.05s; }
.repair-disintegration span:nth-child(3) { --particle-x: -1rem; --particle-y: -4rem; animation-delay: 0.11s; }
.repair-disintegration span:nth-child(4) { --particle-x: 2rem; --particle-y: 3.5rem; animation-delay: 0.02s; }
.repair-disintegration span:nth-child(5) { --particle-x: 5rem; --particle-y: -2.5rem; animation-delay: 0.15s; }
.repair-disintegration span:nth-child(6) { --particle-x: 7rem; --particle-y: 2rem; animation-delay: 0.08s; }
.repair-disintegration span:nth-child(7) { --particle-x: -9rem; --particle-y: 0.5rem; animation-delay: 0.18s; }
.repair-disintegration span:nth-child(8) { --particle-x: 9rem; --particle-y: -0.5rem; animation-delay: 0.12s; }

@keyframes repairCleanEngineerMove {
  0% {
    opacity: 0;
    transform: translateX(-3.5rem);
  }
  7% {
    opacity: 1;
  }
  36% {
    opacity: 1;
    transform: translateX(1.5rem);
  }
  84% {
    opacity: 1;
    transform: translateX(1.5rem);
  }
  100% {
    opacity: 0;
    transform: translateX(1.5rem);
  }
}

@keyframes repairCleanWrenchTurn {
  0% {
    opacity: 1;
    transform: translate3d(-0.04rem, 0.04rem, 0) rotate(-5deg);
  }
  50% {
    opacity: 1;
    transform: translate3d(0.04rem, -0.06rem, 0) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(-0.04rem, 0.04rem, 0) rotate(-5deg);
  }
}

@keyframes repairToolResolve {
  to {
    opacity: 0;
  }
}

@keyframes repairPrinterRecover {
  0% {
    border-color: var(--color-text-muted, #496352);
    transform: rotate(-4deg);
  }
  62% {
    border-color: var(--repair-success);
    transform: rotate(3deg);
  }
  100% {
    border-color: var(--repair-success);
    transform: rotate(0);
  }
}

@keyframes repairPaperFixed {
  0% {
    transform: translateY(0) rotate(-14deg);
  }
  58% {
    transform: translateY(-0.85rem) rotate(5deg);
  }
  100% {
    transform: translateY(-0.25rem) rotate(0);
  }
}

@keyframes repairLightFixed {
  0% {
    background: var(--repair-error);
    border-color: color-mix(in srgb, var(--repair-error-bright) 75%, white);
    box-shadow:
      0 0 0 0.25rem color-mix(in srgb, var(--repair-error) 24%, transparent),
      0 0 1rem var(--repair-error);
  }
  100% {
    background: var(--repair-success);
    border-color: color-mix(in srgb, var(--repair-success) 65%, white);
    box-shadow:
      0 0 0 0.3rem color-mix(in srgb, var(--repair-success) 26%, transparent),
      0 0 1.1rem var(--repair-success);
  }
}

@keyframes repairErrorPulse {
  to {
    box-shadow:
      0 0 0 0.42rem color-mix(in srgb, var(--repair-error) 32%, transparent),
      0 0 1.25rem var(--repair-error);
    transform: scale(1.08);
  }
}

@keyframes repairErrorResolve {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes repairFlash {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  30% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes repairSpark {
  0% {
    opacity: 0;
    transform: rotate(var(--spark-angle)) translateX(0) scaleX(0.3);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(var(--spark-angle)) translateX(2.8rem) scaleX(1);
  }
}

@keyframes repairParticle {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(0) scale(0.4);
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--particle-x), var(--particle-y)) rotate(180deg) scale(1.15);
  }
}

@keyframes repairCleanSnapOut {
  0%,
  83% {
    filter: none;
    opacity: 1;
  }
  92% {
    filter: contrast(1.5);
    opacity: 0.72;
  }
  100% {
    filter: contrast(2);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .site-main {
    padding-top: 112px;
  }

  .home-hero h1 {
    font-size: 2.45rem;
  }

  .section-heading h2,
  .local-proof h2 {
    font-size: 1.75rem;
  }

  .home-hero {
    padding: 48px 0 36px;
  }

  .hero-image-inset {
    bottom: 12px;
    max-width: 34%;
    right: 12px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .local-proof {
    align-items: stretch;
    flex-direction: column;
  }

  .about-layout,
  .faq-layout,
  .form-grid,
  .home-theater-card,
  .service-detail-layout,
  .request-layout {
    grid-template-columns: 1fr;
  }

  .faq-heading {
    position: static;
  }

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

  .pricing-intro .eyebrow {
    grid-column: auto;
  }

  .pricing-intro h2,
  .faq-heading h2 {
    font-size: 1.75rem;
  }

  .pricing-card {
    min-height: 0;
  }

  .pricing-kicker {
    margin-bottom: 0;
  }

  .trust-strip > div + div {
    border-left: 0;
    border-top: 1px solid rgba(144, 238, 144, 0.13);
  }

  .form-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .form-heading > span {
    align-self: start;
  }

  .home-theater-strip {
    grid-template-columns: 1fr;
  }

  .service-card h3,
  .service-card p {
    min-height: 0;
  }

  .service-card-media {
    height: 132px;
  }

  .service-detail-section {
    overflow-x: clip;
  }

  .service-detail-main,
  .service-detail-aside,
  .service-visual {
    min-width: 0;
    width: 100%;
  }

  .service-visual-large .visual-stage,
  .service-visual-image {
    min-height: 240px;
  }

  .request-hero h1 {
    font-size: 2.25rem;
  }

  .site-links {
    font-size: 0.9rem;
    gap: 0.65rem !important;
    justify-content: flex-start;
    width: 100%;
  }

  .services-menu-panel {
    left: auto;
    max-width: calc(100vw - 1.5rem);
    min-width: 210px;
    right: 0;
    transform: translateY(-4px);
  }

  .services-menu:hover .services-menu-panel,
  .services-menu:focus-within .services-menu-panel {
    transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .pricing-grid,
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(144, 238, 144, 0.13);
  }

  .trust-strip > div:nth-child(4) {
    border-top: 1px solid rgba(144, 238, 144, 0.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gear {
    animation: none;
  }
}
}
