@font-face {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/red-hat-display-variable.woff2") format("woff2");
}

:root {
  --black: #08050c;
  --night: #13091c;
  --plum: #261032;
  --purple-900: #3e1656;
  --purple-700: #682690;
  --purple: #7e3e98;
  --violet: #a978c7;
  --lilac: #decce9;
  --mist: #f6f0f8;
  --white: #ffffff;
  --muted: #8b8294;
  --ink: #201429;
  --line: rgba(255, 255, 255, 0.16);
  --dark-line: rgba(62, 22, 86, 0.16);
  --shadow: 0 28px 80px rgba(38, 16, 50, 0.24);
  --radius: 8px;
  --shell: min(1180px, calc(100vw - 40px));
  --header-height: 78px;
}

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

html {
  scroll-behavior: smooth;
}

body.home2-page {
  margin: 0;
  font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--night);
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body.home2-page img {
  display: block;
  max-width: 100%;
}

body.home2-page a {
  color: inherit;
  text-decoration: none;
}

/* Make the linked service headings and editorial entrances discoverable. */
body.home2-page .service-tile h3 a,
body.home2-page #leistungen p a,
body.home2-page .contact-intro p a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.home2-page h1,
body.home2-page h2,
body.home2-page h3,
body.home2-page p {
  margin-top: 0;
}

body.home2-page h1,
body.home2-page h2,
body.home2-page h3 {
  letter-spacing: 0;
  line-height: 1;
}

body.home2-page h1 {
  max-width: 930px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(3.3rem, 8.2vw, 7.4rem);
  font-weight: 800;
  overflow-wrap: normal;
}

body.home2-page h2 {
  margin-bottom: 18px;
  color: inherit;
  font-size: clamp(2.05rem, 4.9vw, 4.6rem);
  font-weight: 800;
}

body.home2-page h3 {
  margin-bottom: 10px;
  font-size: 1.32rem;
  font-weight: 800;
}

.home2-shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 14px;
  top: -120px;
  z-index: 2000;
  padding: 12px 16px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--purple);
  font-weight: 800;
}

.skip-link:focus {
  top: 14px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: calc(var(--scroll-progress, 0) * 100%);
  height: 3px;
  background: linear-gradient(90deg, var(--lilac), var(--violet), var(--purple));
}

.home2-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.home2-header.is-scrolled,
.home2-header:focus-within {
  border-color: var(--line);
  background: rgba(19, 9, 28, 0.82);
  backdrop-filter: blur(18px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: var(--header-height);
}

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

.brand-mark img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(222, 204, 233, 0.36), 0 0 28px rgba(126, 62, 152, 0.32);
}

.brand-mark span {
  display: grid;
  min-width: 0;
}

.brand-mark strong {
  font-size: 0.98rem;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark small {
  color: var(--lilac);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home2-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home2-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
  transition: color 180ms ease;
}

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

.header-phone {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(222, 204, 233, 0.35);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(126, 62, 152, 0.16);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(222, 204, 233, 0.35);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(126, 62, 152, 0.22);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px 0;
  border-radius: 99px;
  background: currentColor;
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-18deg) translateX(-180%);
}

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

.btn:hover::after {
  animation: button-sheen 720ms ease;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--purple-700));
  box-shadow: 0 18px 42px rgba(126, 62, 152, 0.36);
}

.btn-ghost {
  color: var(--white);
  border-color: rgba(222, 204, 233, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.btn-muted {
  color: var(--white);
  background: var(--purple-900);
}

.btn-ghost-dark {
  color: var(--purple-900);
  border-color: var(--dark-line);
  background: transparent;
}

.btn-block {
  width: 100%;
}

@keyframes button-sheen {
  to {
    transform: skewX(-18deg) translateX(520%);
  }
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--header-height) + 70px) 0 42px;
  color: var(--white);
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, calc(var(--hero-y, 0) * 1px), 0) scale(1.04);
  filter: saturate(1.04) contrast(1.06) brightness(0.82);
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 34%, rgba(126, 62, 152, 0.38), transparent 34%),
    linear-gradient(90deg, rgba(19, 9, 28, 0.96), rgba(19, 9, 28, 0.74) 47%, rgba(19, 9, 28, 0.26)),
    linear-gradient(180deg, rgba(8, 5, 12, 0.74), rgba(8, 5, 12, 0.16) 54%, rgba(19, 9, 28, 0.96));
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28vh;
  background: linear-gradient(180deg, transparent, var(--night));
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: calc(100svh - var(--header-height) - 182px);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--lilac);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  overflow-wrap: anywhere;
}

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

.hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(620px, 100%);
  margin-top: 54px;
  border: 1px solid rgba(222, 204, 233, 0.22);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(222, 204, 233, 0.12);
  backdrop-filter: blur(18px);
}

.hero-facts div {
  padding: 20px;
  background: rgba(38, 16, 50, 0.72);
}

.hero-facts span,
.hero-facts small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 750;
}

.hero-facts span {
  color: var(--lilac);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.hero-facts strong {
  display: block;
  margin: 4px 0 2px;
  color: var(--white);
  font-size: 1.5rem;
}

.marquee-band {
  overflow: hidden;
  color: var(--white);
  border-block: 1px solid rgba(222, 204, 233, 0.16);
  background: linear-gradient(90deg, var(--purple-900), var(--purple), var(--purple-900));
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 0;
  animation: marquee-right 28s linear infinite;
}

.marquee-track span {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.34rem);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-track span:nth-child(4n) {
  color: var(--white);
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.section {
  padding: clamp(76px, 10vw, 136px) 0;
}

.intro-section,
.references-section,
.contact-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 10%, rgba(126, 62, 152, 0.13), transparent 28%),
    var(--mist);
}

.references-section {
  padding: clamp(76px, 10vw, 136px) 0;
}

.intro-grid,
.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(290px, 0.62fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
  margin-bottom: clamp(34px, 6vw, 72px);
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading.centered {
  display: block;
  max-width: 820px;
  margin-bottom: clamp(34px, 6vw, 72px);
  text-align: center;
}

.section-heading.centered .kicker {
  justify-content: center;
}

.section-heading.centered .kicker::after {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.section-heading.centered p:last-child,
.intro-copy p,
.location-copy p,
.compare-copy p,
.contact-intro p {
  color: rgba(32, 20, 41, 0.68);
  font-size: 1.07rem;
  font-weight: 650;
}

.mini-proof {
  display: grid;
  gap: 3px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
}

.mini-proof strong {
  color: var(--purple-900);
}

.mini-proof span {
  color: var(--muted);
  font-weight: 750;
}

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

.service-tile {
  position: relative;
  min-height: 100%;
  padding: 0;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.service-tile::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--purple), var(--violet));
}

.service-tile:hover {
  transform: translateY(-6px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-tile span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 20px 20px 16px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--purple);
  font-weight: 900;
}

.service-media {
  min-height: 210px;
  background-image: url("/images/home2-service-grid.png");
  background-repeat: no-repeat;
  background-size: 300% auto;
}

.service-1 { background-position: 0% 0%; }
.service-2 { background-position: 50% 0%; }
.service-3 { background-position: 100% 0%; }
.service-4 { background-position: 0% 50%; }
.service-5 { background-position: 50% 50%; }
.service-6 { background-position: 100% 50%; }
.service-7 { background-position: 0% 100%; }
.service-8 { background-position: 50% 100%; }
.service-9 { background-position: 100% 100%; }

.service-tile h3 {
  padding: 0 20px;
}

.service-tile p {
  color: rgba(32, 20, 41, 0.66);
  padding: 0 20px 22px;
  margin-bottom: 0;
}

.compare-section {
  padding: clamp(76px, 10vw, 136px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 16%, rgba(126, 62, 152, 0.34), transparent 32%),
    linear-gradient(180deg, var(--night), var(--plum));
}

.compare-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  align-items: center;
  gap: clamp(30px, 6vw, 82px);
}

.compare-copy p:not(.kicker) {
  color: rgba(255, 255, 255, 0.72);
}

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

.check-list li {
  display: flex;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.check-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--lilac);
}

.finish-slider {
  --split: 52%;
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(222, 204, 233, 0.3);
  border-radius: var(--radius);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
}

.finish-layer,
.finish-layer img {
  position: absolute;
  inset: 0;
}

.finish-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.finish-after {
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
}

.finish-layer span {
  position: absolute;
  top: 18px;
  z-index: 3;
  padding: 8px 12px;
  border: 1px solid rgba(222, 204, 233, 0.24);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(19, 9, 28, 0.76);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.finish-before span {
  right: 18px;
}

.finish-after span {
  left: 18px;
}

.slider-line {
  position: absolute;
  inset: 0 auto 0 var(--split);
  z-index: 4;
  width: 2px;
  background: var(--lilac);
  box-shadow: 0 0 24px rgba(222, 204, 233, 0.85);
}

.slider-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid var(--lilac);
  border-radius: 50%;
  background: rgba(62, 22, 86, 0.86);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
}

.finish-slider input {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.location-section {
  padding: clamp(76px, 10vw, 136px) 0;
  color: var(--white);
  background:
    linear-gradient(135deg, #1a0927, #4b1c63 54%, #1d0a2a),
    var(--plum);
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(32px, 6vw, 92px);
}

.location-map {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(222, 204, 233, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at center, rgba(222, 204, 233, 0.24), transparent 12%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  overflow: hidden;
}

.radius-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(222, 204, 233, 0.42);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-outer {
  width: min(82%, 430px);
  aspect-ratio: 1;
}

.ring-mid {
  width: min(56%, 292px);
  aspect-ratio: 1;
  border-color: rgba(222, 204, 233, 0.68);
}

.radius-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  color: var(--purple-900);
  background: var(--white);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 60px rgba(222, 204, 233, 0.45);
}

.radius-core strong,
.radius-core span {
  display: block;
  line-height: 1;
}

.radius-core span {
  color: var(--purple);
  font-weight: 900;
}

.pin {
  position: absolute;
  padding: 7px 10px;
  border: 1px solid rgba(222, 204, 233, 0.25);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(19, 9, 28, 0.64);
  font-size: 0.82rem;
  font-weight: 900;
}

.pin-1 { left: 18%; top: 34%; }
.pin-2 { right: 22%; top: 30%; }
.pin-3 { right: 13%; top: 55%; }
.pin-4 { right: 28%; bottom: 18%; }
.pin-5 { left: 16%; bottom: 24%; }

.location-copy p:not(.kicker) {
  color: rgba(255, 255, 255, 0.76);
}

.location-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.location-chips span {
  padding: 9px 12px;
  border: 1px solid rgba(222, 204, 233, 0.26);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.phone-testimonials {
  color: var(--white);
  background:
    radial-gradient(circle at 16% 10%, rgba(169, 120, 199, 0.22), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(126, 62, 152, 0.28), transparent 30%),
    linear-gradient(135deg, var(--night), var(--plum) 58%, #0d0713);
  overflow: hidden;
}

.phone-testimonial-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(300px, 0.74fr);
  align-items: center;
  gap: clamp(34px, 7vw, 96px);
}

.phone-testimonial-copy {
  max-width: 610px;
}

.phone-testimonial-copy h2 {
  max-width: 620px;
  margin-bottom: 22px;
  color: var(--white);
}

.phone-testimonial-copy p:not(.kicker) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.09rem;
  font-weight: 680;
}

.phone-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.phone-proof-list span {
  padding: 10px 13px;
  border: 1px solid rgba(222, 204, 233, 0.24);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  font-weight: 900;
}

.phone-showcase {
  --phone-testimonial-index: 0;
  display: grid;
  justify-items: center;
  gap: 22px;
  min-width: 0;
}

.iphone-device {
  position: relative;
  width: min(100%, clamp(290px, 31vw, 430px));
  aspect-ratio: 941 / 1672;
  filter: drop-shadow(0 38px 54px rgba(0, 0, 0, 0.42));
}

.iphone-frame-image {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.iphone-glass {
  position: absolute;
  inset: 0;
}

.phone-screen {
  position: absolute;
  z-index: 1;
  inset: 4.9% 3.83% 2.63%;
  border-radius: clamp(30px, 3.1vw, 48px);
  background: #f8f2ea;
  overflow: hidden;
}

.phone-testimonial-track {
  display: flex;
  height: 100%;
  transform: translateX(calc(var(--phone-testimonial-index) * -100%));
  transition: transform 540ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.phone-testimonial-slide {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  margin: 0;
}

.phone-testimonial-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.phone-testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.phone-control {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(222, 204, 233, 0.24);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  font: inherit;
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.phone-control:hover,
.phone-control:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.phone-testimonial-dots {
  display: flex;
  gap: 8px;
}

.phone-testimonial-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(222, 204, 233, 0.28);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.phone-testimonial-dot.is-active {
  width: 28px;
  background: var(--lilac);
}

.process-section {
  padding: clamp(76px, 10vw, 136px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(126, 62, 152, 0.28), transparent 28%),
    var(--night);
}

.steps {
  display: grid;
  gap: 12px;
}

.steps article {
  padding: 22px;
  border: 1px solid rgba(222, 204, 233, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.steps span {
  display: block;
  color: var(--lilac);
  font-size: 0.8rem;
  font-weight: 900;
}

.steps p {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 0;
}

.contact-section {
  padding: clamp(76px, 10vw, 136px) 0;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding: 16px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: var(--white);
}

.contact-card img {
  width: 76px;
  height: 76px;
  border-radius: var(--radius);
  object-fit: cover;
}

.contact-card strong,
.contact-card span,
.contact-card a {
  display: block;
}

.contact-card span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.contact-card a {
  margin-top: 8px;
  color: var(--purple);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(32, 20, 41, 0.74);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(62, 22, 86, 0.16);
  border-radius: var(--radius);
  color: var(--ink);
  background: #fbf8fc;
  font: inherit;
  font-size: 1rem;
  font-weight: 650;
  text-transform: none;
}

.contact-form textarea {
  min-height: 144px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(126, 62, 152, 0.2);
  border-color: var(--purple);
}

.form-row.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-status {
  min-height: 22px;
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 800;
}

.form-status[data-state="success"] {
  color: #1f7d2a;
}

.form-status[data-state="error"] {
  color: #b42318;
}

.form-status[data-state="sending"] {
  color: var(--purple);
}

.home2-footer {
  padding: 34px 0 28px;
  color: var(--white);
  border-top: 1px solid rgba(222, 204, 233, 0.16);
  background: var(--black);
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-shell nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-shell nav a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.85rem;
  font-weight: 800;
}

.footer-disclosure {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 680ms ease, transform 680ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero [data-reveal] {
  opacity: 1;
  transform: none;
}

.service-grid [data-reveal]:nth-child(2),
.steps [data-reveal]:nth-child(2) {
  transition-delay: 90ms;
}

.service-grid [data-reveal]:nth-child(3),
.steps [data-reveal]:nth-child(3) {
  transition-delay: 180ms;
}

.service-grid [data-reveal]:nth-child(4) {
  transition-delay: 270ms;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1300;
  display: none;
  width: min(420px, calc(100vw - 40px));
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  border: 1px solid var(--dark-line);
  border-radius: 18px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner {
    transition: none;
  }
}

.cookie-banner.is-visible {
  display: block;
}

.cookie-banner.is-visible.is-shown {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner-inner {
  padding: 22px;
}

.cookie-banner-header h3 {
  margin-bottom: 6px;
}

.cookie-banner-header p,
.cookie-category p {
  color: rgba(32, 20, 41, 0.65);
  font-size: 0.9rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.cookie-categories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 16px 0;
}

.cookie-category {
  padding: 12px;
  border: 1px solid var(--dark-line);
  border-radius: 12px;
  background: #fbf8fc;
}

.cookie-category-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 900;
  cursor: pointer;
}

.cookie-category-toggle input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  accent-color: var(--purple);
  cursor: pointer;
}

.cookie-category-toggle input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

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

.cookie-actions .btn {
  flex: 1 1 auto;
}

.cookie-banner-footnote {
  margin: 12px 0 0;
  color: rgba(32, 20, 41, 0.62);
  font-size: 0.78rem;
}

.btn-sm {
  padding: 8px 14px;
  font-size: 0.82rem;
}

.cookie-banner-advanced[hidden] {
  display: none;
}

.cookie-advanced-link,
.cookie-advanced-back {
  display: inline-block;
  margin-top: 10px;
  background: none;
  border: none;
  padding: 4px 2px;
  font: inherit;
  font-size: 0.85rem;
  color: inherit;
  opacity: 0.72;
  text-decoration: underline;
  cursor: pointer;
}

.cookie-advanced-link:hover,
.cookie-advanced-back:hover,
.cookie-advanced-link:focus-visible,
.cookie-advanced-back:focus-visible {
  opacity: 1;
}

.cookie-banner a:focus-visible,
.cookie-banner button:focus-visible,
.cookie-banner input:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 2px;
}

body.cookie-settings-open {
  overflow: hidden;
}

@media (max-width: 600px) {
  .cookie-actions {
    flex-direction: column;
  }
}

.sticky-mobile-actions {
  display: none;
}

@media (max-width: 1060px) {
  .home2-nav {
    display: none;
  }

  .home2-nav.is-open {
    position: fixed;
    top: var(--header-height);
    left: 20px;
    right: 20px;
    display: block;
    padding: 18px;
    border: 1px solid rgba(222, 204, 233, 0.22);
    border-radius: var(--radius);
    background: rgba(19, 9, 28, 0.95);
    backdrop-filter: blur(18px);
  }

  .home2-nav.is-open ul {
    display: grid;
    gap: 14px;
  }

  .nav-toggle {
    display: grid;
  }

  .header-phone {
    margin-left: auto;
  }

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

@media (max-width: 900px) {
  :root {
    --shell: min(100vw - 28px, 720px);
  }

  body.home2-page h1 {
    font-size: clamp(2rem, 8.4vw, 3.1rem);
    overflow-wrap: anywhere;
  }

  .hero {
    min-height: auto;
    padding-bottom: 28px;
  }

  .hero-shell {
    min-height: auto;
    align-items: start;
  }

  .hero-facts,
  .intro-grid,
  .compare-grid,
  .location-grid,
  .process-grid,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .phone-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .phone-testimonial-copy {
    max-width: 720px;
  }

  .finish-slider {
    min-height: 440px;
  }

  .location-map {
    min-height: 420px;
  }

  .cookie-categories {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body.home2-page.has-sticky-mobile-actions {
    padding-bottom: 76px;
  }

  :root {
    --header-height: 70px;
  }

  .home2-header {
    height: var(--header-height);
  }

  .header-shell {
    gap: 10px;
  }

  .brand-mark {
    flex: 1 1 auto;
  }

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

  .brand-mark strong {
    max-width: min(44vw, 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.92rem;
  }

  .brand-mark small,
  .header-phone {
    display: none;
  }

  .nav-toggle {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 72% 28%, rgba(126, 62, 152, 0.32), transparent 32%),
      linear-gradient(180deg, rgba(19, 9, 28, 0.72), rgba(19, 9, 28, 0.42) 46%, rgba(19, 9, 28, 0.96)),
      linear-gradient(90deg, rgba(19, 9, 28, 0.88), rgba(19, 9, 28, 0.2));
  }

  .hero-actions,
  .cookie-actions {
    display: grid;
  }

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

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

  .hero-facts div,
  .contact-form,
  .steps article {
    padding: 20px;
  }

  .service-tile {
    min-height: 245px;
    padding: 0;
  }

  .service-tile span {
    margin: 18px 18px 14px;
  }

  .service-media {
    min-height: 225px;
  }

  .service-tile h3 {
    padding: 0 18px;
  }

  .service-tile p {
    padding: 0 18px 20px;
  }

  .finish-slider {
    min-height: 340px;
  }

  .phone-showcase {
    gap: 18px;
  }

  .iphone-device {
    width: min(100%, 340px);
  }

  .phone-testimonial-controls {
    gap: 10px;
  }

  .location-map {
    min-height: 360px;
  }

  .pin {
    font-size: 0.72rem;
  }

  .footer-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    max-height: calc(100svh - 20px);
  }

  .cookie-banner,
  .cookie-banner * {
    min-width: 0;
  }

  .cookie-banner-inner {
    padding: 18px 16px 16px;
  }

  .cookie-category {
    padding: 12px 10px;
  }

  .cookie-actions .btn {
    width: 100%;
    padding-inline: 12px;
    white-space: normal;
    text-align: center;
  }

  .sticky-mobile-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1250;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 12px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--dark-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -14px 44px rgba(0, 0, 0, 0.18);
  }

  .sticky-mobile-actions .btn-muted {
    color: var(--purple-900);
    border-color: rgba(126, 62, 152, 0.18);
    background: #ead9f2;
  }

  .sticky-mobile-actions .btn-primary {
    color: var(--white);
    background: #25d366;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.28);
  }

  body.cookie-banner-open .sticky-mobile-actions {
    display: none;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
