/* Home page platform refresh */
body.home-page {
  --home-platform-text: #e8eff7;
  --home-platform-muted: rgba(232, 239, 247, 0.72);
  --home-platform-surface: linear-gradient(
    180deg,
    rgba(9, 18, 31, 0.96),
    rgba(9, 18, 31, 0.88)
  );
  --home-platform-surface-soft: linear-gradient(
    180deg,
    rgba(12, 24, 40, 0.82),
    rgba(12, 24, 40, 0.68)
  );
  --home-platform-border: rgba(148, 163, 184, 0.18);
  --home-platform-accent: #7dd3fc;
  font-family: var(--font-body);
}

html[data-theme="light"] body.home-page {
  --home-platform-text: #10233c;
  --home-platform-muted: rgba(39, 59, 85, 0.72);
  --home-platform-surface: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(240, 246, 252, 0.96)
  );
  --home-platform-surface-soft: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(244, 247, 250, 0.94)
  );
  --home-platform-border: rgba(148, 163, 184, 0.22);
  --home-platform-accent: #0f6cbf;
}

body.home-page::before {
  background:
    radial-gradient(
      circle at 14% 12%,
      rgba(56, 189, 248, 0.12),
      transparent 26%
    ),
    radial-gradient(
      circle at 86% 10%,
      rgba(15, 118, 110, 0.1),
      transparent 24%
    ),
    linear-gradient(180deg, #07111f 0%, #0b1727 46%, #101b2c 100%);
}

html[data-theme="light"] body.home-page::before {
  background:
    radial-gradient(
      circle at 14% 12%,
      rgba(14, 165, 233, 0.1),
      transparent 26%
    ),
    radial-gradient(
      circle at 86% 10%,
      rgba(14, 116, 144, 0.08),
      transparent 24%
    ),
    linear-gradient(180deg, #f6f9fc 0%, #eef4f9 46%, #e7eef5 100%);
}

body.home-page::after,
html[data-theme="light"] body.home-page::after {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(148, 163, 184, 0.04) 0 1px,
      transparent 1px 5rem
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(15, 23, 42, 0.02));
  opacity: 0.18;
}

.home-page .hero h1,
.home-page .section-title,
.home-page .contact-text__lead,
.home-page .service-title {
  font-family: var(--font-display);
}

.home-page .hero-kicker,
.home-page .section-kicker,
.home-page .service-meta,
.home-page .badge-soft,
.home-page .services-badge {
  font-family: var(--font-accent);
  font-variant: normal;
}

.home-page .home-section .section-header::after {
  content: none;
}

.home-page .section-kicker,
.home-page .hero-kicker,
.home-page .service-meta,
.home-page .badge-soft,
.home-page .services-badge,
.home-page .hero-copy,
.home-page .service-text,
.home-page .contact-notice-text,
.home-page .contact-call__body em {
  color: var(--home-platform-muted);
}

.home-page .section-header {
  color: var(--home-platform-text);
}

.home-page .section-header .section-kicker,
.home-page .section-header .badge-soft,
.home-page .section-header .services-badge {
  color: #f8fbff;
}

html[data-theme="light"] .home-page .section-header .section-kicker,
html[data-theme="light"] .home-page .section-header .badge-soft,
html[data-theme="light"] .home-page .section-header .services-badge {
  color: rgba(16, 35, 60, 0.88);
}

.home-page .hero-subtitle,
.home-page .hero h1,
.home-page .section-title,
.home-page .service-title,
.home-page .contact-text__lead,
.home-page .contact-notice-label,
.home-page .contact-call__body strong {
  color: var(--home-platform-text);
}

.home-page #leistungen .section-kicker,
.home-page #leistungen .section-title,
.home-page #kontakt .section-kicker,
.home-page #kontakt .section-title {
  color: #f8fbff;
  text-shadow: 0 0.08rem 0.9rem rgba(2, 6, 23, 0.28);
}

html[data-theme="light"] .home-page #leistungen .section-kicker,
html[data-theme="light"] .home-page #leistungen .section-title,
html[data-theme="light"] .home-page #kontakt .section-kicker,
html[data-theme="light"] .home-page #kontakt .section-title {
  color: #10233c;
  text-shadow: none;
}

.home-page .hero.hero--platform {
  gap: 0;
  position: relative;
  min-height: auto;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 0;
}

.home-page .hero-surface.hero-surface--platform {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 clamp(1.1rem, 4vw, 3.4rem) 0;
  border-radius: 0;
  border: none;
  background:
    radial-gradient(
      circle at 14% 18%,
      rgba(45, 212, 191, 0.18),
      transparent 0 20rem
    ),
    radial-gradient(
      circle at 82% 16%,
      rgba(56, 189, 248, 0.22),
      transparent 0 18rem
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(59, 130, 246, 0.16),
      transparent 0 16rem
    ),
    radial-gradient(
      circle at 36% 88%,
      rgba(13, 148, 136, 0.16),
      transparent 0 22rem
    ),
    linear-gradient(135deg, rgba(8, 47, 73, 0.2) 0%, rgba(8, 47, 73, 0) 36%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 22%,
      rgba(3, 7, 18, 0.16) 100%
    ),
    linear-gradient(160deg, #06111f 0%, #0a1628 42%, #0c1b31 72%, #08111d 100%),
    var(--home-platform-surface);
  box-shadow: inset 0 -6rem 10rem rgba(2, 6, 23, 0.28);
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
}

.home-page .hero-surface.hero-surface--platform::before {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0,
    rgba(255, 255, 255, 0.02) 8%,
    rgba(255, 255, 255, 0) 24%
  );
  opacity: 1;
  filter: none;
}

.home-page .hero-surface.hero-surface--platform::after {
  inset: auto 0 0;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 17, 29, 0),
    rgba(8, 17, 29, 0.54)
  );
  opacity: 1;
  filter: none;
}

@media (min-width: 992px) {
  .home-page .hero-surface.hero-surface--platform {
    padding: clamp(6rem, 8vh, 7.8rem) clamp(2rem, 4.8vw, 4.8rem) 0;
    background:
      radial-gradient(
        circle at 8% 14%,
        rgba(45, 212, 191, 0.22),
        transparent 0 22rem
      ),
      radial-gradient(
        circle at 72% 18%,
        rgba(56, 189, 248, 0.24),
        transparent 0 20rem
      ),
      radial-gradient(
        circle at 92% 76%,
        rgba(59, 130, 246, 0.18),
        transparent 0 18rem
      ),
      radial-gradient(
        circle at 46% 90%,
        rgba(13, 148, 136, 0.16),
        transparent 0 22rem
      ),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 26%),
      linear-gradient(
        160deg,
        #06111f 0%,
        #09182b 38%,
        #0c2038 68%,
        #08111d 100%
      );
  }
}

@media (min-width: 1400px) {
  .home-page .hero h1 {
    max-width: 10.5ch;
    font-size: clamp(5.2rem, 4.8vw, 7.4rem);
  }
}

html[data-theme="light"] .home-page .hero-surface.hero-surface--platform {
  background:
    radial-gradient(
      circle at 14% 18%,
      rgba(45, 212, 191, 0.16),
      transparent 0 18rem
    ),
    radial-gradient(
      circle at 82% 16%,
      rgba(56, 189, 248, 0.2),
      transparent 0 16rem
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(96, 165, 250, 0.14),
      transparent 0 14rem
    ),
    radial-gradient(
      circle at 36% 88%,
      rgba(20, 184, 166, 0.12),
      transparent 0 18rem
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.42) 0%,
      rgba(255, 255, 255, 0.14) 14%,
      rgba(255, 255, 255, 0) 30%
    ),
    linear-gradient(160deg, #f7fbff 0%, #eef6fb 40%, #e8f2f9 70%, #f6fbff 100%);
  box-shadow: inset 0 -6rem 10rem rgba(148, 163, 184, 0.14);
}

@media (min-width: 1100px) {
  html[data-theme="light"] .home-page .hero-surface.hero-surface--platform {
    background:
      radial-gradient(
        circle at 8% 14%,
        rgba(45, 212, 191, 0.18),
        transparent 0 20rem
      ),
      radial-gradient(
        circle at 72% 18%,
        rgba(56, 189, 248, 0.2),
        transparent 0 18rem
      ),
      radial-gradient(
        circle at 92% 76%,
        rgba(96, 165, 250, 0.16),
        transparent 0 16rem
      ),
      radial-gradient(
        circle at 46% 90%,
        rgba(20, 184, 166, 0.14),
        transparent 0 20rem
      ),
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0) 24%
      ),
      linear-gradient(
        160deg,
        #f7fbff 0%,
        #eef6fb 38%,
        #e7f1f8 68%,
        #f6fbff 100%
      );
  }

  html[data-theme="light"] .home-page .hero-kicker {
    background: rgba(255, 255, 255, 0.78);
  }
}

@media (max-width: 2651px) {
  .home-page .hero-surface.hero-surface--platform {
    padding: clamp(2.6rem, 4vw, 3.8rem) clamp(1rem, 3vw, 2.5rem) 0;
    border-radius: 0;
  }
}

@media (max-width: 1024px) {
  .home-page .page-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .home-page .hero.hero--platform {
    padding-left: 0;
    padding-right: 0;
  }

  .home-page .hero-surface.hero-surface--platform {
    padding-left: clamp(0.9rem, 3vw, 1.4rem);
    padding-right: clamp(0.9rem, 3vw, 1.4rem);
  }
}

@media (max-width: 48rem) {
  .home-page .hero-surface.hero-surface--platform {
    min-height: 100vh;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.home-page .hero h1 {
  max-width: 10.5ch;
  font-size: clamp(2.1rem, 8.5vw, 2.9rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: #f8fbff;
  text-shadow: 0 0.4rem 2rem rgba(2, 6, 23, 0.24);
}

@media (min-width: 426px) {
  .home-page .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.6rem, 6vw, 3.6rem);
    line-height: 0.9;
    text-wrap: balance;
  }
}

@media (min-width: 768px) {
  .home-page .hero h1 {
    max-width: 10.5ch;
    font-size: clamp(4.4rem, 5.3vw, 7rem);
    line-height: 0.88;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .home-page .hero-subtitle {
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .home-page .hero-copy {
    max-width: 33rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .home-page .hero-actions--primary {
    width: auto;
    justify-content: center;
  }
}

.home-page .hero-kicker {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.58rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 17, 29, 0.42);
  color: rgba(226, 232, 240, 0.92);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.home-page .hero-subtitle {
  max-width: 50rem;
  font-size: clamp(1.06rem, 0.7vw + 0.9rem, 1.32rem);
  line-height: 1.62;
  color: rgba(226, 232, 240, 0.88);
}

.home-page .hero-copy {
  max-width: 54ch;
  margin: 0;
  color: rgba(191, 219, 254, 0.8);
  font-size: clamp(1rem, 0.28vw + 0.95rem, 1.12rem);
  line-height: 1.72;
}

.home-page .hero-subtitle {
  text-wrap: pretty;
}

.home-page .hero-actions--primary {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  grid-template-columns: repeat(2, minmax(13rem, max-content));
  gap: 1rem;
}

.home-page .hero-actions--primary > a {
  min-width: 14rem;
}

.home-page .hero-actions .hero-primary-cta {
  background: linear-gradient(135deg, #f8fbff, #dbeafe);
  border-color: rgba(255, 255, 255, 0.18);
  color: #08111d;
  box-shadow: 0 1rem 2rem rgba(2, 6, 23, 0.18);
}

.home-page .hero-actions .hero-primary-cta:hover,
.home-page .hero-actions .hero-primary-cta:focus-visible {
  background: linear-gradient(135deg, #ffffff, #bfdbfe);
  color: #08111d;
  box-shadow: 0 1.25rem 2.4rem rgba(2, 6, 23, 0.24);
}

html[data-theme="light"] .home-page .hero-actions .hero-primary-cta {
  background: linear-gradient(135deg, #082f49, #0f766e);
  border-color: rgba(8, 47, 73, 0.18);
  color: #f8fbff;
  box-shadow: 0 1rem 2rem rgba(8, 47, 73, 0.16);
}

html[data-theme="light"] .home-page .hero-actions .hero-primary-cta:hover,
html[data-theme="light"]
  .home-page
  .hero-actions
  .hero-primary-cta:focus-visible {
  background: linear-gradient(135deg, #0b3958, #0f766e);
  box-shadow: 0 1.2rem 2.2rem rgba(8, 47, 73, 0.18);
}

.home-page .hero-actions--primary .btn-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(241, 245, 249, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0.9rem 1.8rem rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] .home-page .hero-actions--primary .btn-secondary {
  border-color: rgba(8, 47, 73, 0.12);
  background: rgba(255, 255, 255, 0.8);
  color: #10233c;
}

html[data-theme="light"] .home-page .hero-kicker {
  border-color: rgba(8, 47, 73, 0.12);
  background: rgba(255, 255, 255, 0.66);
  color: #23425f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

html[data-theme="light"] .home-page .hero h1 {
  color: #0f172a;
  text-shadow: none;
}

html[data-theme="light"] .home-page .hero-subtitle {
  color: rgba(15, 23, 42, 0.78);
}

html[data-theme="light"] .home-page .hero-copy {
  color: rgba(30, 41, 59, 0.68);
}

@media (max-width: 48rem) {
  .home-page .hero-kicker,
  .home-page .hero-actions--primary {
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .hero-actions--primary {
    width: min(100%, 100%);
    grid-template-columns: 1fr;
  }

  .home-page .hero h1,
  .home-page .hero-subtitle,
  .home-page .hero-copy {
    max-width: none;
    text-align: center;
  }
}

.home-page .hero-card--account,
html[data-theme="light"] .home-page .hero-card--account {
  border-color: var(--home-platform-border);
  background:
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.08),
      transparent 28%
    ),
    var(--home-platform-surface-soft);
}

.home-page .hero-card--account {
  background:
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.14),
      transparent 28%
    ),
    linear-gradient(180deg, rgba(8, 17, 29, 0.94), rgba(8, 17, 29, 0.92)),
    var(--home-platform-surface-soft);
  box-shadow:
    0 1.4rem 2.8rem rgba(2, 6, 23, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html[data-theme="light"] .home-page .hero-card--account {
  background:
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.16),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.995),
      rgba(246, 249, 252, 0.985)
    ),
    var(--home-platform-surface-soft);
  box-shadow:
    0 1.2rem 2.4rem rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  border-color: rgba(148, 163, 184, 0.22);
}

.home-page .hero-card-account__header {
  border-bottom-color: rgba(148, 163, 184, 0.2);
}

.home-page .hero-card-account__content {
  gap: 0.95rem;
}

.home-page .hero-card-account__primary,
.home-page .hero-card-account__delete,
.home-page .hero-card-account__footer span {
  backdrop-filter: blur(14px);
}

.home-page .hero-card-account__delete {
  background:
    linear-gradient(135deg, rgba(69, 10, 10, 0.96), rgba(127, 29, 29, 0.88)),
    rgba(15, 23, 42, 0.84);
}

.home-page .hero-card-account__danger {
  padding: 1rem 0 0;
  border-top-color: rgba(148, 163, 184, 0.18);
}

.home-page .hero-card-danger small {
  color: rgba(226, 232, 240, 0.82);
}

.home-page .hero-card-account__footer span {
  background: rgba(15, 23, 42, 0.62);
  border-color: rgba(148, 163, 184, 0.22);
}

html[data-theme="light"] .home-page .hero-card-account__header {
  border-bottom-color: rgba(148, 163, 184, 0.18);
}

html[data-theme="light"] .home-page .hero-card--account,
html[data-theme="light"] .home-page .hero-card--account h2,
html[data-theme="light"] .home-page .hero-card--account p.role,
html[data-theme="light"] .home-page .hero-card-account__footer span {
  color: #0f172a;
}

html[data-theme="light"] .home-page .hero-card-account__delete {
  background:
    linear-gradient(
      135deg,
      rgba(254, 242, 242, 0.99),
      rgba(254, 226, 226, 0.98)
    ),
    #fff7f7;
  box-shadow:
    0 0.95rem 1.9rem rgba(127, 29, 29, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.84) inset;
}

html[data-theme="light"] .home-page .hero-card-account__danger {
  border-top-color: rgba(148, 163, 184, 0.16);
}

html[data-theme="light"] .home-page .hero-card-danger small {
  color: rgba(71, 85, 105, 0.86);
}

html[data-theme="light"] .home-page .hero-card-account__footer span {
  background: rgba(248, 250, 252, 0.98);
  border-color: rgba(148, 163, 184, 0.2);
}

html[data-theme="light"] .home-page .hero-card-account__primary,
html[data-theme="light"] .home-page .hero-card-account__delete,
html[data-theme="light"] .home-page .hero-card-account__footer span {
  backdrop-filter: none;
}

html[data-theme="light"] .home-page .hero-card-account__toggle {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(241, 245, 249, 0.96)
  );
  border-color: rgba(148, 163, 184, 0.24);
  color: #0f172a;
}

html[data-theme="light"] .home-page .hero-card-account__primary {
  border-color: rgba(14, 116, 144, 0.28);
  box-shadow:
    0 1rem 2rem rgba(14, 116, 144, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.86) inset;
}

.home-page .home-main > .home-section,
.home-page .home-main > .home-section--benefits,
.home-page .home-main > .home-section--services,
.home-page .home-main > .home-section--trust,
.home-page .home-main > .home-section--steps,
.home-page .home-main > .home-section--contact,
.home-page .home-main > .home-section--notice {
  position: relative;
  z-index: 4;
  padding: clamp(1.2rem, 2vw, 1.8rem);
  border-radius: 1.4rem;
  border: 1px solid var(--home-platform-border);
  background:
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.06),
      transparent 24%
    ),
    var(--home-platform-surface-soft);
  box-shadow: 0 1.4rem 2.8rem rgba(2, 6, 23, 0.14);
}

.home-page .home-main > .home-section--notice {
  margin-bottom: 0;
}

.home-page .home-main > #leistungen {
  display: grid;
  gap: 1.15rem;
}

.home-page .home-main > #leistungen > .home-section-head {
  grid-column: 1 / -1;
}

.home-page .home-main > .home-section--benefits,
.home-page .home-main > .home-section--services,
.home-page .home-main > .home-section--steps,
.home-page .home-main > .home-section--trust,
.home-page .home-main > .home-section--contact {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  padding-left: var(--home-full-bleed-inline);
  padding-right: var(--home-full-bleed-inline);
}

.home-page .home-main > .home-section--services {
  border-color: rgba(125, 211, 252, 0.14);
  background:
    radial-gradient(
      circle at top center,
      rgba(125, 211, 252, 0.08),
      transparent 30%
    ),
    linear-gradient(180deg, rgba(8, 17, 29, 0.18), rgba(8, 17, 29, 0.08));
  box-shadow: none;
}

html[data-theme="light"] .home-page .home-main > .home-section--services {
  border-color: rgba(148, 163, 184, 0.14);
  background:
    radial-gradient(
      circle at top center,
      rgba(125, 211, 252, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(244, 248, 252, 0.4));
  box-shadow: none;
}

.home-page #kontakt.home-section--contact {
  border-color: rgba(125, 211, 252, 0.2) !important;
  background:
    radial-gradient(
      circle at top left,
      rgba(125, 211, 252, 0.18),
      transparent 24%
    ),
    linear-gradient(180deg, #21384f 0%, #263f58 100%) !important;
}

html[data-theme="light"] .home-page #kontakt.home-section--contact {
  border-color: rgba(148, 163, 184, 0.2) !important;
  background:
    radial-gradient(
      circle at top left,
      rgba(125, 211, 252, 0.16),
      transparent 24%
    ),
    linear-gradient(180deg, #fbfdff 0%, #eef4f9 100%) !important;
}

.home-page .home-main > .home-section--notice::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-1 * var(--home-footer-cover-height));
  height: var(--home-footer-cover-height);
  background: #0b1727;
  pointer-events: none;
  z-index: -1;
}

html[data-theme="light"] .home-page .home-main > .home-section--notice::after {
  background: #eef4f9;
}

.home-page .home-main > .home-section::before,
.home-page .home-main > .home-section--services::before,
.home-page .home-main > .home-section--trust::before,
.home-page .home-main > .home-section--contact::before,
.home-page .home-main > .home-section--notice::before {
  background: linear-gradient(
    90deg,
    rgba(125, 211, 252, 0.46),
    transparent 40%
  );
}

.home-page .services-badge {
  border-color: rgba(125, 211, 252, 0.26);
  background: rgba(125, 211, 252, 0.1);
  color: var(--home-platform-text);
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0.04em;
}

.home-page .services-badge::before {
  content: none;
}

.home-page .badge-soft {
  border-color: rgba(125, 211, 252, 0.24);
  background: rgba(125, 211, 252, 0.08);
  box-shadow: none;
}

.home-page .home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.home-page .home-benefit-card,
.home-page .home-service-card,
.home-page .home-step-card {
  position: relative;
  display: grid;
  gap: 0.6rem;
  min-width: 0;
  border-radius: 1.15rem;
  border: 1px solid var(--home-platform-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--home-platform-surface);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.1);
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.home-page .home-benefit-card {
  padding: 1.05rem 1.1rem;
}

.home-page .home-benefit-card h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--home-platform-text);
}

.home-page .home-benefit-card p {
  margin: 0;
  line-height: 1.55;
  color: var(--home-platform-muted);
}

.home-page .home-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 1.9rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.26);
  background: rgba(125, 211, 252, 0.08);
  color: var(--home-platform-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-page .home-hub-intro {
  margin: 0 0 1.15rem;
  max-width: 58rem;
  color: var(--home-platform-muted);
  font-size: clamp(1rem, 0.24vw + 0.95rem, 1.1rem);
  line-height: 1.7;
}

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

.home-page .home-hub-card {
  position: relative;
  display: grid;
  gap: 0.7rem;
  min-width: 0;
  min-height: 12rem;
  padding: 1.15rem;
  border-radius: 1.35rem;
  border: 1px solid var(--home-platform-border);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.01)
    ),
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.1),
      transparent 30%
    ),
    var(--home-platform-surface);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.12);
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.home-page .home-hub-card:hover,
.home-page .home-hub-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.32);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02)
    ),
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.16),
      transparent 30%
    ),
    var(--home-platform-surface);
  box-shadow: 0 1.25rem 2.4rem rgba(15, 23, 42, 0.18);
}

.home-page .home-hub-card__eyebrow {
  margin: 0;
  color: var(--home-platform-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .home-hub-card__title {
  margin: 0;
  font-size: clamp(1.18rem, 0.52vw + 1.04rem, 1.42rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: var(--home-platform-text);
}

.home-page .home-hub-card__text {
  margin: 0;
  color: var(--home-platform-muted);
  line-height: 1.65;
}

.home-page .home-hub-card__meta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--home-platform-text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-page .home-hub-card__meta::after {
  content: "\2197";
  font-size: 0.95rem;
  line-height: 1;
}

.home-page .home-hub-card--account,
.home-page .home-hub-card--dashboard {
  border-color: rgba(45, 212, 191, 0.18);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.01)
    ),
    radial-gradient(
      circle at top right,
      rgba(45, 212, 191, 0.12),
      transparent 30%
    ),
    var(--home-platform-surface);
}

html[data-theme="light"] .home-page .home-hub-card {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95),
      rgba(245, 249, 253, 0.88)
    ),
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.16),
      transparent 30%
    ),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .home-page .home-hub-card:hover,
html[data-theme="light"] .home-page .home-hub-card:focus-visible {
  border-color: rgba(14, 165, 233, 0.24);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.99),
      rgba(243, 248, 252, 0.92)
    ),
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.2),
      transparent 30%
    ),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 1.15rem 2.2rem rgba(15, 23, 42, 0.12);
}

.home-page #leistungen {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: none;
}

.home-page #leistungen .service-card::after {
  content: none;
}

.home-page .home-service-card__kicker {
  margin: 0;
  width: fit-content;
}

.home-page .home-service-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: clamp(1.2rem, 1.2vw + 0.95rem, 1.55rem);
  gap: clamp(0.8rem, 0.45vw + 0.7rem, 1rem);
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.08),
      transparent 28%
    ),
    var(--home-platform-surface);
}

.home-page .home-service-card .service-title,
.home-page .home-step-card .service-title {
  margin: 0;
  font-size: clamp(1.14rem, 0.65vw + 0.98rem, 1.48rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.home-page .home-service-card .service-text,
.home-page .home-step-card .service-text {
  margin: 0;
  font-size: clamp(1.02rem, 0.24vw + 0.97rem, 1.14rem);
  line-height: 1.68;
  color: var(--home-platform-muted);
}

.home-page .home-service-card .service-meta {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  color: var(--home-platform-text);
  font-size: clamp(0.9rem, 0.18vw + 0.84rem, 1rem);
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 0.92;
}

.home-page .home-service-card:hover,
.home-page .home-service-card:focus-within,
.home-page .home-service-card.service-card--meta:hover,
.home-page .home-service-card.service-card--meta:focus-within,
.home-page .home-step-card:hover,
.home-page .home-step-card:focus-within,
.home-page .home-benefit-card:hover,
.home-page .home-benefit-card:focus-within {
  border-color: rgba(125, 211, 252, 0.3);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.01)
    ),
    var(--home-platform-surface);
  box-shadow: 0 1.2rem 2.2rem rgba(15, 23, 42, 0.16);
}

.home-page .home-service-card.service-card--meta:hover,
.home-page .home-service-card.service-card--meta:focus-within {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02)
    ),
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.12),
      transparent 28%
    ),
    var(--home-platform-surface);
  box-shadow:
    0 1.5rem 2.6rem rgba(2, 6, 23, 0.22),
    0 0.8rem 1.4rem rgba(56, 189, 248, 0.12);
}

.home-page .home-step-card {
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title step"
    "text step";
  align-items: start;
  padding: 1.15rem;
  column-gap: 1rem;
  min-height: 11.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--home-platform-surface);
}

.home-page .home-step-card::before {
  content: attr(data-step);
  grid-area: step;
  align-self: start;
  justify-self: end;
  position: static;
  font-size: clamp(2rem, 1.4vw + 1.2rem, 2.6rem);
  line-height: 1;
  font-weight: 700;
  color: rgba(125, 211, 252, 0.18);
  pointer-events: none;
}

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

.home-page .home-trust-card,
.home-page .home-contact-intro,
.home-page .home-contact-card,
.home-page .home-domain-card,
html[data-theme="light"] .home-page .home-trust-card,
html[data-theme="light"] .home-page .home-contact-intro,
html[data-theme="light"] .home-page .home-contact-card,
html[data-theme="light"] .home-page .home-domain-card {
  border-color: var(--home-platform-border);
  background:
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.06),
      transparent 24%
    ),
    var(--home-platform-surface);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.1);
}

.home-page .home-contact-intro,
.home-page .home-contact-card,
html[data-theme="light"] .home-page .home-contact-intro,
html[data-theme="light"] .home-page .home-contact-card {
  background:
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.08),
      transparent 24%
    ),
    linear-gradient(180deg, rgba(19, 36, 57, 0.94), rgba(17, 32, 51, 0.9));
}

html[data-theme="light"] .home-page .home-contact-intro,
html[data-theme="light"] .home-page .home-contact-card {
  background:
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.14),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.99),
      rgba(242, 247, 252, 0.96)
    );
}

.home-page .home-trust-badges,
.home-page .home-contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.home-page .home-trust-badges {
  gap: 0.55rem 1.1rem;
}

.home-page .home-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--home-platform-muted);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.home-page .home-trust-badge::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.72);
  flex: 0 0 auto;
}

html[data-theme="light"] .home-page .home-trust-badge {
  color: rgba(16, 35, 60, 0.78);
}

html[data-theme="light"] .home-page .home-trust-badge::before {
  background: rgba(15, 108, 191, 0.62);
}

.home-page .home-contact-grid--platform {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-items: center;
}

.home-page #kontakt.home-section--contact .contact-text--cta {
  border-color: rgba(125, 211, 252, 0.2) !important;
  background:
    radial-gradient(
      circle at top left,
      rgba(125, 211, 252, 0.14),
      transparent 24%
    ),
    linear-gradient(180deg, #2b4560 0%, #31506e 100%) !important;
  box-shadow: 0 1rem 2rem rgba(2, 6, 23, 0.14);
}

html[data-theme="light"]
  .home-page
  #kontakt.home-section--contact
  .contact-text--cta {
  border-color: rgba(148, 163, 184, 0.18) !important;
  background:
    radial-gradient(
      circle at top left,
      rgba(125, 211, 252, 0.12),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%) !important;
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.08);
}

.home-page .home-contact-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 1rem;
  width: min(100%, 56rem);
  padding: clamp(1rem, 1.5vw, 1.2rem);
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 2rem;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.02)
    ),
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.18),
      transparent 28%
    ),
    rgba(8, 17, 29, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 1.6rem 3rem rgba(2, 6, 23, 0.16);
  backdrop-filter: blur(18px);
}

html[data-theme="light"] .home-page .home-contact-panel {
  border-color: rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.88),
      rgba(248, 251, 254, 0.72)
    ),
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.2),
      transparent 28%
    ),
    rgba(255, 255, 255, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 1.3rem 2.5rem rgba(15, 23, 42, 0.1);
}

.home-page .home-contact-panel::before {
  content: "";
  position: absolute;
  inset: -18% auto auto 62%;
  width: clamp(9rem, 20vw, 14rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(125, 211, 252, 0.24),
    transparent 70%
  );
  filter: blur(10px);
  opacity: 0.92;
  pointer-events: none;
}

.home-page .home-contact-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(148, 163, 184, 0.04) 1px, transparent 1px);
  background-size:
    auto,
    4.4rem 4.4rem,
    4.4rem 4.4rem;
  opacity: 0.28;
  pointer-events: none;
}

.home-page .home-contact-card {
  position: relative;
  isolation: isolate;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
  padding: clamp(1rem, 1.4vw, 1.25rem);
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.02)
    ),
    radial-gradient(
      circle at top left,
      rgba(125, 211, 252, 0.16),
      transparent 30%
    ),
    linear-gradient(145deg, rgba(12, 25, 40, 0.94), rgba(20, 37, 58, 0.9)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 1.4rem 2.8rem rgba(2, 6, 23, 0.18);
  backdrop-filter: blur(20px);
}

html[data-theme="light"] .home-page .home-contact-card {
  border-color: rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.84)
    ),
    radial-gradient(
      circle at top left,
      rgba(125, 211, 252, 0.16),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.99),
      rgba(239, 245, 251, 0.96)
    ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 1.2rem 2.4rem rgba(15, 23, 42, 0.1);
}

.home-page .home-contact-card::before {
  content: "";
  position: absolute;
  inset: 0.95rem 1rem auto 1rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(125, 211, 252, 0.92) 22%,
    rgba(45, 212, 191, 0.58) 78%,
    rgba(255, 255, 255, 0)
  );
  opacity: 0.9;
  pointer-events: none;
}

.home-page .home-contact-card .contact-line,
.home-page .home-secondary-channels__list .contact-call {
  min-width: 0;
}

.home-page .home-contact-card .contact-line {
  display: flex;
}

.home-page .home-contact-card .contact-line:first-child {
  grid-column: 1 / -1;
}

.home-page .home-contact-card .contact-call,
.home-page .home-secondary-channels__list .contact-call {
  width: 100%;
  min-height: 4rem;
  align-items: flex-start;
}

.home-page .home-contact-card .contact-call {
  position: relative;
  overflow: hidden;
  --home-contact-accent: rgba(125, 211, 252, 0.92);
  --home-contact-glow: rgba(125, 211, 252, 0.2);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 10.5rem;
  padding: 1.2rem 1.05rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    radial-gradient(
      circle at top right,
      var(--home-contact-glow),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.11),
      rgba(255, 255, 255, 0.03)
    ),
    rgba(9, 18, 31, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 1rem 1.8rem rgba(2, 6, 23, 0.14);
  backdrop-filter: blur(16px);
}

.home-page .home-contact-card .contact-call::before {
  content: "";
  position: absolute;
  inset: 0.85rem auto auto 0.9rem;
  width: 2.5rem;
  height: 0.2rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--home-contact-accent),
    rgba(125, 211, 252, 0.12)
  );
  opacity: 0.95;
}

.home-page .home-contact-card .contact-call:hover,
.home-page .home-contact-card .contact-call:focus-visible {
  border-color: rgba(125, 211, 252, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1.15rem 2.1rem rgba(2, 6, 23, 0.18);
}

html[data-theme="light"] .home-page .home-contact-card .contact-call {
  border-color: rgba(148, 163, 184, 0.16);
  background:
    radial-gradient(
      circle at top right,
      var(--home-contact-glow),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.88),
      rgba(247, 250, 253, 0.74)
    ),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 1rem 1.8rem rgba(15, 23, 42, 0.08);
}

.home-page .home-contact-card .contact-line:first-child .contact-call {
  min-height: 7.6rem;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.25rem 4.2rem 1.25rem 1.2rem;
  text-align: left;
}

.home-page .home-contact-card .contact-line:first-child .contact-call::after {
  content: "\2197";
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: var(--home-platform-text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="light"]
  .home-page
  .home-contact-card
  .contact-line:first-child
  .contact-call::after {
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(241, 245, 249, 0.92);
}

.home-page .home-contact-card .contact-call__icon,
.home-page .home-secondary-channels__list .contact-call__icon {
  width: 2.8rem;
  height: 2.8rem;
}

.home-page .home-contact-card .contact-call__glyph,
.home-page .home-secondary-channels__list .contact-call__glyph {
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 1.2rem;
  font-size: 1.5rem;
}

.home-page .home-contact-card .contact-call__icon,
.home-page .home-contact-card .contact-call__glyph {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-page .home-contact-card .contact-call__glyph {
  padding: 0;
  line-height: 1;
  letter-spacing: 0.06em;
}

html[data-theme="light"] .home-page .home-contact-card .contact-call__icon,
html[data-theme="light"] .home-page .home-contact-card .contact-call__glyph {
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(241, 245, 249, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.home-page .home-contact-card .contact-call__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.22rem;
  justify-items: center;
  text-align: center;
}

.home-page .home-contact-card .contact-call__body strong {
  font-size: 1.04rem;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.home-page .home-contact-card .contact-call__body em {
  font-size: 0.84rem;
  line-height: 1.35;
  opacity: 0.9;
}

.home-page .home-contact-card .contact-line:first-child .contact-call__icon {
  width: 3.1rem;
  height: 3.1rem;
}

.home-page .home-contact-card .contact-line:first-child .contact-call__glyph {
  width: 4.6rem;
  height: 4.6rem;
}

.home-page .home-contact-card .contact-line:first-child .contact-call__body {
  justify-items: start;
  text-align: left;
}

.home-page
  .home-contact-card
  .contact-line:first-child
  .contact-call__body
  strong {
  font-size: clamp(1.12rem, 0.5vw + 1rem, 1.22rem);
}

.home-page .home-contact-card .contact-line:first-child .contact-call__body em {
  max-width: 32ch;
  font-size: 0.9rem;
}

.home-page .home-contact-card .contact-call--gmail {
  --home-contact-accent: rgba(251, 146, 60, 0.92);
  --home-contact-glow: rgba(249, 115, 22, 0.22);
}

.home-page .home-contact-card .contact-call--whatsapp {
  --home-contact-accent: rgba(74, 222, 128, 0.88);
  --home-contact-glow: rgba(34, 197, 94, 0.22);
}

.home-page .home-contact-card .contact-call--signal {
  --home-contact-accent: rgba(96, 165, 250, 0.9);
  --home-contact-glow: rgba(59, 130, 246, 0.22);
}

.home-page .home-contact-card .contact-call--phone {
  --home-contact-accent: rgba(125, 211, 252, 0.92);
  --home-contact-glow: rgba(14, 165, 233, 0.2);
}

.home-page
  .home-secondary-channels__list
  .contact-call--telegram
  .contact-call__body,
.home-page
  .home-secondary-channels__list
  .contact-call--proton
  .contact-call__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}

.home-page
  .home-secondary-channels__list
  .contact-call--telegram
  .contact-call__body
  strong,
.home-page
  .home-secondary-channels__list
  .contact-call--telegram
  .contact-call__body
  em,
.home-page
  .home-secondary-channels__list
  .contact-call--proton
  .contact-call__body
  strong,
.home-page
  .home-secondary-channels__list
  .contact-call--proton
  .contact-call__body
  em {
  display: block;
}

@media (min-width: 1024px) {
  .home-page .hero h1 {
    font-size: clamp(3.7rem, 2.1vw + 2.2rem, 5.6rem);
  }

  .home-page .hero-subtitle {
    font-size: clamp(1.18rem, 0.45vw + 1.04rem, 1.42rem);
  }

  .home-page .hero-copy,
  .home-page .contact-text__lead,
  .home-page .home-service-card .service-text,
  .home-page .home-step-card .service-text,
  .home-page .home-benefit-card p {
    font-size: clamp(1.08rem, 0.28vw + 1rem, 1.22rem);
  }

  .home-page .home-section .section-title {
    font-size: clamp(1.7rem, 0.9vw + 1.3rem, 2.2rem);
  }

  .home-page .section-kicker,
  .home-page .services-badge,
  .home-page .badge-soft,
  .home-page .home-service-card .service-meta {
    font-size: 0.96rem;
  }

  .home-page .home-service-card .service-title,
  .home-page .home-step-card .service-title,
  .home-page .home-benefit-card h3 {
    font-size: clamp(1.28rem, 0.45vw + 1.14rem, 1.6rem);
  }
}

.home-page .contact-call--phone {
  --contact-call-bg: linear-gradient(
    135deg,
    rgba(240, 249, 255, 0.08),
    rgba(37, 99, 235, 0.08)
  );
  --contact-call-border: rgba(125, 211, 252, 0.24);
  --contact-call-hover-bg: linear-gradient(
    135deg,
    rgba(125, 211, 252, 0.16),
    rgba(37, 99, 235, 0.14)
  );
  --contact-call-hover-border: rgba(125, 211, 252, 0.36);
}

.home-page .contact-call__glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  min-height: 2.1rem;
  border-radius: 0.75rem;
  background: rgba(125, 211, 252, 0.1);
  color: var(--home-platform-accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-page .home-secondary-channels {
  display: grid;
  position: relative;
  z-index: 1;
  gap: 0.8rem;
  padding: 1rem 1.05rem 1.1rem;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 1.45rem;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.01)
    ),
    rgba(8, 17, 29, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 1rem 2rem rgba(2, 6, 23, 0.1);
  backdrop-filter: blur(16px);
}

html[data-theme="light"] .home-page .home-secondary-channels {
  border-color: rgba(148, 163, 184, 0.16);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94),
      rgba(246, 249, 252, 0.84)
    ),
    rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 0.9rem 1.8rem rgba(15, 23, 42, 0.08);
}

.home-page .home-secondary-channels__label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--home-platform-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .home-secondary-channels__label::before {
  content: "";
  width: 1.7rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(125, 211, 252, 0.92),
    rgba(125, 211, 252, 0.08)
  );
}

.home-page .home-secondary-channels__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-page .home-secondary-channels__list .contact-call {
  min-height: 4.8rem;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(125, 211, 252, 0.14) !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(9, 18, 31, 0.2) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0.85rem 1.6rem rgba(2, 6, 23, 0.1) !important;
}

html[data-theme="light"]
  .home-page
  .home-secondary-channels__list
  .contact-call {
  border-color: rgba(148, 163, 184, 0.14) !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(247, 250, 252, 0.84)
    ),
    rgba(255, 255, 255, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 0.75rem 1.5rem rgba(15, 23, 42, 0.06) !important;
}

.home-page .home-secondary-channels__list .contact-call--proton {
  --home-contact-accent: rgba(196, 181, 253, 0.92);
}

.home-page .home-secondary-channels__list .contact-call--telegram {
  --home-contact-accent: rgba(56, 189, 248, 0.92);
}

html[data-theme="light"]
  .home-page
  .home-secondary-channels__list
  .contact-call:hover,
html[data-theme="light"]
  .home-page
  .home-secondary-channels__list
  .contact-call:focus-visible,
.home-page .home-secondary-channels__list .contact-call:hover,
.home-page .home-secondary-channels__list .contact-call:focus-visible {
  border-color: rgba(125, 211, 252, 0.28) !important;
}

.home-page .home-domain-card {
  max-width: 56rem;
  margin: 0 auto;
}

@media (max-width: 72rem) {
  .home-page .home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-page .home-section-head__actions {
    justify-content: flex-start;
  }

  .home-page .home-benefits-grid,
  .home-page .home-hub-grid,
  .home-page #leistungen {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-page .home-contact-panel {
    padding: 0.95rem;
    border-radius: 1.7rem;
  }

  .home-page .home-contact-card .contact-line:first-child .contact-call {
    min-height: 7rem;
  }
}

@media (max-width: 48rem) {
  .home-page .hero-actions--primary {
    grid-template-columns: 1fr;
  }

  .home-page .hero-proof-list {
    justify-content: stretch;
  }

  .home-page .hero-proof-list li {
    width: 100%;
    justify-content: flex-start;
  }

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

  .home-page .home-contact-card,
  .home-page .home-secondary-channels__list,
  .home-page .home-benefits-grid,
  .home-page .home-hub-grid,
  .home-page #leistungen,
  .home-page .steps-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-contact-panel {
    gap: 0.8rem;
    padding: 0.85rem;
    border-radius: 1.45rem;
  }

  .home-page .home-contact-card {
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 1.25rem;
  }

  .home-page .home-contact-card .contact-line:first-child {
    grid-column: auto;
  }

  .home-page .home-contact-card .contact-call,
  .home-page .home-contact-card .contact-line:first-child .contact-call {
    min-height: 5rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    padding: 1rem 3.35rem 1rem 0.95rem;
    text-align: left;
  }

  .home-page .home-contact-card .contact-call__icon,
  .home-page .home-contact-card .contact-line:first-child .contact-call__icon,
  .home-page .home-secondary-channels__list .contact-call__icon {
    display: inline-flex;
    visibility: visible;
    opacity: 1;
    flex: 0 0 auto;
    width: 2.8rem;
    height: 2.8rem;
    min-width: 2.8rem;
    min-height: 2.8rem;
    padding: 0.55rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.08);
    object-fit: contain;
  }

  .home-page .home-contact-card .contact-call__glyph,
  .home-page .home-contact-card .contact-line:first-child .contact-call__glyph,
  .home-page .home-secondary-channels__list .contact-call__glyph {
    display: inline-flex;
    visibility: visible;
    opacity: 1;
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    font-size: 1rem;
  }

  html[data-theme="light"] .home-page .home-contact-card .contact-call__icon,
  html[data-theme="light"]
    .home-page
    .home-contact-card
    .contact-line:first-child
    .contact-call__icon,
  html[data-theme="light"]
    .home-page
    .home-secondary-channels__list
    .contact-call__icon,
  html[data-theme="light"]
    .home-page
    .home-secondary-channels__list
    .contact-call__glyph {
    border-color: rgba(148, 163, 184, 0.16);
    background: rgba(241, 245, 249, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .home-page .home-contact-card .contact-call__body,
  .home-page .home-contact-card .contact-line:first-child .contact-call__body {
    justify-items: start;
    text-align: left;
    gap: 0.14rem;
  }

  .home-page .home-contact-card .contact-call__body strong,
  .home-page
    .home-contact-card
    .contact-line:first-child
    .contact-call__body
    strong {
    font-size: 0.98rem;
  }

  .home-page .home-contact-card .contact-call__body em,
  .home-page
    .home-contact-card
    .contact-line:first-child
    .contact-call__body
    em {
    font-size: 0.79rem;
    max-width: none;
  }

  .home-page .home-contact-card .contact-line:first-child .contact-call::after {
    top: 50%;
    right: 0.9rem;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    font-size: 0.9rem;
  }

  .home-page .home-secondary-channels {
    padding: 0.85rem;
    border-radius: 1.2rem;
  }

  .home-page .hero h1 {
    max-width: none;
  }
}

html.home-entry-locked,
html.home-entry-locked body.home-page {
  height: auto;
  overflow: auto;
  overscroll-behavior: auto;
}

html.home-entry-locked body.home-page .home-main {
  display: block;
}

html.home-entry-locked body.home-page .home-main.home-main--minimal {
  display: grid;
}

html.home-entry-locked body.home-page header.hero.hero--platform {
  min-height: auto;
  margin-bottom: 0;
}

html.home-entry-locked body.home-page footer.site-footer {
  position: static;
}

.home-page .home-main > #leistungen {
  order: 1;
}

.home-page .home-main > #kontakt {
  order: 2;
}

.home-page .home-main > #vorteile {
  order: 3;
}

.home-page .home-main > #so-funktioniert-es {
  order: 4;
}

.home-page .home-main > #warum-persoenliche-unterstuetzung {
  order: 5;
}

.home-page .home-main > #kalender {
  order: 6;
}

.home-page .home-main > #domain-hinweis {
  order: 7;
}

.home-page .home-service-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  isolation: isolate;
}

.home-page .home-section-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(0.95rem, 1.4vw, 1.35rem);
  padding-bottom: 0.95rem;
}

.home-page .home-section-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(125, 211, 252, 0),
    rgba(125, 211, 252, 0.6) 16%,
    rgba(125, 211, 252, 0.16) 84%,
    rgba(125, 211, 252, 0)
  );
}

html[data-theme="light"] .home-page .home-section-head::after {
  background: linear-gradient(
    90deg,
    rgba(14, 165, 233, 0),
    rgba(14, 165, 233, 0.34) 16%,
    rgba(14, 165, 233, 0.08) 84%,
    rgba(14, 165, 233, 0)
  );
}

.home-page .home-section-head > div:first-child {
  display: grid;
  gap: 0.35rem;
}

.home-page .home-section-head__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.home-page .home-service-card--single {
  position: relative;
  min-height: clamp(22rem, 32vw, 27rem);
  padding: clamp(1.35rem, 1.8vw + 0.95rem, 2.1rem);
  gap: 1.15rem;
  overflow: hidden;
  border-radius: clamp(1.35rem, 1.5vw, 1.9rem);
  background:
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02) 38%,
      rgba(255, 255, 255, 0)
    ),
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(45, 212, 191, 0.1),
      transparent 24%
    ),
    var(--home-platform-surface);
  box-shadow:
    0 1.55rem 3rem rgba(2, 6, 23, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.home-page .home-service-card--single.service-card--meta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  grid-template-columns: none;
  grid-template-areas: none;
}

.home-page .home-service-card--single::after {
  content: "";
  position: absolute;
  inset: auto -12% -18% auto;
  width: clamp(9rem, 18vw, 14rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(125, 211, 252, 0.24),
    transparent 70%
  );
  opacity: 0.75;
  pointer-events: none;
  filter: blur(8px);
  z-index: 0;
}

html[data-theme="light"] .home-page .home-service-card--single {
  background:
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.98),
      rgba(248, 251, 255, 0.96) 38%,
      rgba(240, 249, 255, 0.94)
    ),
    radial-gradient(
      circle at top right,
      rgba(14, 165, 233, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(20, 184, 166, 0.1),
      transparent 24%
    );
  box-shadow:
    0 1.2rem 2.5rem rgba(15, 23, 42, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-page .home-service-card__top {
  grid-area: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
}

.home-page .home-service-card__content {
  position: relative;
  z-index: 1;
  grid-area: auto;
  display: grid;
  gap: 0.95rem;
  flex: 1 1 auto;
  min-height: 0;
}

.home-page .home-service-card__content .service-title,
.home-page .home-service-card__content .service-text,
.home-page .home-service-card__meta {
  grid-area: auto;
}

.home-page .home-service-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.home-page .home-service-card__chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #dbeafe;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

html[data-theme="light"] .home-page .home-service-card__chip {
  border-color: rgba(14, 165, 233, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: #0c4a6e;
}

.home-page .home-service-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  width: 100%;
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.home-page .home-service-card__meta-copy {
  max-width: 24rem;
  text-wrap: balance;
}

.home-page .home-service-card__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(125, 211, 252, 0.12);
  font-size: 1rem;
  line-height: 1;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

html[data-theme="light"] .home-page .home-service-card__meta-icon {
  border-color: rgba(14, 165, 233, 0.16);
  background: rgba(14, 165, 233, 0.1);
}

.home-page .home-service-link:hover .home-service-card__meta-icon,
.home-page .home-service-link:focus-visible .home-service-card__meta-icon {
  transform: translate(0.18rem, -0.12rem);
  border-color: rgba(125, 211, 252, 0.34);
  box-shadow: 0 0.75rem 1.35rem rgba(56, 189, 248, 0.18);
}

.home-page .home-service-link:hover .home-service-card--single,
.home-page .home-service-link:focus-visible .home-service-card--single {
  transform: translateY(-4px);
  border-color: rgba(125, 211, 252, 0.34);
  box-shadow:
    0 1.8rem 3.4rem rgba(2, 6, 23, 0.22),
    0 1rem 2rem rgba(56, 189, 248, 0.12);
}

html[data-theme="light"]
  .home-page
  .home-service-link:hover
  .home-service-card--single,
html[data-theme="light"]
  .home-page
  .home-service-link:focus-visible
  .home-service-card--single {
  border-color: rgba(14, 165, 233, 0.22);
  box-shadow:
    0 1.5rem 3rem rgba(14, 116, 144, 0.12),
    0 0.9rem 1.6rem rgba(14, 165, 233, 0.08);
}

.home-page .home-contact-grid.home-contact-grid--platform {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: stretch;
  width: min(100%, 72rem);
  margin: 0 auto;
}

.home-page .home-contact-intro {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 100%;
  padding: clamp(1.1rem, 1.5vw, 1.35rem);
  border-radius: 1.7rem;
}

.home-page .home-contact-intro .section-kicker,
.home-page #leistungen .section-kicker {
  margin: 0;
}

.home-page .home-contact-intro .section-title,
.home-page #leistungen .section-title {
  margin: 0;
  text-wrap: balance;
}

.home-page .home-contact-intro .contact-text__lead {
  margin: 0;
  max-width: 32ch;
}

.home-page .home-contact-intro .service-text {
  margin: 0;
}

.home-page .home-contact-panel {
  width: 100%;
  min-height: 100%;
}

.home-page .home-calendar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.home-page .home-calendar-card,
.home-page .home-calendar-detail {
  padding: 1.1rem;
  border-radius: 1.25rem;
  border: 1px solid var(--home-platform-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    var(--home-platform-surface);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.1);
}

.home-page #availabilityCalendar {
  min-height: 22rem;
}

.home-page .hero.hero--platform {
  margin-top: 0;
  margin-bottom: 0;
}

.home-page .hero.hero--platform .hero-surface--platform {
  min-height: 100vh;
  height: 100vh;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding: 0 clamp(1.5rem, 2.8vw, 2.6rem) 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  clip-path: inset(0);
  --hero-parallax-x: 0px;
  --hero-parallax-y: 0px;
  --hero-parallax-scroll: 0px;
}

.home-page .hero.hero--platform .hero-surface--platform::before,
.home-page .hero.hero--platform .hero-surface--platform::after {
  content: none;
}

.home-page .hero-parallax-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  pointer-events: none;
  --hero-parallax-scroll: 0px;
}

.home-page .hero-parallax-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.12), rgba(2, 6, 23, 0.42)),
    radial-gradient(
      circle at 50% 18%,
      rgba(56, 189, 248, 0.14),
      transparent 28%
    );
}

.home-page .hero-parallax-layer {
  position: absolute;
  inset: auto;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  transition:
    transform 0.18s linear,
    opacity 0.24s ease;
}

.home-page .hero-parallax-layer--aurora {
  inset: -12% -10% -8%;
  background:
    radial-gradient(
      circle at 18% 28%,
      rgba(34, 197, 94, 0.24),
      transparent 28%
    ),
    radial-gradient(
      circle at 82% 16%,
      rgba(14, 165, 233, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 50% 72%,
      rgba(59, 130, 246, 0.14),
      transparent 42%
    );
  filter: blur(8px);
  opacity: 0.92;
  transform: translate3d(
      calc(var(--hero-parallax-x) * -0.22),
      calc(
        var(--hero-parallax-y) * -0.16 + var(--hero-parallax-scroll) * -0.28
      ),
      0
    )
    scale(1.08);
}

.home-page .hero-parallax-layer--mesh {
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: clamp(3rem, 4vw, 4.5rem) clamp(3rem, 4vw, 4.5rem);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), transparent 88%);
  opacity: 0.22;
  transform: translate3d(
      calc(var(--hero-parallax-x) * -0.08),
      calc(
        var(--hero-parallax-y) * -0.08 + var(--hero-parallax-scroll) * -0.16
      ),
      0
    )
    scale(1.04);
}

.home-page .hero-parallax-layer--texture {
  top: 8%;
  left: 50%;
  width: min(120rem, 132vw);
  max-width: none;
  height: auto;
  opacity: 0.16;
  mix-blend-mode: screen;
  transform: translate3d(
      calc(-50% + var(--hero-parallax-x) * -0.12),
      calc(var(--hero-parallax-y) * -0.08 + var(--hero-parallax-scroll) * -0.1),
      0
    )
    scale(1.08);
}

.home-page .hero-parallax-layer--glow {
  top: var(--hero-portrait-top, clamp(3.25rem, 6.5vh, 6rem));
  left: clamp(1rem, 4vw, 4rem);
  width: var(--hero-portrait-size, clamp(14rem, 26vw, 24rem));
  height: var(--hero-portrait-size, clamp(14rem, 26vw, 24rem));
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.88;
  filter: saturate(1.08);
  box-shadow:
    0 1.2rem 2.4rem rgba(2, 6, 23, 0.22),
    0 0 0 0.45rem rgba(125, 211, 252, 0.06);
  transform: translate3d(
      calc(var(--hero-parallax-x) * -0.12),
      calc(var(--hero-parallax-y) * 0.16 + var(--hero-parallax-scroll) * -0.08),
      0
    )
    scale(1.01);
}

.home-page .hero-parallax-layer--sigil {
  left: 50%;
  bottom: clamp(6rem, 9vw, 8.5rem);
  width: clamp(18rem, 28vw, 28rem);
  opacity: 0.1;
  filter: drop-shadow(0 1.2rem 2.6rem rgba(14, 165, 233, 0.22));
  transform: translate3d(
      calc(-50% + var(--hero-parallax-x) * 0.18),
      calc(var(--hero-parallax-y) * 0.1 + var(--hero-parallax-scroll) * 0.34),
      0
    )
    rotate(-4deg);
}

.home-page .hero-parallax-layer--ring {
  top: var(--hero-portrait-top, clamp(3.25rem, 6.5vh, 6rem));
  left: clamp(1rem, 4vw, 4rem);
  width: var(--hero-portrait-ring-size, clamp(14rem, 26vw, 24rem));
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(125, 211, 252, 0.28);
  box-shadow:
    inset 0 0 0 1.5rem rgba(14, 165, 233, 0.04),
    0 0 0 0.7rem rgba(14, 165, 233, 0.03);
  opacity: 0.78;
  transform: translate3d(
      calc(var(--hero-parallax-x) * -0.26),
      calc(var(--hero-parallax-y) * 0.22 + var(--hero-parallax-scroll) * -0.18),
      0
    )
    rotate(12deg);
}

.home-page .hero.hero--platform .hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.35rem, 1.9vw, 2rem);
  width: min(100%, 68rem);
  justify-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  flex: 0 1 auto;
  padding: clamp(1.6rem, 2.8vw, 2.55rem) clamp(1.25rem, 3.8vw, 2.8rem)
    clamp(1.55rem, 2.5vw, 2.2rem);
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  overflow: hidden;
}

.home-page .hero.hero--platform .hero-card-portrait {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.home-page .hero.hero--platform .hero-card-portrait::before {
  content: "";
  position: absolute;
  inset: auto 8% 6% 8%;
  height: 72%;
  border-radius: calc(var(--hero-portrait-radius, 1.6rem) * 1.2);
  background:
    radial-gradient(
      circle at 25% 20%,
      rgba(125, 211, 252, 0.18),
      transparent 42%
    ),
    radial-gradient(
      circle at 78% 18%,
      rgba(45, 212, 191, 0.12),
      transparent 38%
    ),
    linear-gradient(180deg, rgba(8, 17, 29, 0.18), rgba(8, 17, 29, 0.04));
  filter: blur(18px);
  opacity: 0.95;
  pointer-events: none;
}

.home-page .hero.hero--platform .hero-card-portrait__frame {
  position: relative;
  width: clamp(10.5rem, 24vw, 15rem);
  aspect-ratio: 4 / 5;
  padding: 0.5rem;
  --hero-portrait-radius: clamp(1.35rem, 2vw, 1.9rem);
  border-radius: var(--hero-portrait-radius);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 30% 18%,
      rgba(125, 211, 252, 0.38),
      transparent 52%
    ),
    linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(8, 47, 73, 0.78));
  box-shadow:
    0 1.6rem 3rem rgba(2, 6, 23, 0.26),
    0 0 0 1px rgba(148, 163, 184, 0.16);
}

.home-page .hero.hero--platform .hero-card-portrait__frame::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border-radius: calc(var(--hero-portrait-radius) - 0.18rem);
  background:
    radial-gradient(
      circle at 50% 22%,
      rgba(255, 255, 255, 0.2),
      transparent 42%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(2, 6, 23, 0.12));
  z-index: 0;
}

.home-page .hero.hero--platform .hero-card-portrait__frame::after {
  content: "";
  position: absolute;
  inset: 0.22rem;
  border-radius: calc(var(--hero-portrait-radius) - 0.1rem);
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: none;
  box-shadow: inset 0 -2.2rem 3.8rem rgba(2, 6, 23, 0.16);
  pointer-events: none;
  z-index: 2;
}

.home-page .hero.hero--platform .hero-card-portrait__image {
  position: absolute;
  inset: 0.5rem;
  z-index: 1;
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  max-width: none;
  max-height: none;
  border-radius: calc(var(--hero-portrait-radius) - 0.18rem);
  object-fit: cover;
  object-position: 50% 8%;
  transform: scale(1.18);
  transform-origin: center top;
  filter: saturate(0.9) contrast(1.02) brightness(0.94);
  box-shadow:
    0 1rem 2rem rgba(2, 6, 23, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.home-page .hero.hero--platform .hero-content-body {
  display: grid;
  gap: clamp(1rem, 1.4vw, 1.55rem);
  align-content: start;
  justify-items: center;
  width: 100%;
}

.home-page .hero.hero--platform .hero-content::before {
  content: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(125, 211, 252, 0.14),
      transparent 32%
    ),
    linear-gradient(
      140deg,
      rgba(255, 255, 255, 0.05),
      transparent 22%,
      transparent 74%,
      rgba(45, 212, 191, 0.05)
    );
  pointer-events: none;
}

.home-page .hero.hero--platform .hero-content::after {
  content: none;
  position: absolute;
  left: clamp(1.25rem, 3vw, 2rem);
  top: clamp(1.05rem, 2.2vw, 1.35rem);
  width: clamp(4.25rem, 12vw, 6.8rem);
  height: 0.26rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(125, 211, 252, 0.92),
    rgba(45, 212, 191, 0.18)
  );
  opacity: 0.94;
  pointer-events: none;
}

.home-page .hero.hero--platform .hero-content > * {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.home-page .hero.hero--platform .hero-kicker {
  font-size: clamp(1.04rem, 0.38vw + 0.98rem, 1.22rem);
  padding: 0.76rem 1.18rem;
}

.home-page .hero.hero--platform h1 {
  max-width: 13ch;
  font-size: clamp(4.8rem, 7.8vw, 8.4rem);
  line-height: 0.84;
  letter-spacing: -0.05em;
  text-shadow: 0 0.24em 0.72em rgba(2, 6, 23, 0.28);
  text-wrap: balance;
}

.home-page .hero.hero--platform .hero-subtitle {
  max-width: 50rem;
  font-size: clamp(1.36rem, 1.15vw + 1.02rem, 1.95rem);
  line-height: 1.44;
  text-wrap: balance;
}

.home-page .hero.hero--platform .hero-copy {
  max-width: 48ch;
  margin: 0;
  font-size: clamp(1.18rem, 0.58vw + 1.04rem, 1.42rem);
  line-height: 1.6;
  color: rgba(232, 239, 247, 0.82);
  text-wrap: pretty;
}

.home-page .home-scroll-hint {
  margin: 0;
  max-width: 58ch;
  color: var(--home-platform-muted);
  font-size: 1.16rem;
  line-height: 1.72;
}

.home-page .home-section-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.95rem;
}

.home-page .home-section-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  min-height: 3.5rem;
  padding: 0.95rem 1.4rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(8, 17, 29, 0.3);
  color: var(--home-platform-text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.home-page .home-section-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  font-size: 2.5rem;
  line-height: 1;
}

html[data-theme="light"] .home-page .home-section-nav a {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(243, 248, 252, 0.94)
    ),
    rgba(255, 255, 255, 0.95);
}

.home-page .home-section-nav a:hover,
.home-page .home-section-nav a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.4);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.12);
  outline: none;
}

.home-page .home-main.home-main--minimal {
  display: grid;
  gap: clamp(3rem, 4.8vw, 5rem);
  width: 100%;
  max-width: none;
  margin: 0;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.home-page .home-main--minimal > .home-section--minimal,
.home-page .home-main--minimal > #profil {
  position: relative;
  display: grid;
  gap: clamp(1.8rem, 2.4vw, 2.4rem);
  align-content: start;
  width: min(100%, calc(100vw - 2 * var(--home-full-bleed-inline)));
  max-width: none;
  margin: 0 auto;
  min-height: clamp(20rem, 26vw, 25rem);
  padding: clamp(2.4rem, 3.6vw, 3.4rem) clamp(1.8rem, 3vw, 3rem);
  scroll-margin-top: calc(var(--page-shell-topnav-padding) + 1rem);
  border-radius: 2.25rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(8, 17, 29, 0.12);
  box-shadow: 0 1.6rem 3.2rem rgba(2, 6, 23, 0.14);
  overflow: hidden;
  backdrop-filter: blur(14px);
}

html[data-theme="light"]
  .home-page
  .home-main--minimal
  > .home-section--minimal,
html[data-theme="light"] .home-page .home-main--minimal > #profil {
  border-color: rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(247, 250, 252, 0.94)
    ),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 1.1rem 2.4rem rgba(15, 23, 42, 0.07);
}

.home-page .home-main--minimal > .home-section--minimal:not(:first-child),
.home-page .home-main--minimal > #profil {
  margin-top: clamp(0.5rem, 1vw, 0.9rem);
}

.home-page .home-main--minimal > #profil {
  border: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}

.home-page .home-main--minimal > .home-section--minimal::before,
.home-page .home-main--minimal > #profil::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: -1.85rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(125, 211, 252, 0),
    rgba(125, 211, 252, 0.5) 18%,
    rgba(125, 211, 252, 0.16) 50%,
    rgba(125, 211, 252, 0.5) 82%,
    rgba(125, 211, 252, 0)
  );
  pointer-events: none;
}

html[data-theme="light"]
  .home-page
  .home-main--minimal
  > .home-section--minimal::before,
html[data-theme="light"] .home-page .home-main--minimal > #profil::before {
  background: linear-gradient(
    90deg,
    rgba(14, 165, 233, 0),
    rgba(14, 165, 233, 0.28) 18%,
    rgba(14, 165, 233, 0.08) 50%,
    rgba(14, 165, 233, 0.28) 82%,
    rgba(14, 165, 233, 0)
  );
}

.home-page .home-main--minimal > .home-section--minimal:first-child::before {
  content: none;
}

.home-page .home-main--minimal > .home-section--minimal::after,
.home-page .home-main--minimal > #profil::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.9rem;
  background: linear-gradient(
    180deg,
    rgba(125, 211, 252, 0.08),
    rgba(125, 211, 252, 0)
  );
  pointer-events: none;
}

html[data-theme="light"]
  .home-page
  .home-main--minimal
  > .home-section--minimal::after,
html[data-theme="light"] .home-page .home-main--minimal > #profil::after {
  background: linear-gradient(
    180deg,
    rgba(14, 165, 233, 0.06),
    rgba(14, 165, 233, 0)
  );
}

html[data-theme="light"] .home-page .home-main--minimal > #profil {
  border: 0;
  background: none;
  box-shadow: none;
}

.home-page
  .home-main--minimal
  > #leistungen.home-section--services.home-section--minimal {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  gap: clamp(1.8rem, 2.4vw, 2.4rem);
  min-height: clamp(24rem, 30vw, 29rem);
  padding: clamp(2.6rem, 3.8vw, 3.6rem) clamp(1.9rem, 3vw, 3.2rem);
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: 0 1.6rem 3.2rem rgba(2, 6, 23, 0.14);
}

html[data-theme="light"]
  .home-page
  .home-main--minimal
  > #leistungen.home-section--services.home-section--minimal {
  border-color: rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(247, 250, 252, 0.94)
    ),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 1.1rem 2.4rem rgba(15, 23, 42, 0.07);
}

.home-page .home-section-head--minimal {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-bottom: 0.5rem;
  padding-bottom: 1.35rem;
}

.home-page .home-compact-grid,
.home-page .home-flow-grid,
.home-page .home-contact-simple {
  display: grid;
  gap: 1.2rem;
}

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

.home-page #leistungen.home-section--services .home-section-head--minimal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.home-page #leistungen.home-section--services .home-compact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 25rem), 1fr));
  gap: 1.2rem;
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-page #leistungen.home-section--services .home-compact-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.35rem minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.45rem 1.35rem;
  min-height: 0;
  width: 100%;
  padding: 1.8rem 1.75rem;
  border-radius: 1.65rem;
}

.home-page #leistungen.home-section--services .home-compact-card::before {
  content: "";
  display: block;
  grid-column: 1;
  grid-row: 1 / span 2;
  flex: 0 0 0.35rem;
  align-self: stretch;
  width: 0.35rem;
  min-height: 100%;
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--home-platform-accent), transparent);
}

.home-page #leistungen.home-section--services .home-compact-card h3 {
  grid-column: 2;
  margin: 0;
  font-size: clamp(1.14rem, 0.45vw + 1rem, 1.34rem);
  line-height: 1.22;
  align-self: start;
}

.home-page #leistungen.home-section--services .home-compact-card__icon {
  display: none;
}

.home-page #leistungen.home-section--services .home-compact-card p {
  grid-column: 2;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.72;
  align-self: start;
}

.home-page .home-compact-card,
.home-page .home-flow-card,
.home-page .home-profile-card,
.home-page .home-why-card,
.home-page .home-contact-link {
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02)
    ),
    var(--home-platform-surface);
  box-shadow: 0 0.9rem 1.8rem rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .home-page .home-compact-card,
html[data-theme="light"] .home-page .home-flow-card,
html[data-theme="light"] .home-page .home-profile-card,
html[data-theme="light"] .home-page .home-why-card,
html[data-theme="light"] .home-page .home-contact-link {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.99),
      rgba(246, 249, 252, 0.96)
    ),
    rgba(255, 255, 255, 0.96);
}

.home-page .home-compact-card,
.home-page .home-flow-card,
.home-page .home-why-card {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  min-height: 14rem;
  padding: 1.7rem 1.6rem;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.home-page .home-compact-card h3,
.home-page .home-flow-card h3,
.home-page .home-profile-card h3 {
  margin: 0;
  font-size: clamp(1.08rem, 0.5vw + 0.98rem, 1.26rem);
  line-height: 1.25;
  color: var(--home-platform-text);
}

.home-page .home-compact-card p,
.home-page .home-flow-card p,
.home-page .home-profile-card p,
.home-page .home-why-card p {
  margin: 0;
  font-size: 1rem;
  color: var(--home-platform-muted);
  line-height: 1.65;
}

.home-page .home-compact-card:hover,
.home-page .home-compact-card:focus-within,
.home-page .home-flow-card:hover,
.home-page .home-flow-card:focus-within,
.home-page .home-why-card:hover,
.home-page .home-why-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.28);
  box-shadow: 0 1.3rem 2.6rem rgba(15, 23, 42, 0.12);
}

.home-page .home-profile-card {
  display: grid;
  gap: 1.4rem;
  padding: clamp(1.4rem, 2vw, 1.8rem);
}

.home-page #profil {
  gap: 0;
}

.home-page #profil > .home-profile-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.home-page #profil > #kontakt.home-profile-contact {
  display: grid;
  gap: clamp(1.2rem, 2vw, 1.6rem);
  margin: 0;
  min-height: 0;
  padding-top: clamp(1.4rem, 2vw, 1.8rem);
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  scroll-margin-top: calc(var(--page-shell-topnav-padding) + 1rem);
}

html[data-theme="light"] .home-page #profil > #kontakt.home-profile-contact {
  border-top-color: rgba(148, 163, 184, 0.22);
}

.home-page .home-profile-card__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.28rem;
  align-items: start;
}

.home-page .home-profile-card__header h3 {
  color: #f4f8fc;
}

.home-page .home-profile-card__header p {
  color: rgba(232, 239, 247, 0.82);
  margin-top: 0.3rem;
}

html[data-theme="light"] .home-page .home-profile-card__header h3 {
  color: #10233c;
}

html[data-theme="light"] .home-page .home-profile-card__header p {
  color: rgba(39, 59, 85, 0.84);
}

.home-page .home-profile-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 1rem 1.15rem;
  margin: 0;
}

.home-page .home-profile-facts div {
  padding-top: 0.95rem;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.home-page .home-profile-facts dt {
  margin: 0 0 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-platform-accent);
}

.home-page .home-profile-facts dd {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  color: var(--home-platform-text);
}

.home-page .home-flow-grid {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.home-page .home-flow-card {
  position: relative;
  min-height: 13rem;
}

.home-page .home-why-card {
  width: 100%;
  max-width: none;
  min-height: 0;
}

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

.home-page .home-contact-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "icon eyebrow"
    "icon title";
  gap: 0.3rem 0.95rem;
  min-height: 8.75rem;
  padding: 1.3rem 1.25rem;
  align-content: start;
  align-items: start;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.home-page .home-contact-link__icon-wrap {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 1.25rem;
  border: 0;
  background: var(
    --home-contact-icon-bg,
    linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(14, 165, 233, 0.08))
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-page .home-contact-link__icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex: 0 0 auto;
}

.home-page .home-contact-link__icon-wrap--phone {
  color: #f8fafc;
}

.home-page .home-contact-link__glyph {
  font-size: 1.75rem;
  line-height: 1;
}

.home-page .home-contact-link__eyebrow {
  grid-area: eyebrow;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-platform-accent);
}

.home-page .home-contact-link strong {
  grid-area: title;
  font-size: 1.08rem;
  line-height: 1.4;
  color: var(--home-platform-text);
}

.home-page .home-contact-link--email {
  --home-contact-icon-bg: linear-gradient(
    135deg,
    rgba(234, 67, 53, 0.24),
    rgba(251, 188, 5, 0.18) 42%,
    rgba(52, 168, 83, 0.14) 72%,
    rgba(66, 133, 244, 0.18)
  );
  --home-contact-icon-border: rgba(234, 67, 53, 0.3);
}

.home-page .home-contact-link--whatsapp {
  --home-contact-icon-bg: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.2),
    rgba(22, 163, 74, 0.14)
  );
  --home-contact-icon-border: rgba(74, 222, 128, 0.24);
}

.home-page .home-contact-link--proton {
  --home-contact-icon-bg: linear-gradient(
    135deg,
    rgba(109, 74, 255, 0.24),
    rgba(170, 142, 255, 0.16)
  );
  --home-contact-icon-border: rgba(147, 112, 255, 0.28);
}

.home-page .home-contact-link--signal {
  --home-contact-icon-bg: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.22),
    rgba(37, 99, 235, 0.16)
  );
  --home-contact-icon-border: rgba(96, 165, 250, 0.26);
}

.home-page .home-contact-link--telegram {
  --home-contact-icon-bg: linear-gradient(
    135deg,
    rgba(14, 165, 233, 0.24),
    rgba(2, 132, 199, 0.16)
  );
  --home-contact-icon-border: rgba(56, 189, 248, 0.28);
}

.home-page .home-contact-link--phone {
  --home-contact-icon-bg: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.24),
    rgba(5, 150, 105, 0.18)
  );
  --home-contact-icon-border: rgba(74, 222, 128, 0.28);
}

.home-page .home-contact-link--phone .home-contact-link__glyph {
  color: #ecfdf5;
  text-shadow: 0 0.35rem 0.8rem rgba(6, 95, 70, 0.24);
}

html[data-theme="light"] .home-page .home-contact-link__icon-wrap {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 0.55rem 1.1rem rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .home-page .hero-parallax-scene::before {
  background:
    linear-gradient(
      180deg,
      rgba(248, 250, 252, 0.2),
      rgba(226, 232, 240, 0.34)
    ),
    radial-gradient(
      circle at 50% 18%,
      rgba(14, 165, 233, 0.16),
      transparent 26%
    );
}

html[data-theme="light"] .home-page .hero-parallax-layer--mesh {
  background-image:
    linear-gradient(rgba(14, 165, 233, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 233, 0.08) 1px, transparent 1px);
  opacity: 0.3;
}

html[data-theme="light"] .home-page .hero-parallax-layer--texture {
  opacity: 0.11;
  mix-blend-mode: multiply;
}

html[data-theme="light"] .home-page .hero-parallax-layer--glow {
  opacity: 0.42;
}

html[data-theme="light"] .home-page .hero-parallax-layer--sigil {
  opacity: 0.08;
}

html[data-theme="light"] .home-page .hero-parallax-layer--ring {
  border-color: rgba(14, 165, 233, 0.2);
  box-shadow:
    inset 0 0 0 1.5rem rgba(14, 165, 233, 0.03),
    0 0 0 0.7rem rgba(14, 165, 233, 0.02);
}

html[data-theme="light"] .home-page .hero.hero--platform .hero-content {
  border: 0;
}

html[data-theme="light"]
  .home-page
  .hero.hero--platform
  .hero-card-portrait__frame {
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(56, 189, 248, 0.3),
      transparent 58%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(226, 238, 248, 0.92)
    );
  box-shadow:
    0 1.4rem 3rem rgba(14, 116, 144, 0.14),
    0 0 0 1px rgba(148, 163, 184, 0.18);
}

html[data-theme="light"]
  .home-page
  .hero.hero--platform
  .hero-card-portrait::before {
  background:
    radial-gradient(
      circle at 24% 20%,
      rgba(14, 165, 233, 0.12),
      transparent 42%
    ),
    radial-gradient(
      circle at 76% 18%,
      rgba(20, 184, 166, 0.08),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.42),
      rgba(226, 238, 248, 0.12)
    );
  opacity: 0.85;
}

html[data-theme="light"]
  .home-page
  .hero.hero--platform
  .hero-card-portrait__frame::after {
  border-color: rgba(14, 165, 233, 0.16);
  background: none;
  box-shadow: inset 0 -1.8rem 3rem rgba(148, 163, 184, 0.14);
}

html[data-theme="light"]
  .home-page
  .hero.hero--platform
  .hero-card-portrait__image {
  filter: saturate(0.9) contrast(1.02) brightness(0.97);
}

html[data-theme="light"] .home-page .hero.hero--platform .hero-content::before {
  background:
    radial-gradient(
      circle at top right,
      rgba(14, 165, 233, 0.12),
      transparent 30%
    ),
    linear-gradient(
      140deg,
      rgba(255, 255, 255, 0.42),
      transparent 22%,
      transparent 74%,
      rgba(14, 165, 233, 0.05)
    );
}

html[data-theme="light"] .home-page .hero.hero--platform .hero-content::after {
  background: linear-gradient(
    90deg,
    rgba(14, 165, 233, 0.78),
    rgba(20, 184, 166, 0.12)
  );
}

html[data-theme="light"] .home-page .hero.hero--platform h1 {
  text-shadow: 0 0.22em 0.65em rgba(186, 230, 253, 0.62);
}

html[data-theme="light"] .home-page .hero.hero--platform .hero-copy {
  color: rgba(39, 59, 85, 0.82);
}

.home-page .home-contact-link:hover,
.home-page .home-contact-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(14, 165, 233, 0.24);
  box-shadow: 0 1.1rem 2rem rgba(15, 23, 42, 0.12);
}

.site-footer .footer-domain-note {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.42rem 0;
  color: rgba(148, 163, 184, 0.92);
  font-size: 0.82rem;
  text-decoration: none;
}

html[data-theme="light"] .site-footer .footer-domain-note {
  color: rgba(71, 85, 105, 0.9);
}

@media (max-width: 1099px) {
  .home-page
    .home-main--minimal
    > #leistungen.home-section--services.home-section--minimal {
    order: 1;
  }

  .home-page .home-main--minimal > #profil {
    order: 2;
  }
}

@media (min-width: 1100px) {
  .home-page .hero.hero--platform .hero-surface--platform {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    justify-content: center;
    padding-left: clamp(2rem, 5vw, 5rem);
    padding-right: clamp(2rem, 5vw, 5rem);
  }

  .home-page .hero.hero--platform .hero-content {
    width: min(100%, 74rem);
    grid-template-columns: clamp(14rem, 18vw, 17rem) minmax(0, 1fr);
    align-items: start;
    justify-items: stretch;
    text-align: left;
    gap: clamp(1.8rem, 2.2vw, 2.8rem);
    padding: clamp(2.1rem, 2.6vw, 3rem) clamp(2.35rem, 5vw, 4.25rem)
      clamp(2rem, 2.4vw, 2.75rem);
  }

  .home-page .hero.hero--platform .hero-card-portrait {
    width: auto;
  }

  .home-page .hero.hero--platform .hero-card-portrait__frame {
    width: clamp(14rem, 18vw, 17rem);
  }

  .home-page .hero.hero--platform .hero-content-body {
    justify-items: start;
    text-align: left;
  }

  .home-page .hero.hero--platform h1 {
    max-width: 12ch;
    font-size: clamp(5.6rem, 4.8vw, 8.6rem);
    line-height: 0.86;
    text-wrap: balance;
  }

  .home-page .hero.hero--platform .hero-subtitle {
    max-width: 62rem;
    font-size: clamp(1.52rem, 0.75vw + 1.1rem, 2.08rem);
    line-height: 1.46;
  }

  .home-page .hero.hero--platform .hero-copy {
    max-width: 64ch;
    font-size: clamp(1.28rem, 0.5vw + 1.1rem, 1.56rem);
  }

  .home-page .hero-actions--primary {
    gap: 1.1rem;
    grid-template-columns: repeat(2, minmax(15rem, max-content));
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
  }

  .home-page .home-main.home-main--minimal {
    grid-template-columns: minmax(0, 1.5fr) minmax(20rem, 0.9fr);
    column-gap: clamp(1.6rem, 2vw, 2.2rem);
    row-gap: 0;
    align-items: start;
  }

  .home-page .home-main--minimal > .home-section--minimal {
    min-height: clamp(22rem, 30vw, 27rem);
  }

  .home-page
    .home-main--minimal
    > #leistungen.home-section--services.home-section--minimal,
  .home-page .home-main--minimal > #profil {
    margin-top: 0;
  }

  .home-page .home-main--minimal > .home-section--minimal:not(#leistungen) {
    grid-column: 1 / -1;
  }

  .home-page
    .home-main--minimal
    > #leistungen.home-section--services.home-section--minimal {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 2.25rem;
    min-height: clamp(26rem, 32vw, 31rem);
  }

  .home-page #leistungen.home-section--services .home-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.3rem, 1.3vw, 1.8rem);
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .home-page .home-main--minimal > #profil {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    margin: 0;
    min-height: 0;
    align-self: start;
  }

  .home-page .home-main--minimal > #profil::before {
    content: none;
  }
}

@media (min-width: 1400px) {
  .home-page .hero.hero--platform .hero-surface--platform {
    width: 100vw;
    max-width: 100vw;
    padding-left: clamp(2.4rem, 5vw, 6rem);
    padding-right: clamp(2.4rem, 5vw, 6rem);
  }

  .home-page .hero.hero--platform .hero-content {
    width: min(100%, 78rem);
    grid-template-columns: clamp(15rem, 18vw, 18rem) minmax(0, 1fr);
  }

  .home-page .hero.hero--platform h1 {
    max-width: 12.5ch;
    font-size: clamp(6.4rem, 4.2vw, 9rem);
    line-height: 0.84;
  }

  .home-page .hero.hero--platform .hero-subtitle {
    max-width: 62rem;
    font-size: clamp(1.72rem, 0.7vw + 1.2rem, 2.2rem);
  }

  .home-page .hero.hero--platform .hero-copy {
    max-width: 66ch;
    font-size: clamp(1.34rem, 0.38vw + 1.14rem, 1.68rem);
  }
}

@media (min-width: 1600px) {
  .home-page .hero.hero--platform .hero-surface--platform {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: clamp(3rem, 5.5vw, 7rem);
    padding-right: clamp(3rem, 5.5vw, 7rem);
  }

  .home-page .hero.hero--platform .hero-content {
    width: min(100%, 82rem);
    grid-template-columns: clamp(16rem, 18vw, 19rem) minmax(0, 1fr);
  }

  .home-page .hero.hero--platform h1 {
    max-width: 13ch;
    font-size: clamp(7rem, 3.6vw, 9.8rem);
    line-height: 0.82;
  }

  .home-page .hero.hero--platform .hero-subtitle {
    max-width: 64rem;
    font-size: clamp(1.84rem, 0.56vw + 1.3rem, 2.32rem);
  }

  .home-page .hero.hero--platform .hero-copy {
    max-width: 70ch;
    font-size: clamp(1.42rem, 0.32vw + 1.22rem, 1.78rem);
  }
}

@media (max-width: 72rem) {
  .home-page .home-section-head--minimal {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 767.98px) {
  .home-page .hero.hero--platform.hero--parallax {
    padding-left: 0;
    padding-right: 0;
  }

  .home-page .hero.hero--platform.hero--parallax .hero-surface--platform {
    padding-left: 0;
    padding-right: 0;
  }

  .home-page .hero.hero--platform .hero-surface--platform {
    width: min(100%, calc(100vw - 1.5rem));
    min-height: max(30rem, calc(100svh - var(--topnav-offset, 0px) - 1rem));
    height: auto;
    justify-content: center;
    border-radius: 0;
  }

  .home-page .hero-parallax-layer--texture {
    width: 180vw;
    opacity: 0.12;
  }

  .home-page .hero-parallax-layer--sigil {
    width: clamp(12rem, 38vw, 16rem);
    bottom: 7.5rem;
    opacity: 0.08;
  }

  .home-page .hero.hero--platform .hero-content {
    gap: clamp(0.9rem, 3vw, 1.25rem);
    width: min(100%, calc(100vw - 1.5rem));
    padding: clamp(1.15rem, 4vw, 1.35rem) clamp(1rem, 4vw, 1.2rem)
      clamp(1.2rem, 4vw, 1.35rem);
    border-radius: 1.35rem;
    box-shadow: none;
  }

  .home-page .hero.hero--platform .hero-card-portrait__frame {
    width: clamp(8.75rem, 34vw, 11rem);
    padding: 0.4rem;
  }

  .home-page .hero.hero--platform .hero-content-body {
    gap: 0.95rem;
  }

  .home-page .hero.hero--platform .hero-content::after {
    left: 1rem;
    width: 3.5rem;
  }

  .home-page .hero.hero--platform h1,
  .home-page #hero-title {
    max-width: min(9.5ch, 100%);
    font-size: clamp(1.8rem, 6.6vw + 0.4rem, 2.65rem);
    line-height: 0.94;
    letter-spacing: -0.045em;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .home-page .hero.hero--platform .hero-subtitle {
    max-width: min(100%, 32rem);
    font-size: clamp(1rem, 2.8vw + 0.55rem, 1.28rem);
    line-height: 1.42;
  }

  .home-page .hero.hero--platform .hero-copy {
    max-width: min(100%, 31rem);
    font-size: clamp(0.95rem, 1.8vw + 0.55rem, 1.08rem);
    line-height: 1.55;
  }

  .home-page .home-compact-grid,
  .home-page .home-flow-grid,
  .home-page .home-contact-simple,
  .home-page .home-profile-facts {
    grid-template-columns: 1fr;
  }

  .home-page .home-section-nav {
    width: 100%;
  }

  .home-page .home-section-nav a {
    flex: 1 1 calc(50% - 0.75rem);
  }

  .home-page .home-main--minimal > .home-section--minimal,
  .home-page .home-main--minimal > #profil {
    width: min(100%, calc(100vw - 1.5rem));
    min-height: 0;
    padding: 1.55rem 1.1rem 1.25rem;
    border-radius: 1.25rem;
  }

  .home-page .home-main--minimal > .home-section--minimal::before,
  .home-page .home-main--minimal > #profil::before {
    top: -1rem;
    left: 6%;
    right: 6%;
  }

  .home-page
    .home-main--minimal
    > #leistungen.home-section--services.home-section--minimal {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 1.7rem 1.15rem 1.3rem;
    border-radius: 0;
  }

  .home-page .home-main--minimal > #profil {
    padding-top: 0.95rem;
  }

  .home-page #leistungen.home-section--services .home-compact-card {
    grid-template-columns: 0.35rem 1fr;
    align-items: start;
    gap: 0.45rem 1.1rem;
  }

  .home-page #leistungen.home-section--services .home-compact-card h3,
  .home-page #leistungen.home-section--services .home-compact-card p {
    align-self: start;
  }
}

@media (max-width: 64rem) {
  .home-page #leistungen.home-section--services .home-compact-grid {
    grid-template-columns: 1fr;
  }

  .home-page #leistungen.home-section--services .home-compact-card {
    grid-template-columns: 3rem 1fr;
    gap: 1.3rem 0.95rem;
    padding: 1.45rem 1.2rem 1.25rem;
  }

  .home-page #leistungen.home-section--services .home-compact-card::before {
    grid-row: 1;
    flex: 0 0 auto;
    width: 3rem;
    min-height: 0.28rem;
    height: 0.28rem;
  }

  .home-page #leistungen.home-section--services .home-compact-card h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .home-page #leistungen.home-section--services .home-compact-card__icon {
    display: inline-grid;
    grid-column: 1;
    grid-row: 2;
    place-items: center;
    justify-self: center;
    align-self: start;
    width: 2.25rem;
    height: 2.25rem;
    margin-top: 0.08rem;
    border-radius: 0.72rem;
    border: 1px solid rgba(125, 211, 252, 0.45);
    background:
      linear-gradient(180deg, rgba(125, 211, 252, 0.34), rgba(56, 189, 248, 0.14)),
      rgba(15, 23, 42, 0.34);
    color: #e0f2fe;
    box-shadow:
      0 0.75rem 1.35rem rgba(14, 165, 233, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
    font-size: 1.04rem;
    font-weight: 900;
    line-height: 1;
  }

  .home-page #leistungen.home-section--services .home-compact-card p {
    grid-column: 2;
    grid-row: 2;
  }

  .home-page .home-profile-card__header {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media (max-width: 48rem) {
  .home-page .home-main--minimal > #profil {
    margin-top: -2.4rem;
    padding-top: 0.45rem;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1099px) {
  .home-page .hero.hero--platform .hero-kicker,
  .home-page .hero.hero--platform .hero-subtitle,
  .home-page .hero.hero--platform .hero-copy,
  .home-page .hero.hero--platform h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (min-width: 1100px) {
  .home-page .hero.hero--platform .hero-kicker,
  .home-page .hero.hero--platform .hero-subtitle,
  .home-page .hero.hero--platform .hero-copy,
  .home-page .hero.hero--platform h1 {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

@media (max-width: 1099px) {
  .home-page .hero.hero--platform .hero-actions--primary {
    width: auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1100px) {
  .home-page .hero.hero--platform .hero-actions--primary {
    width: auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .home-page .hero.hero--platform .hero-content {
    display: block;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: clamp(1.45rem, 2.8vw, 1.95rem) clamp(1.3rem, 2.8vw, 1.85rem)
      clamp(1.45rem, 2.8vw, 1.95rem);
  }

  .home-page .hero.hero--platform .hero-card-portrait {
    float: left;
    width: clamp(12rem, 28vw, 15rem);
    margin: 0 clamp(1.2rem, 2.6vw, 1.65rem) 0.9rem 0;
    shape-outside: inset(0 round 1.6rem);
  }

  .home-page .hero.hero--platform .hero-card-portrait__frame {
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .home-page .hero.hero--platform .hero-card-portrait__image {
    object-position: 50% 35%;
    transform: scale(1.12);
    transform-origin: center center;
  }

  .home-page .hero.hero--platform .hero-content-body {
    display: block;
    width: auto;
  }

  .home-page .hero.hero--platform .hero-content-body > * + * {
    margin-top: clamp(0.75rem, 1.5vw, 1rem);
  }

  .home-page .hero.hero--platform h1,
  .home-page .hero.hero--platform .hero-subtitle,
  .home-page .hero.hero--platform .hero-copy {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .home-page .hero.hero--platform h1 {
    font-size: clamp(2.9rem, 4.8vw, 4.3rem);
    line-height: 0.92;
    max-width: 10ch;
  }

  .home-page .hero.hero--platform .hero-subtitle {
    font-size: clamp(1.04rem, 0.7vw + 0.9rem, 1.28rem);
    line-height: 1.42;
  }

  .home-page .hero.hero--platform .hero-copy {
    font-size: clamp(0.98rem, 0.3vw + 0.92rem, 1.08rem);
    line-height: 1.56;
  }

  .home-page .hero.hero--platform .hero-actions--primary {
    clear: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .home-page .hero.hero--platform .hero-actions--primary > a {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .home-page .hero.hero--platform .hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(7.2rem, 29vw, 8.8rem);
    grid-template-areas:
      "title title"
      ". portrait"
      "subtitle subtitle"
      "copy copy"
      "actions actions";
    align-items: center;
    justify-items: stretch;
    text-align: left;
    gap: 0.7rem 1.15rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 0.95rem 1.1rem;
    border-radius: 1.45rem;
  }

  .home-page .hero.hero--platform .hero-card-portrait {
    grid-area: portrait;
    width: 100%;
    align-self: center;
    justify-self: end;
    justify-content: flex-end;
    margin-top: 0;
    padding-left: 0.6rem;
  }

  .home-page .hero.hero--platform .hero-card-portrait::after {
    content: "";
    position: absolute;
    left: 0.12rem;
    top: 0.4rem;
    bottom: 0.4rem;
    width: 1px;
    border-radius: 999px;
    background: linear-gradient(
      180deg,
      rgba(125, 211, 252, 0),
      rgba(125, 211, 252, 0.55),
      rgba(45, 212, 191, 0.18),
      rgba(125, 211, 252, 0)
    );
  }

  .home-page .hero.hero--platform .hero-card-portrait__frame {
    width: 100%;
    aspect-ratio: 4 / 4.8;
    padding: 0.34rem;
    --hero-portrait-radius: 1.15rem;
  }

  .home-page .hero.hero--platform .hero-card-portrait__image {
    object-position: 50% 38%;
    transform: scale(1.12);
    transform-origin: center center;
  }

  .home-page .hero.hero--platform .hero-content-body {
    display: contents;
    width: auto;
  }

  .home-page .hero.hero--platform h1,
  .home-page #hero-title {
    grid-area: title;
    max-width: 100%;
    width: 100%;
    grid-column: 1 / -1;
    margin: 0;
    align-self: center;
    text-align: left;
    font-size: clamp(1.68rem, 4.8vw + 0.55rem, 2.35rem);
    line-height: 0.94;
    letter-spacing: -0.03em;
    text-wrap: balance;
  }

  .home-page .hero.hero--platform .hero-subtitle {
    grid-area: subtitle;
    max-width: none;
    margin: 0;
    text-align: left;
    grid-column: 1 / -1;
    font-size: clamp(0.98rem, 1vw + 0.8rem, 1.14rem);
    line-height: 1.38;
  }

  .home-page .hero.hero--platform .hero-copy {
    grid-area: copy;
    max-width: none;
    margin: 0.3rem 0 0;
    text-align: left;
    grid-column: 1 / -1;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .home-page .hero.hero--platform .hero-actions--primary {
    grid-area: actions;
    grid-column: 1 / -1;
    width: 100%;
    margin: 0.85rem 0 0;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    justify-content: stretch;
  }

  .home-page .hero.hero--platform .hero-actions--primary > a {
    min-width: 0;
    width: 100%;
  }

  .home-page .hero.hero--platform .hero-content::after {
    left: 0.95rem;
    top: 0.82rem;
    width: 2.75rem;
  }
}

.home-page #hero-title {
  margin: 0;
  width: 100%;
  max-width: 100%;
  max-inline-size: 100%;
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

@media (min-width: 1100px) {
  .home-page #hero-title {
    max-inline-size: 100%;
    font-size: clamp(5rem, 4.5vw, 8.8rem);
    line-height: 0.85;
    letter-spacing: -0.048em;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .home-page #hero-title {
    max-inline-size: 100%;
    font-size: clamp(2.7rem, 5vw, 4.15rem);
    line-height: 0.93;
    letter-spacing: -0.04em;
  }
}

@media (max-width: 767.98px) {
  .home-page #hero-title {
    max-inline-size: none;
    font-size: clamp(1.72rem, 5vw + 0.55rem, 2.5rem);
    line-height: 0.96;
    letter-spacing: -0.032em;
  }
}

.home-page .home-calendar-legend,
.home-page .home-calendar-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-page .home-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 1rem 0 1.1rem;
}

.home-page .home-calendar-legend li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--home-platform-muted);
}

.home-page .home-calendar-dot {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 999px;
}

.home-page .home-calendar-dot--free {
  background: #34d399;
}

.home-page .home-calendar-dot--busy {
  background: #f59e0b;
}

.home-page .home-calendar-dot--unavailable {
  background: #94a3b8;
}

.home-page .home-calendar-dot--holiday {
  background: #f87171;
}

.home-page .home-calendar-detail {
  display: grid;
  gap: 0.9rem;
}

.home-page .home-calendar-detail h3,
.home-page .home-calendar-detail p {
  margin: 0;
}

.home-page .home-calendar-detail-list {
  display: grid;
  gap: 0.75rem;
}

.home-page .home-calendar-detail-list li {
  display: grid;
  gap: 0.4rem;
  padding: 0.8rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.14);
}

@media (max-width: 72rem) {
  .home-page .home-calendar-layout {
    grid-template-columns: 1fr;
  }
}
