html {
  overflow-x: clip;
}

body.page-home {
  --container: 1240px;
  --pad: clamp(18px, 4vw, 32px);
  --header-offset: 92px;
  --home-ink: #152734;
  --home-ink-soft: rgba(21, 39, 52, 0.74);
  --home-ink-faint: rgba(21, 39, 52, 0.52);
  --home-navy: #0a2431;
  --home-navy-2: #103647;
  --home-teal: #1b6d84;
  --home-cyan: #88ced9;
  --home-gold: #b88a4c;
  --home-gold-soft: rgba(184, 138, 76, 0.14);
  --home-paper: #fffaf3;
  --home-paper-2: #f5ecde;
  --home-surface: rgba(255, 252, 247, 0.88);
  --home-surface-strong: #fffdf9;
  --home-line: rgba(21, 39, 52, 0.09);
  --home-line-strong: rgba(21, 39, 52, 0.16);
  --home-shadow-soft: 0 18px 40px rgba(11, 28, 39, 0.08);
  --home-shadow: 0 30px 80px rgba(11, 28, 39, 0.13);
  --home-shadow-strong: 0 42px 110px rgba(7, 21, 30, 0.22);
  background:
    radial-gradient(900px 520px at 0% 0%, rgba(184, 138, 76, 0.12), transparent 62%),
    radial-gradient(760px 520px at 100% 12%, rgba(136, 206, 217, 0.12), transparent 62%),
    linear-gradient(180deg, #fbf6ee, #f7efe3 44%, #fbf8f2 100%);
  color: var(--home-ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  overflow-x: clip;
}

.page-home main {
  position: relative;
  z-index: 1;
}

.page-home .skip-link {
  left: 12px;
  transform: translateY(-220%);
  transition: transform 180ms ease;
}

.page-home .skip-link:focus {
  left: 12px;
  transform: translateY(0);
}

.page-home h1,
.page-home h2,
.page-home .form-title,
.page-home .cta-box h2,
.page-home .footer-brand-title {
  font-family: "Newsreader", Georgia, serif;
}

.page-home .section {
  position: relative;
  padding: clamp(84px, 10vw, 124px) 0;
}

.page-home .section-tight {
  padding: clamp(72px, 9vw, 108px) 0;
}

@media (min-width: 981px) {
  .page-home #angebot,
  .page-home #messung,
  .page-home #garantie,
  .page-home #map-check,
  .page-home #faq {
    padding-top: clamp(58px, 6vw, 82px);
  }
}

.page-home .section-head {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.page-home .section-kicker {
  gap: 10px;
  margin-bottom: 0;
  color: var(--home-ink-faint);
  font-size: 11px;
  letter-spacing: 0.2em;
}

.page-home .section-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.88), rgba(27, 109, 132, 0.3));
}

.page-home .section-head h2 {
  margin: 0;
  font-size: clamp(40px, 4.7vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
  color: var(--home-ink);
}

.page-home .section-head p {
  margin: 0;
  max-width: 44rem;
  font-size: 17px;
  line-height: 1.75;
  color: var(--home-ink-soft);
}

.page-home .bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-home .bullets li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  line-height: 1.62;
}

.page-home .bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--home-gold), var(--home-teal));
  box-shadow: 0 0 0 4px rgba(184, 138, 76, 0.08);
  transform: translateY(-50%);
}

.page-home .site-header {
  background: rgba(251, 246, 238, 0.78);
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
  backdrop-filter: blur(22px);
  overflow-x: clip;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease,
    transform 360ms cubic-bezier(0.22, 0.82, 0.24, 1),
    opacity 220ms ease;
}

.page-home .site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  bottom: -30px;
  background: linear-gradient(to bottom, rgba(251, 246, 238, 0.48), rgba(251, 246, 238, 0.12) 62%, transparent 100%);
  pointer-events: none;
  transition:
    height 220ms ease,
    bottom 220ms ease,
    background 220ms ease,
    opacity 220ms ease;
}

.page-home .site-header[data-elevate="true"] {
  background: rgba(251, 246, 238, 0.9);
  border-bottom-color: rgba(21, 39, 52, 0.1);
  box-shadow: 0 18px 44px rgba(10, 25, 34, 0.08);
}

.page-home .site-header[data-elevate="true"]::after {
  opacity: 0;
}

.page-home .site-header[data-surface="dark"] {
  background: linear-gradient(180deg, rgba(7, 26, 36, 0.48), rgba(7, 26, 36, 0.22));
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: none;
}

.page-home .site-header[data-surface="dark"]::after {
  height: 54px;
  bottom: -54px;
  background: linear-gradient(to bottom, rgba(7, 26, 36, 0.34), rgba(7, 26, 36, 0.1) 56%, transparent 100%);
  opacity: 1;
}

.page-home .site-header[data-surface="dark"][data-elevate="true"] {
  background: linear-gradient(180deg, rgba(7, 26, 36, 0.62), rgba(7, 26, 36, 0.34));
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(4, 18, 27, 0.16);
}

.page-home .site-header[data-surface="dark"] .brand {
  padding: 8px 14px 8px 10px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(250, 244, 235, 0.94), rgba(247, 240, 230, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 32px rgba(4, 18, 27, 0.14);
  backdrop-filter: blur(12px);
}

.page-home .site-header[data-surface="dark"] .brand-logo {
  filter: drop-shadow(0 8px 14px rgba(10, 25, 34, 0.06));
}

.page-home .site-header[data-surface="dark"] .nav {
  background: rgba(7, 26, 36, 0.36);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 34px rgba(4, 18, 27, 0.14);
}

.page-home .site-header[data-surface="dark"] .nav-link {
  color: rgba(245, 237, 226, 0.68);
}

.page-home .site-header[data-surface="dark"] .nav-link:hover,
.page-home .site-header[data-surface="dark"] .nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf4;
}

.page-home .site-header[data-surface="dark"] .nav-link[aria-current="location"] {
  background: rgba(255, 252, 247, 0.9);
  color: var(--home-navy);
  box-shadow: 0 10px 24px rgba(4, 18, 27, 0.12);
}

.page-home .site-header[data-surface="dark"] .nav-link[aria-current="location"]::after {
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.88), rgba(27, 109, 132, 0.72));
}

.page-home .header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 12px 0;
  transition:
    min-height 220ms ease,
    padding 220ms ease,
    gap 220ms ease;
}

.page-home .brand {
  gap: 14px;
  transition:
    padding 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    border-radius 220ms ease;
}

.page-home .brand-logo {
  height: 64px;
  filter: drop-shadow(0 10px 18px rgba(10, 25, 34, 0.08));
  transition: height 220ms ease, filter 220ms ease;
}

.page-home .brand-lockup {
  display: grid;
  gap: 3px;
  padding-left: 14px;
  border-left: 1px solid rgba(21, 39, 52, 0.08);
  transition:
    padding-left 220ms ease,
    border-color 220ms ease,
    gap 220ms ease;
}

.page-home .brand-name {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--home-ink);
}

.page-home .brand-subtitle {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.44);
}

.page-home .nav {
  justify-self: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.58);
  border: 1px solid rgba(21, 39, 52, 0.06);
  box-shadow: 0 14px 30px rgba(10, 25, 34, 0.05);
  backdrop-filter: blur(14px);
  transition:
    padding 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.page-home .nav-link {
  position: relative;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(21, 39, 52, 0.62);
  transition:
    padding 220ms ease,
    color 180ms ease,
    background 180ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.page-home .nav-link:hover,
.page-home .nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.6);
  color: var(--home-ink);
}

.page-home .nav-link[aria-current="location"] {
  background: rgba(11, 49, 66, 0.92);
  color: #fffaf4;
  box-shadow: 0 10px 22px rgba(8, 28, 39, 0.12);
  transform: translateY(-1px);
}

.page-home .nav-link[aria-current="location"]::after {
  content: "";
  position: absolute;
  inset: auto 18px 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.8), rgba(136, 206, 217, 0.88));
  opacity: 0.86;
}

.page-home .btn {
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    min-height 220ms ease,
    padding 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.page-home .site-header[data-elevate="true"] .header-inner {
  min-height: 74px;
  padding: 8px 0;
  gap: 20px;
}

.page-home .site-header[data-elevate="true"] .brand-logo {
  height: 58px;
  filter: drop-shadow(0 8px 14px rgba(10, 25, 34, 0.06));
}

.page-home .site-header[data-elevate="true"] .brand-lockup {
  gap: 2px;
  padding-left: 12px;
  border-left-color: rgba(21, 39, 52, 0.1);
}

.page-home .site-header[data-elevate="true"] .nav {
  padding: 5px;
  background: rgba(255, 252, 247, 0.72);
  border-color: rgba(21, 39, 52, 0.08);
  box-shadow: 0 18px 34px rgba(10, 25, 34, 0.06);
}

.page-home .site-header[data-elevate="true"] .nav-link {
  padding: 9px 13px;
}

.page-home .site-header[data-elevate="true"] .nav .btn-primary {
  min-height: 44px;
  padding: 12px 22px;
  box-shadow: 0 14px 28px rgba(8, 28, 39, 0.16);
}

.page-home .btn-primary {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, #0d3445, #15546e 68%, #226f88);
  box-shadow: 0 18px 40px rgba(8, 28, 39, 0.18);
}

.page-home .btn-primary:hover,
.page-home .btn-primary:focus-visible {
  box-shadow: 0 24px 50px rgba(8, 28, 39, 0.22), 0 0 0 5px rgba(136, 206, 217, 0.11);
}

.page-home .btn-ghost {
  border-color: rgba(21, 39, 52, 0.14);
  background: rgba(255, 252, 247, 0.72);
}

.page-home .btn-ghost:hover,
.page-home .btn-ghost:focus-visible {
  background: rgba(255, 252, 247, 0.95);
}

.page-home .nav-toggle {
  width: 48px;
  border-radius: 16px;
  padding: 0;
  background: rgba(255, 252, 247, 0.68);
  box-shadow: 0 12px 24px rgba(10, 25, 34, 0.06);
  justify-self: end;
  flex: 0 0 auto;
}

.page-home .mobile-nav {
  background: rgba(251, 246, 238, 0.94);
  border-top-color: rgba(21, 39, 52, 0.08);
  backdrop-filter: blur(22px);
  opacity: 0;
  transform: translateY(-14px) scale(0.985);
  transform-origin: top center;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.18, 0.82, 0.24, 1);
}

.page-home .mobile-nav[data-open="true"] {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.page-home .mobile-nav-inner {
  padding: 14px 0 22px;
  gap: 10px;
}

.page-home .mobile-nav-inner > * {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.18, 0.82, 0.24, 1);
}

.page-home .mobile-nav[data-open="true"] .mobile-nav-inner > * {
  opacity: 1;
  transform: none;
}

.page-home .mobile-nav-inner > *:nth-child(1) { transition-delay: 26ms; }
.page-home .mobile-nav-inner > *:nth-child(2) { transition-delay: 52ms; }
.page-home .mobile-nav-inner > *:nth-child(3) { transition-delay: 78ms; }
.page-home .mobile-nav-inner > *:nth-child(4) { transition-delay: 104ms; }
.page-home .mobile-nav-inner > *:nth-child(5) { transition-delay: 130ms; }
.page-home .mobile-nav-inner > *:nth-child(6) { transition-delay: 156ms; }

.page-home .mobile-link {
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.78);
  border-color: rgba(21, 39, 52, 0.08);
  font-weight: 700;
  color: var(--home-ink);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 220ms ease;
}

.page-home .mobile-link[aria-current="location"] {
  background: rgba(12, 52, 69, 0.94);
  border-color: rgba(12, 52, 69, 0.94);
  color: #fffaf4;
  box-shadow: 0 16px 28px rgba(10, 25, 34, 0.12);
}

.page-home .hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: calc(var(--header-offset) * -1);
  padding: calc(var(--header-offset) + clamp(60px, 7vw, 92px)) 0 clamp(34px, 5vw, 58px);
  min-height: min(920px, calc(100svh - var(--header-offset) + 10px));
  color: rgba(255, 246, 236, 0.92);
  background:
    radial-gradient(640px 420px at 18% 16%, rgba(184, 138, 76, 0.18), transparent 70%),
    radial-gradient(560px 380px at 84% 20%, rgba(136, 206, 217, 0.18), transparent 70%),
    linear-gradient(160deg, #071a24, #0a2431 48%, #103647 100%);
}

.page-home .hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -24% 54%;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 138, 76, 0.22), transparent 68%);
  filter: blur(10px);
  z-index: 0;
}

.page-home .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(9, 28, 39, 0.24));
  pointer-events: none;
  z-index: 0;
}

.page-home .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: start;
}

.page-home .hero-bg {
  z-index: 0;
}

.page-home .glow {
  left: auto;
  right: -140px;
  top: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 30% 30%, rgba(136, 206, 217, 0.24), transparent 68%);
  filter: blur(18px);
}

.page-home .gridlines {
  opacity: 0.42;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(ellipse at 54% 28%, rgba(0, 0, 0, 0.94), transparent 74%);
}

.page-home .hero-copy {
  max-width: 600px;
  padding-top: clamp(8px, 2vw, 26px);
}

.page-home .hero-copy-block {
  display: grid;
  gap: 20px;
}

.page-home .hero-copy > * {
  animation: home-rise 720ms cubic-bezier(0.18, 0.82, 0.24, 1) both;
}

.page-home .hero-copy > *:nth-child(1) { animation-delay: 60ms; }
.page-home .hero-copy > *:nth-child(2) { animation-delay: 140ms; }
.page-home .hero-copy > *:nth-child(3) { animation-delay: 220ms; }
.page-home .hero-copy > *:nth-child(4) { animation-delay: 300ms; }
.page-home .hero-copy > *:nth-child(5) { animation-delay: 360ms; }
.page-home .hero-copy > *:nth-child(6) { animation-delay: 420ms; }

.page-home .eyebrow {
  gap: 9px;
  padding: 10px 16px 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: rgba(255, 247, 233, 0.72);
}

.page-home .eyebrow-mark {
  width: 26px;
  height: 26px;
  background: rgba(136, 206, 217, 0.14);
  color: var(--home-cyan);
}

.page-home .eyebrow-title {
  color: rgba(255, 251, 245, 0.92);
}

.page-home .eyebrow-meta {
  color: rgba(255, 247, 233, 0.58);
}

.page-home .eyebrow-meta::before {
  background: rgba(255, 247, 233, 0.28);
}

.page-home .hero h1 {
  max-width: 9.2ch;
  margin: 0;
  font-size: clamp(54px, 6.3vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.055em;
  color: #fffaf4;
  text-wrap: balance;
}

.page-home .hero-title-label {
  display: block;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: clamp(12px, 1.4vw, 15px);
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(136, 206, 217, 0.92);
}

.page-home .hero-title-main {
  display: block;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
  color: inherit;
}

.page-home .hero h1 em {
  display: block;
  margin-top: 8px;
  font-style: normal;
  color: rgba(245, 237, 226, 0.78);
}

.page-home .lead {
  max-width: 32rem;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.74;
  color: rgba(245, 237, 226, 0.72);
}

.page-home .hero-cta {
  gap: 16px;
  margin-top: 22px;
}

.page-home .hero-text-link {
  color: rgba(255, 247, 233, 0.92);
}

.page-home .hero-text-link::after {
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.25), rgba(136, 206, 217, 0.92));
}

.page-home .hero-text-link:hover,
.page-home .hero-text-link:focus-visible {
  color: white;
}

.page-home .hero-cta-note {
  max-width: 28rem;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(245, 237, 226, 0.6);
}

.page-home .hero-stage {
  position: relative;
  display: grid;
  gap: 18px;
  align-content: start;
  padding-top: 12px;
  animation: home-panel-in 900ms cubic-bezier(0.18, 0.82, 0.24, 1) 180ms both;
}

.page-home .hero-stage-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding: 0 18px 0 8px;
}

.page-home .hero-stage-kicker {
  margin: 0 0 10px;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(245, 237, 226, 0.46);
}

.page-home .hero-stage-title {
  max-width: 32ch;
  margin: 0;
  font-size: 15.5px;
  line-height: 1.72;
  color: rgba(245, 237, 226, 0.72);
}

.page-home .hero-stage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(184, 138, 76, 0.94), rgba(142, 108, 59, 0.94));
  box-shadow: 0 14px 30px rgba(184, 138, 76, 0.26);
  color: #fffaf4;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .hero-stage-field {
  --hero-tilt-x: 0deg;
  --hero-tilt-y: 0deg;
  --hero-shift-x-sm: 0px;
  --hero-shift-y-sm: 0px;
  --hero-shift-x-md: 0px;
  --hero-shift-y-md: 0px;
  --hero-shift-x-lg: 0px;
  --hero-shift-y-lg: 0px;
  --hero-note-x: 0px;
  --hero-note-y: 0px;
  position: relative;
  isolation: isolate;
  padding: 26px 26px 18px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 76% 18%, rgba(184, 138, 76, 0.12), transparent 24%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 36px 100px rgba(4, 18, 27, 0.34);
  backdrop-filter: blur(12px);
  transition:
    box-shadow 420ms cubic-bezier(0.18, 0.82, 0.24, 1),
    border-color 320ms ease;
}

.page-home .hero-stage-field[data-hero-active="true"] {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 42px 110px rgba(4, 18, 27, 0.4);
}

.page-home .hero-stage-field::before {
  content: "";
  position: absolute;
  right: 14%;
  top: 6%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 138, 76, 0.18), transparent 70%);
  filter: blur(12px);
  opacity: 0.86;
  z-index: 0;
}

.page-home .hero-stage-field::after {
  content: "";
  position: absolute;
  left: 8%;
  bottom: -8%;
  width: 280px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(136, 206, 217, 0.12), transparent 72%);
  z-index: 0;
}

.page-home .hero-stage .scope-visual {
  min-height: 496px;
  border-radius: 38px;
  transform: perspective(1200px) rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y));
  transform-style: preserve-3d;
  transition:
    transform 420ms cubic-bezier(0.18, 0.82, 0.24, 1),
    box-shadow 420ms cubic-bezier(0.18, 0.82, 0.24, 1);
  will-change: transform;
}

.page-home .hero-stage-note {
  position: absolute;
  z-index: 2;
  max-width: 226px;
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 251, 245, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 48px rgba(6, 20, 29, 0.22);
  color: var(--home-navy);
  backdrop-filter: blur(16px);
  transform: translate3d(var(--hero-note-x), var(--hero-note-y), 0);
  transition:
    transform 420ms cubic-bezier(0.18, 0.82, 0.24, 1),
    box-shadow 420ms cubic-bezier(0.18, 0.82, 0.24, 1);
}

.page-home .hero-stage-field[data-hero-active="true"] .hero-stage-note {
  box-shadow: 0 28px 58px rgba(6, 20, 29, 0.26);
}

.page-home .hero-stage-note-a {
  left: -20px;
  top: 26px;
}

.page-home .hero-stage-note-b {
  right: -14px;
  bottom: 28px;
}

.page-home .hero-stage-note-k {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.44);
}

.page-home .hero-stage-note strong {
  font-size: 13.5px;
  line-height: 1.46;
  color: var(--home-navy);
}

.page-home .trust-row {
  margin-top: 26px;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-home .trust {
  min-height: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.page-home .trust::before {
  height: 100%;
  width: 2px;
  left: 0;
  right: auto;
  background: linear-gradient(180deg, rgba(184, 138, 76, 0.9), rgba(136, 206, 217, 0.2));
}

.page-home .trust:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-home .trust-k {
  margin-bottom: 6px;
  color: rgba(245, 237, 226, 0.5);
}

.page-home .trust-row-compact .trust {
  text-align: left;
}

.page-home .trust-row-compact .trust-v,
.page-home .trust-tertiary .trust-v {
  color: rgba(255, 250, 243, 0.9);
  font-size: 13.5px;
  line-height: 1.5;
}

.page-home .scope-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  gap: 18px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(245, 237, 224, 0.94)),
    radial-gradient(circle at top right, rgba(136, 206, 217, 0.18), transparent 40%);
  border: 1px solid rgba(184, 138, 76, 0.22);
  box-shadow: var(--home-shadow-strong);
}

.page-home .scope-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 42%);
  pointer-events: none;
}

.page-home .panel-top {
  position: relative;
  padding-bottom: 16px;
  border-bottom-color: rgba(21, 39, 52, 0.09);
}

.page-home .panel-title {
  font-size: 22px;
  letter-spacing: -0.04em;
  color: var(--home-ink);
}

.page-home .panel-caption {
  max-width: 23ch;
  color: rgba(21, 39, 52, 0.56);
}

.page-home .panel-badge {
  background: linear-gradient(135deg, rgba(184, 138, 76, 0.92), rgba(142, 108, 59, 0.92));
  color: #fffaf4;
  box-shadow: 0 12px 26px rgba(184, 138, 76, 0.24);
}

.page-home .panel-intro {
  max-width: 36ch;
  color: rgba(21, 39, 52, 0.68);
}

.page-home .scope-visual {
  min-height: 320px;
  border-radius: 28px;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 52% 50%, rgba(136, 206, 217, 0.22), transparent 38%),
    radial-gradient(circle at 78% 26%, rgba(184, 138, 76, 0.2), transparent 28%),
    linear-gradient(160deg, #0d2f3d, #0a2431 64%, #071c27 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 40px rgba(9, 28, 39, 0.18);
}

.page-home .scope-visual-grid {
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  animation: scope-grid-drift 22s linear infinite;
}

.page-home .scope-axis,
.page-home .scope-ring {
  background: linear-gradient(90deg, transparent, rgba(136, 206, 217, 0.4), transparent);
  border-color: rgba(136, 206, 217, 0.18);
  transition:
    transform 420ms cubic-bezier(0.18, 0.82, 0.24, 1),
    opacity 420ms ease,
    border-color 420ms ease;
}

.page-home .scope-axis-horizontal {
  transform: translateX(var(--hero-shift-x-sm));
}

.page-home .scope-axis-vertical {
  background: linear-gradient(180deg, transparent, rgba(136, 206, 217, 0.4), transparent);
  transform: translateY(var(--hero-shift-y-sm));
}

.page-home .scope-beam {
  inset: 18% 10%;
  background: linear-gradient(135deg, transparent 20%, rgba(184, 138, 76, 0.18) 52%, transparent 86%);
  background-size: 180% 180%;
  background-position: 0% 50%;
  opacity: 0.88;
  transform: translate3d(var(--hero-shift-x-md), var(--hero-shift-y-md), 0);
  transition:
    transform 420ms cubic-bezier(0.18, 0.82, 0.24, 1),
    opacity 420ms ease;
  animation: scope-beam-sweep 12s cubic-bezier(0.32, 0.08, 0.2, 0.96) infinite;
}

.page-home .scope-hub {
  width: 144px;
  height: 144px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(239, 232, 220, 0.96));
  color: var(--home-ink);
  box-shadow: 0 28px 54px rgba(5, 17, 24, 0.28);
  transform: translate(-50%, -50%) translate3d(var(--hero-shift-x-md), var(--hero-shift-y-md), 0);
  transition:
    transform 420ms cubic-bezier(0.18, 0.82, 0.24, 1),
    box-shadow 420ms cubic-bezier(0.18, 0.82, 0.24, 1);
  animation: scope-hub-breathe 8.6s ease-in-out infinite;
}

.page-home .scope-hub span {
  color: rgba(21, 39, 52, 0.46);
}

.page-home .scope-hub strong {
  color: var(--home-navy);
  font-size: 22px;
}

.page-home .scope-node {
  background: rgba(255, 253, 247, 0.96);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 28px rgba(5, 17, 24, 0.14);
  color: var(--home-navy);
  transform: translate3d(var(--hero-shift-x-lg), var(--hero-shift-y-lg), 0);
  transition:
    transform 420ms cubic-bezier(0.18, 0.82, 0.24, 1),
    box-shadow 420ms ease,
    background 420ms ease;
}

.page-home .scope-node-core {
  background: linear-gradient(180deg, rgba(255, 244, 227, 0.96), rgba(255, 253, 247, 0.96));
}

.page-home .scope-tag {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 247, 233, 0.8);
  transform: translate3d(var(--hero-shift-x-sm), var(--hero-shift-y-sm), 0);
  transition:
    transform 420ms cubic-bezier(0.18, 0.82, 0.24, 1),
    background 420ms ease,
    border-color 420ms ease;
}

.page-home .scope-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  border: 0;
  background: none;
}

.page-home .scope-summary-item {
  padding: 16px 17px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(21, 39, 52, 0.08);
}

.page-home .scope-summary-k {
  color: rgba(21, 39, 52, 0.44);
}

.page-home .scope-summary-item strong {
  font-size: 14px;
  color: var(--home-ink);
}

.page-home .scope-summary-f {
  color: rgba(21, 39, 52, 0.62);
}

.page-home .panel-foot {
  padding: 14px 16px 0;
  border-top-color: rgba(21, 39, 52, 0.08);
}

.page-home .panel-foot-k {
  background: rgba(184, 138, 76, 0.1);
  color: rgba(21, 39, 52, 0.58);
}

.page-home .hero-ledger {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 24px;
  margin-top: 28px;
  padding: 24px 6px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  animation: home-panel-in 980ms cubic-bezier(0.18, 0.82, 0.24, 1) 260ms both;
}

.page-home .hero-ledger-item {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 0;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .hero-ledger-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.page-home .hero-ledger-k {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(245, 237, 226, 0.48);
}

.page-home .hero-ledger-v {
  font-size: 15px;
  line-height: 1.48;
  color: rgba(255, 250, 243, 0.92);
}

.page-home .hero-ledger-item-highlight .hero-ledger-v {
  color: #fffaf4;
}

.page-home #angebot {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(247, 239, 227, 0.86));
}

.page-home #angebot .container {
  display: grid;
  gap: 22px;
}

.page-home .offer-editorial-top {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 24px 42px;
  align-items: start;
  padding: 34px 36px 30px;
  border-radius: 38px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(248, 240, 229, 0.82)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.12), transparent 30%);
  box-shadow: var(--home-shadow-soft);
}

@media (min-width: 981px) {
  .page-home #angebot {
    padding-top: clamp(34px, 4.6vw, 58px);
  }

  .page-home #angebot .container {
    position: relative;
  }

  .page-home .offer-editorial-top {
    z-index: 2;
    margin-top: clamp(-52px, -3.8vw, -34px);
    box-shadow: 0 24px 62px rgba(10, 25, 34, 0.12);
  }
}

.page-home .offer-editorial-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(21, 39, 52, 0.028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.016) 1px, transparent 1px);
  background-size: 94px 94px;
  opacity: 0.18;
  pointer-events: none;
}

.page-home .offer-editorial-top::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.82), rgba(136, 206, 217, 0.74));
  pointer-events: none;
}

.page-home .offer-editorial-top > * {
  position: relative;
  z-index: 1;
}

.page-home #angebot .section-head {
  max-width: 50rem;
  margin-bottom: 0;
}

.page-home .offer-qualifiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .offer-qualifier {
  display: grid;
  gap: 5px;
  min-height: 100%;
  padding: 0 22px;
  border-radius: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.page-home .offer-qualifier + .offer-qualifier {
  border-left: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .offer-qualifier-k {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.36);
}

.page-home .offer-qualifier strong {
  max-width: 16ch;
  font-size: 14px;
  line-height: 1.5;
  color: var(--home-ink);
}

.page-home #angebot .cards-offer {
  position: relative;
  overflow: hidden;
  margin-top: 2px;
  padding: 12px 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 0;
  align-items: stretch;
  border-radius: 34px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 239, 227, 0.78)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.16), transparent 28%);
  box-shadow: var(--home-shadow);
}

.page-home #angebot .cards-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(21, 39, 52, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.025) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.22;
  pointer-events: none;
}

.page-home #angebot .card {
  --offer-offset: 0px;
  position: relative;
  overflow: visible;
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 0;
  padding: 34px 28px 28px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(21, 39, 52, 0.08);
  box-shadow: none;
  transform: none;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}

.page-home #angebot .card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(184, 138, 76, 0.8), rgba(27, 109, 132, 0.16));
  opacity: 0;
}

.page-home #angebot .card::after,
.page-home .step::after,
.page-home .method-card::after,
.page-home .guarantee-grid .callout::after {
  content: "";
  position: absolute;
  inset: auto -18% -44% 28%;
  height: 180px;
  background: radial-gradient(circle, rgba(136, 206, 217, 0.14), transparent 72%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.page-home #angebot .card:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(21, 39, 52, 0.12);
}

.page-home #angebot .card:hover::after,
.page-home .step:hover::after,
.page-home .method-card:hover::after,
.page-home .guarantee-grid .callout:hover::after {
  opacity: 1;
}

.page-home #angebot .card:nth-child(1) {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 0.54fr);
  gap: 18px 34px;
  align-items: start;
  padding: 28px 30px 26px;
  border-right: 0;
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.36), rgba(255, 252, 247, 0.04));
}

.page-home #angebot .card:nth-child(2) {
  grid-column: 1 / span 6;
  grid-row: 2;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(255, 246, 233, 0.72), rgba(255, 246, 233, 0.22));
}

.page-home #angebot .card:nth-child(3) {
  grid-column: 7 / -1;
  grid-row: 2;
  border-right: 0;
  background: linear-gradient(160deg, rgba(11, 37, 50, 0.96), rgba(17, 53, 69, 0.96));
}

.page-home #angebot .card:nth-child(1) .card-label {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.page-home #angebot .card:nth-child(1) h3 {
  margin: 0;
  max-width: 8ch;
  font-size: 34px;
  line-height: 0.94;
}

.page-home #angebot .card:nth-child(1) .bullets {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  align-self: start;
}

.page-home #angebot .card:nth-child(1) .bullets li {
  font-size: 14.5px;
  line-height: 1.58;
}

.page-home #angebot .card:nth-child(2),
.page-home #angebot .card:nth-child(3) {
  padding: 24px 26px 24px;
}

.page-home #angebot .card:nth-child(2) h3,
.page-home #angebot .card:nth-child(3) h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.02;
  max-width: 13ch;
}

.page-home #angebot .card:nth-child(2) .bullets,
.page-home #angebot .card:nth-child(3) .bullets {
  gap: 10px;
}

.page-home #angebot .card:nth-child(2) .bullets li,
.page-home #angebot .card:nth-child(3) .bullets li {
  font-size: 14.5px;
  line-height: 1.58;
}

.page-home #angebot .card-highlight {
  border-color: rgba(184, 138, 76, 0.18);
}

.page-home #angebot .card-dark {
  border-color: rgba(255, 255, 255, 0.08);
}

.page-home #angebot .card-dark::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(184, 138, 76, 0.92), rgba(136, 206, 217, 0.3));
}

.page-home .card-label {
  margin-bottom: 10px;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: rgba(21, 39, 52, 0.46);
}

.page-home .card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--home-ink);
}

.page-home #angebot .card .bullets {
  gap: 12px;
}

.page-home #angebot .card .bullets li {
  font-size: 15px;
  line-height: 1.7;
}

.page-home #angebot .card-dark h3,
.page-home #angebot .card-dark .card-label,
.page-home #angebot .card-dark .bullets {
  color: rgba(255, 246, 236, 0.88);
}

.page-home #angebot .card:nth-child(3) h3 {
  max-width: none;
}

.page-home #angebot .card:nth-child(3) .bullets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-self: start;
}

.page-home .offer-mobile-flow {
  display: none;
}

.page-home .offer-mobile-flow-head {
  display: grid;
  gap: 8px;
}

.page-home .offer-mobile-flow-k {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .offer-mobile-flow-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
  color: rgba(21, 39, 52, 0.64);
}

.page-home .offer-mobile-item {
  overflow: hidden;
  border: 1px solid rgba(21, 39, 52, 0.08);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.84);
  box-shadow: var(--home-shadow-soft);
}

.page-home .offer-mobile-item + .offer-mobile-item {
  margin-top: 10px;
}

.page-home .offer-mobile-item summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 18px 16px;
  cursor: pointer;
}

.page-home .offer-mobile-item summary::-webkit-details-marker {
  display: none;
}

.page-home .offer-mobile-index {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(21, 39, 52, 0.06);
  color: rgba(21, 39, 52, 0.48);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .offer-mobile-summary {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.page-home .offer-mobile-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .offer-mobile-summary strong {
  font-size: 23px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--home-ink);
}

.page-home .offer-mobile-item summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(21, 39, 52, 0.08);
  color: rgba(21, 39, 52, 0.54);
  font-size: 20px;
  line-height: 1;
  transition:
    transform 220ms ease,
    background 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.page-home .offer-mobile-item[open] summary::after {
  transform: rotate(45deg);
  background: rgba(21, 39, 52, 0.06);
  color: rgba(21, 39, 52, 0.8);
  border-color: rgba(21, 39, 52, 0.12);
}

.page-home .offer-mobile-body {
  padding: 0 18px 18px;
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .offer-mobile-body .bullets {
  gap: 10px;
  padding-top: 14px;
}

.page-home .offer-mobile-body .bullets li {
  font-size: 14px;
  line-height: 1.64;
}

.page-home .offer-mobile-item-warm {
  background: linear-gradient(180deg, rgba(255, 245, 232, 0.9), rgba(255, 252, 247, 0.84));
}

.page-home .offer-mobile-item-dark {
  border-color: rgba(255, 255, 255, 0.06);
  background: linear-gradient(160deg, #0b2532, #123747 100%);
}

.page-home .offer-mobile-item-dark .offer-mobile-index {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 246, 236, 0.76);
}

.page-home .offer-mobile-item-dark .offer-mobile-label,
.page-home .offer-mobile-item-dark .offer-mobile-summary strong,
.page-home .offer-mobile-item-dark .offer-mobile-body .bullets {
  color: rgba(255, 246, 236, 0.9);
}

.page-home .offer-mobile-item-dark .offer-mobile-label {
  color: rgba(255, 246, 236, 0.58);
}

.page-home .offer-mobile-item-dark .offer-mobile-body {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.page-home .offer-mobile-item-dark summary::after {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 246, 236, 0.76);
}

.page-home .offer-mobile-item-dark[open] summary::after {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 246, 236, 0.92);
  border-color: rgba(255, 255, 255, 0.16);
}

.page-home .offer-context {
  align-self: stretch;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 0;
  max-width: 18.5rem;
  justify-self: stretch;
  padding: 2px 0 0 32px;
  border-top: 0;
  border-left: 1px solid rgba(21, 39, 52, 0.08);
  border-radius: 0;
  background: none;
  border-right: 0;
  border-bottom: 0;
  box-shadow: none;
}

.page-home .offer-context-label {
  display: inline-flex;
  min-height: 0;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: none;
  color: rgba(21, 39, 52, 0.44);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .offer-context-copy p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.74;
  max-width: none;
  color: rgba(21, 39, 52, 0.66);
}

.page-home .offer-context-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.page-home .offer-context-link {
  justify-content: space-between;
  text-decoration: none;
}

.page-home .offer-context-link-primary {
  min-height: 0;
  padding: 12px 0 11px;
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 700;
}

.page-home .offer-context-link-primary:hover,
.page-home .offer-context-link-primary:focus-visible {
  color: rgba(11, 69, 94, 1);
  border-color: rgba(21, 39, 52, 0.16);
}

.page-home .offer-context-link-secondary {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  color: rgba(21, 39, 52, 0.6);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.page-home #ablauf {
  background:
    radial-gradient(760px 320px at 12% 0%, rgba(184, 138, 76, 0.18), transparent 72%),
    radial-gradient(760px 320px at 92% 18%, rgba(136, 206, 217, 0.16), transparent 72%),
    linear-gradient(180deg, #081d28, #0b2431 48%, #0e3140);
  border: 0;
  color: rgba(255, 246, 236, 0.9);
}

.page-home #ablauf .container {
  display: block;
}

.page-home .process-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.56fr);
  gap: 20px 34px;
  align-items: end;
  margin-bottom: 30px;
}

.page-home #ablauf .section-kicker,
.page-home #ablauf .section-head p {
  color: rgba(245, 237, 226, 0.64);
}

.page-home #ablauf .section-head h2 {
  color: #fffaf4;
}

.page-home #ablauf .section-head {
  position: static;
  max-width: none;
  margin-bottom: 0;
}

.page-home .process-sidecard {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  padding: 22px 22px 20px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 100% 0%, rgba(184, 138, 76, 0.16), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 24px 60px rgba(3, 17, 26, 0.18);
}

.page-home .process-sidecard::after {
  content: "";
  position: absolute;
  inset: auto -10% -42% 26%;
  height: 170px;
  background: radial-gradient(circle, rgba(136, 206, 217, 0.14), transparent 72%);
  pointer-events: none;
}

.page-home .process-sidecard-k {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(184, 138, 76, 0.14);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 238, 214, 0.76);
}

.page-home .process-sidecard-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(245, 237, 226, 0.76);
}

.page-home .process-sidecard-list {
  display: grid;
  gap: 12px;
}

.page-home .process-sidecard-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .process-sidecard-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.page-home .process-sidecard-index {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 250, 243, 0.9);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .process-sidecard-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13.5px;
  line-height: 1.45;
  color: #fffaf4;
}

.page-home .process-sidecard-item p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.58;
  color: rgba(245, 237, 226, 0.62);
}

.page-home .timeline-shell {
  display: grid;
  gap: 20px;
}

.page-home .timeline-compact {
  position: relative;
  margin-top: 0;
  padding-left: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 100% 0%, rgba(184, 138, 76, 0.16), transparent 28%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 28px 70px rgba(3, 17, 26, 0.18);
}

.page-home .timeline-compact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.22;
  pointer-events: none;
}

.page-home .timeline-compact::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.84), rgba(136, 206, 217, 0.72));
  pointer-events: none;
}

.page-home .timeline-compact > * {
  position: relative;
  z-index: 1;
}

.page-home .step:nth-child(odd) {
  margin-right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .step:nth-child(even) {
  margin-left: 0;
}

.page-home .step:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .step {
  --step-offset: 0px;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  gap: 0;
  padding: 28px 28px 24px;
  border-radius: 0;
  background: none;
  border: 0;
  box-shadow: none;
  transform: none;
  transition:
    transform 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.page-home .step::before {
  display: none;
}

.page-home .step:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-home .step-highlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(136, 206, 217, 0.06));
}

.page-home .step-dark {
  background: linear-gradient(180deg, rgba(5, 17, 24, 0.18), rgba(255, 255, 255, 0.03));
}

.page-home .step-meta {
  position: static;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  transition: transform 260ms ease;
}

.page-home .step-index {
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(136, 206, 217, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  box-shadow: 0 0 0 8px rgba(136, 206, 217, 0.06);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.page-home .step-week {
  justify-self: auto;
  min-height: 32px;
  align-self: center;
  background: rgba(184, 138, 76, 0.18);
  color: rgba(255, 238, 214, 0.94);
  font-size: 10px;
  letter-spacing: 0.14em;
  writing-mode: initial;
  transform: none;
  padding: 7px 11px;
  border-radius: 999px;
  transition:
    transform 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.page-home .step-body {
  padding-left: 0;
}

.page-home .step-body h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.12;
  color: #fffaf4;
  transition:
    transform 260ms ease,
    color 260ms ease;
}

.page-home .step-body p {
  max-width: none;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(245, 237, 226, 0.72);
}

.page-home .process-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  width: min(620px, 100%);
  margin-left: auto;
  padding: 18px 20px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.12), transparent 26%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-home #ablauf .note-text {
  color: rgba(245, 237, 226, 0.8);
}

@media (hover: hover) and (pointer: fine) {
  .page-home .step:hover .step-meta {
    transform: translateY(-2px);
  }

  .page-home .step:hover .step-index {
    transform: scale(1.05);
    background: rgba(136, 206, 217, 0.18);
    box-shadow:
      0 0 0 10px rgba(136, 206, 217, 0.07),
      0 16px 26px rgba(3, 17, 26, 0.16);
  }

  .page-home .step:hover .step-week {
    transform: translateX(4px);
    background: rgba(184, 138, 76, 0.22);
    box-shadow: 0 10px 22px rgba(184, 138, 76, 0.12);
  }

  .page-home .step:hover .step-body h3 {
    transform: translateX(3px);
    color: #ffffff;
  }
}

.page-home .process-mobile-rail {
  display: none;
}

.page-home .process-mobile-shell {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 100% 0%, rgba(184, 138, 76, 0.14), transparent 28%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 56px rgba(3, 17, 26, 0.18);
}

.page-home .process-mobile-head {
  display: grid;
  gap: 8px;
  padding: 18px 20px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.page-home .process-mobile-k {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 238, 214, 0.6);
}

.page-home .process-mobile-head p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.62;
  color: rgba(245, 237, 226, 0.74);
}

.page-home .process-mobile-principles {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.page-home .process-mobile-principle {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .process-mobile-principle-index {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(136, 206, 217, 0.12);
  color: rgba(255, 250, 243, 0.88);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .process-mobile-principle span:last-child {
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(245, 237, 226, 0.78);
}

.page-home .process-mobile-list {
  display: grid;
}

.page-home .process-mobile-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 18px 20px 16px;
}

.page-home .process-mobile-step + .process-mobile-step {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .process-mobile-meta {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.page-home .process-mobile-index {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(136, 206, 217, 0.14);
  color: rgba(255, 250, 243, 0.9);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: 0 0 0 8px rgba(136, 206, 217, 0.05);
}

.page-home .process-mobile-week {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(184, 138, 76, 0.16);
  color: rgba(255, 238, 214, 0.9);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;
}

.page-home .process-mobile-body {
  display: grid;
  gap: 8px;
}

.page-home .process-mobile-body h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #fffaf4;
}

.page-home .process-mobile-body p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.62;
  color: rgba(245, 237, 226, 0.7);
}

.page-home .process-mobile-foot {
  display: grid;
  gap: 8px;
  padding: 16px 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(9, 30, 42, 0.34), rgba(9, 30, 42, 0.18));
}

.page-home .process-mobile-foot-k {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 238, 214, 0.62);
}

.page-home .process-mobile-foot p {
  margin: 0;
  font-size: 13px;
  line-height: 1.58;
  color: rgba(245, 237, 226, 0.76);
}

.page-home #messung {
  background: linear-gradient(180deg, rgba(247, 239, 227, 0.5), rgba(255, 252, 247, 0.94));
}

.page-home #messung .container {
  display: block;
}

.page-home .measure-head-mobile {
  display: none;
}

.page-home .measure-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.72fr);
  gap: 18px 34px;
  align-items: end;
  padding: 28px 30px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.page-home .measure-editorial-copy {
  display: grid;
  gap: 8px;
  max-width: 34rem;
}

.page-home .measure-editorial-k {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 247, 233, 0.52);
}

.page-home .measure-editorial-copy h2 {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(46px, 4.4vw, 64px);
  line-height: 0.9;
  letter-spacing: -0.055em;
  color: #fffaf4;
}

.page-home .measure-editorial-intro {
  margin: 0 0 4px;
  max-width: 30rem;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(245, 237, 226, 0.72);
}

.page-home .measure-system {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  border-radius: 34px;
  border: 1px solid rgba(11, 52, 69, 0.22);
  background: linear-gradient(180deg, #0b2734, #102d3b 100%);
  box-shadow: var(--home-shadow-strong);
}

.page-home .measure-system::before {
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  opacity: 0.6;
}

.page-home .measure-overview {
  display: grid;
  grid-template-columns: minmax(146px, 180px) minmax(0, 1fr);
  gap: 18px 22px;
  align-items: start;
  padding: 16px 30px 14px;
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.page-home .measure-overview-k,
.page-home .measure-lane-k,
.page-home .measure-ledger-k {
  color: rgba(255, 247, 233, 0.54);
}

.page-home .measure-overview p,
.page-home .measure-ledger-head p,
.page-home .measure-lane-copy,
.page-home .measure-points,
.page-home .measure-legend-item {
  color: rgba(245, 237, 226, 0.72);
}

.page-home .measure-overview p {
  margin: 0;
  max-width: 44rem;
}

.page-home .measure-board {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.page-home .measure-lane {
  padding: 22px 20px 18px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.page-home .measure-lane:nth-child(1) {
  grid-column: span 5;
  border-right-color: rgba(255, 255, 255, 0.08);
}

.page-home .measure-lane:nth-child(2) {
  grid-column: span 7;
}

.page-home .measure-lane:nth-child(3) {
  grid-column: span 4;
  border-right-color: rgba(255, 255, 255, 0.08);
}

.page-home .measure-lane:nth-child(4) {
  grid-column: span 8;
}

.page-home .measure-lane-highlight {
  background: linear-gradient(180deg, rgba(136, 206, 217, 0.08), rgba(255, 255, 255, 0.03));
}

.page-home .measure-lane-dark {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.02), rgba(4, 15, 22, 0.2));
}

.page-home .measure-lane-muted {
  background: linear-gradient(180deg, rgba(184, 138, 76, 0.08), rgba(255, 255, 255, 0.02));
}

.page-home .measure-lane-index {
  background: rgba(184, 138, 76, 0.16);
  color: rgba(255, 247, 233, 0.92);
}

.page-home .measure-lane h3,
.page-home .measure-lane-dark .measure-lane-k,
.page-home .measure-lane-dark .measure-lane-copy,
.page-home .measure-lane-dark .measure-points {
  color: #fffaf4;
}

.page-home .measure-ledger {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(240px, 0.66fr);
  align-items: stretch;
  background: rgba(255, 255, 255, 0.03);
}

.page-home .measure-ledger-head {
  padding: 16px 20px;
  border-top-color: rgba(255, 255, 255, 0.08);
  border-right-color: rgba(255, 255, 255, 0.08);
}

.page-home .measure-ledger-k {
  background: rgba(255, 255, 255, 0.06);
}

.page-home .measure-legend {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.page-home .measure-legend-item + .measure-legend-item {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.page-home .measure-legend-dot {
  background: var(--home-cyan);
  box-shadow: 0 0 0 5px rgba(136, 206, 217, 0.1);
}

.page-home .measure-mobile-sheet {
  display: none;
}

.page-home .measure-mobile-head {
  display: grid;
  gap: 8px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .measure-mobile-k {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .measure-mobile-head p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.66;
  color: rgba(21, 39, 52, 0.68);
}

.page-home .measure-mobile-list {
  display: grid;
}

.page-home .measure-mobile-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 18px 20px 16px;
}

.page-home .measure-mobile-step + .measure-mobile-step {
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .measure-mobile-index {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(11, 52, 69, 0.08);
  color: rgba(11, 52, 69, 0.56);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .measure-mobile-body {
  display: grid;
  gap: 8px;
}

.page-home .measure-mobile-label {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .measure-mobile-body h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: var(--home-ink);
}

.page-home .measure-mobile-body > p:last-child {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.62;
  color: rgba(21, 39, 52, 0.7);
}

.page-home .measure-mobile-step-muted {
  background: linear-gradient(180deg, rgba(247, 239, 227, 0.72), rgba(255, 252, 247, 0.46));
}

.page-home .measure-mobile-foot {
  display: grid;
  gap: 10px;
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(21, 39, 52, 0.08);
  background: linear-gradient(180deg, rgba(247, 239, 227, 0.36), rgba(255, 252, 247, 0.82));
}

.page-home .measure-mobile-foot-item {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.54;
  color: rgba(21, 39, 52, 0.68);
}

.page-home .measure-mobile-foot-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(184, 138, 76, 0.92), rgba(27, 109, 132, 0.82));
  box-shadow: 0 0 0 6px rgba(136, 206, 217, 0.08);
}

.page-home #garantie {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(245, 237, 224, 0.82));
}

.page-home #garantie .container {
  display: block;
}

.page-home .guarantee-head-mobile {
  display: none;
}

.page-home .guarantee-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 22px;
  padding: 30px 32px 34px;
  border-radius: 38px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(248, 240, 229, 0.86)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.14), transparent 28%);
  box-shadow: var(--home-shadow-soft);
}

.page-home .guarantee-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(21, 39, 52, 0.028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.018) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: 0.18;
  pointer-events: none;
}

.page-home .guarantee-shell::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.82), rgba(136, 206, 217, 0.74));
  pointer-events: none;
}

.page-home .guarantee-shell > * {
  position: relative;
  z-index: 1;
}

.page-home .guarantee-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.68fr);
  gap: 20px 34px;
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .guarantee-editorial-copy {
  display: grid;
  gap: 8px;
  max-width: 38rem;
}

.page-home .guarantee-editorial-k {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .guarantee-editorial-copy h2 {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(46px, 4.4vw, 64px);
  line-height: 0.9;
  letter-spacing: -0.055em;
  color: var(--home-ink);
}

.page-home .guarantee-editorial-side {
  display: grid;
  gap: 14px;
  align-content: end;
  max-width: 32rem;
  justify-self: end;
}

.page-home .guarantee-editorial-intro {
  margin: 0;
  font-size: 15px;
  line-height: 1.74;
  color: rgba(21, 39, 52, 0.66);
}

.page-home .guarantee-editorial-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .guarantee-editorial-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background: rgba(255, 252, 247, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.62);
}

.page-home .badge-success,
.page-home .badge-partial,
.page-home .badge-full {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .badge-success {
  background: rgba(27, 109, 132, 0.12);
  border-color: rgba(27, 109, 132, 0.18);
  color: var(--home-teal);
}

.page-home .badge-partial {
  background: rgba(184, 138, 76, 0.14);
  border-color: rgba(184, 138, 76, 0.24);
  color: #8b6634;
}

.page-home .badge-full {
  background: rgba(21, 39, 52, 0.08);
  border-color: rgba(21, 39, 52, 0.12);
  color: var(--home-ink);
}

.page-home .guarantee-board {
  overflow: hidden;
  display: grid;
  gap: 0;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(250, 243, 233, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.14), transparent 26%);
  border: 1px solid rgba(21, 39, 52, 0.08);
  box-shadow: 0 18px 34px rgba(13, 31, 43, 0.06);
}

.page-home .guarantee-board-head {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 26px 20px;
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
  background: linear-gradient(180deg, rgba(247, 239, 227, 0.62), rgba(255, 252, 247, 0.42));
}

.page-home .guarantee-board-k {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .guarantee-board-copy {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.72;
  color: rgba(21, 39, 52, 0.64);
  max-width: 42ch;
}

.page-home .guarantee-lane {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
}

.page-home .guarantee-lane + .guarantee-lane {
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .guarantee-lane-success {
  background: linear-gradient(90deg, rgba(136, 206, 217, 0.06), rgba(255, 255, 255, 0));
}

.page-home .guarantee-lane-partial {
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.06), rgba(255, 255, 255, 0));
}

.page-home .guarantee-lane-full {
  background: linear-gradient(90deg, rgba(21, 39, 52, 0.03), rgba(255, 255, 255, 0));
}

.page-home .guarantee-lane-main {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}

.page-home .guarantee-lane-step {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(21, 39, 52, 0.06);
  color: rgba(21, 39, 52, 0.54);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .guarantee-lane-k {
  margin: 0 0 5px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .guarantee-lane h3 {
  margin: 0;
  font-size: 24px;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--home-ink);
}

.page-home .guarantee-lane-copy {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.66;
  color: rgba(21, 39, 52, 0.64);
  max-width: 24ch;
}

.page-home .guarantee-lane-rule {
  justify-self: end;
}

.page-home .guarantee-meta {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 16px;
  align-items: start;
  padding-top: 2px;
}

.page-home .guarantee-brief,
.page-home .guarantee-exclusion {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 28px;
}

.page-home .guarantee-brief {
  background: rgba(255, 252, 247, 0.88);
  border: 1px solid rgba(21, 39, 52, 0.08);
  box-shadow: var(--home-shadow-soft);
}

.page-home .guarantee-brief h3,
.page-home .guarantee-exclusion h3 {
  margin: 0;
  font-size: 30px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.page-home .guarantee-brief h3 {
  color: var(--home-ink);
  max-width: 15ch;
}

.page-home .guarantee-brief p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(21, 39, 52, 0.68);
}

.page-home .guarantee-brief strong {
  color: var(--home-ink);
}

.page-home .guarantee-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.page-home .guarantee-ledger-item {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 70px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(247, 239, 227, 0.72);
  border: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .guarantee-ledger-k {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .guarantee-ledger-item strong {
  font-size: 14px;
  line-height: 1.42;
  color: var(--home-ink);
}

.page-home .guarantee-brief-note {
  padding-top: 14px;
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .guarantee-brief-note .bullets {
  margin-top: 0;
}

.page-home .guarantee-exclusion {
  align-content: start;
  background: linear-gradient(160deg, #0b2532, #123747 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--home-shadow);
}

.page-home .guarantee-exclusion::after {
  content: "";
  position: absolute;
  inset: auto -8% -26% 26%;
  height: 170px;
  background: radial-gradient(circle, rgba(136, 206, 217, 0.18), transparent 72%);
  pointer-events: none;
}

.page-home .guarantee-exclusion h3 {
  color: #fffaf4;
  max-width: 12ch;
}

.page-home .guarantee-exclusion .bullets {
  color: rgba(255, 246, 236, 0.86);
  columns: 2;
  column-gap: 24px;
}

.page-home .guarantee-exclusion .bullets li {
  break-inside: avoid;
}

.page-home .guarantee-mobile-sheet {
  display: none;
}

.page-home .guarantee-mobile-head {
  display: grid;
  gap: 8px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .guarantee-mobile-k,
.page-home .guarantee-mobile-rule-k,
.page-home .guarantee-mobile-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .guarantee-mobile-k,
.page-home .guarantee-mobile-label {
  color: rgba(21, 39, 52, 0.42);
}

.page-home .guarantee-mobile-head p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.66;
  color: rgba(21, 39, 52, 0.68);
}

.page-home .guarantee-mobile-list {
  display: grid;
}

.page-home .guarantee-mobile-step {
  display: grid;
  gap: 10px;
  padding: 18px 20px 16px;
}

.page-home .guarantee-mobile-step + .guarantee-mobile-step {
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .guarantee-mobile-step-main {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.page-home .guarantee-mobile-index {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(21, 39, 52, 0.06);
  color: rgba(21, 39, 52, 0.48);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .guarantee-mobile-step h3 {
  margin: 4px 0 0;
  font-size: 24px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--home-ink);
}

.page-home .guarantee-mobile-badge {
  display: flex;
  justify-content: flex-start;
}

.page-home .guarantee-mobile-copy {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.62;
  color: rgba(21, 39, 52, 0.68);
}

.page-home .guarantee-mobile-rules {
  display: grid;
  gap: 12px;
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(21, 39, 52, 0.08);
  background: linear-gradient(180deg, rgba(247, 239, 227, 0.34), rgba(255, 252, 247, 0.82));
}

.page-home .guarantee-mobile-rulegroup {
  display: grid;
  gap: 10px;
}

.page-home .guarantee-mobile-rule-k {
  color: rgba(21, 39, 52, 0.42);
}

.page-home .guarantee-mobile-pillrow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.page-home .guarantee-mobile-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background: rgba(255, 252, 247, 0.88);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--home-ink);
}

.page-home .guarantee-mobile-rulegroup-dark {
  padding: 16px 16px 14px;
  border-radius: 22px;
  background: linear-gradient(160deg, #0b2532, #123747 100%);
}

.page-home .guarantee-mobile-rulegroup-dark .guarantee-mobile-rule-k,
.page-home .guarantee-mobile-rulegroup-dark .bullets {
  color: rgba(255, 246, 236, 0.88);
}

.page-home .guarantee-mobile-rulegroup-dark .guarantee-mobile-rule-k {
  color: rgba(255, 246, 236, 0.6);
}

.page-home #map-check {
  background:
    radial-gradient(760px 360px at 0% 10%, rgba(184, 138, 76, 0.14), transparent 72%),
    linear-gradient(180deg, rgba(250, 247, 240, 0.92), rgba(236, 245, 247, 0.86));
}

.page-home #map-check .container {
  display: block;
}

.page-home .mapcheck-head-mobile {
  display: none;
}

.page-home .mapcheck-shell {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 28px;
  border-radius: 40px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.88), rgba(247, 241, 231, 0.68)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.16), transparent 26%);
  box-shadow: var(--home-shadow-soft);
  overflow: hidden;
}

.page-home .mapcheck-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(to right, rgba(21, 39, 52, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.02) 1px, transparent 1px);
  background-size: 112px 112px;
  opacity: 0.2;
  pointer-events: none;
}

.page-home .mapcheck-shell::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.84), rgba(136, 206, 217, 0.76));
  pointer-events: none;
}

.page-home .mapcheck-editorial-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.82fr);
  gap: 16px 28px;
  align-items: end;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .mapcheck-editorial-copy {
  display: grid;
  gap: 10px;
  max-width: 43rem;
}

.page-home .mapcheck-editorial-copy h2 {
  margin: 0;
  max-width: 10.6ch;
  font-size: clamp(44px, 4.6vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  color: var(--home-ink);
}

.page-home .mapcheck-editorial-side {
  display: grid;
  gap: 14px;
  align-content: end;
  max-width: 26rem;
  justify-self: end;
}

.page-home .mapcheck-editorial-intro {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.66;
  color: rgba(21, 39, 52, 0.68);
}

.page-home .mapcheck-summary {
  display: grid;
  gap: 10px;
  margin-top: 0;
}

.page-home .mapcheck-summary-item {
  display: grid;
  gap: 4px;
  padding: 13px 15px 14px;
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.72);
  border: 1px solid rgba(21, 39, 52, 0.08);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.page-home .mapcheck-summary-k {
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .mapcheck-summary-item strong {
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--home-ink);
}

.page-home .contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 0;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.72fr);
  gap: 22px;
  align-items: start;
}

.page-home .method-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border-radius: 34px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(248, 242, 232, 0.86)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.14), transparent 26%);
  box-shadow: var(--home-shadow);
}

.page-home .method-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(to right, rgba(21, 39, 52, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.02) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.24;
  pointer-events: none;
}

.page-home .method-card {
  position: relative;
  overflow: visible;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .method-card::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 16px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: rgba(21, 39, 52, 0.06);
  pointer-events: none;
}

.page-home .method-card:nth-child(1)::before {
  content: "01";
}

.page-home .method-card:nth-child(2)::before {
  content: "02";
}

.page-home .method-card:nth-child(3)::before {
  content: "03";
}

.page-home .method-card-wide {
  grid-column: span 12;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding: 30px 30px 28px;
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .method-grid-lower {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.78fr) minmax(182px, 0.54fr);
  align-items: stretch;
}

.page-home .method-card-compact {
  min-width: 0;
  padding: 26px 28px 28px;
  border-right: 1px solid rgba(21, 39, 52, 0.08);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.38), rgba(255, 252, 247, 0));
}

.page-home .method-compact-shell {
  display: block;
}

.page-home .method-card-dark {
  min-width: 0;
  padding: 24px 22px 26px;
  border: 0;
  border-radius: 0 0 34px 0;
  background: linear-gradient(160deg, #0b2532, #123747 100%);
  box-shadow: none;
}

.page-home .method-card-feature {
  padding-right: 0;
}

.page-home .method-feature-main {
  min-width: 0;
  max-width: 31rem;
}

.page-home .method-feature-main .bullets {
  max-width: 28rem;
}

.page-home .method-feature-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.page-home .method-feature-item {
  display: grid;
  gap: 4px;
  padding: 14px 14px 13px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .method-feature-item-k {
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .method-feature-item-v {
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--home-ink);
}

.page-home .method-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--home-ink);
}

.page-home .method-card-compact h3 {
  max-width: 15ch;
}

.page-home .method-card-compact .bullets {
  margin: 0;
}

.page-home .method-card-dark h3 {
  color: #fffaf4;
  max-width: 7ch;
}

.page-home .method-card-dark .bullets li {
  font-size: 13px;
  line-height: 1.58;
}

.page-home .method-card .bullets li {
  font-size: 14px;
}

.page-home .method-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.page-home .method-mini {
  min-width: 0;
  padding: 13px 13px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(21, 39, 52, 0.08);
}

.page-home .method-mini-k {
  font-size: 10px;
  letter-spacing: 0.18em;
}

.page-home .method-mini-v {
  font-size: 13px;
  line-height: 1.42;
}

.page-home .contact-form-wrap {
  gap: 12px;
  position: sticky;
  top: calc(var(--header-offset) + 18px);
  align-self: start;
}

.page-home .mapcheck-mobile-intel {
  display: none;
}

.page-home .mapcheck-mobile-head {
  display: grid;
  gap: 8px;
}

.page-home .mapcheck-mobile-head-k {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .mapcheck-mobile-head p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.62;
  color: rgba(21, 39, 52, 0.68);
}

.page-home .form {
  position: relative;
  display: grid;
  overflow: hidden;
  padding: 26px 24px 20px;
  border-radius: 30px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(249, 243, 233, 0.94));
  box-shadow: var(--home-shadow);
}

.page-home .form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.85), rgba(136, 206, 217, 0.78));
}

.page-home .form::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(21, 39, 52, 0.024) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.016) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.14;
  pointer-events: none;
}

.page-home .form > * {
  position: relative;
  z-index: 1;
}

.page-home .form-title {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--home-ink);
}

.page-home .form-intro {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--home-ink-soft);
}

.page-home .form-meta-row {
  gap: 8px;
  margin-bottom: 14px;
}

.page-home .form-meta-pill {
  min-height: 34px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(21, 39, 52, 0.08);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.page-home .form-feedback {
  margin-bottom: 16px;
}

.page-home .form-core-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(247, 241, 232, 0.54)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.08), transparent 30%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.page-home .form-core-fields .field {
  min-width: 0;
  margin-bottom: 0;
}

.page-home .form-core-fields .field:nth-child(3) {
  grid-column: 1 / -1;
}

.page-home .field {
  display: grid;
  gap: 7px;
  margin-bottom: 10px;
  padding: 10px 12px 9px;
  border-radius: 18px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.page-home label {
  color: rgba(21, 39, 52, 0.6);
  font-size: 10px;
  letter-spacing: 0.2em;
}

.page-home .field:focus-within {
  border-color: rgba(27, 109, 132, 0.24);
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 0 0 4px rgba(136, 206, 217, 0.11),
    0 16px 30px rgba(17, 33, 45, 0.06);
  transform: translateY(-1px);
}

.page-home .field:has(input[aria-invalid="true"]),
.page-home .field:has(textarea[aria-invalid="true"]) {
  border-color: rgba(153, 71, 65, 0.24);
  background: rgba(153, 71, 65, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.page-home input,
.page-home textarea {
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.36;
  color: var(--home-ink);
}

.page-home input:focus,
.page-home textarea:focus {
  box-shadow: none;
  border-color: transparent;
}

.page-home input::placeholder,
.page-home textarea::placeholder {
  color: rgba(21, 39, 52, 0.34);
}

.page-home textarea {
  min-height: 96px;
  resize: vertical;
}

.page-home .form-details {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(247, 241, 232, 0.5)),
    radial-gradient(circle at 100% 0%, rgba(184, 138, 76, 0.08), transparent 28%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.page-home .form-details summary {
  min-height: 50px;
  padding: 13px 42px 13px 16px;
}

.page-home .form-details-title {
  font-size: 13px;
  color: var(--home-ink);
}

.page-home .form-details[open] summary {
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .form-details-inner {
  padding: 10px 14px 3px;
}

.page-home .form-note {
  gap: 4px;
  margin-top: 12px;
  padding-top: 12px;
}

.page-home .form-note-strong {
  color: var(--home-ink);
}

.page-home .form-success {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  padding: 34px 26px 28px;
  border-radius: 28px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(246, 241, 231, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.16), transparent 28%);
  text-align: left;
  box-shadow: var(--home-shadow-soft);
}

.page-home .form-success[hidden] {
  display: none !important;
}

.page-home .form-success::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.84), rgba(136, 206, 217, 0.76));
}

.page-home .form-success h3,
.page-home .form-success p,
.page-home .form-success .btn {
  position: relative;
  z-index: 1;
}

.page-home .form-success h3 {
  margin: 0;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--home-ink);
}

.page-home .form-success p {
  margin: 0;
  max-width: 26ch;
  font-size: 14px;
  line-height: 1.62;
  color: var(--home-ink-soft);
}

.page-home .form-success .btn {
  width: 100%;
  margin-top: 4px;
}

.page-home #faq {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(247, 239, 227, 0.8));
}

.page-home #faq .container {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.06fr);
  gap: 26px 56px;
  align-items: start;
}

.page-home .faq-column {
  position: sticky;
  top: calc(var(--header-offset) + 32px);
  display: grid;
  gap: 24px;
  align-content: start;
  padding: 24px 26px 24px;
  border-radius: 32px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 240, 228, 0.84)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.12), transparent 28%);
  box-shadow: 0 18px 34px rgba(13, 31, 43, 0.06);
  overflow: hidden;
}

.page-home .faq-column::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(21, 39, 52, 0.026) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.018) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.16;
  pointer-events: none;
}

.page-home .faq-column::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.82), rgba(136, 206, 217, 0.74));
  pointer-events: none;
}

.page-home .faq-column > * {
  position: relative;
  z-index: 1;
}

.page-home #faq .section-head {
  position: static;
  max-width: 30rem;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .faq-sidecard {
  display: grid;
  gap: 18px;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.page-home .faq-sidecard-k {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.44);
}

.page-home .faq-sidecard-title {
  margin: 0;
  max-width: 29ch;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--home-ink-soft);
}

.page-home .faq-sidecard-points {
  display: grid;
  gap: 0;
  padding: 4px 0;
  border-top: 1px solid rgba(21, 39, 52, 0.08);
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
  counter-reset: faq-brief;
}

.page-home .faq-sidecard-point {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 15px 0 15px 50px;
  border-radius: 0;
  background: none;
  border: 0;
}

.page-home .faq-sidecard-point::before {
  counter-increment: faq-brief;
  content: "0" counter(faq-brief);
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(184, 138, 76, 0.12);
  color: rgba(21, 39, 52, 0.48);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .faq-sidecard-point + .faq-sidecard-point {
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .faq-sidecard-point-k {
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .faq-sidecard-point-v {
  font-size: 13.5px;
  line-height: 1.48;
  color: var(--home-ink);
}

.page-home .faq-sidecard-action {
  width: 100%;
  justify-content: center;
}

.page-home .faq-shell {
  display: grid;
  gap: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.page-home .faq-shell-head {
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(21, 39, 52, 0.08);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.44);
}

.page-home .faq {
  margin-top: 0;
  gap: 14px;
  border-top: 0;
  counter-reset: faq;
}

.page-home .faq-groups {
  display: grid;
  gap: 0;
}

.page-home .faq-group {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .faq-group:first-child {
  border-top: 0;
}

.page-home .faq-group-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.page-home .faq-group-index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(184, 138, 76, 0.12);
  color: rgba(21, 39, 52, 0.48);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .faq-group-k {
  margin: 0 0 5px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(21, 39, 52, 0.42);
}

.page-home .faq-group h3 {
  margin: 0;
  font-size: 24px;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: var(--home-ink);
  max-width: 10ch;
}

.page-home .faq-group-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding-left: 28px;
  border-left: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .faq-item {
  position: relative;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition:
    background 220ms ease,
    color 220ms ease;
}

.page-home .faq-item::after {
  content: "";
  position: absolute;
  inset: 8px -18px 10px -22px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.4)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.12), transparent 48%);
  border: 1px solid rgba(21, 39, 52, 0.06);
  box-shadow: 0 24px 42px rgba(12, 28, 39, 0.05);
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.18, 0.82, 0.24, 1),
    box-shadow 260ms ease,
    border-color 220ms ease;
  pointer-events: none;
  z-index: -1;
}

.page-home .faq-item::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(184, 138, 76, 0.94), rgba(136, 206, 217, 0.82));
  box-shadow: 0 0 0 6px rgba(184, 138, 76, 0.08);
}

.page-home .faq-item + .faq-item {
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .faq-item:hover,
.page-home .faq-item[open] {
  background: transparent;
  box-shadow: none;
}

.page-home .faq-item:hover::after {
  opacity: 0.48;
  transform: translateY(2px) scale(0.995);
}

.page-home .faq-item[open]::after,
.page-home .faq-item[data-faq-animating="true"]::after {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: rgba(27, 109, 132, 0.12);
  box-shadow: 0 28px 48px rgba(12, 28, 39, 0.07);
}

.page-home .faq-item summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 22px 0 18px;
  color: var(--home-ink);
  transition: color 220ms ease;
}

.page-home .faq-item summary::before {
  display: none;
}

.page-home .faq-question {
  max-width: 30ch;
  font-size: 19px;
  line-height: 1.38;
  transition:
    color 220ms ease,
    transform 240ms ease;
}

.page-home .faq-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(21, 39, 52, 0.08);
  transition:
    transform 240ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.page-home .faq-body {
  margin: 0;
  padding: 0 var(--faq-body-pad-r, 56px) 0 var(--faq-body-pad-l, 0px);
  border-radius: 0;
  border-top: 0;
  background: transparent;
  max-width: 44rem;
  color: var(--home-ink-soft);
  line-height: 1.72;
  font-size: 14.5px;
}

.page-home .faq-item:hover .faq-question,
.page-home .faq-item[open] .faq-question {
  color: var(--home-navy);
}

.page-home .faq-item:hover .faq-question {
  transform: translateX(4px);
}

.page-home .faq-item:hover .faq-icon,
.page-home .faq-item[open] .faq-icon {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(27, 109, 132, 0.2);
  box-shadow: 0 10px 20px rgba(17, 33, 45, 0.08);
}

.page-home .faq-item[open] .faq-icon {
  transform: rotate(45deg);
}

.page-home .faq-item[open] .faq-body {
  animation: home-rise 320ms cubic-bezier(0.18, 0.82, 0.24, 1) both;
  padding-bottom: var(--faq-body-pad-b, 24px);
}

.page-home.has-faq-motion .faq-item summary {
  position: relative;
  z-index: 1;
}

.page-home.has-faq-motion .faq-item[open] summary,
.page-home.has-faq-motion .faq-item[data-faq-animating="true"] summary {
  padding-left: 18px;
  padding-right: 18px;
}

.page-home.has-faq-motion .faq-body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition:
    height 360ms cubic-bezier(0.18, 0.82, 0.24, 1),
    opacity 220ms ease,
    transform 360ms cubic-bezier(0.18, 0.82, 0.24, 1),
    padding 260ms ease;
  will-change: height, opacity, transform;
}

.page-home.has-faq-motion .faq-item[open] .faq-body,
.page-home.has-faq-motion .faq-item[data-faq-animating="true"] .faq-body {
  opacity: 1;
  transform: translateY(0);
  animation: none;
  padding-left: 18px;
  padding-right: 18px;
}

.page-home .cta-final {
  background:
    radial-gradient(760px 280px at 12% 0%, rgba(184, 138, 76, 0.18), transparent 72%),
    radial-gradient(760px 280px at 88% 14%, rgba(136, 206, 217, 0.16), transparent 72%),
    linear-gradient(180deg, #081d28, #0c2f3f 100%);
  padding: clamp(76px, 9vw, 110px) 0 clamp(30px, 4vw, 46px);
}

.page-home .cta-final::before {
  opacity: 0.42;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
}

.page-home .cta-shell {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 32px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(8, 29, 40, 0.72), rgba(11, 39, 52, 0.56)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.08), transparent 28%);
  box-shadow: 0 28px 72px rgba(4, 17, 24, 0.18);
  overflow: hidden;
}

.page-home .cta-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.16;
  pointer-events: none;
}

.page-home .cta-shell::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.82), rgba(136, 206, 217, 0.74));
  pointer-events: none;
}

.page-home .cta-shell > * {
  position: relative;
  z-index: 1;
  align-items: start;
}

.page-home .cta-box {
  max-width: none;
  padding-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.74fr);
  gap: 20px 28px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .cta-editorial-head {
  display: grid;
  gap: 14px;
  max-width: 48rem;
}

.page-home .cta-kicker {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 238, 214, 0.68);
}

.page-home .cta-box h2 {
  max-width: 11.2ch;
  margin-bottom: 0;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  color: #fffaf4;
}

.page-home .cta-box p {
  max-width: 34rem;
  margin: 0;
  font-size: 17px;
  line-height: 1.68;
  color: rgba(245, 237, 226, 0.76);
}

.page-home .cta-decision {
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-home .cta-decision-title {
  margin: 0;
  padding: 18px 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 238, 214, 0.72);
}

.page-home .cta-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.page-home .cta-decision-item {
  min-height: 100%;
  display: grid;
  gap: 8px;
  padding: 18px 20px 17px;
  background: none;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .cta-decision-item:first-child {
  border-left: 0;
}

.page-home .cta-decision-k {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 238, 214, 0.5);
}

.page-home .cta-decision-v {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 250, 243, 0.92);
}

.page-home .cta-sidecard {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1fr);
  gap: 22px 28px;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(243, 233, 219, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.18), transparent 28%);
  box-shadow: 0 34px 82px rgba(4, 17, 24, 0.22);
}

.page-home .cta-sidecard::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(21, 39, 52, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.02) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.22;
  pointer-events: none;
}

.page-home .cta-sidecard > * {
  position: relative;
  z-index: 1;
}

.page-home .cta-sidecard-head {
  display: grid;
  gap: 14px;
  align-content: start;
}

.page-home .cta-sidecard-main {
  display: grid;
  gap: 18px;
}

.page-home .cta-sidecard-label {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(184, 138, 76, 0.12);
  color: rgba(21, 39, 52, 0.62);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
}

.page-home .cta-sidecard h3 {
  margin: 0;
  font-size: 42px;
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: var(--home-ink);
  max-width: 8.5ch;
}

.page-home .cta-sidecard p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(21, 39, 52, 0.68);
}

.page-home .cta-sidecard-points {
  display: grid;
  gap: 12px;
}

.page-home .cta-sidecard-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .cta-sidecard-point:first-child {
  padding-top: 0;
  border-top: 0;
}

.page-home .cta-sidecard-index {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(11, 37, 50, 0.08);
  color: var(--home-navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.page-home .cta-sidecard-point strong {
  display: block;
  margin-bottom: 4px;
  color: var(--home-ink);
  line-height: 1.45;
}

.page-home .cta-sidecard-point p {
  font-size: 13.5px;
  line-height: 1.62;
}

.page-home .cta-sidecard-foot {
  display: grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(21, 39, 52, 0.08);
}

.page-home .cta-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 0;
}

.page-home .cta-final .btn-primary {
  background: linear-gradient(135deg, #fffaf4, #efe2d1 100%);
  color: var(--home-navy);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-home .cta-sidecard .btn-primary {
  background: linear-gradient(135deg, #0e3142, #14516c 100%);
  color: #fffaf3;
  border-color: rgba(11, 37, 50, 0.16);
  box-shadow: 0 18px 30px rgba(11, 37, 50, 0.14);
}

.page-home .cta-sidecard .btn-primary:hover,
.page-home .cta-sidecard .btn-primary:focus-visible {
  background: linear-gradient(135deg, #12384c, #16607f 100%);
}

.page-home .cta-final .btn-ghost {
  border-color: rgba(21, 39, 52, 0.1);
  background: rgba(255, 255, 255, 0.56);
  color: var(--home-ink);
}

.page-home .cta-final .btn-ghost:hover,
.page-home .cta-final .btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.82);
}

.page-home .cta-sidecard-ledger {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.page-home .cta-sidecard-ledger span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 14px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(21, 39, 52, 0.44);
}

.page-home .cta-sidecard-ledger span:last-child {
  padding-right: 0;
}

.page-home .cta-sidecard-ledger span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(21, 39, 52, 0.2);
  transform: translateY(-50%);
}

.page-home .footer {
  padding: 38px 0 20px;
  background:
    radial-gradient(760px 280px at 16% 0%, rgba(184, 138, 76, 0.14), transparent 72%),
    linear-gradient(180deg, #071720, #0a202b 100%);
}

.page-home .footer-shell {
  display: grid;
  gap: 24px;
}

.page-home .footer::before {
  opacity: 0.28;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 90px 90px;
}

.page-home .footer-topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px 28px;
  align-items: baseline;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .footer-topline-label {
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 238, 214, 0.56);
}

.page-home .footer-topline-copy {
  margin: 0;
  max-width: 56rem;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.78);
}

.page-home .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.08fr);
  gap: 30px;
  align-items: start;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.page-home .footer-grid > * {
  min-width: 0;
}

.page-home .footer-brand {
  position: relative;
  overflow: hidden;
  gap: 20px;
  padding: 24px 26px 22px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(136, 206, 217, 0.02)),
    rgba(8, 29, 39, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.page-home .footer-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.18;
  pointer-events: none;
}

.page-home .footer-brand::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.72), rgba(136, 206, 217, 0.62));
  pointer-events: none;
}

.page-home .footer-brand > * {
  position: relative;
  z-index: 1;
}

.page-home .footer-brand-mark {
  width: 72px;
  height: 72px;
  border-radius: 24px;
}

.page-home .footer-brand-title {
  font-size: 28px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-home .footer-brand img {
  height: 48px;
}

.page-home .footer-context {
  font-size: 14px;
  line-height: 1.75;
}

.page-home .footer-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .footer-fact {
  display: grid;
  gap: 6px;
  padding: 16px 16px 15px 0;
  border-radius: 0;
  background: none;
  border: 0;
}

.page-home .footer-fact + .footer-fact {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .footer-fact-k {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 238, 214, 0.46);
}

.page-home .footer-fact-v {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.page-home .footer-mobile-sections {
  display: none;
}

.page-home .footer-utility {
  position: relative;
  display: grid;
  gap: 20px;
  align-content: start;
  padding: 24px 26px 26px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(127, 194, 207, 0.03)),
    rgba(8, 29, 39, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 48px rgba(4, 14, 20, 0.16);
  overflow: hidden;
}

.page-home .footer-utility::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.22;
  pointer-events: none;
}

.page-home .footer-utility > * {
  position: relative;
  z-index: 1;
}

.page-home .footer-utility-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 16px 28px;
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .footer-utility-k {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 238, 214, 0.52);
}

.page-home .footer-utility-copy {
  margin: 0;
  max-width: 30rem;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .footer-utility-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.page-home .footer-utility-columns > * + * {
  margin-left: 22px;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .footer-mobile-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.page-home .footer-mobile-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(127, 194, 207, 0.04)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.12), transparent 48%);
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.18, 0.82, 0.24, 1);
  pointer-events: none;
  z-index: -1;
}

.page-home .footer-mobile-section[open] {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 34px rgba(5, 16, 23, 0.12);
}

.page-home .footer-mobile-section[open]::before,
.page-home .footer-mobile-section[data-footer-animating="true"]::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.page-home .footer-mobile-section summary {
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px 12px;
  align-items: center;
  padding: 16px 18px;
  cursor: pointer;
  transition: padding 260ms ease;
}

.page-home .footer-mobile-section summary::-webkit-details-marker {
  display: none;
}

.page-home .footer-mobile-section summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1.5px solid rgba(255, 238, 214, 0.62);
  border-bottom: 1.5px solid rgba(255, 238, 214, 0.62);
  transform: rotate(45deg);
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

.page-home .footer-mobile-section[open] summary::after {
  transform: rotate(-135deg);
  border-color: rgba(255, 255, 255, 0.88);
}

.page-home .footer-mobile-summary-copy {
  display: grid;
  gap: 4px;
}

.page-home .footer-mobile-section-k {
  font-size: 9.5px;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 238, 214, 0.46);
}

.page-home .footer-mobile-section-title {
  font-size: 15px;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.92);
  transition:
    color 220ms ease,
    transform 240ms ease;
}

.page-home .footer-mobile-section-meta {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 238, 214, 0.46);
  transition:
    color 220ms ease,
    opacity 220ms ease;
}

.page-home .footer-mobile-section-body {
  display: grid;
  gap: 12px;
  padding: 0 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .footer-mobile-section[open] summary,
.page-home .footer-mobile-section[data-footer-animating="true"] summary {
  padding-bottom: 14px;
}

.page-home .footer-mobile-section[open] .footer-mobile-section-title,
.page-home .footer-mobile-section[data-footer-animating="true"] .footer-mobile-section-title {
  color: rgba(255, 255, 255, 0.98);
  transform: translateX(2px);
}

.page-home .footer-mobile-section[open] .footer-mobile-section-meta,
.page-home .footer-mobile-section[data-footer-animating="true"] .footer-mobile-section-meta {
  color: rgba(255, 238, 214, 0.74);
}

.page-home.has-footer-mobile-motion .footer-mobile-section-body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  padding-top: 0;
  padding-bottom: 0;
  border-top-color: transparent;
  transition:
    height 360ms cubic-bezier(0.18, 0.82, 0.24, 1),
    opacity 220ms ease,
    transform 360ms cubic-bezier(0.18, 0.82, 0.24, 1),
    padding 260ms ease,
    border-color 220ms ease;
  will-change: height, opacity, transform;
}

.page-home.has-footer-mobile-motion .footer-mobile-section[open] .footer-mobile-section-body,
.page-home.has-footer-mobile-motion .footer-mobile-section[data-footer-animating="true"] .footer-mobile-section-body {
  opacity: 1;
  transform: translateY(0);
  padding-top: 6px;
  padding-bottom: 18px;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.page-home .footer-mobile-section-body .footer-list {
  display: grid;
  gap: 0;
}

.page-home .footer-mobile-section-body .footer-link {
  padding: 12px 0;
}

.page-home .footer-mobile-section-body .footer-link + .footer-link {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .footer-mobile-section-body-contact .footer-address,
.page-home .footer-mobile-section-body-contact .footer-contact-note {
  margin: 0;
}

.page-home .footer-column,
.page-home .footer-contact {
  padding: 8px 0 0;
  border-radius: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.page-home .footer-heading {
  margin-bottom: 4px;
}

.page-home .footer-link {
  font-size: 13.5px;
}

.page-home .footer-address {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.64);
}

.page-home .footer-contact-note {
  margin: 2px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255, 238, 214, 0.62);
}

.page-home .footer-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.page-home .footer-bottom-copy {
  color: rgba(255, 255, 255, 0.46);
}

.page-home .footer-bottom-note {
  color: rgba(255, 238, 214, 0.72);
}

.page-home .scroll-progress {
  height: 4px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.96), rgba(136, 206, 217, 0.94), rgba(17, 84, 110, 0.92));
  box-shadow:
    0 0 18px rgba(17, 84, 110, 0.22),
    0 0 32px rgba(184, 138, 76, 0.1);
  opacity: 0.96;
  transform-origin: left center;
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 0.82, 0.24, 1);
}

.page-home .scroll-top {
  position: fixed;
  overflow: hidden;
  isolation: isolate;
  width: 52px;
  height: 52px;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(10, 38, 51, 0.96), rgba(16, 55, 71, 0.92)),
    radial-gradient(circle at 30% 20%, rgba(184, 138, 76, 0.14), transparent 44%);
  color: #fffaf4;
  box-shadow:
    0 20px 42px rgba(6, 18, 25, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  transition:
    transform 240ms ease,
    opacity 240ms ease,
    box-shadow 240ms ease,
    background 240ms ease;
}

.page-home .scroll-top::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background:
    conic-gradient(
      from -90deg,
      rgba(184, 138, 76, 0.94) 0deg,
      rgba(136, 206, 217, 0.96) var(--scroll-angle, 0deg),
      rgba(255, 255, 255, 0.08) var(--scroll-angle, 0deg),
      rgba(255, 255, 255, 0.08) 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.94;
  pointer-events: none;
}

.page-home .scroll-top::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.page-home .scroll-top:not([hidden]) {
  opacity: 0.96;
}

.page-home .scroll-top:hover,
.page-home .scroll-top:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 26px 52px rgba(6, 18, 25, 0.28),
    0 0 0 5px rgba(136, 206, 217, 0.1);
}

.page-home .scroll-top:active {
  transform: translateY(0) scale(0.98);
}

.page-home .scroll-top svg {
  position: relative;
  z-index: 1;
  width: 17px;
  height: 17px;
  transition: transform 220ms ease;
}

.page-home .scroll-top:hover svg,
.page-home .scroll-top:focus-visible svg {
  transform: translateY(-1px);
}

.page-home .cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 18px;
  width: min(620px, calc(100vw - 32px));
  max-width: none;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8, 29, 40, 0.94), rgba(12, 40, 53, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.14), transparent 32%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(6, 18, 25, 0.22);
  backdrop-filter: blur(18px);
  z-index: 30;
}

.page-home .cookie-banner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.88), rgba(136, 206, 217, 0.82));
  pointer-events: none;
}

.page-home .cookie-content {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 12px 14px 12px 16px;
  display: grid;
  gap: 12px;
  box-sizing: border-box;
}

.page-home .cookie-text {
  min-width: 0;
}

.page-home .cookie-text strong {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 237, 226, 0.54);
}

.page-home .cookie-text p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.42;
  color: rgba(245, 237, 226, 0.8);
}

.page-home .cookie-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.page-home .cookie-link {
  color: #fffaf4;
  text-decoration-color: rgba(255, 250, 244, 0.28);
  text-underline-offset: 0.18em;
}

.page-home .cookie-dismiss {
  appearance: none;
  border: 0;
  background: none;
  padding: 0 2px;
  font: inherit;
  font-size: 11.5px;
  line-height: 1.2;
  font-weight: 700;
  color: rgba(245, 237, 226, 0.62);
  cursor: pointer;
  transition: color 180ms ease;
}

.page-home .cookie-dismiss:hover,
.page-home .cookie-dismiss:focus-visible {
  color: #fffaf4;
}

.page-home .cookie-actions .btn {
  min-height: 36px;
  padding: 8px 15px;
  font-size: 12px;
  box-shadow: none;
}

@keyframes slide-down {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(18px);
  }
}

.page-home .reveal-up {
  opacity: 0;
  transform: translateY(34px);
  will-change: opacity, transform;
  transition:
    opacity 720ms cubic-bezier(0.18, 0.82, 0.24, 1),
    transform 720ms cubic-bezier(0.18, 0.82, 0.24, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.page-home .reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

@keyframes home-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-panel-in {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes scope-grid-drift {
  0% {
    background-position: 0 0, 0 0;
  }
  50% {
    background-position: 22px -14px, -16px 18px;
  }
  100% {
    background-position: 0 0, 0 0;
  }
}

@keyframes scope-beam-sweep {
  0%,
  100% {
    background-position: 0% 50%;
    opacity: 0.72;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
}

@keyframes scope-ring-glow {
  0%,
  100% {
    opacity: 0.62;
    border-color: rgba(136, 206, 217, 0.14);
  }
  50% {
    opacity: 1;
    border-color: rgba(136, 206, 217, 0.24);
  }
}

@keyframes scope-hub-breathe {
  0%,
  100% {
    box-shadow: 0 28px 54px rgba(5, 17, 24, 0.28);
  }
  50% {
    box-shadow: 0 34px 68px rgba(5, 17, 24, 0.34);
  }
}

.page-home .scope-ring-lg {
  animation: scope-ring-glow 10s ease-in-out infinite;
}

.page-home .scope-ring-md {
  animation: scope-ring-glow 12s ease-in-out infinite -3s;
}

.page-home .scope-ring-sm {
  animation: scope-ring-glow 14s ease-in-out infinite -6s;
}

@media (max-width: 1100px) {
  .page-home #angebot .container,
  .page-home #faq .container,
  .page-home #messung .container,
  .page-home #map-check .container {
    display: block;
  }

  .page-home .cta-shell {
    gap: 20px;
    padding: 28px 24px;
  }

  .page-home .cta-box {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page-home .cta-sidecard {
    max-width: none;
    grid-template-columns: 1fr;
  }

  .page-home .footer-topline {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-home .offer-editorial-top {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 28px 24px;
  }

  .page-home .offer-context {
    margin-top: 0;
    display: block;
    max-width: none;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .offer-qualifiers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .offer-context-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .page-home .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page-home .footer-utility {
    gap: 18px;
    padding: 22px 22px 24px;
  }

  .page-home .footer-utility-head {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 16px;
  }

  .page-home .footer-utility-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
  }

  .page-home .footer-brand {
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(136, 206, 217, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .page-home .footer-column,
  .page-home .footer-contact {
    padding: 24px 22px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .page-home .footer-utility-columns > * + * {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .page-home #angebot .cards-offer {
    gap: 0;
  }

  .page-home #angebot .card:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-home #angebot .card:nth-child(1) .bullets {
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
  }

  .page-home #angebot .card:nth-child(2),
  .page-home #angebot .card:nth-child(3) {
    grid-column: span 6;
    grid-row: 2;
    --offer-offset: 0px;
  }

  .page-home #angebot .card:nth-child(3) {
    border-right: 0;
  }

  .page-home #ablauf .container,
  .page-home #garantie .container {
    grid-template-columns: minmax(0, 300px) 1fr;
    gap: 24px 40px;
  }

  .page-home .process-column,
  .page-home .faq-column {
    position: static;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
  }

  .page-home .faq-column::before,
  .page-home .faq-column::after {
    display: none;
  }

  .page-home .timeline-compact {
    padding-left: 0;
  }

  .page-home #faq .section-head {
    margin-bottom: 30px;
    max-width: 42rem;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .page-home .faq-group {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-home .faq-group h3 {
    max-width: none;
  }

  .page-home .faq-group-items {
    grid-template-columns: 1fr;
  }

  .page-home #messung .section-head,
  .page-home #map-check .section-head {
    position: static;
    max-width: 42rem;
    margin-bottom: 30px;
  }

  .page-home .measure-head-mobile {
    display: grid;
  }

  .page-home .measure-editorial-head {
    display: none;
  }

  .page-home .guarantee-head-mobile {
    display: grid;
  }

  .page-home .guarantee-shell {
    gap: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .page-home .guarantee-shell::before,
  .page-home .guarantee-shell::after {
    display: none;
  }

  .page-home .guarantee-editorial-head {
    display: none;
  }

  .page-home .guarantee-editorial-side {
    max-width: none;
    justify-self: stretch;
  }

  .page-home .guarantee-meta {
    grid-template-columns: 1fr;
  }

  .page-home .guarantee-brief h3,
  .page-home .guarantee-exclusion h3 {
    font-size: 30px;
  }

  .page-home .mapcheck-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .mapcheck-editorial-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-home .mapcheck-editorial-side {
    max-width: none;
    justify-self: stretch;
  }

  .page-home .measure-system,
  .page-home .contact-grid {
    margin-top: 0;
  }

  .page-home .footer-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 981px) {
  .page-home .cta-shell {
    gap: 18px;
    padding: 26px 22px 22px;
    border-radius: 34px;
  }

  .page-home .cta-box {
    gap: 18px;
    padding-bottom: 18px;
  }

  .page-home .cta-editorial-head {
    gap: 12px;
  }

  .page-home .cta-box p {
    max-width: none;
    font-size: 16px;
    line-height: 1.62;
  }

  .page-home .hero {
    min-height: auto;
    padding: 58px 0 64px;
  }

  .page-home .hero-grid {
    grid-template-columns: 1fr;
  }

  .page-home .hero-copy,
  .page-home .lead {
    max-width: none;
  }

  .page-home .hero-stage {
    padding-top: 0;
  }

  .page-home .hero-stage-intro {
    padding: 0 4px;
  }

  .page-home .hero-stage-field {
    padding: 18px;
    border-radius: 32px;
  }

  .page-home .hero-stage .scope-visual {
    min-height: 420px;
  }

  .page-home .hero-stage-note {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .page-home .hero-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    margin-top: 24px;
    padding-top: 20px;
  }

  .page-home .hero-ledger-item {
    padding-right: 0;
    border-right: 0;
  }

  .page-home .trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home #angebot .cards-offer,
  .page-home .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 26px 28px;
  }

  .page-home #angebot .card:nth-child(1),
  .page-home #angebot .card:nth-child(2),
  .page-home .method-card-compact,
  .page-home .method-card-dark {
    grid-column: auto;
  }

  .page-home .method-card-wide {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 0 24px;
  }

  .page-home .method-grid-lower {
    display: contents;
  }

  .page-home .method-compact-shell {
    display: block;
  }

  .page-home #angebot .card:nth-child(3) {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .page-home #angebot .card,
  .page-home .method-card {
    border-right: 0;
    border-left: 0;
  }

  .page-home .method-card::before {
    right: 0;
    top: -4px;
    font-size: 58px;
  }

  .page-home .method-card-compact {
    padding-right: 16px;
    border-right: 0;
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.42), rgba(255, 252, 247, 0));
  }

  .page-home .method-card-dark {
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 24px 50px rgba(9, 24, 34, 0.16);
  }

  .page-home .method-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home #ablauf .container,
  .page-home #garantie .container {
    display: block;
  }

  .page-home #ablauf .section-head,
  .page-home #garantie .section-head,
  .page-home .process-column,
  .page-home .faq-column {
    position: static;
  }

  .page-home .process-column {
    display: block;
    margin-bottom: 32px;
  }

  .page-home .timeline-compact {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }

  .page-home .timeline-shell {
    margin-top: 32px;
  }

  .page-home .step:nth-child(odd),
  .page-home .step:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .page-home .process-note,
  .page-home #ablauf .note-dark {
    margin-top: 24px;
    width: auto;
    margin-left: 0;
  }

  .page-home #garantie .table-wrap,
  .page-home #garantie .guarantee-mobile-stack,
  .page-home #garantie .guarantee-grid,
  .page-home #garantie .summary,
  .page-home .guarantee-shell,
  .page-home .guarantee-bottom {
    grid-column: auto;
    margin-left: 0;
  }

  .page-home .guarantee-bottom {
    display: block;
  }

  .page-home .measure-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .measure-lane:nth-child(1),
  .page-home .measure-lane:nth-child(2),
  .page-home .measure-lane:nth-child(3),
  .page-home .measure-lane:nth-child(4) {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .measure-lane:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .measure-lane:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .page-home .measure-ledger {
    grid-template-columns: 1fr;
  }

  .page-home .measure-ledger-head {
    border-right: 0;
  }

  .page-home .measure-legend {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .measure-legend-item + .measure-legend-item {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .contact-grid {
    grid-template-columns: 1fr;
  }

  .page-home .mapcheck-head-mobile {
    display: grid;
    margin-bottom: 24px;
  }

  .page-home .mapcheck-shell {
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
  }

  .page-home .mapcheck-shell::before,
  .page-home .mapcheck-shell::after,
  .page-home .mapcheck-editorial-head {
    display: none;
  }

  .page-home .mapcheck-summary {
    grid-template-columns: 1fr;
  }

  .page-home .cta-decision-grid {
    grid-template-columns: 1fr;
  }

  .page-home .cta-decision {
    margin-top: 18px;
  }

  .page-home .cta-decision-title {
    padding: 18px 20px 16px;
  }

  .page-home .cta-decision-item {
    padding: 16px 20px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .cta-decision-item:first-child {
    border-top: 0;
  }

  .page-home .cta-sidecard {
    max-width: none;
  }

  .page-home .footer-facts {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .page-home .footer-fact {
    padding: 14px 0;
  }

  .page-home .footer-fact + .footer-fact {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .contact-form-wrap {
    order: -1;
    position: static;
    top: auto;
  }

  .page-home .method-card-feature {
    padding-right: 0;
  }

  .page-home .method-grid {
    padding: 22px;
  }

  .page-home .method-card {
    padding: 0;
  }

  .page-home .method-card-wide {
    grid-template-columns: 1fr;
    padding: 0 0 22px;
  }

  .page-home .method-feature-main .bullets {
    max-width: none;
  }

  .page-home .method-card-compact {
    padding-left: 0;
    border-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .page-home #faq .container {
    display: grid;
    grid-template-columns: minmax(250px, 0.76fr) minmax(0, 1.08fr);
    gap: 22px 32px;
    align-items: start;
  }

  .page-home .faq-column {
    position: sticky;
    top: calc(var(--header-offset) + 20px);
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 20px 20px 18px;
    border-radius: 28px;
    border: 1px solid rgba(21, 39, 52, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 240, 228, 0.86)),
      radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.1), transparent 26%);
    box-shadow: 0 16px 32px rgba(13, 31, 43, 0.06);
    overflow: hidden;
  }

  .page-home .faq-column::before,
  .page-home .faq-column::after {
    display: block;
  }

  .page-home #faq .section-head {
    margin-bottom: 0;
    max-width: none;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .faq-sidecard {
    gap: 14px;
  }

  .page-home .faq-sidecard-title {
    max-width: none;
    font-size: 14.5px;
    line-height: 1.62;
  }

  .page-home .faq-sidecard-points {
    padding: 0;
  }

  .page-home .faq-sidecard-point {
    gap: 4px;
    padding: 12px 0 12px 42px;
  }

  .page-home .faq-sidecard-point::before {
    top: 11px;
    width: 30px;
    height: 30px;
    font-size: 9px;
  }

  .page-home .faq-sidecard-action {
    display: none;
  }

  .page-home .faq-shell {
    padding-top: 4px;
  }

  .page-home .faq-shell-head {
    padding-bottom: 12px;
  }

  .page-home .faq-group {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 0;
  }

  .page-home .faq-group-head {
    gap: 12px;
  }

  .page-home .faq-group h3,
  .page-home .faq-question {
    max-width: none;
  }

  .page-home .faq-group-items {
    padding-left: 0;
    border-left: 0;
  }

  .page-home .faq-item::before {
    display: none;
  }

  .page-home .faq-body {
    --faq-body-pad-r: 18px;
    --faq-body-pad-b: 24px;
  }

  .page-home #map-check .contact-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.9fr);
    gap: 20px;
  }
}

@media (max-width: 860px) {
  body.page-home[data-mobile-header-state="hidden"] .scroll-progress {
    opacity: 0;
    transform: scaleX(0.92);
  }

  .page-home .site-header {
    width: auto;
    max-width: 100%;
    right: auto;
  }

  .page-home .site-header[data-scroll-state="hidden"] {
    transform: translateY(calc(-100% - 14px));
    opacity: 0.01;
    pointer-events: none;
  }

  .page-home .header-inner {
    gap: 14px;
    min-height: 74px;
    padding: 8px 0;
  }

  .page-home .brand-logo {
    height: 54px;
  }

  .page-home .brand-name {
    font-size: 16px;
  }

  .page-home .brand-subtitle {
    font-size: 9px;
  }

  .page-home .nav-toggle {
    min-width: 44px;
    min-height: 44px;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  .page-home .site-header {
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
  }

  .page-home .header-inner {
    grid-template-columns: auto 1fr;
    gap: 18px;
    min-height: 78px;
    padding: 10px 0;
  }

  .page-home .brand-logo {
    height: 56px;
  }

  .page-home .brand-lockup {
    display: grid;
    gap: 2px;
    padding-left: 12px;
  }

  .page-home .brand-name {
    font-size: 15px;
  }

  .page-home .brand-subtitle {
    font-size: 8.5px;
    letter-spacing: 0.18em;
  }

  .page-home .nav {
    display: flex;
    justify-self: end;
    gap: 4px;
    padding: 4px;
  }

  .page-home .nav-link {
    padding: 8px 10px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .page-home .nav .btn-primary,
  .page-home .nav-toggle,
  .page-home .mobile-nav {
    display: none !important;
  }

  .page-home .hero {
    padding: 56px 0 56px;
  }

  .page-home .hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding-top: 38px;
  }

  .page-home .hero-copy {
    max-width: none;
    padding-top: 0;
  }

  .page-home .eyebrow,
  .page-home .hero-stage-intro {
    display: none;
  }

  .page-home .hero h1 {
    max-width: 8.5ch;
    font-size: clamp(52px, 5.6vw, 66px);
  }

  .page-home .hero-title-label {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .page-home .lead {
    max-width: 30rem;
    font-size: 16.5px;
    line-height: 1.62;
  }

  .page-home .hero-cta {
    gap: 12px;
    margin-top: 18px;
  }

  .page-home .hero-stage {
    gap: 0;
    padding-top: 0;
  }

  .page-home .hero-stage-intro {
    gap: 14px;
    padding: 0 6px 0 2px;
  }

  .page-home .hero-stage-title {
    max-width: 22ch;
    font-size: 14px;
    line-height: 1.58;
  }

  .page-home .hero-stage-badge {
    min-height: 30px;
    padding: 0 12px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .page-home .hero-stage-field {
    padding: 18px 18px 14px;
    border-radius: 30px;
  }

  .page-home .hero-stage .scope-visual {
    min-height: 336px;
    border-radius: 28px;
  }

  .page-home .hero-stage-note {
    position: absolute;
    max-width: 176px;
    gap: 4px;
    margin-top: 0;
    padding: 11px 12px;
  }

  .page-home .hero-stage-note-a {
    left: -10px;
    top: 18px;
  }

  .page-home .hero-stage-note-b {
    right: -8px;
    bottom: 18px;
  }

  .page-home .hero-stage-note strong {
    font-size: 12.5px;
    line-height: 1.42;
  }

  .page-home .hero-ledger {
    margin-top: 22px;
    padding-top: 18px;
    gap: 12px 18px;
  }

  .page-home .hero-ledger-item {
    gap: 6px;
    padding-right: 12px;
  }

  .page-home .hero-ledger-v {
    font-size: 13px;
    line-height: 1.44;
  }

  .page-home .cta-shell {
    gap: 18px;
    padding: 28px 24px 24px;
  }

  .page-home .cta-box {
    gap: 18px;
    padding-bottom: 18px;
  }

  .page-home .cta-box h2 {
    max-width: 10.6ch;
    font-size: clamp(42px, 6vw, 58px);
  }

  .page-home .cta-box p {
    max-width: 40rem;
    font-size: 16.5px;
  }

  .page-home .cta-decision {
    display: grid;
    grid-template-columns: minmax(176px, 0.56fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    padding: 16px 18px;
    border-radius: 26px;
  }

  .page-home .cta-decision-title {
    display: grid;
    align-content: start;
    margin-right: 18px;
    padding: 2px 18px 2px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
    font-size: 11px;
    line-height: 1.52;
  }

  .page-home .cta-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .cta-decision-item {
    gap: 6px;
    padding: 0 14px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    align-content: start;
  }

  .page-home .cta-decision-item:first-child {
    border-left: 0;
  }

  .page-home .cta-decision-v {
    font-size: 14px;
    line-height: 1.42;
  }

  .page-home #angebot .cards-offer {
    display: none;
  }

  .page-home #angebot .container {
    gap: 14px;
  }

  .page-home .offer-editorial-top {
    grid-template-columns: minmax(0, 1fr) minmax(214px, 0.34fr);
    gap: 18px 24px;
    align-items: start;
    padding: 28px 28px 24px;
    border-radius: 34px;
  }

  .page-home #angebot .section-head {
    max-width: none;
  }

  .page-home #angebot .section-head p {
    max-width: 34rem;
  }

  .page-home .offer-qualifiers {
    margin-top: 18px;
    padding-top: 14px;
  }

  .page-home .offer-qualifier {
    gap: 4px;
    padding: 0 14px;
  }

  .page-home .offer-qualifier strong {
    max-width: none;
    font-size: 13px;
    line-height: 1.44;
  }

  .page-home .offer-context {
    display: grid;
    gap: 10px;
    max-width: none;
    padding: 2px 0 0 18px;
    border-top: 0;
    border-left: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .offer-context-copy p {
    display: block;
    font-size: 13px;
    line-height: 1.58;
  }

  .page-home .offer-context-links {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page-home .offer-context-link-primary {
    padding: 10px 0 9px;
    font-size: 12.5px;
  }

  .page-home .offer-context-link-secondary {
    margin-top: 8px;
    font-size: 11.5px;
  }

  .page-home .offer-mobile-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: -38px;
    padding-top: 54px;
    align-items: start;
    position: relative;
    z-index: 2;
  }

  .page-home .offer-mobile-flow-head {
    display: none;
  }

  .page-home .offer-mobile-flow-head p {
    max-width: 44rem;
    font-size: 14.5px;
    line-height: 1.66;
  }

  .page-home .offer-mobile-item {
    min-height: 100%;
    border-radius: 26px;
    box-shadow: 0 18px 38px rgba(10, 25, 34, 0.08);
  }

  .page-home .offer-mobile-item + .offer-mobile-item {
    margin-top: 0;
  }

  .page-home .offer-mobile-item:last-child {
    grid-column: 1 / -1;
  }

  .page-home .offer-mobile-item summary {
    padding: 20px 20px 18px;
  }

  .page-home .offer-mobile-summary strong {
    max-width: 12ch;
    font-size: 24px;
  }

  .page-home .offer-mobile-body {
    padding: 0 20px 20px;
  }

  .page-home .offer-mobile-body .bullets li {
    font-size: 14.5px;
  }

  .page-home .process-column {
    margin-bottom: 22px;
  }

  .page-home .process-sidecard,
  .page-home .timeline-shell {
    display: none;
  }

  .page-home .process-mobile-rail {
    display: block;
    margin-top: 12px;
  }

  .page-home .process-mobile-shell {
    border-radius: 30px;
  }

  .page-home .process-mobile-head {
    gap: 12px;
    padding: 22px 22px 20px;
  }

  .page-home .process-mobile-head p {
    max-width: 44rem;
    font-size: 13.75px;
    line-height: 1.64;
  }

  .page-home .process-mobile-principles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 6px;
  }

  .page-home .process-mobile-principle {
    min-height: 54px;
    padding: 10px 12px;
    border-radius: 18px;
  }

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

  .page-home .process-mobile-step {
    min-height: 100%;
    padding: 20px 20px 18px;
    border-top: 0;
  }

  .page-home .process-mobile-step:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .process-mobile-step:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .process-mobile-body h3 {
    font-size: 23px;
  }

  .page-home .process-mobile-foot {
    padding: 18px 22px 20px;
  }

  .page-home .method-grid {
    display: none;
  }

  .page-home .contact-form-wrap {
    order: 2;
    max-width: none;
  }

  .page-home .mapcheck-mobile-intel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 1;
    gap: 0;
    margin-top: 0;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(21, 39, 52, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(247, 239, 227, 0.86)),
      radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.12), transparent 24%);
    box-shadow: var(--home-shadow-soft);
  }

  .page-home .mapcheck-mobile-head {
    grid-column: 1 / -1;
    padding: 20px 22px 18px;
    border-bottom: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .mapcheck-mobile-head p {
    max-width: 42rem;
    font-size: 14px;
    line-height: 1.64;
  }

  .page-home .mapcheck-mobile-card {
    min-height: 100%;
    padding: 20px 22px 18px;
    border: 0;
    border-top: 1px solid rgba(21, 39, 52, 0.08);
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .page-home .mapcheck-mobile-card:first-of-type {
    border-right: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .mapcheck-mobile-card + .mapcheck-mobile-card {
    border-top: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .mapcheck-mobile-card h3 {
    font-size: 22px;
  }

  .page-home .mapcheck-mobile-card .bullets li {
    font-size: 13px;
    line-height: 1.58;
  }

  .page-home .mapcheck-mobile-card-dark {
    grid-column: 1 / -1;
    padding-bottom: 20px;
  }

  .page-home #faq .container {
    display: grid;
    gap: 24px;
  }

  .page-home .faq-column {
    position: relative;
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 20px 20px 18px;
    border-radius: 28px;
    border: 1px solid rgba(21, 39, 52, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(247, 240, 228, 0.86)),
      radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.1), transparent 26%);
    box-shadow: 0 16px 32px rgba(13, 31, 43, 0.06);
    overflow: hidden;
  }

  .page-home .faq-column::before,
  .page-home .faq-column::after {
    display: block;
  }

  .page-home #faq .section-head {
    margin-bottom: 0;
    max-width: none;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .faq-sidecard {
    gap: 14px;
  }

  .page-home .faq-sidecard-title {
    max-width: none;
    font-size: 14.5px;
    line-height: 1.62;
  }

  .page-home .faq-sidecard-points {
    padding: 0;
  }

  .page-home .faq-sidecard-point {
    gap: 4px;
    padding: 12px 0 12px 42px;
  }

  .page-home .faq-sidecard-point::before {
    top: 11px;
    width: 30px;
    height: 30px;
    font-size: 9px;
  }

  .page-home .faq-sidecard-action {
    display: none;
  }

  .page-home .faq-shell {
    padding-top: 4px;
  }

  .page-home .faq-shell-head {
    padding-bottom: 12px;
  }

  .page-home .faq-group {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 0;
  }

  .page-home .faq-group-head {
    gap: 12px;
  }

  .page-home .faq-group h3,
  .page-home .faq-question {
    max-width: none;
  }

  .page-home .faq-group-items {
    padding-left: 0;
    border-left: 0;
  }

  .page-home .faq-item::before {
    display: none;
  }

  .page-home .faq-item summary {
    padding: 20px 0 16px;
  }

  .page-home .faq-body {
    --faq-body-pad-r: 18px;
    --faq-body-pad-b: 22px;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .page-home main#content {
    padding-top: 0;
  }

  .page-home .site-header {
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
    box-shadow: none;
  }

  .page-home .site-header::after {
    display: none;
  }

  .page-home .section,
  .page-home .section-tight {
    padding: 62px 0;
  }

  .page-home #angebot,
  .page-home #messung,
  .page-home #garantie,
  .page-home #map-check,
  .page-home #faq {
    padding-top: 46px;
  }

  .page-home #angebot {
    padding-top: 20px;
  }

  .page-home #angebot .container {
    position: relative;
  }

  .page-home .offer-editorial-top {
    position: relative;
    z-index: 2;
    margin-top: -18px;
    box-shadow: 0 18px 42px rgba(10, 25, 34, 0.1);
  }

  .page-home .section-head {
    gap: 12px;
  }

  .page-home .section-head h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .page-home .section-head p,
  .page-home .lead,
  .page-home .cta-box p {
    font-size: 16px;
  }

  .page-home .header-inner {
    min-height: 0;
    width: fit-content;
    max-width: calc(100% - 2px);
    margin-right: auto;
    padding: 8px 10px;
    gap: 8px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(250, 244, 235, 0.9), rgba(247, 240, 230, 0.72));
    box-shadow: 0 18px 34px rgba(5, 20, 30, 0.16);
    backdrop-filter: blur(16px);
  }

  .page-home .brand {
    gap: 8px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }

  .page-home .brand-logo {
    height: 40px;
  }

  .page-home .brand-lockup {
    display: grid;
    gap: 2px;
    max-width: 104px;
    padding-left: 8px;
    border-left: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .brand-name {
    font-size: 11.5px;
    line-height: 1;
    letter-spacing: -0.03em;
  }

  .page-home .brand-subtitle {
    display: none;
  }

  .page-home .site-header[data-elevate="true"] .header-inner {
    min-height: 0;
    padding: 7px 9px;
    gap: 7px;
    background: linear-gradient(180deg, rgba(250, 244, 235, 0.94), rgba(247, 240, 230, 0.82));
    box-shadow: 0 14px 28px rgba(5, 20, 30, 0.18);
  }

  .page-home .site-header[data-elevate="true"] .brand {
    padding: 0;
    background: none;
    box-shadow: none;
  }

  .page-home .site-header[data-elevate="true"] .brand-logo {
    height: 38px;
  }

  .page-home .site-header[data-surface="dark"] .header-inner {
    padding: 6px 8px 6px 6px;
    border-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(8, 29, 40, 0.76), rgba(10, 35, 47, 0.58));
    box-shadow: 0 20px 38px rgba(4, 18, 27, 0.24);
  }

  .page-home .site-header[data-surface="dark"][data-elevate="true"] .header-inner {
    padding: 6px 8px 6px 6px;
    background: linear-gradient(180deg, rgba(8, 29, 40, 0.84), rgba(10, 35, 47, 0.72));
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 30px rgba(4, 18, 27, 0.26);
  }

  .page-home .site-header[data-surface="dark"] .brand {
    gap: 7px;
    padding: 4px 10px 4px 4px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(250, 244, 235, 0.98), rgba(247, 240, 230, 0.88));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.54),
      0 12px 24px rgba(4, 18, 27, 0.16);
  }

  .page-home .site-header[data-surface="dark"][data-elevate="true"] .brand {
    background: linear-gradient(180deg, rgba(250, 244, 235, 0.98), rgba(247, 240, 230, 0.92));
  }

  .page-home .site-header[data-surface="dark"] .brand-logo,
  .page-home .site-header[data-surface="dark"][data-elevate="true"] .brand-logo {
    height: 34px;
    filter: none;
  }

  .page-home .site-header[data-surface="dark"] .brand-lockup,
  .page-home .site-header[data-surface="dark"][data-elevate="true"] .brand-lockup {
    border-left-color: rgba(21, 39, 52, 0.1);
  }

  .page-home .nav-toggle {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 15px;
    background: rgba(14, 36, 48, 0.06);
    border-color: rgba(21, 39, 52, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
    backdrop-filter: none;
  }

  .page-home .site-header[data-elevate="true"] .nav-toggle {
    background: rgba(14, 36, 48, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
  }

  .page-home .site-header[data-surface="dark"] .nav-toggle,
  .page-home .site-header[data-surface="dark"][data-elevate="true"] .nav-toggle {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .page-home .site-header[data-surface="dark"] .nav-toggle:hover,
  .page-home .site-header[data-surface="dark"] .nav-toggle:focus-visible,
  .page-home .site-header[data-surface="dark"] .nav-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 12px 22px rgba(4, 18, 27, 0.18);
  }

  .page-home .site-header[data-surface="dark"] .nav-toggle-bars::before,
  .page-home .site-header[data-surface="dark"] .nav-toggle-bars::after,
  .page-home .site-header[data-surface="dark"] .nav-toggle-bars span {
    background: rgba(245, 237, 226, 0.9);
  }

  .page-home #map-check .mapcheck-shell.reveal-up,
  .page-home #map-check .mapcheck-mobile-intel.reveal-up {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .page-home .mobile-nav {
    margin: 12px var(--pad, 18px) 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(250, 244, 235, 0.96), rgba(246, 239, 229, 0.92));
    box-shadow: 0 24px 50px rgba(5, 20, 30, 0.2);
    overflow: hidden;
  }

  .page-home .mobile-nav-inner {
    padding: 14px;
    gap: 8px;
  }

  .page-home .mobile-link {
    border-radius: 18px;
    background: rgba(255, 252, 247, 0.72);
  }

  .page-home .site-header[data-surface="dark"] .mobile-nav {
    border-color: rgba(255, 255, 255, 0.12);
    background:
      linear-gradient(180deg, rgba(8, 29, 40, 0.96), rgba(11, 38, 50, 0.92)),
      radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.14), transparent 34%);
    box-shadow: 0 26px 54px rgba(4, 18, 27, 0.28);
  }

  .page-home .site-header[data-surface="dark"] .mobile-link {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    color: rgba(245, 237, 226, 0.84);
  }

  .page-home .site-header[data-surface="dark"] .mobile-link[aria-current="location"] {
    background: rgba(255, 250, 244, 0.92);
    border-color: rgba(255, 250, 244, 0.92);
    color: var(--home-navy);
    box-shadow: 0 14px 26px rgba(4, 18, 27, 0.18);
  }

  .page-home .hero {
    margin-top: 0;
    padding: calc(var(--header-offset) + 8px) 0 34px;
    min-height: auto;
  }

  .page-home .glow {
    display: none;
  }

  .page-home .hero-grid {
    gap: 20px;
  }

  .page-home .hero-copy {
    padding-top: 0;
  }

  .page-home .hero-copy-block {
    gap: 12px;
  }

  .page-home .eyebrow {
    width: fit-content;
    max-width: min(100%, 314px);
    gap: 6px;
    border-radius: 18px;
    padding: 7px 10px 7px 9px;
    background: rgba(255, 255, 255, 0.065);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 12px 26px rgba(5, 20, 30, 0.14);
  }

  .page-home .eyebrow-mark {
    width: 22px;
    height: 22px;
  }

  .page-home .eyebrow-title {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .page-home .eyebrow-meta {
    font-size: 9.5px;
  }

  .page-home .eyebrow-meta::before {
    margin-right: 6px;
  }

  .page-home .hero h1 {
    font-size: clamp(38px, 10.6vw, 54px);
  }

  .page-home .hero h1 span {
    margin-bottom: 12px;
  }

  .page-home .hero h1 em {
    margin-top: 6px;
  }

  .page-home .lead {
    font-size: 15px;
    line-height: 1.58;
  }

  .page-home .hero-cta {
    gap: 12px;
    margin-top: 18px;
    flex-direction: column;
    align-items: stretch;
  }

  .page-home .hero-text-link {
    align-self: flex-start;
  }

  .page-home .hero-cta-note {
    display: none;
  }

  .page-home .hero-stage {
    display: none;
  }

  .page-home .hero-stage-intro {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .page-home .hero-stage-title {
    font-size: 14px;
    line-height: 1.6;
  }

  .page-home .hero-stage-field {
    padding: 12px;
    border-radius: 28px;
  }

  .page-home .hero-stage .scope-visual {
    min-height: 248px;
    border-radius: 26px;
  }

  .page-home .hero-stage-note {
    display: none;
  }

  .page-home .hero-ledger {
    margin-top: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    border-top: 0;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04)),
      radial-gradient(circle at 100% 0%, rgba(184, 138, 76, 0.14), transparent 28%);
    box-shadow: 0 24px 50px rgba(5, 20, 30, 0.18);
  }

  .page-home .hero-ledger-item {
    min-height: 0;
    padding: 14px 14px 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
  }

  .page-home .hero-ledger-item:nth-child(1),
  .page-home .hero-ledger-item:nth-child(2) {
    border-top: 0;
  }

  .page-home .hero-ledger-item:nth-child(2n) {
    border-right: 0;
    padding-right: 14px;
  }

  .page-home .hero-ledger-k {
    font-size: 9px;
  }

  .page-home .hero-ledger-v {
    font-size: 13.5px;
    line-height: 1.44;
  }

  .page-home .cta-decision {
    margin-top: 18px;
    padding: 0;
    border-radius: 24px;
  }

  .page-home .cta-decision-title {
    padding: 12px 16px 10px;
    font-size: 11px;
  }

  .page-home .cta-decision-item {
    gap: 4px;
    padding: 12px 16px 11px;
  }

  .page-home .cta-decision-k {
    font-size: 9px;
  }

  .page-home .cta-decision-v {
    font-size: 14px;
    line-height: 1.38;
  }

  .page-home .cta-sidecard {
    padding: 20px 18px;
    border-radius: 28px;
  }

  .page-home .cta-sidecard-main {
    gap: 16px;
  }

  .page-home .cta-sidecard h3 {
    font-size: clamp(34px, 10vw, 44px);
    max-width: none;
  }

  .page-home .cta-actions {
    grid-template-columns: 1fr;
  }

  .page-home .footer-topline-copy {
    font-size: 14px;
  }

  .page-home .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .page-home .footer-utility {
    gap: 16px;
    padding: 20px 20px 22px;
  }

  .page-home .footer-utility-head {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 14px;
  }

  .page-home .footer-utility-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page-home .footer-utility-columns > * + * {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .footer-column,
  .page-home .footer-contact {
    padding: 0;
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
  }

  .page-home .footer-brand {
    padding: 0 0 18px;
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
  }

  .page-home #angebot .cards-offer,
  .page-home .timeline-compact,
  .page-home .measure-board,
  .page-home .method-grid,
  .page-home .method-mini-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-home #angebot .cards-offer {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .page-home .offer-mobile-flow {
    display: grid;
    gap: 12px;
    margin-top: 18px;
  }

  .page-home .offer-qualifiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    padding-top: 0;
    border-top: 0;
  }

  .page-home .offer-editorial-top {
    padding: 24px 20px 22px;
    border-radius: 28px;
  }

  .page-home .offer-qualifier {
    gap: 7px;
    align-content: start;
    padding: 13px 13px 12px;
    border-radius: 18px;
    border: 1px solid rgba(21, 39, 52, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 252, 247, 0.82)),
      radial-gradient(circle at 100% 0%, rgba(184, 138, 76, 0.08), transparent 44%);
    box-shadow: 0 14px 28px rgba(10, 25, 34, 0.05);
  }

  .page-home .offer-qualifier + .offer-qualifier {
    border-left: 0;
    border-top: 0;
  }

  .page-home .offer-qualifier:last-child {
    grid-column: 1 / -1;
  }

  .page-home .offer-qualifier strong {
    max-width: none;
    font-size: 13px;
    line-height: 1.42;
  }

  .page-home .offer-context {
    margin-top: 2px;
    padding-top: 14px;
    border-top: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .offer-context-copy p,
  .page-home .offer-context-link-secondary {
    display: none;
  }

  .page-home .offer-context-links {
    gap: 8px;
  }

  .page-home #angebot .cards-offer::before,
  .page-home .method-grid::before,
  .page-home .timeline-compact::before {
    display: none;
  }

  .page-home #angebot .cards-offer {
    display: none;
  }

  .page-home .trust-row {
    display: none;
  }

  .page-home .timeline-compact {
    margin-top: 26px;
    padding-left: 0;
  }

  .page-home .timeline-shell {
    display: none;
  }

  .page-home .process-mobile-rail {
    display: block;
    margin-top: 14px;
  }

  .page-home .process-sidecard {
    display: none;
  }

  .page-home .process-mobile-shell {
    border-radius: 26px;
  }

  .page-home .process-mobile-head {
    gap: 10px;
    padding: 16px 16px 14px;
  }

  .page-home .process-mobile-head p {
    font-size: 12.75px;
    line-height: 1.54;
  }

  .page-home .process-mobile-principles {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 2px;
  }

  .page-home .process-mobile-principle {
    min-height: 0;
    padding: 7px 9px;
    border-radius: 15px;
  }

  .page-home .process-mobile-principle span:last-child {
    font-size: 10.5px;
  }

  .page-home .process-mobile-step {
    gap: 12px;
    padding: 16px 16px 14px;
  }

  .page-home .process-mobile-meta {
    gap: 8px;
  }

  .page-home .process-mobile-index {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 6px rgba(136, 206, 217, 0.05);
  }

  .page-home .process-mobile-week {
    min-height: 22px;
    padding: 5px 8px;
  }

  .page-home .process-mobile-body {
    gap: 7px;
  }

  .page-home .process-mobile-body h3 {
    font-size: 20px;
  }

  .page-home .process-mobile-body p,
  .page-home .process-mobile-foot p {
    font-size: 12.75px;
    line-height: 1.56;
  }

  .page-home .process-mobile-foot {
    gap: 7px;
    padding: 14px 16px 16px;
  }

  .page-home .step {
    padding: 24px 18px 18px;
  }

  .page-home .step-meta {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
  }

  .page-home .step-week {
    writing-mode: horizontal-tb;
    transform: none;
    min-height: 0;
    padding: 8px 10px;
  }

  .page-home .step-body {
    padding-left: 0;
  }

  .page-home .process-note {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 18px;
  }

  .page-home .scope-panel {
    padding: 20px 18px;
  }

  .page-home .scope-visual {
    min-height: 228px;
  }

  .page-home .scope-hub {
    width: 118px;
    height: 118px;
  }

  .page-home .scope-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-home .scope-summary-item {
    padding: 14px 12px;
    border-radius: 18px;
  }

  .page-home .panel-foot {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 4px 0;
  }

  .page-home .measure-system {
    display: none;
  }

  .page-home .measure-mobile-sheet {
    display: grid;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(21, 39, 52, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(247, 239, 227, 0.82)),
      radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.12), transparent 24%);
    box-shadow: var(--home-shadow-soft);
  }

  .page-home .measure-lane:nth-child(odd),
  .page-home .measure-lane:nth-child(1),
  .page-home .measure-lane:nth-child(2),
  .page-home .measure-lane:nth-child(3),
  .page-home .measure-lane:nth-child(4) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .measure-lane:last-child {
    border-bottom: 0;
  }

  .page-home .measure-overview,
  .page-home .measure-lane,
  .page-home .measure-ledger-head {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-home .measure-legend {
    grid-template-columns: 1fr;
  }

  .page-home .measure-legend-item + .measure-legend-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-home .guarantee-board {
    margin-top: 26px;
    border-radius: 26px;
  }

  .page-home .guarantee-board-head {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 16px 12px;
  }

  .page-home .guarantee-board-copy {
    display: none;
  }

  .page-home .guarantee-lane {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    align-items: start;
    padding: 16px;
  }

  .page-home .guarantee-lane-main {
    grid-column: 1 / 2;
    align-items: start;
  }

  .page-home .guarantee-lane-step {
    width: 36px;
    height: 36px;
    font-size: 10px;
  }

  .page-home .guarantee-lane h3 {
    font-size: 22px;
  }

  .page-home .guarantee-lane-copy {
    grid-column: 1 / -1;
    max-width: none;
    font-size: 13.5px;
  }

  .page-home .guarantee-lane-rule {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .page-home .guarantee-meta {
    gap: 14px;
  }

  .page-home .guarantee-brief,
  .page-home .guarantee-exclusion {
    padding: 18px;
    border-radius: 24px;
  }

  .page-home .guarantee-brief h3,
  .page-home .guarantee-exclusion h3 {
    font-size: 24px;
  }

  .page-home .guarantee-brief p {
    font-size: 13.5px;
    line-height: 1.62;
  }

  .page-home .guarantee-ledger {
    display: none;
  }

  .page-home .guarantee-ledger-item {
    min-height: 68px;
    padding: 12px;
  }

  .page-home .guarantee-brief-note {
    padding-top: 16px;
  }

  .page-home .guarantee-exclusion .bullets {
    columns: 1;
  }

  .page-home .guarantee-shell {
    display: none;
  }

  .page-home .guarantee-mobile-sheet {
    display: grid;
    margin-top: 24px;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(21, 39, 52, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(247, 239, 227, 0.84)),
      radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.12), transparent 24%);
    box-shadow: var(--home-shadow-soft);
  }

  .page-home .form {
    padding: 20px 16px 16px;
    border-radius: 24px;
  }

  .page-home .form::after {
    opacity: 0.1;
    background-size: 72px 72px;
  }

  .page-home .method-grid {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    gap: 14px;
  }

  .page-home .method-card {
    padding: 22px 20px;
    border: 1px solid rgba(21, 39, 52, 0.08);
    border-radius: 24px;
    background: rgba(255, 252, 247, 0.82);
    box-shadow: var(--home-shadow-soft);
  }

  .page-home .method-card-wide {
    padding: 22px 20px;
    border-bottom: 0;
  }

  .page-home .method-feature-rail {
    grid-template-columns: 1fr;
  }

  .page-home .method-card-dark {
    background: linear-gradient(160deg, #0b2532, #123747 100%);
  }

  .page-home .method-card::before {
    right: 16px;
    top: 12px;
  }

  .page-home .form-title {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .page-home .form-intro {
    margin-bottom: 12px;
    font-size: 12.5px;
    line-height: 1.58;
  }

  .page-home .form-meta-row {
    display: none;
  }

  .page-home .contact-grid {
    gap: 14px;
  }

  .page-home .method-feature-rail,
  .page-home .mapcheck-summary {
    gap: 8px;
  }

  .page-home .mapcheck-summary {
    display: none;
  }

  .page-home .method-grid {
    display: none;
  }

  .page-home .mapcheck-mobile-intel {
    display: grid;
    order: 1;
    gap: 0;
    margin-top: 0;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(21, 39, 52, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(247, 239, 227, 0.84)),
      radial-gradient(circle at 100% 0%, rgba(136, 206, 217, 0.12), transparent 24%);
    box-shadow: var(--home-shadow-soft);
  }

  .page-home .contact-form-wrap {
    order: 2;
  }

  .page-home .form-core-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    padding: 9px 9px 2px;
    border-radius: 20px;
  }

  .page-home .field {
    gap: 6px;
    margin-bottom: 8px;
    padding: 9px 10px 8px;
    border-radius: 16px;
  }

  .page-home .mapcheck-mobile-card {
    padding: 15px 17px 14px;
    border-radius: 0;
    border: 0;
    background: none;
    box-shadow: none;
  }

  .page-home .mapcheck-mobile-head {
    padding: 15px 17px 13px;
    border-bottom: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .mapcheck-mobile-card + .mapcheck-mobile-card {
    border-top: 1px solid rgba(21, 39, 52, 0.08);
  }

  .page-home .mapcheck-mobile-card-dark {
    padding-bottom: 16px;
    background: linear-gradient(160deg, rgba(11, 37, 50, 0.98), rgba(18, 55, 71, 0.98));
  }

  .page-home .mapcheck-mobile-card-k {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(21, 39, 52, 0.46);
  }

  .page-home .mapcheck-mobile-card h3 {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: var(--home-ink);
  }

  .page-home .mapcheck-mobile-card-dark h3,
  .page-home .mapcheck-mobile-card-dark .mapcheck-mobile-card-k,
  .page-home .mapcheck-mobile-card-dark .bullets {
    color: rgba(255, 246, 236, 0.9);
  }

  .page-home .mapcheck-mobile-card .bullets li {
    font-size: 12.5px;
    line-height: 1.54;
  }

  .page-home .form-core-fields,
  .page-home .form-details-inner {
    padding-left: 11px;
    padding-right: 11px;
  }

  .page-home .form-details {
    border-radius: 20px;
    margin-bottom: 14px;
  }

  .page-home .form-details summary {
    min-height: 48px;
    padding: 12px 38px 12px 14px;
  }

  .page-home .form-success {
    gap: 9px;
    padding: 26px 18px 20px;
    border-radius: 24px;
  }

  .page-home .form-success h3 {
    font-size: 28px;
  }

  .page-home .form-success p {
    max-width: none;
    font-size: 13px;
    line-height: 1.56;
  }

  .page-home .form-note {
    gap: 3px;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12.5px;
    line-height: 1.56;
  }

  .page-home .faq-question {
    font-size: 17px;
  }

  .page-home .faq-sidecard {
    display: none;
  }

  .page-home .faq-shell {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .page-home .faq-shell-head {
    padding: 0;
  }

  .page-home .faq-groups {
    gap: 14px;
  }

  .page-home .faq-group {
    gap: 12px;
    padding-top: 14px;
  }

  .page-home .faq-group-head {
    gap: 12px;
  }

  .page-home .faq-group-index {
    width: 36px;
    height: 36px;
    font-size: 10px;
  }

  .page-home .faq-group h3 {
    font-size: 21px;
  }

  .page-home .faq-group-items {
    padding-left: 0;
    border-left: 0;
    gap: 10px;
  }

  .page-home .faq-item {
    border: 1px solid rgba(21, 39, 52, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.36);
  }

  .page-home .faq-item::before,
  .page-home .faq-item + .faq-item {
    display: none;
  }

  .page-home .faq-item:hover,
  .page-home .faq-item[open] {
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 18px 36px rgba(11, 28, 39, 0.06);
  }

  .page-home .faq-item summary {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 18px 18px 16px;
  }

  .page-home .faq-item summary::before {
    display: none;
  }

  .page-home .faq-item::after {
    inset: 0;
    border-radius: 24px;
  }

  .page-home .faq-body {
    max-width: none;
    --faq-body-pad-l: 18px;
    --faq-body-pad-r: 18px;
    --faq-body-pad-b: 20px;
  }

  .page-home .cta-final {
    padding: 60px 0 54px;
  }

  .page-home .cta-box h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .page-home .cta-decision-title {
    padding: 11px 15px 10px;
  }

  .page-home .cta-decision-item {
    padding: 11px 15px 10px;
  }

  .page-home .cta-sidecard-point {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-home .cta-sidecard-index {
    width: 30px;
    height: 30px;
  }

  .page-home .footer-brand {
    padding: 22px 20px;
  }

  .page-home .footer-mobile-sections {
    display: grid;
    gap: 10px;
  }

  .page-home .footer-utility {
    display: none;
  }

  .page-home .footer-column,
  .page-home .footer-contact {
    display: none;
  }

  .page-home .footer-topline {
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .page-home .footer-topline-copy {
    max-width: 24rem;
    font-size: 13.5px;
    line-height: 1.65;
  }

  .page-home .footer-brand {
    gap: 18px;
    padding: 34px 20px 22px;
    border-radius: 26px;
  }

  .page-home .footer-brand-lockup {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: flex-start;
  }

  .page-home .footer-brand-text {
    gap: 6px;
    padding-top: 0;
    max-width: 12rem;
  }

  .page-home .footer-brand-label {
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .page-home .footer-brand-mark {
    width: 58px;
    height: 58px;
  }

  .page-home .footer-brand-title {
    font-size: 22px;
    line-height: 1.04;
    max-width: 10ch;
  }

  .page-home .footer-brand img {
    height: 40px;
  }

  .page-home .footer-context {
    font-size: 13px;
    line-height: 1.68;
  }

  .page-home .footer-facts {
    grid-template-columns: 1fr;
  }

  .page-home .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
    border-radius: 22px;
  }

  .page-home .cookie-content {
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 10px 11px;
    width: 100%;
    gap: 9px;
  }

  .page-home .cookie-actions {
    justify-content: space-between;
    justify-self: stretch;
  }

  .page-home .cookie-text strong {
    display: block;
  }

  .page-home .cookie-text p {
    font-size: 10.5px;
    line-height: 1.38;
  }

  .page-home .cookie-dismiss {
    font-size: 11px;
  }

  .page-home .cookie-actions .btn {
    min-height: 32px;
    padding: 8px 12px;
    font-size: 11.5px;
  }
}

@media (max-width: 420px) {
  .page-home .hero-grid {
    gap: 18px;
  }

  .page-home .brand {
    padding-right: 9px;
  }

  .page-home .brand-lockup {
    max-width: 92px;
    padding-left: 7px;
  }

  .page-home .brand-name {
    font-size: 10.5px;
  }

  .page-home .eyebrow {
    max-width: min(100%, 290px);
    gap: 5px;
    padding: 6px 9px 6px 8px;
  }

  .page-home .eyebrow-mark {
    width: 20px;
    height: 20px;
  }

  .page-home .eyebrow-title {
    font-size: 9.5px;
  }

  .page-home .eyebrow-meta {
    font-size: 9px;
  }

  .page-home .offer-qualifiers {
    gap: 9px;
  }

  .page-home .offer-qualifier {
    padding: 12px 12px 11px;
  }

  .page-home .offer-qualifier strong {
    font-size: 12.5px;
  }

  .page-home .nav-toggle {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 16px;
  }

  .page-home .hero-text-link {
    width: auto;
    text-align: left;
  }

  .page-home .scope-visual {
    min-height: 216px;
  }

  .page-home .hero-stage .scope-visual {
    min-height: 232px;
  }

  .page-home .scope-node {
    min-width: 72px;
    font-size: 10px;
  }

  .page-home .scope-node-b,
  .page-home .scope-node-c {
    right: 5%;
  }

  .page-home .scope-node-d {
    left: 48%;
  }

  .page-home .scroll-top {
    display: none !important;
  }

  .page-home .offer-context-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero-copy > *,
  .page-home .hero-stage,
  .page-home .hero-ledger,
  .page-home .reveal-up {
    animation: none !important;
    transition: none !important;
  }

  .page-home .scope-visual-grid,
  .page-home .scope-beam,
  .page-home .scope-ring,
  .page-home .scope-hub,
  .page-home .mobile-nav,
  .page-home .mobile-nav-inner > *,
  .page-home .hero-stage-note,
  .page-home .scope-node,
  .page-home .scope-tag,
  .page-home .step-meta,
  .page-home .step-index,
  .page-home .step-week,
  .page-home .step-body h3,
  .page-home .faq-item::after,
  .page-home .faq-body,
  .page-home .footer-mobile-section::before,
  .page-home .footer-mobile-section-body,
  .page-home .footer-mobile-section summary::after,
  .page-home .footer-mobile-section-title,
  .page-home .footer-mobile-section-meta {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
