:root {
  --ink: #111827;
  --muted: #5b6677;
  --line: #d8dee8;
  --paper: #f7f9fc;
  --panel: #ffffff;
  --night: #101a2a;
  --blue: #1677ff;
  --cyan: #2ac4d4;
  --green: #36b37e;
  --yellow: #ffbf3f;
  --shadow: 0 20px 60px rgba(17, 24, 39, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 54px);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-solid {
  padding-block: 12px;
  background: rgba(16, 26, 42, 0.96);
  box-shadow: 0 12px 36px rgba(16, 26, 42, 0.18);
  backdrop-filter: blur(12px);
}

.service-page .site-header {
  background: rgba(16, 26, 42, 0.94);
  box-shadow: 0 12px 36px rgba(16, 26, 42, 0.16);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  width: 220px;
  height: auto;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.main-nav a,
.header-call {
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 750;
}

.main-nav a {
  padding: 8px 12px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.86);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.main-nav a[aria-current="page"] {
  background: rgba(45, 196, 214, 0.2);
  color: #fff;
}

.header-call {
  padding: 11px 15px;
  border-radius: 8px;
  background: #fff;
  color: var(--night);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

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

.hero-image {
  object-fit: cover;
  object-position: 72% 58%;
  filter: saturate(0.86) blur(1px);
  transform: scale(1.015);
}

.hero-drive {
  position: absolute;
  z-index: 1;
  right: max(-205px, calc((100vw - 1160px) / 2 - 205px));
  top: 52%;
  width: min(54vw, 760px);
  min-width: 560px;
  max-width: none;
  transform: translateY(-50%) rotate(8deg);
  transform-origin: 56% 60%;
  clip-path: inset(31% 0 0 0);
  filter: drop-shadow(0 30px 48px rgba(0, 0, 0, 0.48));
}

.hero-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(8, 14, 24, 0.94), rgba(8, 14, 24, 0.76) 42%, rgba(8, 14, 24, 0.28)),
    linear-gradient(0deg, rgba(8, 14, 24, 0.84), rgba(8, 14, 24, 0.08) 50%);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 128px 0 96px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 12px;
  max-width: 980px;
  font-size: clamp(3.2rem, 8vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 880px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.55vw, 1.28rem);
}

.hero-copy--supporting {
  max-width: 760px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

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

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 850px;
  margin-top: 28px;
}

.hero-badges span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 750;
}

.hero-support {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--blue);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.button.dark {
  background: var(--night);
  color: #fff;
}

.quick-info {
  width: min(1120px, calc(100% - 36px));
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.quick-info div {
  min-width: 0;
  padding: 24px;
}

.quick-info div + div {
  border-left: 1px solid var(--line);
}

.quick-info span,
.quick-info small {
  display: block;
  color: var(--muted);
}

.quick-info span {
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.quick-info strong {
  display: block;
  font-size: 1.02rem;
}

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

.intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.reassurance {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(26px, 4vw, 42px);
  margin-top: 54px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(17, 24, 39, 0.08);
}

.reassurance h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  line-height: 1;
}

.reassurance > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.section-text h2,
.section-heading h2,
.recovery-copy h2,
.proof h2,
.mail-in h2,
.faq h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.intro > p,
.recovery-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.services-band {
  width: 100%;
  padding-inline: clamp(18px, 4vw, 54px);
  background: #fff;
}

.section-heading {
  width: min(1120px, 100%);
  margin: 0 auto 34px;
}

.service-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}

.section-action {
  width: min(1120px, 100%);
  margin: 28px auto 0;
}

.section-heading--left {
  width: 100%;
  margin-inline: 0;
}

.recovery-tiers {
  margin: 48px 0 36px;
}

.recovery-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.recovery-tier-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  border-radius: 8px;
  background: var(--paper);
}

.recovery-tier-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.recovery-tier-grid h3 {
  margin-bottom: 10px;
}

.recovery-tier-grid strong {
  display: block;
  margin: 20px 0 6px;
  font-size: 0.9rem;
}

.recovery-tier-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 14px 42px rgba(17, 24, 39, 0.08);
}

.service-card img {
  width: 100%;
  height: clamp(190px, 18vw, 230px);
  object-fit: cover;
}

.service-card div {
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.service-card h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
}

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

.service-card p,
.steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-card .card-link {
  display: inline-block;
  margin-top: auto;
  padding-top: 16px;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
}

.service-card .card-link:hover,
.service-card .card-link:focus-visible {
  text-decoration: underline;
}

.recovery {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
}

.advanced-repair-teaser {
  border-top: 1px solid var(--line);
  background: #f4f7fb;
}

.advanced-repair-teaser .recovery-media img,
#lab .recovery-media img {
  height: clamp(260px, 30vw, 380px);
  object-position: center;
}

.recovery-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #263244;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.38em;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: var(--green);
}

.seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 0;
}

.seo-links a {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #263244;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
}

.authority {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 0;
}

.authority div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(17, 24, 39, 0.08);
}

.authority span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.authority p {
  margin-bottom: 0;
  color: var(--muted);
}

.tools {
  padding-top: 0;
}

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

.tools-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--night);
  color: #fff;
}

.tools-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tools-grid h3 {
  margin-bottom: 10px;
}

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

.case-studies {
  width: 100%;
  padding-inline: clamp(18px, 4vw, 54px);
  background: #eef4f8;
}

.case-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.case-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(17, 24, 39, 0.08);
  color: inherit;
  text-decoration: none;
}

.case-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.case-card div {
  padding: 24px;
}

.case-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-card h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
  line-height: 1.18;
}

.case-card p {
  margin-bottom: 18px;
  color: var(--muted);
}

.case-card strong {
  color: var(--blue);
}

.case-card:hover strong,
.case-card:focus-visible strong {
  text-decoration: underline;
}

.related-case-links {
  width: min(1120px, 100%);
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  color: var(--muted);
}

.related-case-links strong {
  color: var(--ink);
}

.related-case-links a {
  color: var(--blue);
  font-weight: 750;
}

.knowledge-preview {
  border-top: 1px solid var(--line);
}

.knowledge-grid,
.article-list {
  display: grid;
  gap: 14px;
}

.knowledge-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 28px;
}

.knowledge-grid article,
.article-list article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(17, 24, 39, 0.08);
}

.knowledge-grid span,
.article-list span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.knowledge-grid h3,
.article-list h2 {
  margin-bottom: 10px;
  line-height: 1.15;
}

.knowledge-grid a,
.article-list a {
  text-decoration: none;
}

.knowledge-grid p,
.article-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.knowledge-paths {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 52px 0 0;
}

.knowledge-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.knowledge-paths article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(17, 24, 39, 0.08);
}

.knowledge-paths h2 {
  margin-bottom: 12px;
  font-size: 1.18rem;
}

.knowledge-paths a {
  display: block;
  margin-top: 9px;
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

.knowledge-paths a:hover,
.knowledge-paths a:focus-visible {
  text-decoration: underline;
}

.knowledge-index-note {
  width: min(1120px, calc(100% - 36px));
  margin: 24px auto 0;
  padding: 22px;
  border: 1px solid rgba(43, 182, 115, 0.24);
  border-left: 6px solid var(--green);
  border-radius: 8px;
  background: #f6fbf8;
}

.knowledge-index-note p:last-child {
  margin-bottom: 0;
}

.home-video {
  width: min(1280px, calc(100% - 36px));
  border-top: 1px solid var(--line);
  background: #eef4f8;
}

.home-video-card {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(600px, 1fr) minmax(330px, 0.74fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  color: inherit;
}

.home-video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--night);
  color: inherit;
  text-decoration: none;
}

.home-video-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.play-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 8px;
  background: #fff;
  color: var(--night);
  font-size: 0.9rem;
  font-weight: 900;
}

.youtube-dot {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 17px;
  flex: 0 0 24px;
  border-radius: 5px;
  background: #ff0033;
}

.youtube-dot::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid #fff;
}

.home-video-card h2 {
  max-width: 720px;
}

.home-video-card p:not(.eyebrow) {
  max-width: 740px;
  color: var(--muted);
}

.text-link {
  color: var(--blue);
  font-weight: 900;
}

.youtube-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.youtube-link:hover,
.youtube-link:focus-visible {
  text-decoration: underline;
}

.comparison {
  border-top: 1px solid var(--line);
  padding-top: 72px;
}

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

.comparison-grid div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.comparison-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.cards-grid {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

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

.info-card {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(17, 27, 43, 0.07);
}

.info-card span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
}

.info-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
}

.info-card p {
  margin-bottom: 0;
  color: var(--muted);
}

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

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

.steps div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.steps span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 900;
}

.process-reassurance {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #b8e4d0;
  border-left: 6px solid var(--green);
  border-radius: 8px;
  background: #f0fbf6;
}

.process-reassurance strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.process-reassurance p {
  margin-bottom: 0;
  color: var(--muted);
}

.process-reassurance .hero-actions {
  margin-top: 0;
}

.pricing-guide {
  background: #f7fafc;
}

.pricing-guide--inline {
  margin: 46px 0 34px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fafc;
}

.pricing-guide--inline .section-heading {
  margin-bottom: 24px;
}

.pricing-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.pricing-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.07);
}

.pricing-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-grid h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.pricing-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.pricing-note {
  width: min(1120px, 100%);
  margin: 16px auto 0;
  padding: 20px 22px;
  border: 1px solid #b8e4d0;
  border-left: 6px solid var(--green);
  border-radius: 8px;
  background: #f0fbf6;
}

.pricing-note strong {
  display: block;
  margin-bottom: 6px;
}

.pricing-note p {
  margin-bottom: 0;
  color: var(--muted);
}

.proof {
  width: 100%;
  padding-inline: clamp(18px, 4vw, 54px);
  background:
    radial-gradient(circle at 18% 10%, rgba(30, 136, 229, 0.26), transparent 30%),
    linear-gradient(135deg, #0b1320 0%, #111c2d 58%, #172336 100%);
  color: #fff;
}

.proof > div {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.reviews-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

.reviews-heading h2 {
  max-width: 820px;
}

.reviews-link {
  flex: 0 0 auto;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

.reviews-link:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.08);
}

.reviews-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: min(1120px, 100%);
  margin: 22px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
}

.stars {
  color: var(--yellow);
  font-size: 1.08rem;
  letter-spacing: 0;
}

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

.review-grid figure,
.google-review-card {
  margin: 0;
  min-height: 245px;
  padding: 18px;
  border: 1px solid #dce3eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  color: var(--ink);
}

.google-review-card {
  display: flex;
  flex-direction: column;
}

.google-review-card__header {
  display: grid;
  grid-template-columns: 44px 1fr 28px;
  gap: 10px;
  align-items: center;
}

.google-review-card__avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e8, #34a853);
  color: #ffffff;
  font-size: 1.16rem;
  font-weight: 850;
}

.google-review-card__meta {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.google-review-card__meta strong {
  overflow: hidden;
  color: #172033;
  font-size: 0.98rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.google-review-card__meta small {
  color: #667085;
  font-size: 0.78rem;
  font-weight: 700;
}

.google-review-card__g {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #dfe5ec;
  border-radius: 50%;
  background: #ffffff;
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 850;
}

.google-review-card__stars {
  margin-top: 14px;
  color: #fbbc04;
  font-size: 1rem;
  letter-spacing: 0;
}

.review-grid blockquote,
.google-review-card blockquote {
  margin: 12px 0 0;
  color: #243044;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.55;
}

.review-grid figcaption {
  color: #5d6878;
  font-size: 0.9rem;
}

.review-grid cite {
  display: block;
  margin-top: 3px;
  color: #778294;
  font-style: normal;
}

.mail-in-panel {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.mail-in-panel p {
  color: var(--muted);
  font-size: 1.05rem;
}

.mail-in-list {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px;
  border-radius: 8px;
  background: var(--paper);
}

.mail-in-list strong {
  margin-bottom: 4px;
}

.mail-in-list span {
  display: block;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: #263244;
  font-weight: 750;
}

.mailin-summary {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.mailin-summary h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 1.55rem;
}

.mailin-summary .check-list {
  margin: 0;
}

.mailin-summary .check-list li {
  color: rgba(255, 255, 255, 0.9);
}

.mailin-step-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mailin-step-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  border-radius: 8px;
  background: #fff;
}

.mailin-step-grid span,
.mailin-address span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mailin-step-grid h3 {
  margin-bottom: 8px;
}

.mailin-step-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.mailin-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.mailin-form-intro > p {
  color: var(--muted);
}

.mailin-address {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.mailin-address p {
  margin: 8px 0 0;
  color: var(--muted);
}

.mailin-request-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.checkbox-field {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

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

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 850;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.contact-page-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0;
}

.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-links a {
  font-weight: 800;
  color: var(--blue);
}

.contact-details-grid {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-details-grid div {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.contact-details-grid span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-details-grid a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.contact-details-grid small {
  color: var(--muted);
}

.bbb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 10px 7px 8px;
  border: 1px solid rgba(0, 91, 172, 0.34);
  border-radius: 8px;
  background: #fff;
  color: #0b4f8f;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.bbb-badge:hover,
.bbb-badge:focus-visible {
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
  transform: translateY(-1px);
}

.bbb-badge span {
  display: inline-grid;
  min-width: 40px;
  min-height: 30px;
  place-items: center;
  border-radius: 6px;
  background: #005bac;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
}

.bbb-badge small {
  color: #0f2742;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.bbb-badge--inline {
  margin-top: 4px;
}

.footer-trust .bbb-badge {
  background: rgba(255, 255, 255, 0.96);
}

.site-footer .footer-trust a.bbb-badge {
  color: #0b4f8f;
  font-weight: 900;
}

.map-placeholder {
  margin-top: 18px;
  padding: 24px;
  border: 1px dashed #9aabc0;
  border-radius: 8px;
  background: #eef4f8;
}

.map-placeholder p {
  margin: 8px 0 18px;
}

.contact-map-section {
  width: 100%;
  padding: clamp(48px, 7vw, 82px) clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.contact-map-heading {
  width: min(1120px, 100%);
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.contact-map-heading h2,
.contact-map-heading p {
  margin-bottom: 0;
}

.contact-map-heading > p {
  color: var(--muted);
  font-weight: 750;
}

.contact-map-embed {
  width: min(1400px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-map-embed iframe {
  display: block;
  width: 100%;
  height: clamp(360px, 46vw, 620px);
  border: 0;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.captcha-fieldset {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.captcha-fieldset legend {
  padding: 0 6px;
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 850;
}

.captcha-refresh {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--blue);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 850;
  background: #fff;
  cursor: pointer;
}

.captcha-refresh:hover,
.captcha-refresh:focus-visible {
  border-color: var(--blue);
}

label {
  display: grid;
  gap: 7px;
  color: #303b4d;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(22, 119, 255, 0.16);
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-note.is-success {
  color: #0f766e;
  font-weight: 700;
}

.form-note.is-error {
  color: #b42318;
  font-weight: 700;
}

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

.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(17, 24, 39, 0.08);
}

.video-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.video-card > h3,
.video-card > p,
.video-card > div:not(.video-placeholder) {
  margin-inline: 20px;
}

.video-card > h3 {
  margin-top: 20px;
  margin-bottom: 8px;
}

.video-card > p {
  margin-bottom: 22px;
  color: var(--muted);
}

.video-card--featured > div:not(.video-placeholder) {
  align-self: center;
  margin: 0;
  padding: 28px;
}

.video-placeholder {
  display: grid;
  min-height: 220px;
  place-content: center;
  gap: 10px;
  padding: 28px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(8, 14, 24, 0.75), rgba(8, 14, 24, 0.82)),
    url("assets/lab-workbench.webp") center / cover;
}

.video-placeholder strong {
  max-width: 540px;
  font-size: 1.2rem;
}

.video-placeholder span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.video-embed {
  min-height: 320px;
  background: var(--night);
}

.video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.video-direct-link {
  display: inline-flex;
  margin-top: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(210px, 0.8fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: 32px clamp(18px, 4vw, 54px);
  background: #080e18;
  color: #fff;
}

.site-footer > div {
  min-width: 0;
}

.site-footer > div:first-child {
  max-width: 460px;
}

.site-footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.footer-trust {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 850;
}

.footer-logo {
  width: 240px;
  height: auto;
  margin-bottom: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff;
}

.site-footer > div:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  align-content: start;
}

.footer-service-links {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-service-links p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer .footer-service-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.25;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
  text-decoration: none;
}

.service-page {
  background: #fff;
}

.service-page .service-hero,
.service-page .case-hero,
.service-page .article-hero,
.service-page .article-index-hero {
  padding-top: clamp(126px, 12vw, 164px);
}

.service-hero {
  min-height: 68vh;
  padding: clamp(34px, 8vw, 86px);
  display: grid;
  align-content: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 14, 24, 0.92), rgba(8, 14, 24, 0.72)),
    url("assets/lab-workbench.webp") center / cover;
}

.service-hero__grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(280px, 0.68fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.service-hero__content {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.service-hero__media {
  min-width: 0;
}

.service-hero__media img,
.service-hero__image-frame img {
  width: 100%;
  height: clamp(260px, 30vw, 380px);
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.service-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.75rem, 5.8vw, 5.25rem);
  line-height: 0.96;
}

.service-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.1rem, 2vw, 1.38rem);
}

.back-link {
  width: max-content;
  margin-bottom: 42px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.logo-back img {
  width: 210px;
  height: auto;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
}

.service-body {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0;
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: clamp(24px, 5vw, 64px);
}

.service-body h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.service-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.service-body aside {
  height: max-content;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.service-body aside p {
  margin: 10px 0 0;
  color: var(--muted);
}

.service-overview {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.service-main > p:not(.eyebrow),
.content-band p,
.service-steps p,
.sidebar-panel p,
.service-cta p {
  color: var(--muted);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px 0 34px;
}

.feature-grid article,
.content-band,
.sidebar-panel,
.service-steps .step {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.feature-grid article {
  padding: 22px;
}

.feature-grid h3 {
  margin-bottom: 8px;
}

.feature-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.content-band {
  margin: 28px 0;
  padding: 24px;
}

.content-band--warning {
  border-left: 6px solid var(--yellow);
  background: #fff8e6;
}

.content-band--calm {
  border-left: 6px solid var(--green);
  background: #f0fbf6;
}

.content-band__figure {
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.content-band__figure img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.content-band__figure figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.step-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.service-steps .step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 20px;
}

.service-steps .step span {
  color: var(--blue);
  font-weight: 900;
}

.service-steps h3 {
  margin-bottom: 6px;
}

.service-steps p {
  margin-bottom: 0;
}

.service-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.sidebar-panel {
  padding: 22px;
}

.sidebar-panel ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  color: var(--muted);
}

.sidebar-panel--soft {
  background: var(--paper);
}

.lab-photos {
  width: 100%;
  padding-inline: clamp(18px, 4vw, 54px);
  background: #eef4f8;
}

.lab-photo-grid {
  width: min(1120px, 100%);
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: start;
}

.lab-photo-grid figure {
  display: grid;
  grid-template-rows: auto auto;
  align-self: start;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.lab-photo-grid img {
  width: 100%;
  height: clamp(190px, 18vw, 240px);
  object-fit: cover;
}

.lab-photo-grid figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.case-photo-gallery {
  margin-top: 34px;
  padding: 28px;
  border-radius: 8px;
}

.case-photo-gallery .section-heading {
  margin-bottom: 24px;
}

.case-photo-gallery .lab-photo-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.service-cta {
  width: 100%;
  padding-inline: clamp(18px, 4vw, 54px);
  background: var(--night);
  color: #fff;
}

.service-cta__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.service-cta p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
}

.case-hero {
  background:
    linear-gradient(90deg, rgba(8, 14, 24, 0.92), rgba(8, 14, 24, 0.66)),
    url("assets/lab-workbench.webp") center / cover;
}

.case-body {
  align-items: start;
}

.case-body h2 + p,
.case-body p + h2,
.case-body ul + h2 {
  margin-top: 32px;
}

.article-index-hero,
.article-hero {
  background:
    linear-gradient(90deg, rgba(8, 14, 24, 0.92), rgba(8, 14, 24, 0.68)),
    url("assets/lab-workbench.webp") center / cover;
}

.article-list,
.article-body {
  width: min(960px, calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0;
}

.article-body {
  color: #263244;
}

.article-author-note {
  margin: 22px 0 30px;
  padding: 18px 20px;
  border: 1px solid #b8e4d0;
  border-left: 6px solid var(--green);
  border-radius: 8px;
  background: #f0fbf6;
}

.article-author-note strong {
  display: block;
  margin-bottom: 6px;
}

.article-author-note p {
  margin-bottom: 0;
  color: var(--muted);
}

.article-updated {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.article-answer-box,
.article-decision-box {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid rgba(11, 95, 255, 0.18);
  border-radius: 8px;
  background: #f5f9ff;
  box-shadow: 0 18px 45px rgba(15, 31, 56, 0.08);
}

.article-answer-box {
  border-left: 6px solid var(--blue);
}

.article-decision-box {
  border-color: rgba(43, 182, 115, 0.24);
  border-left: 6px solid var(--green);
  background: #f6fbf8;
}

.article-answer-box h2,
.article-decision-box h2 {
  margin-top: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.article-answer-box p:last-child,
.article-decision-box p:last-child {
  margin-bottom: 0;
}

.article-body h2 {
  margin-top: 34px;
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.article-image-slot {
  margin: 32px 0;
  border: 1px dashed #aab6c6;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f6fa;
}

.article-image-slot div {
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 24px;
  color: #4d5a6c;
  font-weight: 850;
  text-align: center;
}

.article-image-slot--photo {
  border-style: solid;
}

.article-image-slot--photo img {
  width: 100%;
  height: auto;
}

.article-image-slot--portrait img {
  width: min(680px, 100%);
  margin: 0 auto;
}

.article-image-slot figcaption {
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  background: #fff;
}

.article-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.article-compare div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f9fc;
}

.article-compare h3 {
  margin-bottom: 10px;
}

.article-compare p {
  margin-bottom: 0;
  color: var(--muted);
}

.article-warning {
  margin: 26px 0;
  padding: 18px 20px;
  border-left: 6px solid var(--yellow);
  border-radius: 8px;
  background: #fff8e6;
  color: #3c2d12;
  font-weight: 750;
}

.article-critical-warning {
  margin: 30px 0;
  padding: 24px;
  border: 2px solid #d93838;
  border-left-width: 8px;
  border-radius: 8px;
  background: #fff1f1;
  color: #421515;
}

.article-critical-warning span {
  display: block;
  margin-bottom: 10px;
  color: #b42323;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-critical-warning h2 {
  margin-top: 0;
  color: #421515;
}

.article-next-steps,
.article-related,
.article-conversion-cta {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.07);
}

.article-next-steps {
  border-left: 6px solid var(--blue);
}

.article-next-steps h2,
.article-related h2,
.article-conversion-cta h2 {
  margin-top: 0;
}

.article-next-steps p,
.article-conversion-cta p {
  color: var(--muted);
}

.article-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.article-link-list a {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f9fc;
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

.article-link-list a:hover,
.article-link-list a:focus-visible {
  text-decoration: underline;
}

.article-conversion-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: var(--night);
  color: #fff;
}

.article-conversion-cta h2 {
  color: #fff;
}

.article-conversion-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.article-critical-warning p {
  margin-bottom: 0;
  font-weight: 750;
}

.terms-body section {
  scroll-margin-top: 110px;
}

.terms-body section > p {
  position: relative;
  padding-left: 22px;
}

.terms-body section > p::before {
  position: absolute;
  top: 0.68em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.terms-meta {
  display: grid;
  gap: 5px;
  margin-bottom: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
}

.terms-meta strong {
  color: var(--ink);
}

.terms-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 30px 0 46px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.terms-nav strong {
  grid-column: 1 / -1;
  margin-bottom: 5px;
  color: var(--ink);
}

.terms-nav a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.terms-nav a:hover,
.terms-nav a:focus-visible {
  text-decoration: underline;
}

.terms-contact {
  margin-top: 48px;
  padding: 28px;
  border-radius: 8px;
  background: var(--night);
  color: #fff;
}

.terms-contact h2 {
  color: #fff;
}

.terms-contact p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.terms-contact a {
  color: #fff;
  font-weight: 850;
}

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

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav,
  .header-call {
    display: none;
  }

  .site-header.is-open {
    background: rgba(16, 26, 42, 0.98);
  }

  .site-header.is-open .main-nav {
    grid-column: 1 / -1;
    display: grid;
    justify-self: stretch;
  }

  .site-header.is-open .header-call {
    grid-column: 1 / -1;
    display: inline-flex;
    justify-content: center;
  }
}

@media (max-width: 980px) {
  .quick-info,
  .reassurance,
  .intro,
  .recovery,
  .contact {
    grid-template-columns: 1fr;
  }

  .service-hero__grid,
  .service-layout,
  .service-cta__inner,
  .process-reassurance,
  .article-conversion-cta,
  .home-video-card,
  .video-card--featured {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    position: static;
  }

  .service-grid,
  .steps,
  .authority,
  .tools-grid,
  .case-grid,
  .knowledge-grid,
  .knowledge-paths__grid,
  .comparison-grid,
  .review-grid,
  .pricing-grid,
  .mail-in-panel,
  .faq-grid,
  .service-body,
  .feature-grid,
  .lab-photo-grid,
  .faq-list {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .recovery-tier-grid {
    grid-template-columns: 1fr;
  }

  .mail-in-panel {
    grid-template-columns: 1fr;
  }

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

  .mailin-form-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .brand-logo {
    width: 176px;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-drive {
    right: -190px;
    top: 48%;
    width: 430px;
    min-width: 0;
    opacity: 0.24;
  }

  .hero-content {
    padding-bottom: 74px;
  }

  .service-hero__media img,
  .service-hero__image-frame img {
    height: 240px;
  }

  .quick-info,
  .service-grid,
  .steps,
  .authority,
  .tools-grid,
  .case-grid,
  .knowledge-grid,
  .knowledge-paths__grid,
  .article-compare,
  .comparison-grid,
  .review-grid,
  .pricing-grid,
  .faq-grid,
  .feature-grid,
  .lab-photo-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .captcha-fieldset {
    grid-template-columns: 1fr;
  }

  .contact-map-heading {
    display: grid;
    align-items: start;
  }

  .mailin-step-grid,
  .mailin-request-form,
  .terms-nav {
    grid-template-columns: 1fr;
  }

  .quick-info div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding-block: 64px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer > div:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .reviews-heading {
    align-items: start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-card img {
    min-height: 210px;
    aspect-ratio: 16 / 9;
  }
}

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