:root {
  color-scheme: dark;
  --bg: #0a0d10;
  --bg-2: #11171d;
  --panel: #151b21;
  --panel-2: #f3f5f6;
  --text: #f7f8f8;
  --muted: #aeb8bf;
  --ink: #111315;
  --line: rgba(255, 255, 255, 0.14);
  --yellow: #f2c400;
  --yellow-2: #ffdb2e;
  --green: #48d26b;
  --blue: #39a5ff;
  --danger: #ff7043;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body::selection {
  background: var(--yellow);
  color: var(--ink);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(242, 196, 0, 0.78);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px max(22px, calc((100vw - var(--container)) / 2));
  background: rgba(10, 13, 16, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ink);
  overflow: hidden;
  background: #edf4ff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-mark svg {
  width: 24px;
  height: 24px;
}

.brand-copy {
  display: grid;
  gap: 0;
  line-height: 1;
}

.brand-copy strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav-links a {
  min-height: 42px;
  padding: 11px 14px;
  color: #dce2e5;
  border-radius: var(--radius);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.button {
  padding: 0 18px;
}

.icon-button {
  width: 48px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.button svg,
.icon-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.button:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 14px 34px rgba(242, 196, 0, 0.22);
}

.button-primary:hover {
  background: var(--yellow-2);
}

.button-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.button-dark {
  color: var(--text);
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.button-dark:hover {
  background: rgba(0, 0, 0, 0.88);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 88svh;
  overflow: hidden;
  padding: 136px max(22px, calc((100vw - var(--container)) / 2)) 72px;
  isolation: isolate;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.08) saturate(1.08) contrast(1.03);
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 13, 16, 0.96) 0%, rgba(10, 13, 16, 0.78) 38%, rgba(10, 13, 16, 0.2) 72%),
    linear-gradient(0deg, rgba(10, 13, 16, 0.92) 0%, rgba(10, 13, 16, 0.08) 48%, rgba(10, 13, 16, 0.55) 100%);
}

.hero-content {
  max-width: 760px;
}

.eyebrow,
.kicker {
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eyebrow span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  background: rgba(242, 196, 0, 0.12);
  border: 1px solid rgba(242, 196, 0, 0.38);
  border-radius: var(--radius);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
}

h1 {
  max-width: 720px;
  font-size: 4.8rem;
  font-weight: 950;
}

h2 {
  max-width: 760px;
  font-size: 3.05rem;
  font-weight: 920;
}

h3 {
  font-size: 1.18rem;
  font-weight: 900;
}

.hero-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: #e7ecef;
  font-size: 1.22rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 760px;
  margin: 42px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.hero-facts div {
  min-height: 112px;
  padding: 18px;
  background: rgba(10, 13, 16, 0.66);
}

.hero-facts dt {
  margin-bottom: 9px;
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0;
  color: #f3f5f6;
  font-size: 0.98rem;
  font-weight: 760;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.quick-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 92px;
  padding: 20px;
  color: var(--text);
  background: #0e1318;
  font-weight: 850;
}

.quick-item svg {
  width: 25px;
  height: 25px;
  color: var(--yellow);
  flex: 0 0 25px;
}

.quick-item:hover {
  background: #151d24;
}

.section {
  max-width: var(--container);
  margin-inline: auto;
  padding: 96px 22px;
}

.section-intro,
.diagnostic-section,
.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
  gap: 56px;
  align-items: start;
}

.section-copy p,
.diagnostic-copy p,
.booking-copy p,
.contact-copy p {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.metric {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  background: #11171d;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.metric::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(8, 11, 14, 0), rgba(8, 11, 14, 0.62)),
    linear-gradient(90deg, rgba(8, 11, 14, 0.52), rgba(8, 11, 14, 0.04));
}

.metric img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.34) saturate(1.1) contrast(1.01);
}

.metric-content {
  position: absolute;
  inset: auto 18px 18px 18px;
  z-index: 1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}

.metric strong,
.metric span {
  display: block;
}

.metric strong {
  color: var(--text);
  font-size: 2.55rem;
  line-height: 1;
  font-weight: 950;
}

.metric span {
  margin-top: 10px;
  color: #edf3f6;
  font-size: 0.94rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

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

.service-card {
  min-height: 242px;
  padding: 24px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.service-card.has-media {
  display: flex;
  min-height: 336px;
  overflow: hidden;
  flex-direction: column;
  padding: 0;
}

.service-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #07090b;
}

.service-card-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(10, 13, 16, 0), rgba(10, 13, 16, 0.24)),
    linear-gradient(90deg, rgba(242, 196, 0, 0.1), rgba(242, 196, 0, 0));
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.26) saturate(1.1) contrast(1.01);
  transition: transform 260ms ease;
}

.service-card-copy {
  position: relative;
  flex: 1;
  padding: 20px 22px 22px;
}

.service-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  color: var(--yellow);
}

.service-card.has-media svg {
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
}

.service-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.service-card:hover {
  border-color: rgba(242, 196, 0, 0.4);
  background: #192128;
}

.service-card.has-media:hover .service-card-media img {
  transform: scale(1.045);
}

.visual-band {
  max-width: 1240px;
  margin: 10px auto 0;
  padding: 0 22px;
}

.visual-band img {
  width: 100%;
  filter: brightness(1.18) saturate(1.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.diagnostic-section {
  align-items: center;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--yellow);
  font-weight: 900;
}

.text-link svg {
  width: 18px;
  height: 18px;
}

.symptom-list {
  display: grid;
  gap: 12px;
}

.symptom {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  min-height: 78px;
  padding: 14px 18px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.symptom svg {
  width: 26px;
  height: 26px;
  color: var(--yellow);
}

.symptom span {
  color: #e9eef1;
  font-weight: 760;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 270px;
  padding: 24px;
  background: var(--panel);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: var(--radius);
  font-weight: 950;
}

.process-list p {
  margin: 14px 0 0;
  color: var(--muted);
}

.booking-section {
  align-items: start;
  max-width: 100%;
  padding-inline: max(22px, calc((100vw - var(--container)) / 2));
  background:
    linear-gradient(180deg, rgba(17, 23, 29, 0.96), rgba(17, 23, 29, 0.96)),
    url("assets/service-list.png") center / cover;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.booking-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  background: rgba(11, 15, 19, 0.92);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.booking-form label {
  display: grid;
  gap: 8px;
}

.booking-form span {
  font-size: 0.86rem;
  font-weight: 900;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--text);
  background: #141b22;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  outline: 0;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #7f8b94;
}

.booking-form textarea {
  resize: vertical;
  min-height: 112px;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: #a17f00;
  box-shadow: 0 0 0 3px rgba(242, 196, 0, 0.22);
}

.booking-form .wide {
  grid-column: 1 / -1;
}

.booking-form .button {
  width: 100%;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 46px;
  align-items: start;
}

.faq-section .section-heading {
  display: block;
  margin: 0;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.faq-list summary {
  min-height: 64px;
  padding: 20px 22px;
  cursor: pointer;
  color: #f4f7f8;
  font-weight: 880;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.contact-section {
  background: #07090b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.78fr);
  gap: 46px;
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
  padding: 96px 22px;
}

.contact-actions,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-actions {
  margin-top: 30px;
}

.business-notes {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.business-notes li {
  position: relative;
  padding-left: 22px;
  color: #d7dee3;
  font-weight: 740;
}

.business-notes li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--yellow);
  border-radius: 50%;
  transform: translateY(-50%);
}

.business-notes a {
  color: var(--yellow);
}

.social-links {
  margin-top: 20px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  color: var(--muted);
  font-weight: 800;
}

.social-links a:hover {
  color: var(--text);
}

.social-links svg {
  width: 19px;
  height: 19px;
}

.contact-visual {
  margin: 0;
}

.contact-visual img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 28px max(22px, calc((100vw - var(--container)) / 2)) 104px;
  color: #c5cdd2;
  background: #07090b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: var(--yellow);
}

.legal-page {
  min-height: 100svh;
  background:
    linear-gradient(180deg, rgba(10, 13, 16, 0.96), rgba(10, 13, 16, 0.98)),
    url("assets/service-banner.png") center / cover fixed;
}

.legal-shell {
  max-width: 940px;
  margin: 0 auto;
  padding: 138px 22px 76px;
}

.legal-content {
  padding: 34px;
  background: rgba(12, 16, 20, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.legal-content h1 {
  font-size: 3.2rem;
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 1.38rem;
}

.legal-content p {
  margin: 16px 0 0;
  color: #d4dde3;
}

.legal-content a {
  color: var(--yellow);
  font-weight: 850;
}

.legal-updated {
  color: var(--muted);
  font-weight: 780;
}

.mobile-action-bar {
  position: fixed;
  z-index: 60;
  inset: auto 10px 10px 10px;
  display: none;
  min-height: 62px;
  overflow: hidden;
  background: rgba(12, 16, 20, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
}

.mobile-action-bar a {
  display: grid;
  flex: 1;
  place-items: center;
  min-width: 0;
  padding: 8px 4px;
  color: #eef2f4;
  font-size: 0.76rem;
  font-weight: 850;
}

.mobile-action-bar svg {
  width: 20px;
  height: 20px;
  color: var(--yellow);
}

@media (max-width: 1080px) {
  .site-header {
    gap: 14px;
  }

  .nav-links {
    display: none;
  }

  h1 {
    font-size: 3.8rem;
  }

  h2 {
    font-size: 2.45rem;
  }

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

  .section-intro,
  .diagnostic-section,
  .booking-section,
  .faq-section,
  .contact-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 0.96rem;
  }

  .brand-copy span {
    font-size: 0.7rem;
  }

  .header-actions .button {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 112px 18px 34px;
  }

  .hero-media {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(10, 13, 16, 0.96) 0%, rgba(10, 13, 16, 0.76) 54%, rgba(10, 13, 16, 0.35) 100%),
      linear-gradient(0deg, rgba(10, 13, 16, 0.95) 0%, rgba(10, 13, 16, 0.22) 54%, rgba(10, 13, 16, 0.68) 100%);
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-lead {
    font-size: 1.05rem;
  }

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

  .hero-facts {
    display: none;
  }

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

  .quick-item {
    min-height: 78px;
    padding: 14px 10px;
    font-size: 0.92rem;
  }

  .section {
    padding: 70px 18px;
  }

  .section-heading {
    display: block;
  }

  .metrics,
  .service-grid,
  .process-list,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: 128px;
  }

  .service-card,
  .process-list li {
    min-height: auto;
  }

  .visual-band {
    padding: 0 18px;
  }

  .booking-section {
    padding-inline: 18px;
  }

  .booking-form {
    padding: 18px;
  }

  .booking-direct .button,
  .contact-actions .button {
    width: 100%;
  }

  .contact-content {
    padding: 70px 18px;
  }

  .site-footer {
    display: grid;
    padding: 24px 18px 90px;
  }

  .legal-shell {
    padding: 104px 18px 46px;
  }

  .legal-content {
    padding: 22px;
  }

  .legal-content h1 {
    font-size: 2.25rem;
  }

  .mobile-action-bar {
    display: flex;
  }
}

@media (max-width: 430px) {
  .brand-copy {
    display: none;
  }

  h1 {
    font-size: 2.28rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .eyebrow span {
    width: 100%;
  }

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

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