:root {
  --bg: #070b14;
  --bg-soft: #0a1020;
  --surface: #0d1424;
  --surface-high: #121d32;
  --ink: #f7f9ff;
  --muted: #9ba8bd;
  --muted-light: #c8d2e3;
  --blue: #002fa7;
  --blue-bright: #195dff;
  --blue-soft: #82a4ff;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(88, 128, 255, 0.34);
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
  --header-height: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

address {
  font-style: normal;
}

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

:focus-visible {
  outline: 3px solid #78a0ff;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--white);
  color: #07122d;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 120px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(7, 11, 20, 0.36);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(4, 11, 34, 0.92);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  width: min(calc(100% - 40px), 1280px);
  height: 100%;
  margin-inline: auto;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img,
.footer-brand img {
  width: 188px;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}

.site-nav a {
  position: relative;
  color: #cbd4e5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: var(--blue-bright);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--white);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  margin-left: 28px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background 180ms ease, border-color 180ms ease;
}

.header-phone:hover {
  border-color: rgba(86, 128, 255, 0.7);
  background: rgba(0, 47, 167, 0.35);
}

.header-phone svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 820px;
  overflow: hidden;
  padding: calc(var(--header-height) + 76px) 0 94px;
  background:
    radial-gradient(circle at 86% 34%, rgba(0, 47, 167, 0.46), transparent 38%),
    linear-gradient(135deg, #070b14 0%, #081435 60%, #00246f 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(86, 115, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 115, 184, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(84, 127, 255, 0.52), transparent);
  content: "";
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  top: 9%;
  right: -7%;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(74, 115, 255, 0.18);
  box-shadow: inset 0 0 100px rgba(0, 47, 167, 0.08), 0 0 100px rgba(0, 47, 167, 0.08);
}

.hero-glow-two {
  bottom: -18%;
  left: -9%;
  width: 360px;
  height: 360px;
  background: rgba(0, 47, 167, 0.1);
  filter: blur(80px);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr);
  gap: 74px;
  align-items: center;
}

.eyebrow,
.section-index {
  margin-bottom: 23px;
  color: var(--blue-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

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

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--blue-bright);
  box-shadow: 0 0 14px rgba(47, 102, 255, 0.9);
}

.hero h1 {
  max-width: 700px;
  margin-bottom: 26px;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.hero h1 strong {
  color: transparent;
  font-weight: inherit;
  background: linear-gradient(92deg, #ffffff 0%, #a8beff 44%, #376cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 570px;
  margin-bottom: 12px;
  color: #c4cede;
  font-size: 19px;
  line-height: 1.8;
}

.hero-meta {
  margin-bottom: 32px;
  color: #8190a8;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #114cca 0%, #002fa7 100%);
  box-shadow: 0 13px 32px rgba(0, 47, 167, 0.35), inset 0 1px rgba(255, 255, 255, 0.2);
}

.button-primary:hover {
  box-shadow: 0 16px 38px rgba(0, 47, 167, 0.48), inset 0 1px rgba(255, 255, 255, 0.22);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.button-ghost:hover {
  border-color: rgba(106, 143, 255, 0.5);
  background: rgba(45, 82, 172, 0.14);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #a6b3c7;
  font-size: 13px;
}

.hero-trust svg {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(53, 99, 237, 0.2);
  fill: none;
  stroke: #7da0ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.hero-visual {
  position: relative;
}

.hero-photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(136, 165, 255, 0.48);
  border-radius: 120px 18px 18px 18px;
  background: #061744;
  box-shadow: 0 28px 90px rgba(0, 22, 93, 0.48), 0 0 70px rgba(0, 47, 167, 0.18);
}

.hero-photo-frame::before {
  position: absolute;
  z-index: 2;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 108px 12px 12px 12px;
  content: "";
  pointer-events: none;
}

.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  filter: saturate(1.03) contrast(1.04);
}

.photo-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 9, 18, 0.52) 0%, rgba(6, 13, 26, 0.03) 42%, rgba(12, 27, 60, 0.12) 100%);
}

.photo-caption {
  position: absolute;
  z-index: 3;
  bottom: 26px;
  left: 26px;
  max-width: 250px;
  padding: 10px 13px;
  border: 1px solid rgba(146, 173, 255, 0.26);
  border-radius: 10px;
  background: rgba(3, 13, 43, 0.72);
  backdrop-filter: blur(10px);
}

.photo-caption span {
  display: block;
  margin-bottom: 5px;
  color: #779bff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.photo-caption strong {
  font-size: 14px;
}

.hero-float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 172px;
  padding: 15px 18px;
  border: 1px solid rgba(117, 149, 255, 0.28);
  border-radius: 12px;
  background: rgba(8, 16, 34, 0.84);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.hero-float-card b {
  color: #88a8ff;
  font-size: 26px;
  line-height: 1;
}

.hero-float-card span {
  color: #d8dfec;
  font-size: 12px;
}

.hero-float-top {
  top: 19%;
  right: -34px;
}

.hero-float-bottom {
  bottom: 21%;
  left: -52px;
}

.metrics {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(100deg, #08102a 0%, #00236f 50%, #09132d 100%);
}

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

.metric {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 164px;
  padding: 30px 38px;
}

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

.metric strong {
  margin-bottom: 4px;
  color: var(--white);
  font-size: clamp(31px, 3.1vw, 46px);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.metric strong small {
  margin-left: 3px;
  color: var(--blue-soft);
  font-size: 0.42em;
  letter-spacing: 0;
}

.metric span {
  color: #8491a7;
  font-size: 14px;
}

.metric::after {
  position: absolute;
  bottom: -1px;
  left: 38px;
  width: 34px;
  height: 2px;
  background: var(--blue-bright);
  box-shadow: 0 0 16px rgba(47, 102, 255, 0.75);
  content: "";
}

.family-section {
  background:
    radial-gradient(circle at 2% 24%, rgba(0, 47, 167, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(0, 47, 167, 0.08), transparent 24%),
    var(--bg);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 64px;
}

.section-heading h2,
.join-copy h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 740;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.section-heading > p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.section-index {
  margin-bottom: 13px;
}

.family-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: 70px;
  align-items: start;
}

.family-gallery {
  position: relative;
  min-height: 650px;
}

.family-gallery figure {
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.family-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 76%;
  aspect-ratio: 4 / 5;
  border-radius: 18px 80px 18px 18px;
}

.gallery-main::after,
.gallery-secondary::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 8, 16, 0.78), transparent 45%);
  content: "";
}

.gallery-main figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 23px;
  left: 24px;
}

.gallery-main figcaption span {
  display: block;
  margin-bottom: 4px;
  color: #94aeff;
  font-size: 12px;
}

.gallery-main figcaption strong {
  font-size: 16px;
}

.gallery-secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47%;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
}

.gallery-note {
  position: absolute;
  right: 8%;
  top: 8%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  width: 144px;
  height: 92px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 11px;
  background: linear-gradient(135deg, #124ccc, #002fa7);
  box-shadow: 0 18px 44px rgba(0, 47, 167, 0.36);
}

.gallery-note b {
  font-size: 41px;
  line-height: 1;
}

.gallery-note span {
  font-size: 12px;
  line-height: 1.5;
}

.family-content {
  min-width: 0;
}

.mini-label {
  margin-bottom: 16px;
  color: var(--blue-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.area-panel {
  margin-bottom: 26px;
  padding: 24px 26px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(0, 47, 167, 0.22), rgba(13, 20, 36, 0.82));
}

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

.area-list span {
  padding: 9px 14px;
  border: 1px solid rgba(124, 150, 215, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #d3dbeb;
  font-size: 14px;
}

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

.standard-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(19, 29, 51, 0.84), rgba(10, 16, 29, 0.86));
  transition: border-color 180ms ease, transform 180ms ease;
}

.standard-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px);
}

.standard-card::after {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(71, 111, 231, 0.16);
  border-radius: 50%;
  content: "";
}

.standard-card > b {
  display: block;
  margin-bottom: 28px;
  color: #7195ff;
  font-size: 39px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.04em;
}

.standard-card sup {
  font-size: 0.55em;
}

.standard-card h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.standard-card p {
  margin-bottom: 0;
  color: #8f9db2;
  font-size: 14px;
  line-height: 1.75;
}

.standard-card-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 150px;
}

.standard-card-wide > b {
  margin: 0;
  font-size: 48px;
}

.service-model {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  align-items: center;
  margin-top: 72px;
  padding: 34px 38px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background:
    linear-gradient(90deg, rgba(0, 47, 167, 0.18), rgba(0, 47, 167, 0.04) 46%, transparent),
    var(--surface);
}

.service-model-copy h3 {
  margin-bottom: 9px;
  font-size: 24px;
}

.service-model-copy > p:last-child {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--muted);
}

.service-model-copy > p strong {
  color: #a9bdff;
}

.service-model-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  min-width: 210px;
  padding-right: 34px;
  border-right: 1px solid var(--line);
}

.service-model-price span {
  grid-column: 1 / -1;
  color: #75849b;
  font-size: 12px;
}

.service-model-price strong {
  color: var(--white);
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -0.05em;
}

.service-model-price em {
  color: var(--blue-soft);
  font-size: 14px;
  font-style: normal;
}

.service-model-promise {
  min-width: 155px;
}

.service-model-promise span {
  display: block;
  color: #75849b;
  font-size: 12px;
}

.service-model-promise strong {
  display: block;
  margin: 3px 0 1px;
  font-size: 16px;
}

.service-model-promise p {
  margin-bottom: 0;
  color: var(--blue-soft);
  font-size: 14px;
}

.wide-result {
  position: relative;
  overflow: hidden;
  margin: 34px 0 0;
  aspect-ratio: 2.3 / 1;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.wide-result img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.wide-result::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 10, 19, 0.84), rgba(6, 10, 19, 0.04) 66%);
  content: "";
}

.wide-result figcaption {
  position: absolute;
  z-index: 2;
  top: 42px;
  left: 42px;
  display: flex;
  flex-direction: column;
  max-width: 310px;
  transform: none;
}

.wide-result figcaption span {
  margin-bottom: 8px;
  color: #8ca9ff;
  font-size: 13px;
  font-weight: 700;
}

.wide-result figcaption strong {
  font-size: 27px;
  line-height: 1.45;
}

.business-section {
  overflow: hidden;
  border-top: 1px solid rgba(109, 139, 220, 0.16);
  border-bottom: 1px solid rgba(109, 139, 220, 0.16);
  background:
    linear-gradient(132deg, rgba(0, 47, 167, 0.17), transparent 42%),
    #090f1d;
}

.business-orbit {
  position: absolute;
  top: 100px;
  right: -210px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(64, 104, 223, 0.13);
  border-radius: 50%;
  box-shadow: inset 0 0 0 80px rgba(0, 47, 167, 0.025), inset 0 0 0 160px rgba(0, 47, 167, 0.02);
}

.section-heading-light > p {
  color: #99a9c1;
}

.business-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 64px;
}

.business-card {
  position: relative;
  min-height: 276px;
  padding: 26px 24px;
  border: 1px solid var(--line);
  background: rgba(14, 23, 40, 0.8);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.business-card:first-child {
  border-radius: 18px 0 0 18px;
}

.business-card:last-child {
  border-radius: 0 18px 18px 0;
}

.business-card:hover {
  z-index: 1;
  border-color: rgba(89, 127, 247, 0.52);
  background: linear-gradient(160deg, rgba(0, 47, 167, 0.34), rgba(14, 23, 40, 0.92));
  transform: translateY(-4px);
}

.card-number {
  display: block;
  margin-bottom: 38px;
  color: #526079;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}

.business-card svg {
  width: 34px;
  margin-bottom: 25px;
  fill: none;
  stroke: #779cff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.business-card h3 {
  margin-bottom: 9px;
  font-size: 19px;
}

.business-card p {
  margin-bottom: 0;
  color: #8e9db4;
  font-size: 14px;
  line-height: 1.75;
}

.business-showcase {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
}

.business-images {
  position: relative;
  min-height: 610px;
}

.business-images figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.business-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-images figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(4, 9, 18, 0.75);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.business-image-main {
  inset: 0 auto 0 0;
  width: 66%;
  border-radius: 18px 74px 18px 18px;
}

.business-image-small {
  right: 0;
  bottom: 32px;
  width: 50%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
}

.case-panel {
  padding: 12px 0;
}

.case-panel > h3 {
  max-width: 430px;
  margin-bottom: 34px;
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.case-list {
  margin-bottom: 32px;
  border-top: 1px solid var(--line);
}

.case-list article {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 10px 22px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.case-list article > span {
  grid-row: 1 / span 2;
  color: #7c9eff;
  font-size: 13px;
  font-weight: 750;
}

.case-list h4 {
  margin-bottom: 0;
  font-size: 17px;
}

.case-list p {
  margin-bottom: 0;
  color: #8d9bb1;
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(117, 152, 255, 0.58);
  color: #a9bdff;
  font-size: 14px;
  font-weight: 700;
}

.why-section {
  background: var(--bg);
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 28px;
}

.trust-feature {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.trust-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 9, 18, 0.95), transparent 58%);
  content: "";
}

.trust-feature-overlay {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.trust-feature-overlay p {
  margin-bottom: 6px;
  color: #80a0ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.trust-feature-overlay strong {
  font-size: 23px;
}

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

.trust-card {
  position: relative;
  min-height: 298px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(17, 26, 46, 0.84), rgba(10, 15, 26, 0.92));
}

.trust-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 66px;
  border: 1px solid rgba(100, 138, 255, 0.28);
  border-radius: 50%;
  color: #7d9fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
}

.trust-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.trust-card p {
  margin-bottom: 0;
  color: #91a0b6;
  font-size: 14px;
  line-height: 1.8;
}

.credential-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 48px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.credential-strip div {
  padding: 0 24px;
}

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

.credential-strip b,
.credential-strip span {
  display: block;
}

.credential-strip b {
  margin-bottom: 4px;
  color: #a3b8ff;
  font-size: 17px;
}

.credential-strip span {
  color: #8391a6;
  font-size: 12px;
  line-height: 1.55;
}

.join-section {
  padding: 16px 0 110px;
  background: var(--bg);
}

.join-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.55fr auto;
  gap: 44px;
  align-items: center;
  overflow: hidden;
  padding: 50px;
  border: 1px solid rgba(142, 169, 255, 0.28);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(110deg, #002b96 0%, #0035bc 48%, #0c55df 100%);
  box-shadow: 0 28px 80px rgba(0, 38, 137, 0.3);
}

.join-card::before {
  position: absolute;
  top: -190px;
  right: 15%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 70px rgba(255, 255, 255, 0.025), inset 0 0 0 140px rgba(255, 255, 255, 0.025);
  content: "";
}

.join-copy,
.join-benefits,
.join-card > .button {
  position: relative;
  z-index: 1;
}

.join-copy .section-index {
  color: #b4c6ff;
}

.join-copy h2 {
  max-width: 420px;
  font-size: 32px;
  line-height: 1.3;
}

.join-copy > p:last-child {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.join-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 30px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.join-benefits li {
  position: relative;
  padding-left: 16px;
}

.join-benefits li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bfd0ff;
  content: "";
}

.join-benefits strong,
.join-benefits span {
  display: block;
}

.join-benefits strong {
  font-size: 15px;
}

.join-benefits span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.button-light {
  min-width: 140px;
  background: var(--white);
  color: #09296f;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.contact-section {
  overflow: hidden;
  padding-top: 100px;
  background:
    radial-gradient(circle at 92% 18%, rgba(0, 47, 167, 0.42), transparent 34%),
    linear-gradient(135deg, rgba(0, 47, 167, 0.24), transparent 52%),
    #080d18;
}

.contact-glow {
  position: absolute;
  right: -140px;
  bottom: -170px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(0, 47, 167, 0.18);
  filter: blur(110px);
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 390px;
  column-gap: 110px;
  row-gap: 52px;
  align-items: center;
}

.complaint-card {
  position: relative;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 36px;
  align-items: center;
  overflow: hidden;
  margin-top: 8px;
  padding: 30px 34px;
  border: 1px solid rgba(160, 184, 255, 0.42);
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 0%, rgba(86, 130, 255, 0.4), transparent 28%),
    linear-gradient(120deg, #00247d 0%, #002fa7 48%, #0646c7 100%);
  box-shadow: 0 24px 70px rgba(0, 36, 133, 0.34);
}

.complaint-card::before {
  position: absolute;
  top: -155px;
  right: 24%;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 58px rgba(255, 255, 255, 0.025), inset 0 0 0 116px rgba(255, 255, 255, 0.025);
  content: "";
  pointer-events: none;
}

.complaint-copy,
.complaint-phone,
.complaint-qr {
  position: relative;
  z-index: 1;
}

.complaint-kicker {
  margin-bottom: 7px;
  color: #bfd0ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.complaint-copy h3 {
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 1.3;
}

.complaint-copy > p:last-child {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.complaint-phone {
  display: flex;
  min-width: 228px;
  flex-direction: column;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(2, 17, 62, 0.36);
  transition: background 180ms ease, transform 180ms ease;
}

.complaint-phone:hover {
  background: rgba(2, 17, 62, 0.56);
  transform: translateY(-2px);
}

.complaint-phone span {
  color: #bed0ff;
  font-size: 12px;
}

.complaint-phone strong {
  margin: 2px 0;
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.complaint-phone em {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-style: normal;
}

.complaint-phone em b {
  margin-left: 6px;
}

.complaint-qr {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 270px;
}

.complaint-qr-image {
  flex: 0 0 auto;
  width: 104px;
  height: 104px;
  padding: 8px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(0, 13, 53, 0.24);
}

.complaint-qr-image img {
  width: 100%;
  height: 100%;
}

.complaint-qr p,
.complaint-qr strong,
.complaint-qr span {
  display: block;
}

.complaint-qr p {
  margin: 0;
}

.complaint-qr strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.complaint-qr span {
  max-width: 146px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.55;
}

.contact-copy h2 {
  max-width: 740px;
  margin-bottom: 22px;
}

.contact-copy > p:not(.section-index):not(.service-area) {
  max-width: 620px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 17px;
}

.contact-phone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 36px;
  padding: 22px 28px;
  border: 1px solid rgba(105, 139, 248, 0.34);
  border-radius: 15px;
  background: rgba(11, 21, 39, 0.78);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-phone:hover {
  border-color: rgba(117, 153, 255, 0.72);
  background: rgba(13, 34, 78, 0.82);
  transform: translateY(-2px);
}

.contact-phone span {
  color: #8e9cb2;
  font-size: 13px;
}

.contact-phone strong {
  margin: 3px 0;
  font-size: clamp(31px, 4vw, 49px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.contact-phone em {
  color: #83a3ff;
  font-size: 13px;
  font-style: normal;
}

.contact-phone em b {
  display: inline-block;
  margin-left: 8px;
}

.contact-address {
  display: flex;
  gap: 14px;
  max-width: 620px;
  margin-bottom: 13px;
}

.contact-address svg {
  flex: 0 0 auto;
  width: 23px;
  margin-top: 3px;
  fill: none;
  stroke: #7498ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-address span,
.contact-address address {
  display: block;
}

.contact-address span {
  margin-bottom: 3px;
  color: #75839a;
  font-size: 12px;
}

.contact-address address {
  color: #c0c9d9;
  font-size: 14px;
}

.service-area {
  margin: 0 0 0 37px;
  color: #74839a;
  font-size: 13px;
}

.qr-card {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(119, 151, 255, 0.32);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(18, 29, 51, 0.94), rgba(9, 15, 27, 0.96));
  box-shadow: var(--shadow);
}

.qr-card::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(81, 122, 255, 0.35), transparent 45%);
  content: "";
}

.qr-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.qr-status {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(111, 147, 255, 0.33);
  border-radius: 50%;
  background: rgba(0, 47, 167, 0.25);
}

.qr-status::before,
.qr-status::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.qr-status::before {
  inset: 11px;
  border: 2px solid #8ba8ff;
}

.qr-status::after {
  right: 7px;
  bottom: 7px;
  width: 7px;
  height: 7px;
  border: 2px solid #10182a;
  background: #52d39b;
}

.qr-head strong,
.qr-head span {
  display: block;
}

.qr-head strong {
  font-size: 15px;
}

.qr-head span {
  color: #8492a8;
  font-size: 12px;
}

.qr-image-wrap {
  overflow: hidden;
  aspect-ratio: 1;
  padding: 16px;
  border-radius: 15px;
  background: var(--white);
}

.qr-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-card > p {
  margin: 16px 0 0;
  color: #9caabd;
  font-size: 13px;
  text-align: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #060a12;
}

.footer-inner {
  display: flex;
  align-items: center;
  min-height: 110px;
}

.footer-brand img {
  width: 146px;
}

.footer-inner p {
  margin: 0 0 0 28px;
  color: #727f93;
  font-size: 12px;
}

.record-link {
  margin-left: auto;
  color: #7e8ca2;
  font-size: 12px;
  transition: color 180ms ease;
}

.record-link:hover {
  color: #b8c8f5;
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(0.2, 0.75, 0.25, 1), transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 18px;
  }

  .header-phone {
    margin-left: 18px;
    padding-inline: 13px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
    gap: 46px;
  }

  .hero-float-top {
    right: -12px;
  }

  .hero-float-bottom {
    left: -24px;
  }

  .family-layout {
    gap: 44px;
  }

  .service-model {
    gap: 24px;
  }

  .business-showcase {
    gap: 44px;
  }

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

  .join-card > .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .contact-layout {
    column-gap: 70px;
    row-gap: 48px;
  }

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

  .complaint-qr {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  :root {
    --header-height: 70px;
  }

  .header-inner {
    width: min(calc(100% - 32px), 1280px);
  }

  .brand img {
    width: 162px;
  }

  .menu-toggle {
    position: relative;
    z-index: 1002;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--white);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

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

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

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

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 94px 32px 42px;
    background: rgba(6, 10, 18, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 200ms ease, visibility 200ms ease, transform 200ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: 22px;
  }

  .site-nav a::after {
    display: none;
  }

  .header-phone {
    width: 44px;
    height: 44px;
    min-height: 44px;
    margin-left: 9px;
    padding: 0;
    justify-content: center;
  }

  .header-phone span {
    display: none;
  }

  .header-phone svg {
    width: 18px;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 68px);
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .hero-visual {
    width: min(100%, 610px);
    margin-left: auto;
  }

  .hero-photo-frame {
    aspect-ratio: 4 / 5;
    border-radius: 120px 18px 18px 18px;
  }

  .hero-photo-frame::before {
    border-radius: 108px 12px 12px 12px;
  }

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

  .metric:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .metric:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading > p {
    max-width: 680px;
  }

  .family-layout {
    grid-template-columns: 1fr;
  }

  .family-gallery {
    width: min(100%, 660px);
    min-height: 660px;
  }

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

  .service-model-copy {
    grid-column: 1 / -1;
  }

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

  .business-card:first-child {
    border-radius: 18px 0 0 0;
  }

  .business-card:nth-child(2) {
    border-radius: 0 18px 0 0;
  }

  .business-card:nth-child(3) {
    border-radius: 0 0 0 18px;
  }

  .business-card:last-child {
    border-radius: 0 0 18px 0;
  }

  .business-showcase {
    grid-template-columns: 1fr;
  }

  .business-images {
    width: min(100%, 650px);
  }

  .case-panel {
    max-width: 680px;
  }

  .trust-layout {
    grid-template-columns: 1fr;
  }

  .trust-feature {
    width: min(100%, 680px);
    min-height: 500px;
  }

  .credential-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .credential-strip div {
    min-height: 86px;
    padding: 18px 22px;
  }

  .credential-strip div:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .credential-strip div:nth-child(5) {
    border-top: 1px solid var(--line);
  }

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

  .join-card > .button {
    grid-column: auto;
  }

  .contact-layout {
    grid-template-columns: 1fr 330px;
    column-gap: 46px;
    row-gap: 44px;
  }

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

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding: 86px 0;
  }

  .hero {
    padding: calc(var(--header-height) + 48px) 0 74px;
  }

  .hero-grid {
    background-size: 44px 44px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 62px);
    line-height: 1.12;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-meta {
    line-height: 1.7;
  }

  .hero-trust {
    gap: 10px 15px;
  }

  .hero-photo-frame {
    aspect-ratio: 0.95;
    border-radius: 88px 14px 14px 14px;
  }

  .hero-photo-frame::before {
    inset: 11px;
    border-radius: 78px 9px 9px 9px;
  }

  .photo-caption {
    bottom: 18px;
    left: 18px;
  }

  .hero-float-card {
    min-width: 142px;
    padding: 12px 14px;
  }

  .hero-float-card b {
    font-size: 22px;
  }

  .hero-float-top {
    top: 15%;
    right: -5px;
  }

  .hero-float-bottom {
    bottom: 16%;
    left: -5px;
  }

  .metric {
    min-height: 135px;
    padding: 25px 18px;
  }

  .metric::after {
    left: 18px;
  }

  .metric strong {
    font-size: clamp(28px, 8vw, 38px);
  }

  .section-heading {
    margin-bottom: 46px;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .section-heading > p,
  .contact-copy > p:not(.section-index):not(.service-area) {
    font-size: 16px;
  }

  .family-gallery {
    min-height: 540px;
  }

  .gallery-main {
    width: 78%;
  }

  .gallery-note {
    right: 2%;
  }

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

  .standard-card {
    min-height: auto;
  }

  .standard-card > b {
    margin-bottom: 24px;
  }

  .standard-card-wide {
    grid-column: auto;
    grid-template-columns: 84px 1fr;
  }

  .service-model {
    grid-template-columns: 1fr;
    margin-top: 52px;
    padding: 28px 24px;
  }

  .service-model-copy {
    grid-column: auto;
  }

  .service-model-price {
    padding: 20px 0;
    border-top: 1px solid var(--line);
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .wide-result {
    min-height: 330px;
    aspect-ratio: auto;
  }

  .wide-result::after {
    background: linear-gradient(to top, rgba(6, 10, 19, 0.9), rgba(6, 10, 19, 0.05) 70%);
  }

  .wide-result figcaption {
    top: 24px;
    right: 24px;
    bottom: auto;
    left: 24px;
    transform: none;
  }

  .business-services {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .business-card,
  .business-card:first-child,
  .business-card:nth-child(2),
  .business-card:nth-child(3),
  .business-card:last-child {
    min-height: auto;
    border-radius: 14px;
  }

  .business-card {
    padding: 24px;
  }

  .card-number {
    margin-bottom: 24px;
  }

  .business-images {
    min-height: 540px;
  }

  .business-image-main {
    width: 73%;
  }

  .business-image-small {
    width: 56%;
  }

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

  .case-list article > span {
    grid-row: auto;
  }

  .trust-cards {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: auto;
  }

  .trust-card > span {
    margin-bottom: 38px;
  }

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

  .credential-strip div:nth-child(3),
  .credential-strip div:nth-child(5) {
    border-left: 0;
  }

  .credential-strip div:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .credential-strip div:nth-child(4) {
    border-left: 1px solid var(--line);
  }

  .join-section {
    padding-bottom: 86px;
  }

  .join-card {
    gap: 34px;
    padding: 36px 26px;
    border-radius: 22px;
  }

  .join-benefits {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .complaint-card {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 0;
    padding: 28px 24px;
  }

  .complaint-qr {
    grid-column: auto;
  }

  .qr-card {
    width: min(100%, 390px);
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 32px 0;
  }

  .footer-inner p,
  .record-link {
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

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

  .brand img {
    width: 144px;
  }

  .hero h1 {
    font-size: clamp(36px, 10.7vw, 40px);
  }

  .header-phone,
  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-trust {
    display: grid;
  }

  .hero-visual {
    width: 100%;
  }

  .hero-float-card {
    min-width: auto;
  }

  .hero-float-card span {
    display: none;
  }

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

  .metric {
    padding: 22px 14px;
  }

  .metric strong {
    font-size: 27px;
  }

  .metric span {
    font-size: 12px;
  }

  .family-gallery {
    min-height: 465px;
  }

  .gallery-note {
    width: 110px;
    height: 74px;
    padding-inline: 12px;
  }

  .gallery-note b {
    font-size: 32px;
  }

  .gallery-note span {
    font-size: 10px;
  }

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

  .business-images {
    min-height: 440px;
  }

  .business-image-main {
    width: 79%;
  }

  .business-image-small {
    width: 61%;
  }

  .trust-feature {
    min-height: 410px;
  }

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

  .credential-strip div,
  .credential-strip div:nth-child(3),
  .credential-strip div:nth-child(4),
  .credential-strip div:nth-child(5) {
    min-height: auto;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .credential-strip div:first-child {
    border-top: 0;
  }

  .contact-phone {
    display: flex;
    width: 100%;
    padding: 20px;
  }

  .contact-phone strong {
    font-size: 34px;
  }

  .complaint-phone {
    width: 100%;
    min-width: 0;
  }

  .complaint-qr {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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