@property --shine-left {
  syntax: "<percentage>";
  inherits: true;
  initial-value: -80%;
}

@property --shine-opacity {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

:root {
  --navy: #071d3a;
  --navy-2: #0a2d52;
  --blue: #075fc6;
  --blue-2: #0f72df;
  --pale: #eef6ff;
  --pale-2: #f7fbff;
  --line: #dce8f5;
  --text: #12233f;
  --muted: #52627a;
  --white: #ffffff;
  --footer: #06345f;
  --shadow: 0 18px 46px rgba(7, 29, 58, .08);
  --radius: 12px;
  --max: 1180px;
  --shine-left: -80%;
  --shine-opacity: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

html.site-loading body {
  overflow: hidden;
}

html.site-loading .site-header,
html.site-loading main,
html.site-loading footer {
  opacity: 0;
}

a {
  color: inherit;
}

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

img {
  height: auto;
}

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

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  z-index: 20;
  top: 16px;
  left: 16px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue);
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--white);
  transition: opacity .42s ease, visibility .42s ease;
}

html.site-loading .page-loader {
  display: flex;
}

.page-loader.is-hiding {
  opacity: 0;
  visibility: hidden;
}

.sparkle-svg {
  overflow: visible;
}

.sparkle-star {
  transform-box: fill-box;
  transform-origin: center;
}

.loader-sparkle {
  width: 144px;
  height: 120px;
  opacity: 0;
  transform: scale(.54);
  animation: loaderMarkIn .64s cubic-bezier(.2, .75, .18, 1) .08s both;
}

.loader-brand {
  display: grid;
  width: clamp(226px, 35vw, 365px);
  justify-items: center;
  color: var(--navy);
  line-height: 1;
  opacity: 0;
  transform: scale(.92) translateY(8px);
  animation: loaderTextIn .68s cubic-bezier(.2, .75, .18, 1) .24s both;
}

.page-loader.is-hiding .loader-sparkle {
  animation: loaderMarkOut .42s cubic-bezier(.72, 0, .3, 1) both;
}

.page-loader.is-hiding .loader-brand {
  animation: loaderTextOut .38s cubic-bezier(.72, 0, .3, 1) both;
}

.loader-brand .brand-name {
  width: 100%;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.loader-brand .brand-sub {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: clamp(.72rem, 1.5vw, .92rem);
  letter-spacing: .2em;
  text-align: justify;
  text-align-last: justify;
}

.loader-brand .brand-sub.is-spaced {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0;
  text-align: initial;
  text-align-last: auto;
}

.loader-brand .brand-sub.is-spaced span {
  display: block;
}

.loader-sparkle .star-main {
  animation: classicMain 1.23s ease-in-out infinite;
}

.loader-sparkle .star-upper-left {
  animation: classicMinor .92s ease-in-out infinite .18s;
}

.loader-sparkle .star-upper-right {
  animation: classicMinor .85s ease-in-out infinite .18s;
}

.loader-sparkle .star-lower-right {
  animation: classicMinor .77s ease-in-out infinite .26s;
}

.brand-sparkle.is-playing .star-main,
html.nav-loading .site-header .brand-sparkle .star-main {
  animation: logoMainSettle 1.45s ease-in-out both;
}

.brand-sparkle.is-playing .star-upper-left,
html.nav-loading .site-header .brand-sparkle .star-upper-left {
  animation: logoMinorSettle 1.22s ease-in-out .08s both;
}

.brand-sparkle.is-playing .star-upper-right,
html.nav-loading .site-header .brand-sparkle .star-upper-right {
  animation: logoMinorSettle 1.16s ease-in-out .12s both;
}

.brand-sparkle.is-playing .star-lower-right,
html.nav-loading .site-header .brand-sparkle .star-lower-right {
  animation: logoMinorSettle 1.08s ease-in-out .18s both;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(286px, 1fr) auto minmax(286px, 1fr);
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  padding: 0 clamp(28px, 5vw, 72px);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: var(--navy);
  text-decoration: none;
  position: relative;
  z-index: 14;
}

.brand-symbol {
  width: 46px;
  height: 40px;
  flex: 0 0 auto;
}

.brand-word {
  display: grid;
  width: var(--brand-name-width, clamp(190px, 17vw, 226px));
  line-height: 1;
}

.brand-name {
  display: block;
  font-size: clamp(1.45rem, 2.1vw, 1.95rem);
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-align: justify;
  text-align-last: justify;
}

.brand-sub {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: justify;
  text-align-last: justify;
}

.brand-sub.is-spaced {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0;
  text-align: initial;
  text-align-last: auto;
}

.brand-sub.is-spaced span {
  display: block;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 52px);
}

.mobile-menu-sparkle {
  display: none;
}

.site-nav a {
  color: var(--navy);
  text-decoration: none;
  font-size: .95rem;
  font-weight: 650;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue);
}

.header-action,
.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.header-action::after,
.button.primary::after {
  content: "";
  position: absolute;
  inset: -42% auto -42% var(--shine-left, -80%);
  width: 40%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), rgba(255, 255, 255, .42), rgba(255, 255, 255, .12), transparent);
  left: var(--shine-left, -80%);
  opacity: var(--shine-opacity, 0);
  transition: left .9s cubic-bezier(.2, .72, .2, 1), opacity .45s ease;
}

.header-action {
  justify-self: end;
  width: 232px;
  justify-content: center;
  animation: autoShine 5.2s cubic-bezier(.2, .72, .2, 1) 1.8s infinite;
}

.button.primary {
  animation: autoShine 5.2s cubic-bezier(.2, .72, .2, 1) 1.8s infinite;
}

.header-action,
.button.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(7, 95, 198, .18);
}

.js.animations-ready .hero-actions .button.primary {
  animation:
    ctaReady .72s cubic-bezier(.2, .75, .18, 1) .72s both,
    autoShine 5.2s cubic-bezier(.2, .72, .2, 1) 2.4s infinite;
}

.button.secondary {
  color: var(--navy);
  background: var(--white);
  border-color: #cdddee;
}

.button-icon {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  color: var(--blue);
}

.button-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button.primary .button-icon {
  color: var(--white);
}

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

.header-action:hover::after,
.button.primary:hover::after {
  --shine-left: 125%;
  --shine-opacity: 1;
  opacity: 1;
}

.header-action span,
.button span {
  transition: transform .18s ease;
}

.header-action:hover span,
.button:hover span {
  transform: translateX(3px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  position: relative;
  z-index: 14;
}

.nav-toggle span:not(.sr-only) {
  position: absolute;
  left: 9px;
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 999px;
  transition: transform .32s cubic-bezier(.2, .75, .18, 1), opacity .2s ease;
}

.nav-toggle span:not(.sr-only):nth-child(1) {
  transform: translateY(-7px);
}

.nav-toggle span:not(.sr-only):nth-child(2) {
  transform: translateY(0);
}

.nav-toggle span:not(.sr-only):nth-child(3) {
  transform: translateY(7px);
}

.nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(1) {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) {
  opacity: 0;
  transform: scaleX(.4);
}

.nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: clamp(600px, calc(100svh - 86px), 760px);
  display: grid;
  grid-template-columns: minmax(360px, .76fr) minmax(420px, 1.24fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  max-width: none;
  margin: 0;
  padding: clamp(46px, 5vw, 72px) clamp(28px, 6vw, 80px) clamp(42px, 5vw, 60px);
  background: var(--white);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 38%, rgba(255, 255, 255, .88) 48%, rgba(255, 255, 255, .12) 68%, rgba(255, 255, 255, 0) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 590px;
  margin-left: clamp(48px, 5vw, 96px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 4.6vw, 4.35rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.hero h1 {
  min-height: 3.18em;
}

.headline-static {
  white-space: nowrap;
}

.headline-rotator {
  display: block;
  color: var(--blue);
  transition: opacity .28s ease, transform .28s ease;
}

.headline-rotator.is-changing {
  opacity: 0;
  transform: translateY(10px);
}

.hero-lede,
.page-hero p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.rating-strip {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 13px;
  margin-top: 18px;
  width: fit-content;
  max-width: calc(100vw - 56px);
  min-height: 76px;
  box-sizing: border-box;
  padding: 11px 32px 11px 20px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid #d6e7f8;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(7, 29, 58, .06);
  backdrop-filter: blur(12px);
}

.rating-panel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
}

.rating-logo {
  width: 41px;
  height: 41px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.google-logo {
  padding: 6px;
  background: var(--white);
  border: 1px solid #d3e2f2;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(7, 29, 58, .08);
}

.kleinanzeigen-logo {
  width: 58px;
  height: 47px;
  border-radius: 11px;
}

.rating-stars {
  color: #f5b400;
  font-size: 1.04rem;
  letter-spacing: .02em;
  line-height: 1;
  text-shadow: 0 5px 12px rgba(245, 180, 0, .18);
}

.rating-panel strong {
  color: var(--navy);
}

.google-rating-panel {
  flex: 0 0 auto;
}

.google-rating-copy {
  display: grid;
  gap: 1px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.08;
  white-space: nowrap;
}

.rating-divider {
  align-self: stretch;
  width: 1px;
  min-height: 46px;
  background: #d3e1f0;
  flex: 0 0 auto;
}

.kleinanzeigen-rating {
  flex: 0 0 auto;
  gap: 10px;
}

.ka-rating-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
  flex: 0 0 auto;
}

.ka-rating-copy > strong {
  color: var(--navy);
  font-size: .92rem;
  line-height: 1;
  white-space: nowrap;
}

.ka-badges {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  max-width: none;
}

.ka-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 2px 6px;
  color: #fff;
  background: #6d3cb1;
  border-radius: 5px;
  font-size: .54rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  box-shadow: 0 7px 16px rgba(60, 32, 100, .12);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.proof-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
}

.proof-item svg {
  color: var(--blue);
}

.proof-item strong {
  display: block;
  color: var(--navy);
  font-size: .82rem;
}

.proof-item span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
}

.hero-visual {
  position: absolute;
  inset: 0 0 0 38%;
  z-index: 0;
  min-width: 0;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: none;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(52px, 6vw, 78px) clamp(24px, 5vw, 36px);
}

.services-preview {
  max-width: none;
  background: var(--pale-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading .section-sparkle-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--blue);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
}

.mini-sparkle {
  width: 1.7em;
  height: 1.42em;
  flex: 0 0 auto;
  overflow: visible;
}

.mini-sparkle .star-main {
  animation: classicMain 1.23s ease-in-out infinite;
}

.mini-sparkle .star-upper-left {
  animation: classicMinor .92s ease-in-out infinite .18s;
}

.mini-sparkle .star-upper-right {
  animation: classicMinor .85s ease-in-out infinite .18s;
}

.mini-sparkle .star-lower-right {
  animation: classicMinor .77s ease-in-out infinite .26s;
}

.section-heading h2,
.split-copy h2,
.final-cta h2,
.contact-band-copy h2,
.intro-grid h2,
.legal-page h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.section-heading p,
.split-copy p,
.final-cta p,
.contact-band-copy p,
.intro-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.contact-band-copy .eyebrow {
  margin-bottom: 14px;
}

.service-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 318px;
  padding: 16px 16px 18px;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(7, 29, 58, .04);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #b7d2ef;
  box-shadow: var(--shadow);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border-radius: 10px;
  background: var(--pale);
}

.service-card h3 {
  margin: 16px 0 8px;
  color: var(--navy);
  font-size: 1.06rem;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: #40516a;
  font-size: .9rem;
  line-height: 1.55;
}

.card-link {
  margin-top: 18px;
  color: var(--blue);
  font-size: .88rem;
  font-weight: 800;
}

.trust-section {
  max-width: var(--max);
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(320px, .85fr) 240px;
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  margin-top: 32px;
  margin-bottom: 0;
  padding: clamp(30px, 4vw, 48px);
  background: #eaf4ff;
  border-radius: 22px;
}

.team-illustration img {
  width: 100%;
  border-radius: 14px;
}

.split-copy {
  display: grid;
  gap: 18px;
}

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

.check-list li {
  position: relative;
  padding-left: 26px;
  color: #31425d;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 900;
}

.quote-card {
  align-self: stretch;
  display: grid;
  align-content: center;
  padding: 28px;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(7, 29, 58, .05);
}

.quote-mark {
  color: var(--blue);
  font-size: 4rem;
  line-height: .7;
  font-weight: 900;
}

.signature {
  width: 150px;
  height: 54px;
  margin: 16px 0 8px;
}

.quote-card p {
  margin: 0;
  color: #40516a;
  font-size: .9rem;
}

.quote-card strong {
  color: var(--navy);
}

.cta-strip {
  max-width: var(--max);
  margin: 0 auto;
  transform: translateY(34px);
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 32px clamp(28px, 5vw, 70px);
  color: var(--white);
  background: var(--blue);
  border-radius: 14px 14px 0 0;
}

.cta-strip h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.7vw, 2.05rem);
}

.cta-strip p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .9);
}

.cta-strip .button {
  color: var(--navy);
  background: var(--white);
  min-width: 230px;
}

.cta-sparkle {
  width: 92px;
  height: 78px;
  overflow: visible;
}

.sparkles {
  width: 92px;
  height: auto;
  color: var(--white);
}

.cta-sparkle .star-main {
  animation: classicMain 1.23s ease-in-out infinite;
}

.cta-sparkle .star-upper-left {
  animation: classicMinor .92s ease-in-out infinite .18s;
}

.cta-sparkle .star-upper-right {
  animation: classicMinor .85s ease-in-out infinite .18s;
}

.cta-sparkle .star-lower-right {
  animation: classicMinor .77s ease-in-out infinite .26s;
}

.site-footer {
  color: var(--white);
  background: var(--footer);
  padding: 72px clamp(24px, 5vw, 72px) 28px;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) .8fr .9fr 1fr;
  gap: clamp(28px, 6vw, 90px);
}

.footer-brand .brand {
  color: var(--white);
  margin-bottom: 18px;
}

.footer-brand .footer-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 9px 12px;
  color: var(--navy);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}

.footer-brand .brand-sub {
  color: var(--muted);
}

.footer-inner p,
.footer-inner a,
.footer-inner li {
  color: rgba(255, 255, 255, .84);
  font-size: .92rem;
}

.footer-inner h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: .98rem;
}

.footer-inner ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-inner a {
  text-decoration: none;
}

.footer-inner a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.socials span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .13);
  font-weight: 900;
}

.footer-bottom {
  max-width: var(--max);
  margin: 42px auto 0;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .8);
  font-size: .88rem;
}

.footer-bottom nav {
  display: flex;
  gap: 28px;
}

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) clamp(24px, 5vw, 36px) clamp(38px, 6vw, 72px);
}

.page-hero.compact {
  max-width: 940px;
  text-align: center;
}

.page-hero.about-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 470px);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
}

.portrait-illustration {
  padding: 20px;
  background: var(--pale);
  border-radius: 22px;
}

.about-page {
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(24px, 3.4vw, 36px) clamp(22px, 5vw, 36px) 0;
}

.about-hero-v2 {
  display: grid;
  grid-template-columns: minmax(540px, .96fr) minmax(500px, 1fr);
  gap: clamp(36px, 4.2vw, 60px);
  align-items: start;
  padding: clamp(18px, 2.8vw, 34px) 0 clamp(40px, 5vw, 62px);
}

.about-hero-copy h1,
.about-story h2,
.about-process h2,
.about-region h2 {
  margin: 0;
  color: var(--navy);
  letter-spacing: 0;
  line-height: 1.08;
}

.about-hero-copy h1 {
  max-width: 760px;
  min-height: 2.16em;
  font-size: clamp(2.65rem, 3.65vw, 3.55rem);
  text-wrap: normal;
}

.about-hero-copy .eyebrow {
  color: var(--blue);
}

.about-hero-copy .headline-static {
  display: block;
  white-space: nowrap;
}

.about-hero-copy .headline-rotator {
  display: block;
  min-height: 1.08em;
  max-width: 100%;
  white-space: nowrap;
}

.about-hero-copy > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.72;
}

.about-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(28px, 4vw, 42px);
}

.about-proof {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 124px;
  color: var(--navy);
  font-weight: 800;
}

.about-proof:not(:last-child) {
  padding-right: clamp(12px, 1.8vw, 20px);
  border-right: 1px solid #d4e4f4;
}

.about-proof svg,
.principle svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-proof svg {
  animation: aboutProofPulse 3s cubic-bezier(.2, .7, .2, 1) infinite;
}

.about-proof:nth-child(2) svg {
  animation-delay: .28s;
}

.about-proof:nth-child(3) svg {
  animation-delay: .56s;
}

.about-hero-image,
.process-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #eef6ff;
  box-shadow: 0 22px 58px rgba(7, 29, 58, .08);
}

.about-hero-image {
  margin-top: clamp(42px, 5vw, 64px);
}

.about-hero-image img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: 43% 54%;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(360px, .78fr);
  gap: clamp(44px, 9vw, 128px);
  align-items: center;
  padding: clamp(22px, 3.6vw, 40px) clamp(68px, 9vw, 100px) clamp(38px, 4.8vw, 62px);
  border-bottom: 1px solid #dfeaf6;
}

.about-story-copy h2,
.about-process h2,
.about-region h2 {
  font-size: clamp(2rem, 3.35vw, 3rem);
}

.about-story-copy p {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.about-quote {
  position: relative;
  margin: 0;
  display: grid;
  grid-template-columns: clamp(96px, 9vw, 128px) minmax(0, 1fr);
  column-gap: clamp(22px, 3vw, 34px);
  row-gap: 16px;
  align-items: end;
  padding: clamp(24px, 3.4vw, 34px);
  border-left: 1px solid #cfe0f3;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(238, 246, 255, .9), rgba(255, 255, 255, .96));
  box-shadow: 0 20px 46px rgba(7, 29, 58, .07);
  color: var(--navy);
}

.about-quote::before {
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), rgba(7, 95, 198, 0));
}

.about-owner-portrait {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 34%;
  display: block;
  grid-row: auto;
  margin: 0;
  border-radius: 24px;
  border: 1px solid #d5e6f7;
  box-shadow: 0 18px 42px rgba(7, 29, 58, .14);
}

.about-quote > span {
  display: block;
  align-self: end;
  color: rgba(10, 100, 207, .22);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 5.6vw, 5.8rem);
  line-height: .52;
}

.about-quote p {
  grid-column: 1 / -1;
  max-width: 460px;
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.9vw, 1.42rem);
  font-style: italic;
  line-height: 1.55;
}

.about-quote footer {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
}

.about-quote strong {
  color: var(--blue);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  font-weight: 400;
}

.about-quote small {
  color: var(--muted);
  font-size: .94rem;
}

@keyframes aboutProofPulse {
  0%, 64%, 100% {
    color: var(--navy);
    opacity: 1;
    transform: scale(1);
  }

  10% {
    color: var(--blue);
    opacity: 1;
    transform: scale(1.12);
  }

  22% {
    color: var(--blue);
    transform: scale(1);
  }
}

.about-principles {
  padding: clamp(36px, 5vw, 56px) 0 clamp(34px, 4vw, 52px);
  text-align: center;
  border-bottom: 1px solid #dfeaf6;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 46px);
  margin-top: 22px;
}

.principle {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-height: 168px;
  padding: 18px clamp(18px, 3vw, 38px);
  color: var(--navy);
}

.principle:not(:last-child) {
  border-right: 1px solid #dfeaf6;
}

.principle h3 {
  margin: 4px 0 0;
  color: var(--navy);
  font-size: 1.13rem;
}

.principle p {
  max-width: 255px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.about-process {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(480px, 1fr);
  gap: clamp(38px, 7vw, 80px);
  align-items: center;
  padding: clamp(42px, 5.5vw, 64px) clamp(68px, 9vw, 100px) clamp(24px, 4vw, 46px);
}

.process-list {
  position: relative;
  display: grid;
  gap: 20px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.process-list::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 25px;
  bottom: 28px;
  width: 1px;
  background: #b9d4ef;
}

.process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: var(--blue);
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(10, 100, 207, .2);
  font-weight: 900;
  z-index: 1;
}

.process-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 1.08rem;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.process-image img {
  width: 100%;
  aspect-ratio: 1.68 / 1;
  object-fit: cover;
  object-position: 72% 52%;
  transform: scale(1.02);
}

.about-region {
  position: relative;
  margin-top: clamp(22px, 4vw, 42px);
  min-height: clamp(260px, 24vw, 350px);
  padding: clamp(32px, 4.5vw, 54px) clamp(68px, 9vw, 100px);
  overflow: hidden;
  background: #eef7ff;
}

.about-region::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .88) 34%, rgba(255, 255, 255, .2) 58%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, .1) 100%);
  pointer-events: none;
}

.about-region-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.about-region-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.region-illustration {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  pointer-events: none;
}

.service-detail-list {
  display: grid;
  gap: 22px;
}

.service-detail {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 32px;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(7, 29, 58, .04);
}

.service-detail h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.15;
}

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

.service-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  color: var(--white);
  background: var(--blue);
  border-radius: 16px;
  font-weight: 900;
  font-size: 1.15rem;
}

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

.value {
  padding: 30px;
  background: var(--pale-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.value span {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-weight: 900;
  font-size: 1.16rem;
}

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

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.split-section.reversed {
  grid-template-columns: minmax(320px, 1fr) minmax(320px, .9fr);
}

.illustration-panel {
  padding: 24px;
  background: var(--pale);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.contact-band {
  max-width: var(--max);
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(360px, 1fr);
  gap: clamp(32px, 6vw, 74px);
  align-items: start;
  scroll-margin-top: 92px;
}

.contact-band.standalone {
  padding-top: 32px;
}

.contact-wizard-section {
  max-width: none;
  display: block;
  min-height: calc(100svh - 84px);
  margin: 0;
  padding: clamp(36px, 5vw, 58px) clamp(18px, 4vw, 48px) clamp(36px, 5vw, 58px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .5) 40%, rgba(255, 255, 255, .18)),
    url("ai-wizard-background.jpg") center / cover no-repeat;
  overflow-anchor: none;
}

.contact-direct {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-direct a {
  display: grid;
  gap: 3px;
  padding: 16px 18px;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(7, 29, 58, .05);
}

.contact-direct a span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-direct a strong {
  color: var(--navy);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.contact-direct .direct-call strong {
  color: var(--blue);
}

.contact-address {
  margin-top: 24px !important;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(24px, 4vw, 40px);
  background: var(--white);
  border: 1px solid #ccdced;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  scroll-margin-top: 96px;
}

.contact-wizard {
  grid-template-columns: 1fr;
  gap: 17px;
}

.contact-wizard-main {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(26px, 3vw, 38px) clamp(34px, 5vw, 62px);
  border-radius: 28px;
  border-color: rgba(172, 204, 238, .76);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 30px 90px rgba(7, 29, 58, .13);
  backdrop-filter: blur(14px);
  overflow-anchor: none;
}

.wizard-intro {
  display: grid;
  gap: 8px;
  max-width: 720px;
  min-width: 0;
  margin: 0 auto 4px;
  text-align: center;
}

.wizard-intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.15rem, 3.7vw, 3.22rem);
  line-height: 1.05;
}

.wizard-intro p {
  margin: 0;
  color: var(--muted);
}

.wizard-intro .eyebrow {
  margin: 0;
}

.wizard-progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0;
  max-width: 690px;
  min-width: 0;
  width: 100%;
  margin: 0 auto 2px;
}

.wizard-progress::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  height: 1px;
  background: #c8dbf0;
  transform: translateY(-50%);
}

.wizard-progress span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--muted);
  background: rgba(255, 255, 255, .96);
  border: 1px solid #c8dbf0;
  border-radius: 50%;
  font-size: .94rem;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(7, 29, 58, .05);
}

.wizard-progress span.is-active,
.wizard-progress span.is-complete {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 12px 28px rgba(7, 95, 198, .25);
}

.wizard-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: min(100%, 770px);
  min-width: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  scroll-margin-top: 104px;
  text-align: center;
  overflow-anchor: none;
}

.wizard-step[hidden] {
  display: none;
}

.wizard-step.is-active {
  animation: wizardStepIn .5s cubic-bezier(.2, .75, .18, 1) both;
}

.wizard-step legend {
  grid-column: 1 / -1;
  color: var(--navy);
  font-size: clamp(1.8rem, 2.75vw, 2.35rem);
  font-weight: 900;
  line-height: 1.08;
}

.wizard-step > p {
  grid-column: 1 / -1;
  margin: -2px 0 8px;
  color: var(--muted);
}

.wizard-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
  min-width: 0;
  text-align: left;
}

.wizard-options.two-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form .wizard-option {
  display: block;
  min-width: 0;
  cursor: pointer;
}

.contact-form .wizard-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  opacity: 0;
  overflow: hidden;
  clip-path: inset(50%);
}

.wizard-option > span {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  color: var(--navy);
  background: rgba(255, 255, 255, .82);
  border: 1px solid #d6e5f4;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(7, 29, 58, .055);
  text-align: left;
  transition:
    color .22s ease,
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    transform .22s ease;
}

.wizard-option:hover > span {
  border-color: #a9c9ec;
  transform: translateY(-2px);
}

.wizard-option input:checked + span {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 16px 34px rgba(7, 95, 198, .2);
}

.option-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.option-icon img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: cover;
}

.option-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.18;
}

.option-arrow {
  flex: 0 0 auto;
  color: #7892b2;
  font-size: 1.45rem;
  line-height: 1;
}

.wizard-option input:checked + span .option-icon {
  background: var(--white);
}

.wizard-option input:checked + span .option-arrow {
  color: var(--white);
}

.wizard-direct-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wizard-direct-contact a {
  display: grid;
  gap: 4px;
  padding: 18px;
  color: var(--blue);
  background: #f7fbff;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-decoration: none;
}

.wizard-direct-contact span {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.wizard-direct-contact strong {
  color: var(--navy);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.wizard-contact-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #dbe8f6;
  margin: 2px 0 0;
}

.wizard-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 12px 14px;
  color: var(--navy);
  background: rgba(247, 251, 255, .86);
  border: 1px solid #d7e6f6;
  border-radius: 14px;
  text-decoration: none;
}

.wizard-contact-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--blue);
  background: rgba(10, 100, 207, .1);
  border-radius: 50%;
}

.wizard-contact-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wizard-contact-item span span {
  display: block;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.wizard-contact-item strong {
  display: block;
  margin-top: 3px;
  color: var(--navy);
  font-size: .96rem;
  line-height: 1.2;
}

.wizard-contact-item[href] strong {
  color: var(--blue);
}

.wizard-proof-row {
  max-width: 1040px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  color: var(--navy);
}

.wizard-proof-row div {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 14px;
  align-items: center;
  padding-inline: 18px;
}

.wizard-proof-row div + div {
  border-left: 1px solid #d7e5f4;
}

.wizard-proof-row span {
  grid-row: span 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--blue);
  background: rgba(255, 255, 255, .82);
  border: 1px solid #c8dbf0;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(7, 29, 58, .06);
  font-size: 1.35rem;
}

.wizard-proof-row strong {
  font-size: .95rem;
}

.wizard-proof-row small {
  color: var(--muted);
}

.wizard-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.wizard-summary {
  grid-column: 1 / -1;
  padding: 14px 16px;
  color: var(--muted);
  background: #f3f8ff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: .9rem;
}

.wizard-summary strong {
  color: var(--navy);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 850;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #bfcede;
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--navy);
  background: #fbfdff;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(7, 95, 198, .12);
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
}

.prices-section {
  max-width: none;
  margin: 0;
  padding-top: clamp(38px, 4.5vw, 64px);
  padding-bottom: 46px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  scroll-margin-top: 92px;
}

.page-hero.prices-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-top: clamp(64px, 7.2vw, 96px);
  padding-bottom: clamp(44px, 6vw, 70px);
  padding-left: clamp(24px, 5vw, 36px);
  padding-right: clamp(24px, 5vw, 36px);
  background:
    radial-gradient(circle at 9% -10%, rgba(7, 95, 198, .14), rgba(7, 95, 198, 0) 28%),
    radial-gradient(circle at 98% 68%, rgba(7, 95, 198, .12), rgba(7, 95, 198, 0) 24%),
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .98), rgba(255, 255, 255, .72) 35%, rgba(255, 255, 255, 0) 68%),
    linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
  border-bottom: 1px solid rgba(220, 232, 245, .74);
}

.page-hero.prices-hero::before,
.page-hero.prices-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.page-hero.prices-hero::before {
  left: -12vw;
  top: -24vw;
  width: 44vw;
  height: 44vw;
  min-width: 360px;
  min-height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 95, 198, .1), rgba(7, 95, 198, 0) 66%);
}

.page-hero.prices-hero::after {
  right: -17vw;
  top: 24%;
  width: 38vw;
  height: 38vw;
  min-width: 320px;
  min-height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 95, 198, .1), rgba(7, 95, 198, 0) 68%);
}

.page-hero.prices-hero > * {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.prices-hero .eyebrow::after {
  content: "✦";
  display: inline-block;
  width: 26px;
  height: 18px;
  margin-left: 10px;
  color: var(--blue);
  font-size: 1.15rem;
  line-height: 1;
  text-shadow: 14px -3px 0 var(--blue);
  vertical-align: -1px;
}

.prices-hero h1 {
  max-width: 980px;
  font-size: clamp(3.2rem, 5.9vw, 5.15rem);
  line-height: 1.05;
  text-wrap: balance;
}

.prices-hero p:not(.eyebrow) {
  max-width: 820px;
  font-size: 1.08rem;
  line-height: 1.72;
}

.price-hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.price-hero-actions .button {
  min-width: 248px;
  min-height: 60px;
  border-radius: 10px;
  font-size: 1.02rem;
  box-shadow: 0 14px 30px rgba(7, 29, 58, .08);
}

.price-hero-actions .button.primary {
  box-shadow: 0 16px 32px rgba(7, 95, 198, .24);
}

.price-hero-actions .button.secondary {
  border-color: #c9d9eb;
  box-shadow: 0 12px 28px rgba(7, 29, 58, .08);
}

.price-hero-actions .button-icon,
.price-hero-actions .button-icon svg {
  width: 24px;
  height: 24px;
}

.price-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.price-card {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 10px;
  min-height: 318px;
  padding: 16px;
  color: var(--text);
  background: rgba(255, 255, 255, .86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(7, 29, 58, .05);
}

.price-card img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border-radius: 10px;
  background: var(--pale);
}

.price-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: .98rem;
  line-height: 1.2;
}

.price-card p {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.48;
}

.price-value {
  color: var(--blue) !important;
  font-weight: 900;
}

.price-value strong {
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1;
}

.price-badge {
  justify-self: start;
  padding: 5px 8px;
  color: var(--blue);
  background: #eaf4ff;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.price-card-accent {
  background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
}

.price-card-accent .price-value strong {
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  line-height: 1.12;
}

.price-card-icon {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--pale);
  border-radius: 10px;
  font-size: 3rem;
  font-weight: 900;
}

.calculator-section {
  max-width: none;
  margin: 0;
  padding-top: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  scroll-margin-top: 92px;
}

.calculator-shell {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(320px, .92fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: stretch;
}

.price-calculator,
.calculator-result {
  padding: clamp(24px, 4vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.price-calculator {
  display: grid;
  gap: 16px;
}

.calc-mobile-flow,
.calc-mobile-actions {
  display: none;
}

.calc-field.is-hidden {
  display: none;
}

.price-calculator h2,
.calculator-result h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  line-height: 1.12;
}

.price-calculator p {
  margin: 10px 0 0;
  color: var(--muted);
}

.price-calculator label {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  align-items: center;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 850;
}

.price-calculator input,
.price-calculator select {
  width: 100%;
  border: 1px solid #bfcede;
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--navy);
  background: #fbfdff;
  outline: none;
}

.price-calculator input:focus,
.price-calculator select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(7, 95, 198, .12);
}

.result-tax {
  margin: -14px 0 0;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 750;
}

.calculator-result {
  display: grid;
  align-content: center;
  gap: 22px;
  text-align: center;
  background: linear-gradient(180deg, #f3f9ff 0%, #ffffff 100%);
}

.calculator-result .eyebrow {
  margin: 0;
}

.result-price {
  color: var(--blue);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
}

.result-price strong {
  display: block;
  font-size: clamp(3.2rem, 8vw, 5.4rem);
  line-height: 1;
}

.calculator-result dl {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.calculator-result dl div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
}

.calculator-result dt {
  color: var(--muted);
}

.calculator-result dd {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.estimate-note {
  margin: 0;
  padding: 12px 14px;
  color: var(--blue);
  background: #eaf4ff;
  border-radius: 8px;
  font-size: .9rem;
  font-weight: 800;
}

.price-disclaimer {
  max-width: none;
  margin: 0;
  padding-top: 34px;
  background: #f4f9ff;
}

.price-disclaimer-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 40px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(7, 29, 58, .05);
}

.price-disclaimer-inner h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.65rem, 2.6vw, 2.3rem);
  line-height: 1.15;
}

.price-disclaimer-inner p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(62px, 9vw, 110px) clamp(24px, 5vw, 36px);
}

.legal-page h1 {
  margin-bottom: 24px;
}

.legal-page h2 {
  margin: 38px 0 10px;
  color: var(--navy);
  font-size: 1.45rem;
}

.legal-page p {
  color: var(--muted);
}

.js:not(.animations-ready) .hero-content .eyebrow,
.js:not(.animations-ready) .hero-content h1,
.js:not(.animations-ready) .hero-content .hero-lede,
.js:not(.animations-ready) .hero-content .hero-actions,
.js:not(.animations-ready) .hero-content .rating-strip,
.js:not(.animations-ready) .hero-content .hero-proof,
.js:not(.animations-ready) .page-hero .eyebrow,
.js:not(.animations-ready) .page-hero h1,
.js:not(.animations-ready) .page-hero p,
.js:not(.animations-ready) .page-hero .hero-card,
.js:not(.animations-ready) .contact-band-copy,
.js:not(.animations-ready) .contact-form,
.js:not(.animations-ready) .legal-page > * {
  opacity: 0;
  transform: translateY(18px);
}

.js.animations-ready .hero-content .eyebrow,
.js.animations-ready .hero-content h1,
.js.animations-ready .hero-content .hero-lede,
.js.animations-ready .hero-content .hero-actions,
.js.animations-ready .hero-content .rating-strip,
.js.animations-ready .hero-content .hero-proof {
  opacity: 0;
  transform: translateY(14px);
  animation: pageLoadIn .82s cubic-bezier(.2, .75, .18, 1) both;
}

.js.animations-ready .hero-content .eyebrow {
  animation-delay: .05s;
}

.js.animations-ready .hero-content h1 {
  animation-delay: .16s;
}

.js.animations-ready .hero-content .hero-lede {
  animation-delay: .28s;
}

.js.animations-ready .hero-content .hero-actions {
  animation-delay: .42s;
}

.js.animations-ready .hero-content .rating-strip {
  animation-delay: .52s;
}

.js.animations-ready .hero-content .hero-proof {
  animation-delay: .7s;
}

.js.animations-ready .hero-proof .proof-item svg {
  opacity: 0;
  transform: translateY(8px) scale(.92);
  animation: proofIconIn .68s cubic-bezier(.2, .75, .18, 1) both;
}

.js.animations-ready .hero-proof .proof-item:nth-child(1) svg {
  animation-delay: .82s;
}

.js.animations-ready .hero-proof .proof-item:nth-child(2) svg {
  animation-delay: .98s;
}

.js.animations-ready .hero-proof .proof-item:nth-child(3) svg {
  animation-delay: 1.14s;
}

.js .hero-visual img {
  opacity: 1;
}

.js.reveals-ready .reveal:not(.hero-content):not(.hero-visual) {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .82s ease var(--reveal-delay, 0ms),
    transform .82s cubic-bezier(.2, .75, .18, 1) var(--reveal-delay, 0ms);
}

.js.reveals-ready .reveal.is-visible:not(.hero-content):not(.hero-visual),
.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js .services-preview .section-heading.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.js .services-preview .section-heading.reveal h2,
.js .services-preview .section-heading.reveal > p:nth-of-type(2) {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .82s ease,
    transform .82s cubic-bezier(.2, .75, .18, 1);
}

.js .services-preview .section-heading.reveal.is-visible h2,
.js .services-preview .section-heading.reveal.is-visible > p:nth-of-type(2) {
  opacity: 1;
  transform: translateY(0);
}

.js .services-preview .section-heading.reveal.is-visible > p:nth-of-type(2) {
  transition-delay: .12s;
}

.js .services-preview .section-heading.reveal.is-early-pulsing .section-sparkle-kicker {
  animation: none;
}

@media (min-width: 921px) {
  .js .services-preview .section-heading.reveal.is-early-pulsing .section-sparkle-kicker {
    animation: servicesHeadingPulse 4.8s cubic-bezier(.34, .02, .18, 1) infinite;
  }
}

.js.animations-ready .page-hero .eyebrow,
.js.animations-ready .page-hero h1,
.js.animations-ready .page-hero p,
.js.animations-ready .page-hero .hero-card,
.js.animations-ready .contact-band-copy,
.js.animations-ready .contact-form,
.js.animations-ready .legal-page > * {
  opacity: 0;
  transform: translateY(18px);
  animation: pageLoadIn .82s cubic-bezier(.2, .75, .18, 1) both;
}

.js.animations-ready .page-hero .eyebrow,
.js.animations-ready .legal-page > .eyebrow {
  animation-delay: .08s;
}

.js.animations-ready .page-hero h1,
.js.animations-ready .legal-page > h1 {
  animation-delay: .2s;
}

.js.animations-ready .page-hero p,
.js.animations-ready .legal-page > p {
  animation-delay: .34s;
}

.js.animations-ready .page-hero .hero-card,
.js.animations-ready .contact-band-copy {
  animation-delay: .46s;
}

.js.animations-ready .contact-form {
  animation-delay: .62s;
}

.js.animations-ready .contact-wizard-main {
  opacity: 1;
  transform: none;
  animation: none;
}

.js.animations-ready .contact-wizard-main > .wizard-intro,
.js.animations-ready .contact-wizard-main > .wizard-progress,
.js.animations-ready .contact-wizard-main > .wizard-step.is-active,
.js.animations-ready .contact-wizard-main > .wizard-contact-strip,
.js.animations-ready .contact-wizard-main > .wizard-proof-row {
  opacity: 0;
  transform: translateY(18px);
  animation: pageLoadIn .82s cubic-bezier(.2, .75, .18, 1) both;
}

.js.animations-ready .contact-wizard-main > .wizard-intro {
  animation-delay: .08s;
}

.js.animations-ready .contact-wizard-main > .wizard-progress {
  animation-delay: .22s;
}

.js.animations-ready .contact-wizard-main > .wizard-step.is-active {
  animation-delay: .36s;
}

.js.animations-ready .contact-wizard-main > .wizard-contact-strip {
  animation-delay: .52s;
}

.js.animations-ready .contact-wizard-main > .wizard-proof-row {
  animation-delay: .66s;
}

.js.animations-ready .about-hero-copy,
.js.animations-ready .about-proof,
.js.animations-ready .about-hero-image {
  opacity: 0;
  transform: translateY(18px);
  animation: pageLoadIn .82s cubic-bezier(.2, .75, .18, 1) both;
}

.js.animations-ready .about-hero-copy {
  animation-delay: .08s;
}

.js.animations-ready .about-proof:nth-child(1) {
  animation-delay: .3s;
}

.js.animations-ready .about-proof:nth-child(2) {
  animation-delay: .42s;
}

.js.animations-ready .about-proof:nth-child(3) {
  animation-delay: .54s;
}

.js.animations-ready .about-hero-image {
  animation-delay: .34s;
}

.js.animations-ready .legal-page > h2 {
  animation-delay: .46s;
}

@keyframes pageLoadIn {
  from {
    opacity: .01;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes servicesHeadingPulse {
  0%, 72%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: none;
  }

  80% {
    transform: translateY(-1px) scale(1.018);
    filter: drop-shadow(0 8px 16px rgba(7, 95, 198, .1));
  }

  88% {
    transform: translateY(0) scale(1.006);
    filter: drop-shadow(0 4px 10px rgba(7, 95, 198, .06));
  }
}

@keyframes wizardStepIn {
  from {
    opacity: .01;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ctaReady {
  0% {
    box-shadow: 0 10px 22px rgba(7, 95, 198, .14);
  }
  55% {
    box-shadow: 0 18px 34px rgba(7, 95, 198, .28);
  }
  100% {
    box-shadow: 0 12px 26px rgba(7, 95, 198, .18);
  }
}

@keyframes autoShine {
  0%, 48%, 100% {
    --shine-left: -80%;
    --shine-opacity: 0;
  }
  55% {
    --shine-left: -80%;
    --shine-opacity: .85;
  }
  68% {
    --shine-opacity: 1;
  }
  82% {
    --shine-left: 132%;
    --shine-opacity: 1;
  }
  90% {
    --shine-left: 132%;
    --shine-opacity: 0;
  }
}

@keyframes proofIconIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes classicMain {
  0%, 100% {
    opacity: .42;
    transform: scale(.76);
  }
  50% {
    opacity: 1;
    transform: scale(1.24);
  }
}

@keyframes classicMinor {
  0%, 100% {
    opacity: .08;
    transform: scale(.28);
  }
  50% {
    opacity: 1;
    transform: scale(1.36);
  }
}

@keyframes loaderMarkIn {
  from {
    opacity: 0;
    transform: scale(.54);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes loaderTextIn {
  from {
    opacity: 0;
    transform: scale(.92) translateY(8px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes loaderMarkOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(.42);
  }
}

@keyframes loaderTextOut {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scale(.88) translateY(4px);
  }
}

@keyframes logoMainSettle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  34% {
    opacity: .42;
    transform: scale(.76);
  }
  68% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes logoMinorSettle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  28% {
    opacity: .18;
    transform: scale(.48);
  }
  62% {
    opacity: 1;
    transform: scale(1.24);
  }
}

@keyframes menuDrop {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuPanelIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuItemIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .js .hero-content .eyebrow,
  .js .hero-content h1,
  .js .hero-content .hero-lede,
  .js .hero-content .hero-actions,
  .js .hero-content .hero-proof,
  .js .hero-visual img,
  .js .hero-proof .proof-item svg {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: clamp(640px, calc(92svh - 76px), 720px);
    display: block;
    max-width: none;
    padding: clamp(42px, 9vw, 70px) 18px 34px;
    gap: 0;
    text-align: left;
  }

  .hero::after {
    display: block;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 46%, rgba(255, 255, 255, .62) 68%, rgba(255, 255, 255, .22) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .28) 52%, rgba(255, 255, 255, .96) 100%);
  }

  .hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 360px;
    margin-left: 0;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    background: #f7fbff;
  }

  .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 63% center;
  }

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

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

  .quote-card {
    grid-column: 1 / -1;
  }
}

@media (min-width: 921px) and (max-width: 1120px) {
  .site-header {
    grid-template-columns: minmax(244px, 1fr) auto minmax(244px, 1fr);
    gap: 18px;
    padding-inline: clamp(20px, 3vw, 34px);
  }

  .brand-word {
    width: var(--brand-name-width, 196px);
  }

  .brand-name {
    font-size: 1.55rem;
  }

  .brand-sub {
    font-size: .55rem;
  }

  .site-nav {
    gap: clamp(18px, 2.6vw, 28px);
  }

  .header-action {
    width: 204px;
    padding-inline: 18px;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 100%;
    min-height: 76px;
    padding-inline: clamp(18px, 5vw, 30px);
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    justify-self: end;
  }

  .site-nav,
  .header-action {
    display: none;
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-nav.is-open {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 11;
    display: grid;
    justify-self: stretch;
    align-content: center;
    justify-items: stretch;
    gap: 8px;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100svh;
    padding: 108px clamp(24px, 8vw, 56px) 42px;
    background:
      radial-gradient(circle at 18% 18%, rgba(7, 95, 198, .08), transparent 30%),
      linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
    border-bottom: 0;
    box-shadow: none;
    animation: menuPanelIn .42s cubic-bezier(.2, .75, .18, 1) both;
  }

  .site-nav.is-open .mobile-menu-sparkle {
    display: block;
    width: 78px;
    height: 64px;
    margin: 0 0 10px;
    opacity: 0;
    transform: translateY(16px) scale(.9);
    animation: menuItemIn .58s cubic-bezier(.2, .75, .18, 1) .06s both;
  }

  .site-nav.is-open .mobile-menu-sparkle .star-main {
    animation: logoMainSettle 1.45s ease-in-out .16s both;
  }

  .site-nav.is-open .mobile-menu-sparkle .star-upper-left,
  .site-nav.is-open .mobile-menu-sparkle .star-upper-right,
  .site-nav.is-open .mobile-menu-sparkle .star-lower-right {
    animation: logoMinorSettle 1.16s ease-in-out .24s both;
  }

  .site-nav.is-open::before {
    content: "Navigation";
    align-self: end;
    color: var(--blue);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(12px);
    animation: menuItemIn .52s cubic-bezier(.2, .75, .18, 1) .08s both;
  }

  .site-nav.is-open a {
    position: relative;
    padding: 18px 0;
    color: var(--navy);
    border-bottom: 1px solid var(--line);
    font-size: clamp(1.85rem, 9vw, 3rem);
    font-weight: 900;
    opacity: 0;
    transform: translateY(16px);
    animation: menuItemIn .58s cubic-bezier(.2, .75, .18, 1) both;
  }

  .site-nav.is-open a:nth-of-type(1) {
    animation-delay: .18s;
  }

  .site-nav.is-open a:nth-of-type(2) {
    animation-delay: .26s;
  }

  .site-nav.is-open a:nth-of-type(3) {
    animation-delay: .34s;
  }

  .site-nav.is-open a:nth-of-type(4) {
    animation-delay: .42s;
  }

  .site-nav.is-open a:nth-of-type(5) {
    animation-delay: .5s;
  }

  .site-nav.is-open a[aria-current="page"] {
    color: var(--blue);
  }

  .hero-proof,
  .footer-inner,
  .contact-band,
  .page-hero.about-hero,
  .split-section,
  .split-section.reversed,
  .trust-section,
  .cta-strip {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

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

  .calculator-shell {
    grid-template-columns: 1fr;
  }

  .price-calculator label {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .js .reveal {
    --reveal-delay: 0ms !important;
  }

  .js.reveals-ready .reveal:not(.hero-content):not(.hero-visual) {
    transition-duration: .46s;
  }

  .site-header {
    padding-inline: 18px;
  }

  .brand-symbol {
    width: 34px;
    height: 30px;
  }

  .brand-word {
    width: auto;
  }

  .brand-name {
    font-size: 1.12rem;
    text-align: left;
    text-align-last: auto;
  }

  .brand-sub {
    display: none;
  }

  .hero {
    min-height: clamp(470px, calc(64svh - 76px), 520px);
    padding: clamp(30px, 7vw, 46px) 18px 6px;
    gap: 0;
  }

  .hero-visual {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
  }

  .hero-visual img {
    object-position: 66% center;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.18rem, 9.45vw, 2.62rem);
    line-height: 1.04;
  }

  .prices-hero h1 {
    max-width: 100%;
    font-size: clamp(2.42rem, 10vw, 2.86rem);
    line-height: 1.06;
  }

  .prices-hero p:not(.eyebrow) {
    max-width: 34rem;
  }

  .hero h1 {
    min-height: 3.16em;
  }

  .hero-lede,
  .page-hero p {
    margin-top: 18px;
    font-size: .98rem;
    line-height: 1.62;
  }

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

  .hero-actions,
  .price-hero-actions {
    gap: 12px;
    margin-top: 22px;
  }

  .rating-strip {
    width: 100%;
    min-height: 70px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 9px 10px;
    border-width: 1px;
    border-radius: 15px;
  }

  .rating-panel {
    gap: 6px;
    font-size: .72rem;
  }

  .rating-logo {
    width: 35px;
    height: 35px;
  }

  .google-logo {
    padding: 6px;
    border-width: 1px;
    border-radius: 10px;
  }

  .kleinanzeigen-logo {
    width: 46px;
    height: 39px;
    border-radius: 8px;
  }

  .rating-stars {
    font-size: .72rem;
    letter-spacing: 0;
  }

  .google-rating-panel {
    display: grid;
    grid-template-columns: 35px minmax(0, auto);
    grid-template-rows: auto auto;
    column-gap: 7px;
    row-gap: 2px;
    flex: 0 0 auto;
    align-items: center;
  }

  .google-rating-panel .google-logo {
    grid-row: 1 / 3;
  }

  .google-rating-panel .rating-stars {
    grid-column: 2;
    align-self: end;
  }

  .google-rating-panel .google-rating-copy {
    grid-column: 2;
    align-self: start;
  }

  .kleinanzeigen-rating {
    flex: 0 0 auto;
    min-width: 0;
    gap: 8px;
  }

  .google-rating-copy {
    font-size: .62rem;
    line-height: 1.05;
  }

  .ka-rating-copy > strong {
    display: none;
  }

  .ka-badges {
    display: grid;
    grid-template-columns: 1fr;
    width: 116px;
    max-width: 116px;
    gap: 4px;
  }

  .ka-badges span:nth-child(2) {
    display: none;
  }

  .ka-badges span {
    justify-content: center;
    min-height: 18px;
    padding: 2px 6px;
    font-size: .58rem;
    border-radius: 5px;
    white-space: nowrap;
  }

  .rating-divider {
    width: 1px;
    min-height: 50px;
  }

  .price-hero-actions {
    flex-direction: column;
  }

  .hero-proof {
    display: none;
  }

  .proof-item {
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 12px;
    font-size: .72rem;
  }

  .service-grid,
  .values,
  .contact-form,
  .wizard-step,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .contact-wizard-main {
    width: 100%;
    max-width: 100%;
    padding: 18px;
    border-radius: 20px;
  }

  .wizard-intro {
    text-align: left;
  }

  .wizard-intro h2 {
    font-size: clamp(1.42rem, 6.2vw, 1.62rem);
    overflow-wrap: anywhere;
  }

  .wizard-intro p {
    font-size: .95rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .wizard-progress {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 5px;
  }

  .wizard-progress::before {
    left: 14px;
    right: 14px;
  }

  .wizard-progress span {
    justify-self: center;
    width: 32px;
    height: 32px;
    min-height: 32px;
    font-size: .72rem;
  }

  .wizard-options,
  .wizard-options.two-options,
  .wizard-direct-contact {
    grid-template-columns: 1fr;
  }

  .wizard-contact-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 12px;
  }

  .wizard-contact-item {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 56px;
    padding: 10px 12px;
  }

  .wizard-contact-icon {
    width: 36px;
    height: 36px;
  }

  .wizard-step legend {
    max-width: 300px;
    margin-inline: auto;
    font-size: clamp(1.34rem, 5.8vw, 1.56rem);
    overflow-wrap: anywhere;
  }

  .wizard-option > span {
    min-height: 58px;
    padding: 14px 16px;
  }

  .wizard-actions {
    flex-direction: column-reverse;
  }

  .wizard-proof-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wizard-proof-row div {
    padding-inline: 0;
  }

  .wizard-proof-row div + div {
    border-left: 0;
  }

  .prices-section {
    padding-top: 16px;
  }

  .price-card {
    min-height: auto;
    grid-template-columns: 112px 1fr;
    grid-template-rows: auto auto auto 1fr;
    column-gap: 16px;
    align-items: start;
  }

  .price-card img,
  .price-card-icon {
    grid-row: 1 / 5;
    aspect-ratio: 1 / 1;
  }

  .price-card h2 {
    margin-top: 2px;
  }

  .price-value strong {
    font-size: 1.85rem;
  }

  .calculator-section {
    padding: 18px 14px 42px;
  }

  .calculator-shell {
    gap: 16px;
    align-items: start;
  }

  .price-calculator,
  .calculator-result {
    border-radius: 18px;
  }

  .price-calculator {
    gap: 18px;
    padding: 22px 18px;
  }

  .price-calculator > div:first-child p {
    font-size: .95rem;
    line-height: 1.55;
  }

  .calc-mobile-flow {
    display: flex;
    align-items: center;
    gap: 7px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: none;
  }

  .calc-mobile-flow::-webkit-scrollbar {
    display: none;
  }

  .calc-mobile-flow button {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--muted);
    background: #f2f7ff;
    border: 1px solid var(--line);
    border-radius: 50%;
    font: inherit;
    font-weight: 900;
  }

  .calc-mobile-flow button.is-active,
  .calc-mobile-flow button.is-complete {
    color: var(--white);
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 10px 22px rgba(7, 95, 198, .2);
  }

  .calc-field.is-mobile-step-hidden {
    display: none !important;
  }

  .price-calculator label {
    min-height: 136px;
    align-content: start;
    padding: 18px;
    background: #f8fbff;
    border: 1px solid #d3e2f2;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(7, 29, 58, .045);
    font-size: 1.05rem;
  }

  .price-calculator input,
  .price-calculator select {
    min-height: 56px;
    border-radius: 12px;
    font-size: 1rem;
  }

  .calc-mobile-actions {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
  }

  .calc-mobile-actions .button {
    min-height: 52px;
    justify-content: center;
  }

  .calc-mobile-actions [data-calc-step-label] {
    color: var(--muted);
    font-size: .82rem;
    font-weight: 900;
    white-space: nowrap;
  }

  .calculator-result {
    position: sticky;
    top: 76px;
    z-index: 5;
    order: -1;
    gap: 7px;
    padding: 12px 14px;
    border-color: #c9ddf2;
    box-shadow: 0 16px 40px rgba(7, 29, 58, .12);
  }

  .calculator-result .eyebrow {
    display: none;
  }

  .result-price {
    font-size: .76rem;
  }

  .result-price strong {
    font-size: clamp(2rem, 10vw, 2.72rem);
  }

  .result-tax {
    margin: 0;
    font-size: .74rem;
  }

  .calculator-result dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px;
    padding: 8px 0 0;
    border-bottom: 0;
    font-size: .78rem;
  }

  .calculator-result dl div {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .calculator-result dl div:nth-child(n + 3) {
    display: none;
  }

  .estimate-note {
    display: none;
  }

  .calculator-result .button {
    display: none;
  }

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

  .trust-section,
  .cta-strip {
    margin-left: 18px;
    margin-right: 18px;
    padding: 28px 22px;
  }

  .cta-strip {
    transform: translateY(26px);
  }

  .cta-sparkle {
    width: 62px;
    height: 54px;
  }

  .sparkles {
    width: 54px;
  }

  .service-detail {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .footer-bottom nav,
  .contact-direct {
    flex-direction: column;
  }
}

.services-page {
  background: #fff;
  overflow-x: clip;
}

.services-page p,
.services-page li,
.services-page h1,
.services-page h2 {
  overflow-wrap: break-word;
}

.services-hero {
  position: relative;
  max-width: none;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 81% 36%, rgba(255, 255, 255, .95) 0 9%, rgba(255, 255, 255, 0) 16%),
    radial-gradient(circle at 82% 40%, rgba(7, 95, 198, .12) 0 20%, rgba(7, 95, 198, 0) 42%),
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, .92) 0 30%, rgba(255, 255, 255, 0) 54%),
    linear-gradient(112deg, #fbfdff 0%, #eef7ff 45%, #dff1ff 100%);
  border-bottom: 1px solid rgba(220, 232, 245, .8);
}

.services-hero::before,
.services-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.services-hero::before {
  inset: -18% -4% auto auto;
  width: 52vw;
  height: 52vw;
  min-width: 520px;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .34);
  opacity: .9;
}

.services-hero::after {
  right: -10%;
  bottom: -18%;
  width: 62vw;
  height: 32vw;
  min-width: 700px;
  min-height: 300px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, 0) 58%),
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 38%);
  transform: rotate(-12deg);
}

.services-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(280px, 360px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(42px, 8vw, 130px);
  max-width: var(--max);
  min-height: 620px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 130px) clamp(24px, 5vw, 36px);
  min-width: 0;
}

.services-hero-copy {
  min-width: 0;
  text-align: left;
}

.services-hero-copy .eyebrow {
  color: var(--blue);
}

.services-hero h1 {
  max-width: 620px;
  font-size: clamp(3.05rem, 5.1vw, 4.5rem);
  line-height: 1.08;
}

.services-hero p:not(.eyebrow) {
  width: 100%;
  max-width: 650px;
  font-size: 1.05rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}

.services-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.services-proof-pill {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 230px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(207, 224, 243, .92);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(7, 29, 58, .05);
  backdrop-filter: blur(12px);
  min-width: 0;
  max-width: 100%;
}

.services-proof-pill svg,
.stat-icon svg,
.service-art svg,
.cta-chat-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-proof-pill svg {
  color: var(--blue);
}

.services-proof-pill span {
  display: grid;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
}

.services-proof-pill strong {
  color: var(--navy);
  font-size: .88rem;
}

.services-stats-card {
  display: grid;
  gap: 22px;
  width: min(100%, 320px);
  justify-self: center;
  padding: 34px 36px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(207, 224, 243, .85);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(7, 29, 58, .08);
  backdrop-filter: blur(18px);
  max-width: 100%;
}

.services-stats-card div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: center;
}

.stat-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--blue);
  background: #f7fbff;
  border: 1px solid #d9e8f7;
  border-radius: 15px;
}

.stat-icon svg {
  width: 24px;
  height: 24px;
}

.services-stats-card span:not(.stat-icon) {
  display: grid;
  gap: 2px;
  color: var(--muted);
  font-size: .82rem;
}

.services-stats-card strong {
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.15;
}

.services-page .service-detail-list {
  position: relative;
  gap: 24px;
  padding-top: 42px;
  padding-bottom: 34px;
}

.services-page .service-detail-list::before {
  content: "";
  position: absolute;
  left: clamp(34px, calc((100% - var(--max)) / 2 + 72px), 120px);
  top: 88px;
  bottom: 78px;
  width: 1px;
  background: linear-gradient(180deg, rgba(7, 95, 198, 0), rgba(7, 95, 198, .24) 12%, rgba(7, 95, 198, .24) 88%, rgba(7, 95, 198, 0));
}

.services-page .service-detail {
  position: relative;
  grid-template-columns: 142px minmax(0, 1fr) minmax(320px, .9fr);
  align-items: center;
  gap: 40px;
  min-height: 170px;
  margin-left: 36px;
  padding: 28px clamp(30px, 4vw, 54px) 28px 72px;
  border-color: #d7e5f4;
  border-radius: 14px;
  box-shadow: 0 14px 42px rgba(7, 29, 58, .045);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.services-page .service-detail.reveal {
  opacity: 1 !important;
  transform: none !important;
}

.service-step-badge {
  position: absolute;
  left: -31px;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: linear-gradient(180deg, #0873df, #005bbd);
  border: 5px solid #eef6ff;
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(7, 95, 198, .28);
  transform: translateY(-50%);
  font-size: .9rem;
  font-weight: 900;
}

.service-art {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  color: var(--blue);
  overflow: hidden;
  background: linear-gradient(145deg, #f8fbff, #f0f5fb);
  border: 1px solid #e1ebf6;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(7, 29, 58, .055);
  max-width: 100%;
}

.service-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}

.service-copy,
.services-page .service-detail .check-list {
  min-width: 0;
  max-width: 100%;
}

.service-art svg {
  width: 72px;
  height: 72px;
  stroke-width: 2.05;
}

.services-page .service-detail h2 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2vw, 1.75rem);
}

.services-page .service-detail p {
  margin: 0;
  font-size: .94rem;
  line-height: 1.7;
}

.services-page .service-detail .check-list {
  gap: 14px;
}

.services-page .service-detail .check-list li {
  color: #52627a;
  font-size: .94rem;
}

.services-final-cta {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin: 26px auto 42px;
  padding: 48px clamp(38px, 6vw, 70px);
  color: #fff;
  background:
    radial-gradient(circle at 73% 78%, rgba(17, 116, 225, .56), rgba(17, 116, 225, 0) 28%),
    linear-gradient(135deg, #062a50 0%, #003d80 58%, #0870dc 100%);
  border-radius: 18px;
  box-shadow: 0 22px 42px rgba(7, 29, 58, .22);
}

.services-final-cta::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
}

.cta-chat-icon {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  color: #fff;
  border: 2px solid rgba(16, 119, 224, .9);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
}

.cta-chat-icon svg {
  width: 46px;
  height: 46px;
}

.services-final-cta .eyebrow {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .78);
}

.services-final-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 2.55rem);
}

.services-final-cta p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, .86);
}

.services-final-cta .button {
  min-width: 236px;
  color: var(--navy);
  background: #fff;
  border-color: #fff;
}

@media (max-width: 920px) {
  .services-hero,
  .services-hero-inner {
    min-height: auto;
  }

  .services-hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 64px clamp(18px, 5vw, 30px) 50px;
  }

  .services-stats-card {
    justify-self: start;
    width: min(100%, 420px);
  }

  .services-page .service-detail-list::before {
    display: none;
  }

  .services-page .service-detail {
    grid-template-columns: 104px 1fr;
    gap: 24px;
    margin-left: 0;
    padding: 26px;
  }

  .service-step-badge {
    left: 22px;
    top: 22px;
    width: 48px;
    height: 48px;
    border-width: 4px;
    transform: none;
  }

  .service-art {
    width: 104px;
    height: 104px;
    border-radius: 20px;
  }

  .service-art svg {
    width: 58px;
    height: 58px;
  }

  .services-page .service-detail .check-list {
    grid-column: 2;
  }

  .services-final-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-inline: clamp(18px, 5vw, 30px);
  }
}

@media (max-width: 640px) {
  .services-hero {
    background:
      radial-gradient(circle at 50% 12%, rgba(255, 255, 255, .96) 0 16%, rgba(255, 255, 255, 0) 34%),
      radial-gradient(circle at 92% 62%, rgba(7, 95, 198, .14), rgba(7, 95, 198, 0) 38%),
      linear-gradient(155deg, #fbfdff 0%, #edf7ff 56%, #e1f2ff 100%);
  }

  .services-hero::before {
    min-width: 360px;
    min-height: 360px;
    right: -170px;
    top: -80px;
  }

  .services-hero::after {
    display: none;
  }

  .services-hero-inner {
    width: 100%;
    max-width: 100%;
    gap: 22px;
    padding: 38px 18px 32px;
  }

  .services-hero-copy {
    width: 100%;
    text-align: center;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .brand-sub.is-spaced {
    display: none;
  }

  .services-hero h1 {
    max-width: 350px;
    margin-inline: auto;
    font-size: clamp(2.18rem, 10vw, 2.74rem);
    line-height: 1.06;
    text-wrap: balance;
  }

  .services-hero p:not(.eyebrow) {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    font-size: .96rem;
    line-height: 1.62;
  }

  .services-proof {
    display: none;
  }

  .services-stats-card {
    display: none;
  }

  .services-page .service-detail-list {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 22px 18px 20px;
    gap: 18px;
  }

  .services-page .service-detail {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    width: 100%;
    min-height: auto;
    padding: 18px;
    overflow: hidden;
  }

  .service-step-badge {
    left: auto;
    right: 12px;
    top: 12px;
    width: 36px;
    height: 36px;
    border-width: 3px;
    font-size: .72rem;
  }

  .service-art {
    grid-column: 1;
    grid-row: 1;
    width: 76px;
    height: 76px;
    border-radius: 16px;
  }

  .service-art svg {
    width: 52px;
    height: 52px;
  }

  .services-page .service-detail .check-list {
    grid-column: 1 / -1;
    margin-top: 2px;
  }

  .service-copy {
    display: contents;
  }

  .services-page .service-detail h2 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding-right: 40px;
    margin-bottom: 8px;
    font-size: 1.18rem;
  }

  .services-page .service-detail p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .services-page .service-detail p,
  .services-page .service-detail .check-list li {
    font-size: .78rem;
    line-height: 1.58;
  }

  .services-final-cta {
    margin: 16px 18px 34px;
    padding: 28px 22px;
    border-radius: 16px;
  }

  .cta-chat-icon {
    width: 64px;
    height: 64px;
  }

  .services-final-cta .button {
    min-width: 0;
  }
}

@media (max-width: 1120px) {
  .about-hero-v2,
  .about-story,
  .about-process,
  .about-region {
    grid-template-columns: 1fr;
  }

  .about-story,
  .about-process,
  .about-region {
    padding-inline: clamp(18px, 5vw, 34px);
  }

  .about-hero-image {
    max-width: 760px;
    width: 100%;
    margin-top: 0;
  }

  .about-process {
    gap: 30px;
  }

}

@media (max-width: 720px) {
  .about-page {
    padding: 26px 16px 0;
  }

  .about-hero-v2 {
    gap: 26px;
    padding: 28px 0 40px;
  }

  .about-hero-copy h1 {
    max-width: 100%;
    min-height: 3.18em;
    font-size: clamp(1.78rem, 7.8vw, 1.96rem);
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .about-hero-copy .headline-static,
  .about-hero-copy .headline-rotator {
    white-space: normal;
  }

  .about-hero-copy > p {
    margin-top: 18px;
    font-size: .98rem;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .about-proof-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .about-proof {
    min-width: 0;
    padding: 12px 0;
  }

  .about-proof:not(:last-child) {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #dce8f5;
  }

  .about-hero-image {
    display: none;
  }

  .about-story {
    gap: 30px;
    padding: 18px 0 42px;
  }

  .about-story-copy h2,
  .about-process h2,
  .about-region h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: 1.08;
  }

  .about-story-copy p {
    margin-top: 16px;
    line-height: 1.62;
  }

  .about-quote {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px 26px 26px;
    text-align: center;
    border-left: 0;
  }

  .about-owner-portrait {
    grid-row: auto;
    width: 118px;
    border-radius: 22px;
    margin: 0 0 14px;
  }

  .about-quote > span {
    font-size: 4.8rem;
    line-height: .55;
  }

  .about-quote p {
    max-width: 100%;
    margin: 4px 0 22px;
    font-size: 1.12rem;
  }

  .about-quote footer {
    justify-items: center;
  }

  .about-principles {
    padding: 34px 0 30px;
  }

  .principle-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 18px;
  }

  .principle {
    min-height: 0;
    padding: 24px 12px;
  }

  .principle:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #dfeaf6;
  }

  .about-process {
    padding: 34px 0 28px;
  }

  .process-list {
    gap: 18px;
  }

  .process-list li {
    gap: 14px;
  }

  .process-image {
    border-radius: 14px;
  }

  .process-image img {
    aspect-ratio: 1 / .72;
    object-position: 72% 50%;
  }

  .about-region {
    margin: 20px -16px 0;
    min-height: 420px;
    padding: 32px 16px;
  }

  .about-region-copy {
    max-width: 350px;
  }

  .region-illustration {
    object-position: 58% bottom;
  }

  .about-region::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 30%, rgba(255, 255, 255, .32) 70%, rgba(255, 255, 255, .05) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .55) 58%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (max-width: 420px) {
  .contact-wizard-section {
    padding-inline: 0;
  }

  .contact-wizard-main {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .wizard-intro h2 {
    font-size: clamp(1.42rem, 6.2vw, 1.62rem);
  }

  .wizard-step legend {
    font-size: clamp(1.34rem, 5.8vw, 1.56rem);
  }

  .about-hero-copy h1 {
    font-size: clamp(1.78rem, 7.8vw, 1.96rem);
  }

  .process-image img {
    aspect-ratio: 1 / .78;
  }
}
