* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

html,
body,
#__nuxt {
  min-height: 100%;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: #1f1f1f;
  background-color: #f3f0ee;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#__nuxt {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#__nuxt > .app-shell {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  animation: none !important;
  transition: none !important;
}

[id] {
  scroll-margin-top: 20px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: #fff;
  color: #1f1f1f;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

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

h1,
h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(48px, 7vw, 80px);
  line-height: 0.86;
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.75;
  letter-spacing: -0.05em;
}

p,
li,
input,
textarea,
button,
label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

p,
li {
  font-size: 16px;
  line-height: 1.6;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 1024px) {
  .container {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 12px;
  }
}
header {
  background-image: var(--site-header-bg-image, url(assets/img/theteam.webp));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 70vh;
  min-height: 560px;
  max-height: 630px;
  position: relative;
  color: #fff;
}

header .container {
  position: relative;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
}

.site-header--subpage {
  background-color: #000;
}

.site-header--subpage::before {
  content: none;
}

.site-header--subpage .container {
  height: 100%;
}

.site-header--subpage .logo {
  display: none;
}

@media (max-width: 1024px) {
  header {
    min-height: 520px;
  }
  .site-header--subpage {
    min-height: 520px;
  }
}
@media (max-width: 768px) {
  header {
    height: 68vh;
    height: 68svh;
    min-height: 500px;
    max-height: 580px;
    background-image: url(assets/img/team-insurvision.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 16%;
  }
  header .container {
    min-height: 100%;
    padding-top: 10px;
  }
  header .container::before {
    content: "";
    position: fixed;
    top: calc(10px + env(safe-area-inset-top));
    left: 12px;
    right: 12px;
    height: 40px;
    background: #04986c;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease;
  }
  body.has-mobile-sticky-nav header .container::before {
    opacity: 1;
  }
  .site-header--subpage {
    min-height: 500px;
    background-image: var(--site-header-bg-image, url(assets/img/team-insurvision.webp));
  }
  .site-header--subpage .container::before {
    opacity: 1;
  }
  .site-header--subpage .logo {
    position: fixed;
    top: calc(10px + env(safe-area-inset-top));
    left: 12px;
    z-index: 6;
    height: 40px;
    display: flex;
    align-items: center;
    max-width: 190px;
    padding-left: 14px;
  }
  .site-header--subpage .logo img {
    width: 176px;
  }
  .site-header--subpage .logo p {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  header .container::before {
    content: "";
    position: fixed;
    top: calc(10px + env(safe-area-inset-top));
    left: 12px;
    right: 12px;
    height: 40px;
    background: #04986c;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease;
  }
  body.has-mobile-sticky-nav header .container::before,
  .site-header--subpage .container::before {
    opacity: 1;
  }
  .site-header--subpage .logo,
  body.has-mobile-sticky-nav .logo {
    position: fixed;
    top: calc(10px + env(safe-area-inset-top));
    left: 12px;
    z-index: 6;
    height: 40px;
    display: flex;
    align-items: center;
    max-width: 190px;
    padding-left: 14px;
  }
  .site-header--subpage .logo img,
  body.has-mobile-sticky-nav .logo img {
    width: 176px;
  }
  .site-header--subpage .logo p,
  body.has-mobile-sticky-nav .logo p {
    display: none;
  }
}
body.menu-open {
  overflow: hidden;
  touch-action: none;
}

.menu-toggle {
  --menu-box-size: 40px;
  --menu-icon-size: 32px;
  --menu-line-inner-padding: 4px;
  --menu-line-thickness: 1px;
  --menu-line-gap: 5px;
  --menu-line-offset: calc(var(--menu-line-gap) + var(--menu-line-thickness));
  --menu-line-length: calc(var(--menu-icon-size) - (var(--menu-line-inner-padding) * 2));
  display: none;
  align-items: center;
  justify-content: center;
  width: var(--menu-box-size);
  height: var(--menu-box-size);
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #04986c;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.menu-toggle-icon {
  width: var(--menu-icon-size);
  height: var(--menu-icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.menu-toggle-line,
.menu-toggle-line::before,
.menu-toggle-line::after {
  content: "";
  display: block;
  width: var(--menu-line-length);
  height: var(--menu-line-thickness);
  border-radius: 0;
  background-color: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle-line {
  position: relative;
}

.menu-toggle-line::before {
  position: absolute;
  top: calc(var(--menu-line-offset) * -1);
  left: 0;
}

.menu-toggle-line::after {
  position: absolute;
  top: var(--menu-line-offset);
  left: 0;
}

.menu-toggle[aria-expanded=true] .menu-toggle-line {
  background-color: transparent;
}

.menu-toggle[aria-expanded=true] .menu-toggle-line::before {
  transform: translateY(var(--menu-line-offset)) rotate(45deg);
}

.menu-toggle[aria-expanded=true] .menu-toggle-line::after {
  transform: translateY(calc(var(--menu-line-offset) * -1)) rotate(-45deg);
}

.menu-toggle[aria-expanded=true] {
  box-shadow: none;
}

.navbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #04986c;
  padding: 4px 5px 4px 0;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
}

.navbar-brand,
.navbar-social {
  display: none;
}

.navbar-brand {
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
}

.navbar-brand img {
  display: block;
  width: auto;
  height: 14px;
}

.navbar-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-links .nav-link {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 1px 3px 1px 5px;
  text-decoration: none;
  line-height: 0.7;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.navbar-links .nav-link:hover {
  background-color: #ddd;
  color: #000;
}

.navbar .nav-link:focus-visible,
.menu-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.navbar-social {
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-links li,
.navbar-social li {
  list-style: none;
}

.navbar-links li {
  font-size: 0;
  line-height: 0;
}

.navbar-dropdown {
  position: relative;
  width: 100%;
}

.navbar-dropdown summary {
  list-style: none;
  cursor: pointer;
}

.navbar-dropdown summary::-webkit-details-marker {
  display: none;
}

.navbar-dropdown summary::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
}

.navbar-submenu {
  display: grid;
  gap: 5px;
  min-width: 0;
  margin: 0;
  padding: 5px 0 0 5px;
  list-style: none;
  position: static;
  background: transparent;
  box-shadow: none;
  z-index: 14;
}

.navbar-dropdown:not([open]) .navbar-submenu {
  display: none;
}

.navbar-submenu li {
  width: 100%;
}

.navbar-submenu .nav-link {
  width: 100%;
}

.navbar-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  opacity: 0.96;
}

.navbar-social-link svg {
  width: 12px;
  height: 12px;
  display: block;
  fill: currentColor;
}

.navbar-social-link:hover,
.navbar-social-link:focus-visible {
  opacity: 1;
}

.nav-backdrop {
  display: none;
}

@media (min-width: 1025px) {
  body.has-sticky-nav {
    padding-top: var(--desktop-sticky-nav-height, 0px);
  }
  .navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(100%, 1240px);
    height: 24px;
    min-height: 24px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    justify-content: stretch;
    overflow: visible;
    gap: 8px;
    padding: 0 6px;
    box-shadow: none;
    z-index: 12;
  }
  .navbar.is-sticky .navbar-brand,
  .navbar.is-sticky .navbar-social {
    display: flex;
  }
  .navbar.is-sticky .navbar-brand {
    padding: 0;
  }
  .navbar.is-sticky .navbar-links {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 0;
    gap: 1px;
    overflow: visible;
    scrollbar-width: none;
  }
  .navbar.is-sticky .navbar-links::-webkit-scrollbar {
    display: none;
  }
  .navbar.is-sticky .navbar-links .nav-link {
    font-size: 12px;
    line-height: 1;
    padding: 2px 6px;
  }
  .navbar.is-sticky .navbar-dropdown summary::after {
    width: 5px;
    height: 5px;
    margin-left: 4px;
  }
  .navbar.is-sticky .navbar-dropdown {
    width: auto;
  }
  .navbar.is-sticky .navbar-submenu {
    min-width: 260px;
    padding: 7px 8px 8px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #04986c;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
  }
  .navbar.is-sticky .navbar-brand img {
    height: 14px;
  }
  .navbar.is-sticky .navbar-social-link svg {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 1024px) {
  .menu-toggle {
    display: inline-flex;
    top: 10px;
    right: 10px;
    background-color: #04986c;
    border: 0;
    backdrop-filter: none;
  }
  .navbar {
    position: fixed;
    top: calc(66px + env(safe-area-inset-top));
    right: 12px;
    width: min(72vw, 320px);
    max-height: calc(100svh - 84px - env(safe-area-inset-top));
    overflow-y: auto;
    padding: 11px 9px;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
    transform: translateX(108%) scale(0.985);
    transform-origin: top right;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.2s ease;
    z-index: 8;
  }
  body.has-mobile-sticky-nav .menu-toggle,
  .site-header--subpage .menu-toggle {
    position: fixed;
    top: calc(10px + env(safe-area-inset-top));
    right: 12px;
    background-color: transparent;
    z-index: 12;
  }
  .navbar-dropdown,
  .navbar-submenu {
    width: 100%;
  }
  .navbar-submenu {
    position: static;
    box-shadow: none;
    padding: 5px 0 0 6px;
    background: transparent;
  }
  .navbar.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-links {
    width: 100%;
    gap: 3px;
  }
  .navbar-links li {
    width: 100%;
  }
  .navbar-links .nav-link {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 3px 10px 4px;
    line-height: 0.7;
    border-radius: 0;
  }
  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1.5px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 7;
  }
  .nav-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 768px) {
  .menu-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #04986c;
    z-index: 12;
  }
  .navbar {
    top: calc(56px + env(safe-area-inset-top));
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100svh - 66px - env(safe-area-inset-top));
  }
  .navbar-links {
    gap: 3px;
  }
  .navbar-links .nav-link {
    font-size: 14px;
    padding: 4px 10px 5px;
    line-height: 0.7;
  }
  body.has-mobile-sticky-nav .menu-toggle {
    position: fixed;
    top: calc(10px + env(safe-area-inset-top));
    right: 12px;
    background-color: transparent;
    z-index: 12;
  }
  .site-header--subpage .menu-toggle {
    position: fixed;
    top: calc(10px + env(safe-area-inset-top));
    right: 12px;
    background-color: transparent;
  }
  body.menu-open .logo {
    opacity: 0;
    pointer-events: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu-toggle-line,
  .menu-toggle-line::before,
  .menu-toggle-line::after,
  .navbar,
  .nav-backdrop {
    transition: none;
  }
}
main {
  flex: 1 0 auto;
  position: relative;
  isolation: isolate;
  background-color: #f3f0ee;
}

main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 1280px);
  aspect-ratio: 1280/1707;
  transform: translateX(-50%);
  background-image: url(assets/img/background-green2.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 0;
}

main > .container {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

footer {
  background-color: #cac1be;
  color: #1f1f1f;
  text-align: center;
  padding: 10px;
  width: 100%;
  bottom: 0;
}

.logo {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  color: #fff;
  text-decoration: none;
  max-width: 300px;
  z-index: 12;
  pointer-events: auto;
}

.logo img {
  width: 274px;
  height: auto;
}

.logo p {
  margin-top: -3px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -5%;
  text-transform: uppercase;
  line-height: 15px;
}

@media (max-width: 1024px) {
  .logo {
    max-width: 230px;
  }
  .logo img {
    width: 215px;
  }
  .logo p {
    font-size: 12px;
    line-height: 1.05;
  }
}
@media (max-width: 768px) {
  .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 12;
    max-width: 205px;
    height: auto;
    display: block;
    padding-left: 0;
  }
  .logo img {
    width: 190px;
  }
  .logo p {
    display: block;
    font-size: 11px;
    line-height: 1.04;
  }
  body.has-mobile-sticky-nav .logo {
    position: fixed;
    top: calc(10px + env(safe-area-inset-top));
    left: 12px;
    z-index: 12;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 14px;
  }
  body.has-mobile-sticky-nav .logo img {
    width: 176px;
  }
  body.has-mobile-sticky-nav .logo p {
    display: none;
  }
}
.hero h1 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin: 0;
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -5%;
  line-height: 0.86;
  text-wrap: balance;
}

.hero-title {
  display: inline-block;
}

.hero-txt {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  height: 100%;
  max-width: 650px;
  color: #fff;
  position: absolute;
  bottom: 78px;
  left: 10px;
  z-index: 2;
}

.hero-cta-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 120px;
  z-index: 2;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  filter: blur(4px);
  will-change: opacity, transform, filter;
  animation: hero-cta-block-in 680ms cubic-bezier(0.18, 0.86, 0.28, 1) forwards !important;
  animation-delay: 920ms !important;
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: clamp(40px, 6vw, 60px);
  }
  .hero-txt {
    bottom: 92px;
    max-width: min(66vw, 560px);
  }
  .hero-cta-block {
    right: 100px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-cta-block {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none !important;
  }
}
@keyframes hero-cta-block-in {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: clamp(36px, 10vw, 50px);
    line-height: 0.9;
    max-width: 12ch;
  }
  .hero-txt {
    bottom: 112px;
    max-width: min(74vw, 340px);
  }
  .hero-cta-block {
    right: auto;
    gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    max-width: min(74vw, 280px);
  }
}
.title-motion {
  position: relative;
}

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

.title-motion-visual {
  display: block;
}

.title-motion-line {
  display: block;
}

.title-motion--hero .title-motion-line {
  opacity: 0;
  transform: translate3d(0, 0.48em, 0);
  filter: blur(5px);
  will-change: opacity, transform, filter;
  animation: title-motion-hero-line-in 820ms cubic-bezier(0.18, 0.86, 0.28, 1) forwards !important;
  animation-delay: calc(var(--line-index) * 115ms + 140ms) !important;
}

@media (prefers-reduced-motion: reduce) {
  .title-motion--hero .title-motion-line {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none !important;
  }
}
@keyframes title-motion-hero-line-in {
  from {
    opacity: 0;
    transform: translate3d(0, 0.48em, 0);
    filter: blur(5px);
  }
  72% {
    opacity: 1;
    transform: translate3d(0, -0.025em, 0);
    filter: blur(0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding: 15px 28px;
  border: 0;
  border-radius: 0;
  margin: 0;
  appearance: none;
  cursor: pointer;
  transition: transform 120ms ease, opacity 120ms ease, background-color 120ms ease;
}

.btn:hover {
  opacity: 0.94;
}

.btn:focus-visible {
  outline: 2px solid rgba(31, 31, 31, 0.7);
  outline-offset: 2px;
}

.btn-red {
  background-color: #bc4034;
}

.btn-pink {
  background-color: #cc749c;
}

.cta-button {
  grid-column: 1/3;
  text-align: center;
  margin-top: 20px;
}

.cta-button a {
  display: inline-flex;
}

.btn-primary {
  background-color: #d85b9e;
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #c74887;
}

@media (max-width: 1024px) {
  .btn {
    font-size: 14px;
    min-height: 48px;
    padding: 12px 20px;
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 13px;
    min-height: 44px;
    padding: 10px 16px;
  }
  .hero-cta-block .btn {
    align-self: flex-start;
    justify-content: flex-start;
    margin: 0;
    width: fit-content;
    max-width: 100%;
    text-align: left;
  }
}
.siegel-block {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
}

.siegel-block > * + * {
  margin-top: 10px;
}

.siegel-block img {
  width: 85%;
  height: auto;
}

@media (max-width: 1024px) {
  .siegel-block {
    width: 84px;
  }
}
@media (max-width: 768px) {
  .siegel-block {
    display: none;
  }
  .siegel-block > * + * {
    margin-top: 6px;
  }
}
.trust-partners-section {
  position: relative;
  z-index: 5;
  isolation: isolate;
  margin-top: 0;
  margin-right: -20px;
  margin-bottom: 12px;
  margin-left: -20px;
}

.trust-partners-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #fff;
}

.trust-partners-badges-mobile {
  display: none;
}

.trust-partners-strip {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 30px;
  padding: 3px 12px;
  border: 0;
  background-color: transparent;
  overflow-x: auto;
}

.trust-partners-rating {
  height: 28px;
  width: auto;
  flex: 0 0 auto;
  margin-right: auto;
}

.trust-partners-logo {
  width: auto;
  flex: 0 0 auto;
}

.trust-partners-logo-janitos {
  height: 23px;
}

.trust-partners-logo-nrv {
  height: 22px;
}

.trust-partners-divider {
  color: rgba(31, 31, 31, 0.52);
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 1;
  user-select: none;
}

.trust-partners-dmb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 0 0 auto;
}

.trust-partners-dmb-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  flex: 0 0 auto;
}

.trust-partners-dmb-text {
  height: 21px;
  width: auto;
  min-width: 220px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .trust-partners-section {
    margin-top: 0;
    margin-right: -16px;
    margin-left: -16px;
  }
  .trust-partners-strip {
    gap: 10px;
    padding: 3px 10px;
  }
  .trust-partners-rating {
    height: 24px;
  }
  .trust-partners-logo-janitos {
    height: 20px;
  }
  .trust-partners-logo-nrv {
    height: 18px;
  }
  .trust-partners-dmb-text {
    height: 17px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .trust-partners-strip {
    overflow-x: visible;
  }
}
@media (max-width: 768px) {
  .trust-partners-section {
    margin-top: 0;
    margin-right: -12px;
    margin-bottom: 16px;
    margin-left: -12px;
    background-color: #fff;
  }
  .trust-partners-badges-mobile {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 14px 18px 12px;
    margin-bottom: 0;
    background-color: #fff;
  }
  .trust-partners-badges-mobile img {
    width: 67px;
    height: auto;
  }
  .trust-partners-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
    padding: 8px 14px 12px;
  }
  .trust-partners-divider {
    display: none;
  }
  .trust-partners-rating {
    order: 1;
    flex: 0 0 100%;
    height: 25px;
    margin-right: 0;
  }
  .trust-partners-logo-janitos {
    order: 2;
  }
  .trust-partners-logo-nrv {
    order: 2;
  }
  .trust-partners-dmb {
    order: 3;
    justify-content: center;
    flex: 1 0 100%;
  }
  .trust-partners-dmb-text {
    min-width: 0;
    width: min(100%, 260px);
    height: auto;
  }
}
.services-section {
  position: relative;
  margin: 0 0 252px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  align-items: start;
  --services-section-title-size: clamp(42px, 5vw, 72px);
  --services-section-title-line-height: 0.86;
  --services-section-title-letter-spacing: -0.05em;
  --services-intro-size: clamp(14px, 1.02vw, 18px);
  --services-card-title-size: clamp(24px, 3.3vw, 36px);
  --services-card-title-line-height: 0.88;
  --services-card-title-letter-spacing: -0.1em;
  --services-card-copy-size: 16px;
  --services-card-copy-line-height: 0.94;
  --services-card-copy-letter-spacing: -0.012em;
  --services-card-padding: 8px;
  --services-card-number-right: 8px;
  --services-card-number-bottom: 8px;
  --services-card-mobile-height: 340px;
}

.home-page > .services-section + .testimonials-section {
  margin-top: 0;
}

.services-left-top {
  grid-column: 1/4;
  grid-row: 1;
}

.services-left-top p {
  margin-top: -3px;
  font-size: var(--services-intro-size);
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 0.96;
}

.services-left-bottom {
  grid-column: 1/7;
  grid-row: 2;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
}

.services-title {
  font-family: "Poppins", sans-serif;
  margin: 0;
  margin-top: auto;
  font-size: var(--services-section-title-size);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--services-section-title-letter-spacing);
  line-height: var(--services-section-title-line-height);
}

.services-grid-top {
  grid-column: 4/13;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.services-grid-bottom {
  grid-column: 7/13;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.services-grid-bottom .cta-button {
  grid-column: 1/-1;
  margin-top: 0;
}

.services-grid-bottom .cta-button a {
  display: flex;
  width: 100%;
  justify-content: center;
}

.services-grid-bottom .cta-button .btn-primary {
  border-radius: 0;
  background-color: #cc749c;
}

.services-grid-bottom .cta-button .btn-primary:hover {
  background-color: #cc749c;
}

.service-card {
  padding: var(--services-card-padding);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(22px, 2.1vw, 40px);
  min-height: var(--services-card-mobile-height);
  height: var(--services-card-mobile-height);
  overflow: hidden;
  isolation: isolate;
}

.service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: var(--services-card-title-size);
  font-weight: 200;
  line-height: var(--services-card-title-line-height);
  letter-spacing: var(--services-card-title-letter-spacing);
  text-wrap: balance;
}

.service-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 18ch;
  font-size: var(--services-card-copy-size);
  font-weight: 400;
  text-transform: uppercase;
  line-height: var(--services-card-copy-line-height);
  letter-spacing: var(--services-card-copy-letter-spacing);
}

.service-card strong {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.service-card__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  color: inherit;
  text-decoration: none;
}

.service-card__link:focus-visible,
.service-card__overlay-link:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: -6px;
}

.card-number {
  position: absolute;
  right: var(--services-card-number-right);
  bottom: var(--services-card-number-bottom);
  z-index: 1;
  font-family: "Space Grotesk", sans-serif;
  font-size: 140px;
  font-weight: 300;
  color: rgba(31, 31, 31, 0.38);
  opacity: 0.9;
  line-height: 0.8;
  pointer-events: none;
}

.card-1 {
  background-color: #B9C0E3;
}
.card-1 .card-number {
  color: #5B6286;
}

.card-2 {
  background-color: #E7BFD2;
}
.card-2 .card-number {
  color: #915A74;
}

.card-3 {
  background-color: #86A888;
}
.card-3 .card-number {
  color: #356959;
}

.card-4 {
  background-color: #CA8780;
}
.card-4 .card-number {
  color: #934A42;
}

.card-5 {
  background-color: #CFBD88;
}
.card-5 .card-number {
  color: #806B39;
}

@media (max-width: 1024px) {
  .services-section {
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
    margin-bottom: 144px;
    --services-section-title-size: clamp(36px, 3.9vw, 56px);
    --services-intro-size: clamp(13px, 1.1vw, 16px);
    --services-card-title-size: clamp(24px, 3.7vw, 36px);
    --services-card-mobile-height: 312px;
  }
  .services-left-top {
    grid-column: 1/4;
    grid-row: 1;
  }
  .services-left-bottom {
    grid-column: 1/7;
    grid-row: 2;
    min-height: var(--services-card-mobile-height);
  }
  .services-grid-top {
    grid-column: 4/13;
    grid-row: 1;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
  .services-grid-bottom {
    grid-column: 7/13;
    grid-row: 2;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    row-gap: 15px;
  }
  .services-grid-bottom .cta-button {
    align-self: stretch;
  }
  .services-grid-bottom .cta-button .btn-primary {
    min-height: 52px;
  }
  .card-number {
    right: var(--services-card-number-right);
    bottom: var(--services-card-number-bottom);
    font-size: 112px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .services-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 144px;
    --services-section-title-size: clamp(52px, 6.8vw, 68px);
    --services-section-title-line-height: 0.88;
    --services-intro-size: 16px;
    --services-card-title-size: clamp(34px, 5.1vw, 44px);
    --services-card-copy-size: 16px;
    --services-card-copy-line-height: 0.94;
    --services-card-padding: 8px;
    --services-card-mobile-height: 360px;
  }
  .services-left-top {
    grid-column: 1/-1;
    grid-row: auto;
    order: 1;
    max-width: 360px;
    margin-bottom: -2px;
  }
  .services-left-top p {
    line-height: 0.95;
  }
  .services-left-bottom {
    grid-column: 1/-1;
    grid-row: auto;
    order: 2;
    min-height: 0;
    max-width: 760px;
    padding-bottom: 0;
  }
  .services-title {
    max-width: 13ch;
  }
  .services-grid-top,
  .services-grid-bottom {
    display: contents;
  }
  .service-card {
    grid-column: auto;
    min-height: var(--services-card-mobile-height);
    height: var(--services-card-mobile-height);
    gap: 28px;
  }
  .service-card h3 {
    max-width: 13.5ch;
    line-height: 0.88;
    letter-spacing: -0.085em;
  }
  .service-card p {
    max-width: min(20ch, 100% - 112px);
  }
  .card-1 {
    order: 3;
  }
  .card-2 {
    order: 4;
  }
  .card-3 {
    order: 5;
  }
  .card-4 {
    order: 6;
  }
  .card-5 {
    order: 7;
  }
  .services-grid-bottom .cta-button {
    grid-column: 1/-1;
    order: 8;
    align-self: stretch;
    margin-top: 0;
  }
  .services-grid-bottom .cta-button .btn-primary {
    min-height: 56px;
  }
  .card-number {
    right: var(--services-card-number-right);
    bottom: var(--services-card-number-bottom);
    font-size: 132px;
  }
}
@media (max-width: 768px) {
  .services-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
    --services-section-title-size: clamp(34px, 9.5vw, 48px);
    --services-intro-size: clamp(14px, 4vw, 16px);
    --services-card-title-size: clamp(28px, 8.2vw, 34px);
    --services-card-title-line-height: 1;
    --services-card-title-letter-spacing: -0.045em;
    --services-card-copy-size: 15px;
    --services-card-copy-line-height: 1.16;
    --services-card-copy-letter-spacing: -0.01em;
    --services-card-padding: 8px;
    margin-bottom: 72px;
    --services-card-mobile-height: auto;
  }
  .services-left-top {
    grid-column: 1;
    grid-row: 1;
    order: 1;
    max-width: 252px;
    margin-bottom: -10px;
  }
  .services-left-bottom {
    grid-column: 1;
    grid-row: 2;
    order: 2;
    justify-content: flex-start;
    padding-bottom: 0;
    margin-top: -20px;
    max-width: 252px;
  }
  .services-grid-top {
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: repeat(1, 1fr);
    order: 3;
    margin-top: 2px;
  }
  .services-grid-bottom {
    grid-column: 1;
    grid-row: 4;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    row-gap: 24px;
    order: 4;
  }
  .services-grid-bottom .card-4,
  .services-grid-bottom .card-5 {
    grid-column: auto;
  }
  .service-card {
    min-height: clamp(280px, 74vw, 340px);
    height: auto;
    gap: 22px;
  }
  .service-card p {
    max-width: min(24ch, 100% - 96px);
    font-weight: 500;
  }
  .service-card h3 {
    max-width: 18ch;
    font-weight: 400;
  }
  .services-title {
    line-height: 0.9;
  }
  .card-number {
    font-size: 112px;
    right: var(--services-card-number-right);
    bottom: var(--services-card-number-bottom);
  }
  .services-grid-bottom .cta-button {
    grid-column: 1/-1;
    margin-top: 0;
  }
}
.testimonials-section {
  margin: 5rem 0 72px;
}

.testimonials-board {
  border: 0;
  padding: 0;
  background: transparent;
}

.testimonials-header {
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 16px 32px;
  align-items: start;
}

.testimonials-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.86;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  max-width: 16ch;
}

.testimonials-subtitle {
  margin: -3px 0 0;
  max-width: 34ch;
  justify-self: end;
  align-self: start;
  font-size: clamp(14px, 1.02vw, 18px);
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 0.96;
}

.testimonials-kpi {
  margin-top: 20px;
  padding: 14px 0 16px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  border: 0;
}

.testimonials-header + .testimonials-kpi {
  margin-top: 252px;
}

.testimonials-kpi-value {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(68px, 8vw, 140px);
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: -0.1em;
  color: #5b6286;
}

.testimonials-kpi-label {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.1em;
  max-width: 14ch;
  color: #5b6286;
}

.testimonials-accordion {
  height: 400px;
  min-height: 400px;
  display: flex;
  align-items: stretch;
  border-top: 1px solid rgba(31, 31, 31, 0.15);
  background-color: #d7d8ef;
}

.testimonial-card {
  position: relative;
  height: 100%;
  flex: 0 0 96px;
  min-width: 96px;
  overflow: hidden;
  background-color: var(--testimonial-bg, #d7d8ef);
  border-right: 1px solid rgba(255, 255, 255, 0.82);
  transition: flex-basis 0.34s ease, min-width 0.34s ease;
}

.testimonial-card:last-child {
  border-right: 0;
}

.testimonial-card.is-active {
  flex: 1 1 auto;
  min-width: 520px;
}

.testimonial-card-toggle {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}

.testimonial-tab {
  position: absolute;
  inset: 16px 0 16px;
  padding: 0 12px;
  display: grid;
  justify-items: center;
  align-content: end;
  gap: 8px;
  pointer-events: none;
  z-index: 3;
}

.testimonial-company {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

.testimonial-name {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

.testimonial-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
  gap: 16px 24px;
  padding: 14px 18px 16px;
  opacity: 0;
  transform: translateX(18px);
  transition: opacity 0.24s ease, transform 0.26s ease;
  pointer-events: none;
}

.testimonial-card.is-active .testimonial-card-content {
  opacity: 1;
  transform: translateX(0);
}

.testimonial-card.is-active .testimonial-card-toggle {
  inset: 0 auto 0 0;
  width: 52px;
}

.testimonial-card.is-active .testimonial-tab {
  display: none;
}

.testimonial-card.is-active .testimonial-company,
.testimonial-card.is-active .testimonial-name {
  writing-mode: horizontal-tb;
  transform: none;
}

.testimonial-card.is-active .testimonial-company {
  font-size: 11px;
}

.testimonial-card.is-active .testimonial-name {
  font-size: 16px;
}

.testimonial-photo {
  margin: 0;
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: start;
  justify-self: end;
  max-width: 220px;
}

.testimonial-photo img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  filter: grayscale(1);
}

.testimonial-copy {
  grid-column: 1;
  grid-row: 1/span 2;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-content: stretch;
  gap: 10px;
  min-height: 100%;
}

.testimonial-quote {
  margin: 0;
  max-width: 24ch;
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.1em;
}

.testimonial-meta {
  margin: 0;
  display: grid;
  gap: 3px;
  font-size: 14px;
  align-self: end;
}

.testimonial-meta strong {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 2.4vw, 44px);
  line-height: 0.9;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.testimonial-meta span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1;
}

.testimonial-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.testimonial-card-toggle:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.mobile-carousel-controls {
  display: none;
}

.mobile-carousel-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.mobile-carousel-dot {
  width: 9px;
  height: 9px;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.14);
  cursor: pointer;
}

.mobile-carousel-dot.is-active {
  background: #b9c0e3;
}

.mobile-carousel-next {
  border: 0;
  background: transparent;
  padding: 0;
  color: #1f1f1f;
  font-family: "Space Grotesk", sans-serif;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .testimonials-section {
    margin-top: 3.5rem;
    margin-bottom: 56px;
  }
  .testimonials-header {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .testimonials-subtitle {
    margin-top: 0;
    justify-self: start;
    max-width: 52ch;
  }
  .testimonials-kpi {
    margin-top: 14px;
    padding: 10px 0 12px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonials-header + .testimonials-kpi {
    margin-top: 72px;
  }
  .testimonials-kpi-label {
    margin: 0;
    max-width: 18ch;
  }
  .testimonials-accordion {
    height: auto;
    min-height: 0;
    border-top: 0;
    background: transparent;
    display: grid;
    gap: 12px;
    padding: 12px 18px 18px;
  }
  .testimonial-card,
  .testimonial-card.is-active {
    min-width: 0;
    flex: 1 1 auto;
    border-right: 0;
    border: 1px solid rgba(31, 31, 31, 0.14);
  }
  .testimonial-card-toggle,
  .testimonial-card.is-active .testimonial-card-toggle {
    width: 100%;
    z-index: 1;
  }
  .testimonial-card-content,
  .testimonial-card.is-active .testimonial-card-content {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .testimonial-tab,
  .testimonial-card.is-active .testimonial-tab {
    position: relative;
    inset: auto;
    padding: 14px 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .testimonial-company,
  .testimonial-name,
  .testimonial-card.is-active .testimonial-company,
  .testimonial-card.is-active .testimonial-name {
    writing-mode: horizontal-tb;
    transform: none;
  }
  .testimonial-name,
  .testimonial-card.is-active .testimonial-name {
    font-size: 20px;
  }
  .testimonial-card-content {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 10px 16px 16px;
  }
  .testimonial-photo {
    max-width: 100%;
  }
  .testimonial-photo img {
    height: min(50vw, 280px);
    width: 100%;
  }
  .testimonial-quote {
    font-size: clamp(18px, 5vw, 26px);
    max-width: none;
  }
  .testimonial-meta strong {
    font-size: clamp(28px, 8vw, 44px);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .testimonials-section {
    margin-top: 4rem;
    margin-bottom: 64px;
  }
  .testimonials-header {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    gap: 16px 24px;
  }
  .testimonials-title {
    font-size: clamp(52px, 6.6vw, 68px);
  }
  .testimonials-subtitle {
    justify-self: end;
    max-width: 34ch;
  }
  .testimonials-kpi {
    flex-direction: row;
    align-items: flex-end;
    gap: 14px;
    margin-top: 18px;
  }
  .testimonials-header + .testimonials-kpi {
    margin-top: 144px;
  }
  .testimonials-kpi-value {
    font-size: clamp(92px, 11vw, 124px);
  }
  .testimonials-kpi-label {
    max-width: 14ch;
    margin-bottom: 8px;
    font-size: clamp(28px, 4vw, 36px);
  }
  .testimonials-accordion {
    height: 380px;
    min-height: 380px;
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-top: 1px solid rgba(31, 31, 31, 0.15);
    background-color: #d7d8ef;
  }
  .testimonial-card,
  .testimonial-card.is-active {
    height: 100%;
    flex: 0 0 clamp(76px, 9vw, 92px);
    min-width: clamp(76px, 9vw, 92px);
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.82);
  }
  .testimonial-card:last-child {
    border-right: 0;
  }
  .testimonial-card.is-active {
    flex: 1 1 auto;
    min-width: min(520px, 100% - 160px);
  }
  .testimonial-card-toggle,
  .testimonial-card.is-active .testimonial-card-toggle {
    position: absolute;
    inset: 0;
    width: auto;
    z-index: 5;
  }
  .testimonial-card.is-active .testimonial-card-toggle {
    inset: 0 auto 0 0;
    width: 48px;
  }
  .testimonial-card-content,
  .testimonial-card.is-active .testimonial-card-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(144px, 190px);
    gap: 14px 18px;
    height: 100%;
    min-height: 100%;
    padding: 14px 16px 16px;
    opacity: 0;
    transform: translateX(18px);
    pointer-events: none;
  }
  .testimonial-card.is-active .testimonial-card-content {
    opacity: 1;
    transform: translateX(0);
  }
  .testimonial-tab,
  .testimonial-card.is-active .testimonial-tab {
    position: absolute;
    inset: 16px 0 16px;
    padding: 0 10px;
    display: grid;
    justify-items: center;
    align-content: end;
    gap: 8px;
  }
  .testimonial-card.is-active .testimonial-tab {
    display: none;
  }
  .testimonial-company,
  .testimonial-name,
  .testimonial-card.is-active .testimonial-company,
  .testimonial-card.is-active .testimonial-name {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
  }
  .testimonial-company,
  .testimonial-card.is-active .testimonial-company {
    font-size: 10px;
  }
  .testimonial-name,
  .testimonial-card.is-active .testimonial-name {
    font-size: clamp(20px, 2.8vw, 24px);
  }
  .testimonial-photo {
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: start;
    justify-self: end;
    max-width: 190px;
  }
  .testimonial-photo img {
    height: min(43vw, 332px);
    width: 100%;
  }
  .testimonial-copy {
    grid-column: 1;
    grid-row: 1/span 2;
    display: grid;
  }
  .testimonial-quote {
    max-width: 23ch;
    font-size: clamp(19px, 2.5vw, 24px);
    line-height: 0.96;
  }
  .testimonial-meta strong {
    font-size: clamp(30px, 4vw, 40px);
  }
}
@media (max-width: 768px) {
  .testimonials-accordion.is-mobile-carousel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 0 4px;
  }
  .testimonials-accordion.is-mobile-carousel::-webkit-scrollbar {
    display: none;
  }
  .testimonials-accordion.is-mobile-carousel .testimonial-card,
  .testimonials-accordion.is-mobile-carousel .testimonial-card.is-active {
    flex: 0 0 100%;
    min-width: 100%;
    border: 0;
    scroll-snap-align: start;
  }
  .testimonials-accordion.is-mobile-carousel .testimonial-card-toggle,
  .testimonials-accordion.is-mobile-carousel .testimonial-card.is-active .testimonial-card-toggle,
  .testimonials-accordion.is-mobile-carousel .testimonial-tab,
  .testimonials-accordion.is-mobile-carousel .testimonial-card.is-active .testimonial-tab {
    display: none;
  }
  .testimonials-accordion.is-mobile-carousel .testimonial-card-content,
  .testimonials-accordion.is-mobile-carousel .testimonial-card.is-active .testimonial-card-content {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 102px);
    grid-template-rows: auto minmax(84px, 1fr) auto;
    gap: 10px 12px;
    min-height: clamp(380px, 98vw, 410px);
    padding: 10px 10px 16px;
  }
  .testimonials-accordion.is-mobile-carousel .testimonial-photo {
    grid-column: 2;
    grid-row: 1/3;
    align-self: start;
    justify-self: end;
    max-width: 102px;
    width: 100%;
  }
  .testimonials-accordion.is-mobile-carousel .testimonial-photo img {
    height: clamp(210px, 59vw, 240px);
    width: 100%;
    object-fit: cover;
  }
  .testimonials-accordion.is-mobile-carousel .testimonial-copy {
    display: contents;
  }
  .testimonials-accordion.is-mobile-carousel .testimonial-quote {
    grid-column: 1;
    grid-row: 1/3;
    max-width: min(229px, 100%);
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.1em;
    align-self: start;
  }
  .testimonials-accordion.is-mobile-carousel .testimonial-meta {
    grid-column: 1/-1;
    grid-row: 3;
    width: 100%;
    align-self: end;
    gap: 2px;
  }
  .testimonials-accordion.is-mobile-carousel .testimonial-meta strong {
    font-size: clamp(30px, 7.8vw, 36px);
  }
  .testimonials-accordion.is-mobile-carousel .testimonial-meta span {
    font-size: 14px;
    line-height: 1;
  }
  .mobile-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 6px;
  }
  .mobile-carousel-next {
    font-size: 44px;
  }
  .testimonials-carousel-controls {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-items: center;
    gap: 0;
  }
  .testimonials-carousel-controls .mobile-carousel-dots {
    grid-column: 2;
  }
  .testimonials-carousel-controls .mobile-carousel-next {
    position: relative;
    grid-column: 3;
    justify-self: end;
    width: 86px;
    height: 24px;
    font-size: 0;
  }
  .testimonials-carousel-controls .mobile-carousel-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 86px;
    height: 2px;
    background-color: currentColor;
    transform: translateY(-50%);
  }
  .testimonials-carousel-controls .mobile-carousel-next::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
  }
}
.pain-points-section {
  margin: 0 0 80px;
  background-color: #f3f0f2;
  border: 0;
}

.pain-points-inner {
  padding: 26px 26px 34px;
}

.pain-points-visual {
  position: relative;
  margin-top: 8px;
}

.pain-points-cluster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 44px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.pain-point-bubble {
  --bubble-bg: none;
  position: relative;
  width: min(100%, 540px);
  padding: clamp(32px, 2.4vw, 50px) clamp(24px, 2.1vw, 36px);
  display: flex;
  align-items: center;
  isolation: isolate;
  z-index: 1;
}

.pain-point-bubble::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bubble-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.bubble-a {
  justify-self: start;
  max-width: 500px;
  aspect-ratio: 430/357;
  --bubble-bg: url('assets/img/elemente/ellipse-links-oben.svg');
}

.bubble-b {
  justify-self: end;
  max-width: 550px;
  aspect-ratio: 494/296;
  --bubble-bg: url('assets/img/elemente/ellipse-rechts-oben.svg');
}

.bubble-c {
  justify-self: start;
  max-width: 530px;
  aspect-ratio: 479/338;
  --bubble-bg: url('assets/img/elemente/ellipse-links-unten.svg');
}

.bubble-d {
  justify-self: end;
  max-width: 520px;
  aspect-ratio: 472/348;
  --bubble-bg: url('assets/img/elemente/ellipse-rechts-unten.svg');
}

.pain-point-bubble p {
  margin: 0;
  width: min(100%, 420px);
  max-width: 420px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.pain-points-hub {
  position: absolute;
  left: 50%;
  top: calc(44% + 36px);
  transform: translate(-50%, -50%);
  width: min(58vw, 643px);
  display: grid;
  place-items: center;
  z-index: 3;
  pointer-events: none;
}

.pain-points-hub-graphic {
  display: block;
  width: 100%;
  height: auto;
}

.pain-points-hub-graphic--mobile {
  display: none;
}

.pain-points-hub--mobile {
  display: none;
}

.pain-points-hub-text {
  position: absolute;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 1vw, 28px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 15ch;
}

.pain-points-conclusion {
  width: min(100%, 840px);
  margin: 34px auto 0;
  display: grid;
  justify-items: start;
  gap: 18px;
}

.pain-points-title {
  margin: 0;
  width: 100%;
  max-width: 18ch;
  font-family: "Poppins", sans-serif;
  font-size: clamp(36px, 6.6vw, 64px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-align: left;
}

.pain-points-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 14px 20px;
}

.pain-points-cta .btn {
  min-width: 300px;
  text-align: center;
}

@media (max-width: 1024px) {
  .pain-points-inner {
    padding: 22px 20px 30px;
  }
  .pain-point-bubble {
    padding: 28px 28px;
  }
  .pain-points-hub {
    top: calc(45% + 36px);
    width: min(62vw, 560px);
  }
  .pain-points-hub-text {
    font-size: clamp(24px, 2.6vw, 34px);
  }
  .pain-points-title {
    font-size: clamp(44px, 6vw, 72px);
  }
  .pain-points-cta .btn {
    min-width: 248px;
  }
}
@media (max-width: 768px) {
  .pain-points-section {
    margin-bottom: 58px;
  }
  .pain-points-inner {
    padding: 28px 14px 24px;
  }
  .pain-points-visual {
    display: block;
  }
  .pain-points-hub {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(285px, 100%);
    margin: 0 auto -8px;
  }
  .pain-points-hub--desktop {
    display: none;
  }
  .pain-points-hub--mobile {
    display: grid;
    place-items: center;
  }
  .pain-points-hub-graphic--desktop {
    display: none;
  }
  .pain-points-hub-graphic--mobile {
    display: block;
    width: min(285px, 100%);
  }
  .pain-points-hub-text {
    font-size: clamp(25px, 7.4vw, 31px);
    font-weight: 600;
    line-height: 0.92;
  }
  .pain-points-cluster {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pain-points-cluster.is-mobile-carousel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .pain-points-cluster.is-mobile-carousel::-webkit-scrollbar {
    display: none;
  }
  .pain-points-cluster.is-mobile-carousel .bubble-a,
  .pain-points-cluster.is-mobile-carousel .bubble-b,
  .pain-points-cluster.is-mobile-carousel .bubble-c,
  .pain-points-cluster.is-mobile-carousel .bubble-d {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: none;
    aspect-ratio: auto;
    scroll-snap-align: start;
    grid-column: auto;
    grid-row: auto;
  }
  .pain-point-bubble,
  .pain-point-bubble.is-circle {
    min-height: 330px;
    padding: 34px 14px 44px;
    aspect-ratio: auto;
  }
  .pain-points-cluster.is-mobile-carousel .pain-point-bubble,
  .pain-points-cluster.is-mobile-carousel .pain-point-bubble.is-circle {
    border-radius: 50%/38%;
    min-height: 330px;
    padding: 34px 14px 44px;
  }
  .pain-point-bubble p {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.42;
    font-weight: 300;
  }
  .pain-points-cluster.is-mobile-carousel .pain-point-bubble p {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
  .pain-points-carousel-controls {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    gap: 0;
    margin-top: -32px;
    position: relative;
    z-index: 2;
  }
  .pain-points-carousel-controls .mobile-carousel-next {
    position: relative;
    grid-column: 3;
    justify-self: end;
    width: 86px;
    height: 24px;
    font-size: 0;
  }
  .pain-points-carousel-controls .mobile-carousel-dots {
    grid-column: 2;
  }
  .pain-points-carousel-controls .mobile-carousel-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 86px;
    height: 2px;
    background-color: currentColor;
    transform: translateY(-50%);
  }
  .pain-points-carousel-controls .mobile-carousel-next::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
  }
  .pain-points-conclusion {
    width: 100%;
    margin-top: 44px;
    gap: 14px;
  }
  .pain-points-title {
    width: 100%;
    font-size: clamp(34px, 9vw, 42px);
    max-width: 14ch;
    line-height: 0.92;
    letter-spacing: -0.065em;
  }
  .pain-points-cta {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pain-points-cta .btn {
    width: auto;
    min-width: 160px;
    font-size: 16px;
    padding: 14px 18px;
  }
}
.service-detail-list-section {
  display: grid;
  gap: 56px;
  margin: 56px 0 72px;
}

.service-detail-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 24px;
  padding: 18px;
}

.service-detail-panel-1 {
  background: linear-gradient(90deg, #d6dcef 0 38%, #f8f5f0 38%);
}

.service-detail-panel-2 {
  background: linear-gradient(90deg, #f8f5f0 0 62%, #e4d4df 62%);
}

.service-detail-panel-3 {
  background: linear-gradient(90deg, #d7eadf 0 38%, #f8f5f0 38%);
}

.service-detail-panel-4 {
  background: linear-gradient(90deg, #f8f5f0 0 62%, #ead8d3 62%);
}

.service-detail-panel-5 {
  background: linear-gradient(90deg, #ded1a7 0 38%, #f8f5f0 38%);
}

.service-detail-copy {
  display: grid;
  gap: 16px;
  align-content: start;
}

.service-detail-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.service-detail-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(31, 31, 31, 0.55);
}

.service-detail-number {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(72px, 8vw, 118px);
  line-height: 0.82;
  color: rgba(31, 31, 31, 0.38);
}

.service-detail-copy h2 {
  max-width: 12ch;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 0.86;
  letter-spacing: -0.05em;
}

.service-detail-copy p,
.service-detail-copy li {
  font-size: 15px;
  line-height: 1.7;
}

.service-detail-summary {
  max-width: 32rem;
  margin: 0;
}

.service-detail-copy ul {
  margin: 0;
  padding-left: 18px;
}

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

.service-detail-list li {
  padding-left: 6px;
}

.service-detail-actions {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.service-detail-note {
  max-width: 26rem;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(31, 31, 31, 0.64);
}

.service-detail-copy .btn {
  justify-self: start;
  min-width: 220px;
  margin-top: 6px;
}

.service-detail-visual {
  display: grid;
  align-content: center;
  gap: 12px;
}

.service-detail-window {
  display: grid;
  gap: 16px;
  min-height: 280px;
  padding: 24px;
  border: 1px solid rgba(31, 31, 31, 0.1);
  background: radial-gradient(circle at 82% 20%, rgba(204, 116, 156, 0.18), transparent 26%), linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42));
}

.service-detail-window--browser {
  align-content: start;
}

.service-detail-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  background: #04986c;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-detail-browser {
  display: grid;
  gap: 0;
  min-height: 100%;
  border: 1px solid rgba(31, 31, 31, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 38px rgba(31, 31, 31, 0.08);
  overflow: hidden;
}

.service-detail-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.08);
  background: rgba(248, 245, 240, 0.9);
}

.service-detail-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.18);
}

.service-detail-browser-screen {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(148px, 0.65fr);
  min-height: 220px;
}

.service-detail-browser-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px 24px 28px;
  background: linear-gradient(180deg, rgba(214, 220, 239, 0.86), rgba(214, 220, 239, 0.4)), linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.16));
}

.service-detail-browser-panel small {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(31, 31, 31, 0.54);
}

.service-detail-browser-panel strong {
  max-width: 10ch;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.service-detail-browser-panel p {
  max-width: 20rem;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.service-detail-browser-aside {
  display: grid;
  align-content: end;
  justify-items: end;
  gap: 10px;
  padding: 24px 18px;
  border-left: 1px solid rgba(31, 31, 31, 0.08);
  background: radial-gradient(circle at 12% 14%, rgba(204, 116, 156, 0.22), transparent 34%), linear-gradient(180deg, rgba(248, 245, 240, 0.9), rgba(248, 245, 240, 0.6));
}

.service-detail-browser-aside span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 96px;
  padding: 0 14px;
  border: 1px solid rgba(31, 31, 31, 0.1);
  background: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-detail-window strong {
  max-width: 12ch;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.service-detail-window p {
  max-width: 22rem;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.service-detail-metric {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}

.service-detail-metric span {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(31, 31, 31, 0.55);
}

.service-detail-metric strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.service-detail-panel:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
}

.service-detail-panel:nth-child(even) .service-detail-copy {
  order: 2;
}

.service-detail-panel:nth-child(even) .service-detail-visual {
  order: 1;
}

.service-detail-panel-1,
.service-detail-panel-2,
.service-detail-panel-3,
.service-detail-panel-4,
.service-detail-panel-5 {
  display: block;
  padding: 0;
  background: transparent;
}

.service-detail-card {
  --service-card-bg: #b9c0e3;
  --service-card-title-width: 442px;
  --service-card-copy-width: 420px;
  --service-card-cta-width: 404px;
  --service-card-object-position: center center;
  --service-card-media-inset-top: 7px;
  --service-card-media-inset-right: 30px;
  --service-card-media-inset-bottom: 0px;
  --service-card-media-inset-left: 0px;
  min-height: 710px;
}

.service-detail-card--1 {
  --service-card-bg: #b9c0e3;
  background: var(--service-card-bg);
  --service-card-title-width: 454px;
  --service-card-copy-width: 420px;
  --service-card-cta-width: 404px;
  --service-card-object-position: center center;
}

.service-detail-card--2 {
  --service-card-bg: #e7bfd2;
  background: var(--service-card-bg);
  --service-card-title-width: 394px;
  --service-card-copy-width: 408px;
  --service-card-cta-width: 388px;
  --service-card-object-position: center 34%;
}

.service-detail-card--3 {
  --service-card-bg: #86A888;
  background: var(--service-card-bg);
  --service-card-title-width: 418px;
  --service-card-copy-width: 404px;
  --service-card-cta-width: 388px;
  --service-card-object-position: center 28%;
}

.service-detail-card--4 {
  --service-card-bg: #CA8780;
  background: var(--service-card-bg);
  --service-card-title-width: 454px;
  --service-card-copy-width: 388px;
  --service-card-cta-width: 382px;
  --service-card-object-position: center 36%;
}

.service-detail-card--5 {
  --service-card-bg: #cfbd88;
  background: var(--service-card-bg);
  --service-card-title-width: 346px;
  --service-card-copy-width: 396px;
  --service-card-cta-width: 364px;
  --service-card-object-position: center 40%;
}

.service-detail-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 482px) minmax(0, 1fr);
  grid-template-rows: minmax(394px, auto) minmax(316px, auto);
}

.service-detail-card-cell {
  min-width: 0;
}

.service-detail-card-cell--title {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 26px;
  max-width: 482px;
  min-height: 394px;
  padding: 28px 20px 18px 20px;
  background: var(--service-card-bg);
}

.service-detail-card--2 .service-detail-card-cell--title {
  padding-top: 24px;
}

.service-detail-card--3 .service-detail-card-cell--title {
  padding-top: 24px;
}

.service-detail-card--4 .service-detail-card-cell--title {
  padding-top: 26px;
}

.service-detail-card--5 .service-detail-card-cell--title {
  padding-top: 24px;
}

.service-detail-card--1 .service-detail-card-cell--title {
  padding-right: 8px;
}

.service-detail-card--4 .service-detail-card-cell--title {
  padding-right: 8px;
}

.service-detail-card-cell--title h2 {
  min-width: 0;
  width: 100%;
  max-width: var(--service-card-title-width);
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.service-detail-title-nowrap {
  white-space: nowrap;
}

.service-detail-card--4 .service-detail-card-cell--title h2 {
  font-size: 60px;
  letter-spacing: -0.075em;
}

.service-detail-card-badges {
  position: absolute;
  z-index: 4;
  inset: auto 8px 12px 8px;
  pointer-events: none;
}

.service-detail-card-badges img {
  position: absolute;
  display: block;
  height: auto;
}

.service-detail-card-badges--1 img:nth-child(1) {
  left: 262px;
  bottom: -15px;
  width: 176px;
}

.service-detail-card-badges--1 img:nth-child(2) {
  left: 88px;
  bottom: 66px;
  width: 154px;
}

.service-detail-card-badges--1 img:nth-child(3) {
  right: -90px;
  bottom: 86px;
  width: 124px;
}

.service-detail-card-badges--2 img:nth-child(1) {
  left: 924px;
  bottom: 18px;
  width: 116px;
}

.service-detail-card-badges--2 img:nth-child(2) {
  left: 518px;
  bottom: 20px;
  width: 100px;
}

.service-detail-card-badges--2 img:nth-child(3) {
  left: 240px;
  bottom: 112px;
  width: 118px;
}

.service-detail-card-badges--3 img:nth-child(1) {
  left: 552px;
  bottom: 234px;
  width: 138px;
}

.service-detail-card-badges--3 img:nth-child(2) {
  left: 974px;
  bottom: 34px;
  width: 126px;
}

.service-detail-card-badges--3 img:nth-child(3) {
  left: 286px;
  bottom: 12px;
  width: 119px;
}

.service-detail-card-badges--4 img:nth-child(1) {
  left: 1012px;
  bottom: 36px;
  width: 114px;
}

.service-detail-card-badges--4 img:nth-child(2) {
  left: 412px;
  bottom: 204px;
  width: 156px;
}

.service-detail-card-badges--4 img:nth-child(3) {
  left: 462px;
  bottom: 18px;
  width: 92px;
}

.service-detail-card-badges--5 img:nth-child(1) {
  left: 892px;
  bottom: 176px;
  width: 118px;
}

.service-detail-card-badges--5 img:nth-child(2) {
  left: 500px;
  bottom: 24px;
  width: 104px;
}

.service-detail-card-badges--5 img:nth-child(3) {
  left: 90px;
  bottom: 34px;
  width: 146px;
}

.service-detail-card-badges--5 img:nth-child(4) {
  left: 904px;
  bottom: 24px;
  width: 112px;
}

.service-detail-card-cell--media {
  position: relative;
  display: grid;
  min-height: 394px;
  padding: var(--service-card-media-inset-top) var(--service-card-media-inset-right) var(--service-card-media-inset-bottom) var(--service-card-media-inset-left);
  background: var(--service-card-bg);
  overflow: hidden;
}

.service-detail-card-cell--media > img:not(.service-detail-card-media-overlay):not(.service-detail-card-mobile-badge) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--service-card-object-position);
  display: block;
}

.service-detail-card-media-overlay {
  position: absolute;
  display: block;
  left: 22px;
  bottom: 18px;
  width: min(44%, 240px);
  height: auto;
  border: 1px solid rgba(31, 31, 31, 0.08);
  box-shadow: 0 16px 32px rgba(31, 31, 31, 0.12);
}

.service-detail-card-media-overlay--3 {
  left: 50%;
  top: 50%;
  bottom: auto;
  width: 439px;
  transform: translate(-50%, -50%);
  border: 0;
  box-shadow: none;
}

.service-detail-card-mobile-badge,
.service-detail-card-index--mobile {
  display: none;
}

.service-detail-card-cell--copy {
  display: grid;
  align-content: start;
  gap: 26px;
  min-height: 316px;
  padding: 34px 18px 30px 18px;
  background: #f7f4ef;
}

.service-detail-card-cell--copy p,
.service-detail-card-cell--cta p {
  width: min(100%, var(--service-card-copy-width));
  max-width: var(--service-card-copy-width);
  margin: 0;
  font-size: clamp(18px, 1.6vw, 20px);
  line-height: 1.48;
  letter-spacing: -0.03em;
}

.service-detail-card-cell--cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
  min-height: 316px;
  padding: 34px 24px 42px 18px;
  background: #f7f4ef;
}

.service-detail-card-cell--cta .btn {
  margin-top: auto;
  min-height: 42px;
  min-width: 0;
  width: min(100%, var(--service-card-cta-width));
  padding-top: 10px;
  padding-bottom: 10px;
}

.service-detail-card-index {
  position: absolute;
  right: 18px;
  bottom: 36px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 140px;
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: -0.06em;
  color: rgba(86, 92, 134, 0.86);
}

.service-detail-card--2 .service-detail-card-index {
  color: rgba(150, 76, 111, 0.86);
}

.service-detail-card--3 .service-detail-card-index {
  color: #356959;
}

.service-detail-card--4 .service-detail-card-index {
  color: #934A42;
}

.service-detail-card--5 .service-detail-card-index {
  color: rgba(116, 92, 28, 0.82);
}

.service-detail-card--2 .service-detail-card-index {
  right: 20px;
}

.service-detail-card--3 .service-detail-card-index {
  right: 22px;
}

.service-detail-card--4 .service-detail-card-index {
  right: 20px;
}

.service-detail-card--5 .service-detail-card-index {
  right: 18px;
}

@media (max-width: 1024px) {
  .service-detail-card {
    --service-card-media-inset-top: 10px;
    --service-card-media-inset-right: 14px;
  }
  .service-detail-panel {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0 40%, transparent 40%);
  }
  .service-detail-panel:nth-child(even) .service-detail-copy,
  .service-detail-panel:nth-child(even) .service-detail-visual {
    order: initial;
  }
  .service-detail-browser-screen {
    grid-template-columns: 1fr;
  }
  .service-detail-browser-aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: stretch;
    align-content: stretch;
    border-left: 0;
    border-top: 1px solid rgba(31, 31, 31, 0.08);
  }
  .service-detail-browser-aside span {
    width: 100%;
    min-width: 0;
  }
  .service-detail-card-grid {
    grid-template-columns: 1fr;
  }
  .service-detail-card-cell--title,
  .service-detail-card-cell--media,
  .service-detail-card-cell--copy,
  .service-detail-card-cell--cta {
    min-height: 0;
  }
  .service-detail-card-cell--title,
  .service-detail-card-cell--cta {
    border-right: 0;
    border-left: 0;
  }
  .service-detail-card-cell--title {
    padding-bottom: 160px;
  }
  .service-detail-card-badges img:nth-child(1) {
    left: 24px;
    bottom: 84px;
    width: 118px;
  }
  .service-detail-card-badges img:nth-child(2) {
    right: 10px;
    bottom: 82px;
    width: 108px;
  }
  .service-detail-card-badges img:nth-child(3) {
    left: 50%;
    bottom: 6px;
    width: 98px;
    transform: translateX(-50%);
  }
  .service-detail-card-cell--cta {
    padding-bottom: 112px;
  }
  .service-detail-card-media-overlay {
    left: 14px;
    bottom: 14px;
    width: min(48%, 220px);
  }
  .service-detail-card-media-overlay--3 {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: min(52%, 260px);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .service-detail-list-section {
    gap: 44px;
    margin: 48px 0 64px;
  }
  .service-detail-card {
    --service-card-media-inset-top: 8px;
    --service-card-media-inset-right: 12px;
    min-height: 590px;
  }
  .service-detail-card-grid {
    grid-template-columns: minmax(292px, 39%) minmax(0, 61%);
    grid-template-rows: minmax(318px, auto) minmax(272px, auto);
  }
  .service-detail-card-cell--title,
  .service-detail-card-cell--media,
  .service-detail-card-cell--copy,
  .service-detail-card-cell--cta {
    min-height: 0;
  }
  .service-detail-card-cell--title {
    max-width: none;
    min-height: 318px;
    padding: 20px 14px 16px;
  }
  .service-detail-card--2 .service-detail-card-cell--title,
  .service-detail-card--3 .service-detail-card-cell--title,
  .service-detail-card--4 .service-detail-card-cell--title,
  .service-detail-card--5 .service-detail-card-cell--title {
    padding-top: 20px;
  }
  .service-detail-card-cell--title h2 {
    max-width: min(100%, var(--service-card-title-width));
    font-size: clamp(46px, 5.9vw, 56px);
    line-height: 0.78;
    letter-spacing: -0.065em;
  }
  .service-detail-card--4 .service-detail-card-cell--title h2 {
    font-size: clamp(42px, 5.5vw, 52px);
    letter-spacing: -0.075em;
  }
  .service-detail-card-cell--media {
    min-height: 318px;
  }
  .service-detail-card-cell--copy,
  .service-detail-card-cell--cta {
    min-height: 272px;
    padding: 24px 14px 28px;
  }
  .service-detail-card-cell--copy {
    gap: 20px;
  }
  .service-detail-card-cell--copy p,
  .service-detail-card-cell--cta p {
    max-width: none;
    font-size: clamp(16px, 1.9vw, 18px);
    line-height: 1.38;
  }
  .service-detail-card-cell--cta {
    gap: 22px;
    padding-bottom: 90px;
  }
  .service-detail-card-cell--cta .btn {
    min-height: 40px;
  }
  .service-detail-card-index {
    right: 14px;
    bottom: 22px;
    font-size: clamp(100px, 13vw, 122px);
  }
  .service-detail-card--2 .service-detail-card-index,
  .service-detail-card--3 .service-detail-card-index,
  .service-detail-card--4 .service-detail-card-index,
  .service-detail-card--5 .service-detail-card-index {
    right: 14px;
  }
  .service-detail-card-badges {
    display: block;
    inset: auto 8px 12px 8px;
  }
  .service-detail-card-badges img {
    transform: none;
  }
  .service-detail-card-badges--1 img:nth-child(1) {
    left: clamp(184px, 27vw, 274px);
    bottom: -12px;
    width: clamp(118px, 16vw, 144px);
  }
  .service-detail-card-badges--1 img:nth-child(2) {
    left: clamp(54px, 8vw, 82px);
    bottom: 54px;
    width: clamp(98px, 13vw, 122px);
  }
  .service-detail-card-badges--1 img:nth-child(3) {
    left: clamp(332px, 50vw, 520px);
    bottom: 70px;
    width: clamp(82px, 10vw, 104px);
  }
  .service-detail-card-badges--2 img:nth-child(1) {
    left: clamp(560px, 75vw, 724px);
    bottom: 22px;
    width: clamp(88px, 11vw, 106px);
  }
  .service-detail-card-badges--2 img:nth-child(2) {
    left: clamp(330px, 45vw, 438px);
    bottom: 22px;
    width: clamp(78px, 9vw, 92px);
  }
  .service-detail-card-badges--2 img:nth-child(3) {
    left: clamp(168px, 24vw, 238px);
    bottom: 92px;
    width: clamp(86px, 11vw, 106px);
  }
  .service-detail-card-badges--3 img:nth-child(1) {
    left: clamp(326px, 45vw, 456px);
    bottom: 188px;
    width: clamp(98px, 12vw, 122px);
  }
  .service-detail-card-badges--3 img:nth-child(2) {
    left: clamp(590px, 78vw, 760px);
    bottom: 34px;
    width: clamp(92px, 11vw, 112px);
  }
  .service-detail-card-badges--3 img:nth-child(3) {
    left: clamp(190px, 27vw, 280px);
    bottom: 12px;
    width: clamp(86px, 10vw, 104px);
  }
  .service-detail-card-badges--4 img:nth-child(1) {
    left: clamp(606px, 80vw, 784px);
    bottom: 36px;
    width: clamp(86px, 10vw, 104px);
  }
  .service-detail-card-badges--4 img:nth-child(2) {
    left: clamp(272px, 38vw, 392px);
    bottom: 166px;
    width: clamp(112px, 14vw, 136px);
  }
  .service-detail-card-badges--4 img:nth-child(3) {
    left: clamp(306px, 42vw, 430px);
    bottom: 18px;
    width: clamp(72px, 8vw, 84px);
  }
  .service-detail-card-badges--5 img:nth-child(1) {
    left: clamp(538px, 72vw, 704px);
    bottom: 148px;
    width: clamp(88px, 10vw, 106px);
  }
  .service-detail-card-badges--5 img:nth-child(2) {
    left: clamp(330px, 45vw, 440px);
    bottom: 22px;
    width: clamp(78px, 9vw, 92px);
  }
  .service-detail-card-badges--5 img:nth-child(3) {
    left: clamp(68px, 9vw, 90px);
    bottom: 30px;
    width: clamp(104px, 14vw, 128px);
  }
  .service-detail-card-badges--5 img:nth-child(4) {
    left: clamp(552px, 74vw, 716px);
    bottom: 24px;
    width: clamp(84px, 10vw, 100px);
  }
  .service-detail-card-media-overlay {
    left: 16px;
    bottom: 16px;
    width: min(44%, 190px);
  }
  .service-detail-card-media-overlay--3 {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: min(58%, 340px);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .service-detail-list-section {
    gap: 28px;
    margin: 28px 0 36px;
  }
  .service-detail-card {
    --service-card-media-inset-top: 8px;
    --service-card-media-inset-right: 10px;
    --service-card-mobile-title-height: 140px;
    --service-card-mobile-media-height: 196px;
    --service-card-mobile-title-size: clamp(32px, 9.4vw, 37px);
    --service-card-mobile-title-line-height: 0.88;
    min-height: 0;
  }
  .service-detail-card--1 {
    --service-card-mobile-title-size: clamp(27px, 7.7vw, 31px);
    --service-card-mobile-title-line-height: 0.86;
  }
  .service-detail-card--3 {
    --service-card-mobile-title-size: clamp(30px, 8.7vw, 35px);
  }
  .service-detail-card--4 {
    --service-card-mobile-title-size: clamp(30px, 8.6vw, 34px);
  }
  .service-detail-card-grid {
    grid-template-rows: var(--service-card-mobile-title-height) var(--service-card-mobile-media-height) auto auto;
  }
  .service-detail-panel {
    padding: 0;
  }
  .service-detail-number {
    font-size: 88px;
  }
  .service-detail-copy h2 {
    max-width: none;
  }
  .service-detail-window {
    min-height: 220px;
  }
  .service-detail-head {
    align-items: center;
  }
  .service-detail-card-cell--title {
    gap: 18px;
    min-height: var(--service-card-mobile-title-height);
    height: var(--service-card-mobile-title-height);
    padding: 10px 12px 8px;
  }
  .service-detail-card-cell--title h2 {
    max-width: none;
    font-size: var(--service-card-mobile-title-size);
    line-height: var(--service-card-mobile-title-line-height);
  }
  .service-detail-break-mobile-hidden,
  .service-detail-hyphen-mobile-hidden {
    display: none !important;
  }
  .service-detail-mobile-title-line {
    white-space: nowrap;
  }
  .service-detail-card--4 .service-detail-card-cell--title h2 {
    font-size: var(--service-card-mobile-title-size);
    line-height: var(--service-card-mobile-title-line-height);
    letter-spacing: -0.06em;
  }
  .service-detail-card-badges {
    inset: auto 8px 10px 8px;
  }
  .service-detail-card-badges img:nth-child(1) {
    left: 8px;
    bottom: 62px;
    width: 94px;
  }
  .service-detail-card-badges img:nth-child(2) {
    right: 0;
    bottom: 58px;
    width: 88px;
  }
  .service-detail-card-badges img:nth-child(3) {
    width: 78px;
    bottom: 0;
  }
  .service-detail-card-badges--5 img:nth-child(4) {
    left: 50%;
    width: 84px;
    transform: translateX(-50%);
  }
  .service-detail-card-cell--copy,
  .service-detail-card-cell--cta {
    gap: 20px;
    padding: 22px 12px;
  }
  .service-detail-card--1 .service-detail-card-cell--copy {
    padding-bottom: 0;
  }
  .service-detail-card--1 .service-detail-card-cell--cta {
    padding-top: 0;
  }
  .service-detail-card-cell--copy p,
  .service-detail-card-cell--cta p {
    max-width: none;
    font-size: 17px;
  }
  .service-detail-card-cell--cta {
    padding-bottom: 92px;
  }
  .service-detail-card-index {
    right: 10px;
    bottom: 8px;
    font-size: 88px;
  }
  .service-detail-card-media-overlay {
    left: 10px;
    bottom: 10px;
    width: 44%;
  }
  .service-detail-card-media-overlay--3 {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: min(58%, 220px);
    transform: translate(-50%, -50%);
  }
  .service-detail-card-cell--media {
    min-height: 0;
    height: var(--service-card-mobile-media-height);
    padding: 0;
  }
  .service-detail-card-cell--media > img:not(.service-detail-card-media-overlay):not(.service-detail-card-mobile-badge) {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-detail-card-badges {
    display: none;
  }
  .service-detail-card-cell--cta > .service-detail-card-index {
    display: none;
  }
  .service-detail-card-mobile-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    display: block;
    width: 74px;
    height: auto;
    pointer-events: none;
  }
  .service-detail-card-index--mobile {
    top: 90px;
    right: 20px;
    bottom: auto;
    z-index: 2;
    display: block;
    font-size: 88px;
  }
  .service-detail-card--2 .service-detail-card-index--mobile {
    color: rgba(171, 98, 132, 0.78);
  }
  .service-detail-card--3 .service-detail-card-index--mobile {
    color: rgba(82, 116, 86, 0.72);
  }
  .service-detail-card--4 .service-detail-card-index--mobile {
    color: rgba(140, 88, 78, 0.72);
  }
  .service-detail-card--5 .service-detail-card-index--mobile {
    color: rgba(133, 108, 38, 0.72);
  }
}
.faq-section {
  margin-top: 32px;
  padding: 24px 24px 40px;
  background: #ddd5ef;
}

.faq-section-intro {
  display: block;
}

.faq-section h2 {
  max-width: 16ch;
  font-size: clamp(36px, 4.3vw, 58px);
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.faq-section-intro p:last-child {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.7;
  max-width: 24rem;
}

.faq-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
  width: 100%;
  border-top: 1px solid rgba(31, 31, 31, 0.2);
}

.faq-item {
  border-bottom: 1px solid rgba(31, 31, 31, 0.2);
}

.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: start;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 0.8421052632;
  letter-spacing: -0.1em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item-question {
  max-width: 48rem;
  line-height: inherit;
}

.faq-item-icon {
  justify-self: end;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.faq-item p {
  margin: 0;
  padding: 0 48px 18px 0;
  font-size: 15px;
  line-height: 1.7;
  max-width: 56rem;
}

.faq-cta {
  width: 100%;
  margin-top: 28px;
}

.faq-cta__button {
  width: 100%;
  background: #000;
  color: #fff;
}

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

@media (min-width: 769px) {
  .faq-list,
  .faq-cta {
    width: calc(100% - clamp(40px, 8vw, 112px));
    margin-right: auto;
    margin-left: auto;
  }
  .faq-cta__button {
    min-height: 46px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (max-width: 768px) {
  .faq-item summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 14px 0;
    font-size: clamp(20px, 5vw, 28px);
  }
  .faq-item p {
    padding: 0 28px 14px 0;
    font-size: 14px;
  }
}
.team-section {
  margin-top: 32px;
  padding: 28px 24px 40px;
  background: #d8d1cc;
}

.team-section-head {
  margin-bottom: 20px;
}

.team-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-section-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 40px;
  align-items: start;
  margin-bottom: 96px;
}

.team-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-list-item {
  list-style: none;
}

.team-member-trigger {
  display: flex;
  gap: 10px;
  align-items: start;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f1f1f;
  text-align: left;
  cursor: pointer;
}

.team-member-name {
  flex: 0 1 auto;
  margin: 0;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  transition: font-style 180ms ease, opacity 180ms ease;
}

.team-member-role {
  flex: 0 0 min(160px, 32vw);
  margin-top: 3px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  transition: font-style 180ms ease, opacity 180ms ease;
}

.team-member-trigger:hover .team-member-name,
.team-member-trigger:hover .team-member-role,
.team-member-trigger:focus-visible .team-member-name,
.team-member-trigger:focus-visible .team-member-role,
.team-member-trigger.is-active .team-member-name,
.team-member-trigger.is-active .team-member-role {
  font-style: italic;
}

.team-member-trigger:focus-visible {
  outline: 2px solid rgba(31, 31, 31, 0.45);
  outline-offset: 6px;
}

.team-preview {
  margin: 0;
  width: 400px;
  height: 380px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
}

.team-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease;
}

.team-preview img.is-updating {
  opacity: 0.55;
}

.team-preview--mobile {
  display: none;
}

.team-story {
  display: grid;
  gap: 18px;
  padding: 0;
}

.team-story-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.team-story-head h2 {
  white-space: nowrap;
}

.team-story-tag {
  margin-top: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.team-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 24px;
  padding: 0;
}

.team-story-column {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 0;
}

.team-story-grid p {
  margin: 0;
  max-width: none;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .team-section-body {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }
  .team-preview {
    width: min(100%, 400px);
    height: auto;
    aspect-ratio: 400/380;
  }
  .team-story-head {
    flex-direction: column;
    gap: 8px;
  }
  .team-story-head h2 {
    white-space: normal;
  }
  .team-story-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .team-section {
    padding: 28px 20px 38px;
  }
  .team-section-body {
    grid-template-columns: minmax(0, 1fr) clamp(240px, 30vw, 300px);
    gap: clamp(18px, 2.6vw, 28px);
    align-items: start;
    margin-bottom: 76px;
  }
  .team-member-name {
    font-size: clamp(38px, 4.8vw, 52px);
  }
  .team-member-role {
    flex-basis: clamp(112px, 16vw, 142px);
    margin-top: 2px;
    font-size: 13px;
    line-height: 12.5px;
  }
  .team-preview {
    justify-self: end;
    width: clamp(240px, 30vw, 300px);
    height: auto;
    aspect-ratio: 400/380;
  }
}
@media (max-width: 768px) {
  .team-section {
    padding: 18px 16px 36px;
  }
  .team-list {
    gap: 0;
  }
  .team-list-item {
    display: grid;
  }
  .team-member-trigger {
    display: grid;
    grid-template-columns: minmax(0, 43%) minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 0;
    align-items: start;
    padding: 0;
  }
  .team-member-name {
    grid-column: 1/-1;
    white-space: nowrap;
    font-size: clamp(34px, 9.1vw, 50px);
    line-height: 0.9;
  }
  .team-member-role {
    grid-column: 2;
    margin-top: 0;
    font-size: clamp(14px, 4vw, 20px);
    line-height: 0.88;
    letter-spacing: -0.06em;
  }
  .team-preview {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.98;
    margin: 6px 0 44px;
  }
  .team-section-body {
    display: block;
    margin-bottom: 48px;
  }
  .team-preview--desktop {
    display: none;
  }
  .team-preview--mobile,
  .team-list-item > .team-preview {
    display: block;
  }
  .team-story {
    gap: 14px;
  }
  .team-story-tag {
    font-size: 15px;
  }
  .team-story-grid {
    gap: 16px;
  }
}
.contact-cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 56px;
  margin-top: 32px;
  padding: 36px 0 48px;
  background: transparent;
}

.contact-cta-copy {
  padding-left: 4px;
}

.contact-cta-copy h2 {
  max-width: 5.6ch;
}

.generic-section.contact-cta-section .contact-cta-copy h2 {
  max-width: none;
}

.contact-cta-form {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 18px 20px 10px;
  background: #d4d2d2;
}

.contact-cta-form-head {
  width: min(100%, 295px);
  padding: 8px 10px;
  background: #b8bee1;
}

.contact-cta-form-head p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

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

.contact-cta-form label,
.contact-cta-message {
  display: grid;
  gap: 2px;
}

.contact-cta-field-wide,
.contact-cta-message {
  grid-column: 1/-1;
}

.contact-cta-form label span,
.contact-cta-message span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: none;
}

.contact-cta-form input,
.contact-cta-form textarea {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  background: #fff;
  color: #1f1f1f;
  font: inherit;
  border-radius: 0;
  appearance: none;
}

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

.contact-cta-form input:focus-visible,
.contact-cta-form textarea:focus-visible {
  outline: 2px solid rgba(31, 31, 31, 0.45);
  outline-offset: 1px;
}

.contact-cta-consent {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.contact-cta-consent p {
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.35;
}

.contact-cta-consent a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.contact-cta-form .contact-cta-consent-check {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  cursor: pointer;
}

.contact-cta-form .contact-cta-consent-check input {
  flex: 0 0 21px;
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  margin: 1px 0 0;
  padding: 0;
  display: grid;
  place-content: center;
  border: 0;
  border-radius: 0;
  background: #fff;
  appearance: none;
  cursor: pointer;
}

.contact-cta-form .contact-cta-consent-check input::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #1f1f1f;
  transform: scale(0);
}

.contact-cta-form .contact-cta-consent-check input:checked::before {
  transform: scale(1);
}

.contact-cta-consent-check span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.contact-cta-status {
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.contact-cta-status:empty {
  display: none;
}

.contact-cta-form button {
  width: 100%;
  min-height: 40px;
  margin-top: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #bc4034;
}

@media (max-width: 1024px) {
  .contact-cta-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 28px;
  }
  .contact-cta-copy h2 {
    max-width: 6.2ch;
  }
}
@media (max-width: 768px) {
  .contact-cta-section {
    gap: 24px;
    padding-bottom: 36px;
  }
  .contact-cta-form {
    padding: 16px 14px 10px;
  }
  .contact-cta-form-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .contact-cta-form-head {
    width: 100%;
  }
}
.content-page {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 42px 10px 96px;
}

.website-check-page {
  color: #1f1f1f;
}

.app-shell--website-check .site-header {
  position: absolute;
  inset: 0 0 auto;
  height: auto;
  min-height: 0;
  max-height: none;
  background: transparent;
  color: #1f1f1f;
  z-index: 10;
}

.app-shell--website-check .site-header .container {
  height: auto;
  min-height: 0;
  max-width: 1280px;
  padding: 10px;
}

.app-shell--website-check .site-header .logo {
  display: none;
}

@media (max-width: 1024px) {
  .app-shell--website-check .site-header .logo {
    position: fixed;
    top: calc(10px + env(safe-area-inset-top));
    left: 12px;
    z-index: 12;
    height: 40px;
    display: flex;
    align-items: center;
    max-width: 190px;
    padding-left: 14px;
  }
  .app-shell--website-check .site-header .logo img {
    width: 176px;
  }
  .app-shell--website-check .site-header .logo p {
    display: none;
  }
}

.app-shell--website-check main {
  background: #f3f0ee;
  overflow: hidden;
}

.app-shell--website-check main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 1280px);
  height: 2400px;
  transform: translateX(-50%);
  background-image: url("/img/background-green2.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 0;
}

.app-shell--website-check main::after {
  content: "";
  position: absolute;
  top: 1420px;
  left: 50%;
  width: min(100%, 1280px);
  height: 360px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(243, 240, 238, 0) 0%, rgba(243, 240, 238, 0.55) 52%, #f3f0ee 100%);
  pointer-events: none;
  z-index: 0;
}

.app-shell--website-check main > .container {
  max-width: none;
  padding: 0;
}

.app-shell--website-check .content-page {
  width: 100%;
  padding: 0 0 96px;
}

.website-check-hero {
  position: relative;
  width: 100%;
  min-height: auto;
  background: transparent;
}

.website-check-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/img/elemente/gitter-dark.svg");
  background-repeat: no-repeat;
  background-size: min(100%, 1241px) auto;
  background-position: center top;
  opacity: 0.1;
  pointer-events: none;
}

.website-check-hero-stage {
  --website-check-hero-edge: 20px;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  min-height: 550px;
  margin: 0 auto;
  padding: 72px var(--website-check-hero-edge) 0;
}

.website-check-hero-intro-kicker {
  position: absolute;
  top: 40px;
  left: var(--website-check-hero-edge);
  z-index: 2;
  width: 278px;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.website-check-hero-media {
  position: absolute;
  top: 72px;
  right: 10px;
  z-index: 1;
  display: block;
  width: min(58vw, 720px);
  height: auto;
  max-height: 326px;
  object-fit: contain;
}

.website-check-hero-copy {
  position: absolute;
  left: var(--website-check-hero-edge);
  bottom: 96px;
  z-index: 3;
  max-width: 760px;
}

.website-check-eyebrow {
  margin: 0 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.website-check-hero h1,
.website-check-section h2,
.website-check-request h2,
.default-content-page h1 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.website-check-hero h1 {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 60px;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.website-check-hero h1 span {
  display: block;
  white-space: nowrap;
}

.website-check-hero .hero-cta-block {
  align-items: flex-end;
  bottom: 36px;
  left: var(--website-check-hero-edge);
  right: 10px;
  z-index: 3;
}

.website-check-hero .trust-partners-section {
  width: min(100%, 1280px);
  margin: 20px auto 12px;
}

.website-check-powered {
  position: absolute;
  right: 50px;
  bottom: 20px;
  display: block;
  width: 108px;
  height: auto;
}

.website-check-trust-strip {
  position: relative;
  min-height: 50px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.7vw, 28px);
  padding: 8px 10px;
  background: #fff;
  z-index: 1;
}

.website-check-trust-strip::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
}

.website-check-trust-strip img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.website-check-trust-strip > img:first-child {
  max-width: 170px;
  max-height: 32px;
}

.website-check-trust-strip > img:not(:first-child) {
  max-width: 116px;
  max-height: 32px;
}

.website-check-trust-spacer {
  flex: 1 1 auto;
}

.website-check-trust-divider {
  font-size: 32px;
  line-height: 1;
}

.website-check-trust-dmb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 500;
  line-height: 0.98;
}

.website-check-trust-dmb img {
  max-width: 32px;
  max-height: 32px;
}

.website-check-hero-lower {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(560px, 1.15fr);
  gap: clamp(80px, 13vw, 180px);
  align-items: start;
  min-height: 620px;
  padding: 0 20px 72px;
  z-index: 1;
}

.generic-claim-intro-section {
  min-height: 0;
  padding-bottom: clamp(28px, 4vw, 52px);
}

.website-check-hero-claim h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.website-check-hero-copy-column {
  display: grid;
  align-content: start;
  min-width: 0;
}

.website-check-hero-intro {
  max-width: 345px;
  justify-self: end;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.website-check-hero-metrics {
  display: grid;
  grid-template-columns: minmax(232px, max-content) minmax(0, 232px);
  gap: 14px 16px;
  margin-top: clamp(118px, 14vw, 168px);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
}

.website-check-hero-metrics article {
  display: grid;
  align-content: end;
  min-width: 232px;
  min-height: 105px;
  padding: 8px 10px 9px;
  border: 10px solid #B9C0E3;
  background: rgba(185, 192, 227, 0.78);
  box-shadow: inset 0 0 0 2px #1f1f1f;
}

.website-check-hero-metrics article:nth-child(3) {
  grid-column: 1/-1;
}

.website-check-hero-metrics strong {
  padding-bottom: 7px;
  border-bottom: 3px solid #1f1f1f;
  font-size: 60px;
  font-weight: 300;
  line-height: 0.72;
  letter-spacing: -0.09em;
}

.website-check-hero-metrics span {
  margin-top: 6px;
  font-size: 30px;
  font-weight: 300;
  line-height: 0.78;
  letter-spacing: -0.09em;
  white-space: nowrap;
}

.website-check-hero-panel {
  width: min(100%, 625px);
  justify-self: end;
  margin-top: clamp(145px, 14vw, 176px);
  padding: 18px 20px 20px;
  background: #fff;
}

.website-check-hero-panel h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.09em;
}

.website-check-hero-panel p,
.website-check-request p,
.website-check-area-card p,
.website-check-step-list p,
.website-check-faq-list p,
.default-content-page p {
  margin: 0;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.website-check-hero-panel p {
  max-width: 430px;
  margin-top: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}

.website-check-hero-form {
  display: grid;
  gap: 11px;
  margin-top: 34px;
}

.website-check-hero-form label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.06em;
}

.website-check-hero-form input {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 0;
  padding: 0 14px;
  font: inherit;
  color: #1f1f1f;
  background: #f0eeee;
}

.website-check-hero-form .btn {
  width: 100%;
  min-height: 40px;
  justify-content: center;
  font-size: 16px;
}

.website-check-case-study {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
  padding: 0 20px 80px;
}

.website-check-case-study-heading p {
  display: inline-flex;
  margin: 0 0 8px;
  padding: 4px 10px;
  border: 2px solid #1f1f1f;
  outline: 8px solid #E7BFD2;
  background: #E7BFD2;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.09em;
  text-transform: uppercase;
}

.website-check-case-study-heading h2 {
  width: 398px;
  max-width: 100%;
  margin: 22px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.website-check-case-study-content {
  min-width: 0;
}

.website-check-case-study-content h3 {
  max-width: 720px;
  margin: 120px 0 16px;
  color: #5b6286;
  font-family: "Space Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.09em;
}

.website-check-case-study-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 36px;
  margin-bottom: 8px;
}

.website-check-case-study-copy p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.1em;
}

.website-check-case-study-media {
  width: 100%;
  min-height: 322px;
  margin-top: 4px;
  background: #B9C0E3;
}

.website-check-case-study-measures {
  margin-top: 10px;
}

.website-check-case-study-measures h4 {
  margin: 0 0 14px;
  color: #5b6286;
  font-family: "Space Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.09em;
}

.website-check-case-study-measures ul {
  display: grid;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.website-check-case-study-measures li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.website-check-case-study-measures img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
}

.website-check-section {
  margin: clamp(56px, 8vw, 104px) 0;
}

.website-check-section-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
  margin-bottom: clamp(22px, 4vw, 42px);
}

.website-check-section h2,
.website-check-request h2,
.default-content-page h1 {
  font-size: clamp(42px, 5.5vw, 78px);
  line-height: 0.84;
}

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

.website-check-area-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  background: #B9C0E3;
}

.website-check-area-card:nth-child(2) {
  background: #E7BFD2;
}

.website-check-area-card:nth-child(3) {
  background: #86A888;
}

.website-check-area-card:nth-child(4) {
  background: #CA8780;
}

.website-check-area-card:nth-child(5) {
  background: #CFBD88;
}

.website-check-area-card span {
  align-self: flex-end;
  font-family: "Poppins", sans-serif;
  font-size: clamp(56px, 7vw, 104px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.07em;
  color: rgba(31, 31, 31, 0.42);
}

.website-check-area-card h3,
.website-check-step-list h3,
.website-check-faq-list h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.website-check-area-card p {
  margin-top: 22px;
  font-size: clamp(16px, 1.45vw, 20px);
}

.website-check-case-list {
  display: grid;
  gap: clamp(34px, 6vw, 76px);
}

.website-check-case {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 0.92fr);
  gap: 12px clamp(20px, 4vw, 54px);
  align-items: start;
}

.website-check-case:nth-child(even) {
  grid-template-columns: minmax(0, 0.92fr) minmax(220px, 0.46fr);
}

.website-check-case:nth-child(even) .website-check-case-copy {
  grid-column: 2;
  grid-row: 1;
}

.website-check-case:nth-child(even) .website-check-case-media {
  grid-column: 1;
  grid-row: 1/span 2;
}

.website-check-case-copy h3 {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.website-check-case-copy p:not(.website-check-eyebrow) {
  margin: 16px 0 0;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.website-check-case-media {
  min-height: clamp(260px, 35vw, 470px);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1/span 2;
  background: #B9C0E3;
  overflow: hidden;
}

.website-check-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.website-check-measures {
  grid-column: 2;
}

.website-check-case:nth-child(even) .website-check-measures {
  grid-column: 2;
}

.website-check-measures h4 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

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

.website-check-measures li {
  position: relative;
  padding-left: 24px;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.1;
}

.website-check-measures li::before {
  content: "";
  position: absolute;
  top: 0.16em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #B9C0E3;
  border-radius: 50%;
  background: #fff;
}

.website-check-future-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.website-check-future-grid article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background: #B9C0E3;
}

.website-check-future-grid article:nth-child(2) {
  background: #E7BFD2;
}

.website-check-future-grid article:nth-child(3) {
  background: #86A888;
}

.website-check-future-grid article:nth-child(4) {
  background: #CFBD88;
}

.website-check-future-grid h3 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(24px, 2.7vw, 42px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.website-check-future-grid p {
  margin: 28px 0 0;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.website-check-future-grid span {
  align-self: flex-end;
  font-family: "Poppins", sans-serif;
  font-size: clamp(60px, 8vw, 116px);
  line-height: 0.74;
  letter-spacing: -0.08em;
  color: rgba(31, 31, 31, 0.42);
}

.website-check-tools {
  margin: clamp(56px, 8vw, 104px) 0;
}

.website-check-tools h2 {
  max-width: 11ch;
  margin: 0 0 22px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.website-check-tools ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.website-check-tools li {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: rgba(255, 255, 255, 0.86);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.website-check-testimonial {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(300px, 0.75fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: stretch;
}

.website-check-testimonial h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.07em;
}

.website-check-testimonial figure {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 138px;
  gap: 14px;
  margin: 0;
  padding: clamp(18px, 3vw, 28px);
  background: #B9C0E3;
}

.website-check-testimonial blockquote {
  margin: 0;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.website-check-testimonial figcaption {
  display: grid;
  gap: 10px;
  align-content: end;
  font-size: 15px;
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.website-check-testimonial figcaption img {
  width: 138px;
  aspect-ratio: 1;
  object-fit: cover;
}

.website-check-testimonial figcaption span {
  display: grid;
  gap: 4px;
}

.website-check-step-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.website-check-step-list li {
  display: grid;
  grid-template-columns: minmax(86px, 0.18fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 40px);
  align-items: start;
  padding: clamp(18px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.74);
}

.website-check-step-list span {
  font-family: "Poppins", sans-serif;
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.78;
  letter-spacing: -0.07em;
  color: #bc4034;
}

.website-check-step-list p {
  max-width: 720px;
  margin-top: 12px;
}

.website-check-request {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
  margin: clamp(64px, 8vw, 112px) 0;
  padding: clamp(24px, 4vw, 44px);
  background: #1f1f1f;
  color: #fff;
}

.website-check-request p {
  max-width: 640px;
  margin-top: 18px;
}

.website-check-form {
  display: grid;
  gap: 10px;
}

.website-check-form label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.website-check-form input,
.website-check-form select {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 0;
  padding: 0 14px;
  font: inherit;
  color: #1f1f1f;
  background: #fff;
}

.website-check-form .btn {
  width: 100%;
  margin-top: 8px;
}

.website-check-faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.website-check-faq-list article,
.default-content-page {
  padding: clamp(18px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.74);
}

.website-check-faq-list p {
  margin-top: 16px;
  font-size: clamp(16px, 1.4vw, 20px);
}

.default-content-page {
  max-width: 920px;
  margin: 0 auto;
}

.default-content-page img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

.default-content-page-lead,
.default-content-page-body {
  margin-top: 24px;
}

.generic-content-page > .default-content-page-lead,
.generic-content-page > .default-content-page-body {
  width: min(100%, var(--generic-content-width));
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--generic-content-gutter);
  padding-right: var(--generic-content-gutter);
}

.generic-content-page {
  --generic-content-gutter: 20px;
  --generic-content-width: 1280px;
  display: grid;
  gap: clamp(48px, 7vw, 92px);
}

.generic-content-page--hero-stage {
  gap: 0;
}

.generic-content-page--service-appendix {
  gap: 0;
  margin-top: clamp(48px, 7vw, 96px);
}

.generic-content-page--service-appendix.generic-content-page--large-title-first {
  margin-top: 0;
}

.generic-content-page--service-appendix.generic-content-page--large-title-first > .generic-large-title-section {
  padding-top: 0;
}

.generic-content-page--hero-stage > .generic-section,
.generic-content-page--hero-stage > .generic-claim-intro-section {
  margin-top: clamp(54px, 7vw, 96px);
}

.generic-content-page--hero-stage > .generic-directus-hero + .generic-claim-intro-section {
  margin-top: 0;
}

.generic-content-page--hero-stage > .generic-wide-cards-section {
  margin-top: 0;
}

.generic-content-page--hero-stage > .generic-service-cards-section {
  margin-top: 0;
}

.generic-content-page--bfsg-check,
.generic-content-page--barrierefreiheit-fuer-versicherer-bfsg {
  max-width: 100%;
  overflow-x: clip;
}

.generic-content-page > .generic-section,
.generic-content-page > .generic-claim-intro-section,
.generic-content-page > .generic-testimonials-section {
  width: min(100%, var(--generic-content-width));
  margin-left: auto;
  margin-right: auto;
}

.generic-content-page > .generic-section,
.generic-content-page > .generic-testimonials-section {
  padding-left: var(--generic-content-gutter);
  padding-right: var(--generic-content-gutter);
}

.generic-directus-hero {
  position: relative;
  width: 100%;
  min-height: auto;
  background: transparent;
}

.generic-directus-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/img/elemente/gitter-dark.svg");
  background-repeat: no-repeat;
  background-size: min(100%, 1241px) auto;
  background-position: center top;
  opacity: 0.1;
  pointer-events: none;
}

.generic-directus-hero-stage {
  --generic-directus-hero-edge: 20px;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  min-height: 550px;
  margin: 0 auto;
  padding: 72px var(--generic-directus-hero-edge) 0;
}

.generic-directus-hero-kicker {
  position: absolute;
  top: 40px;
  left: var(--generic-directus-hero-edge);
  z-index: 2;
  width: min(278px, calc(100% - (var(--generic-directus-hero-edge) * 2)));
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.generic-directus-hero-media {
  position: absolute;
  top: 72px;
  right: 10px;
  z-index: 1;
  display: block;
  width: min(58vw, 720px);
  height: auto;
  max-height: 326px;
  object-fit: contain;
}

.generic-directus-hero-copy {
  position: absolute;
  left: var(--generic-directus-hero-edge);
  bottom: 96px;
  z-index: 3;
  max-width: 760px;
}

.generic-directus-hero-copy h1 {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 60px;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.generic-directus-hero-copy .generic-page-hero-text {
  max-width: 620px;
  margin-top: 18px;
}

.generic-directus-hero-cta {
  align-items: flex-end;
  bottom: 36px;
  left: var(--generic-directus-hero-edge);
  right: 10px;
  z-index: 3;
}

.generic-directus-hero .trust-partners-section {
  width: min(100%, 1280px);
  margin: 20px auto 12px;
}

.generic-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.62fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(22px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.74);
}

.generic-page-hero-copy {
  display: grid;
  align-content: end;
  min-height: clamp(320px, 38vw, 520px);
}

.generic-section-eyebrow {
  margin: 0 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.generic-page-hero h1,
.generic-section h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  text-wrap: balance;
}

.generic-page-hero h1 {
  max-width: 890px;
  font-size: clamp(48px, 6.5vw, 84px);
  line-height: 0.84;
}

.generic-page-hero-text {
  max-width: 690px;
  margin: 26px 0 0;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.generic-page-hero-media,
.generic-section-media {
  min-width: 0;
  overflow: hidden;
  background: #B9C0E3;
}

.generic-page-hero-media img,
.generic-section-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.generic-section {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
}

.generic-section--light {
  background: rgba(255, 255, 255, 0.74);
}

.generic-section--blue {
  background: #B9C0E3;
}

.generic-section--pink {
  background: #E7BFD2;
}

.generic-section--green {
  background: #86A888;
}

.generic-section--red {
  background: #CA8780;
}

.generic-section--gold {
  background: #CFBD88;
}

.generic-section--dark {
  background: #1f1f1f;
  color: #fff;
}

.generic-text-section,
.generic-image-text-section {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  align-items: start;
}

.generic-section-intro {
  min-width: 0;
}

.generic-section h2 {
  font-size: clamp(40px, 5.2vw, 74px);
  line-height: 0.84;
}

.generic-section-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.generic-section-copy p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.generic-image-text-section {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 0.85fr);
  align-items: stretch;
}

.generic-image-text-section--image-right .generic-section-media {
  grid-column: 2;
}

.generic-image-text-section--image-right .generic-image-text-copy {
  grid-column: 1;
  grid-row: 1;
}

.generic-image-text-copy {
  display: grid;
  align-content: center;
  min-height: 380px;
  padding: clamp(20px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.74);
}

.generic-image-text-copy .generic-section-copy {
  margin-top: 24px;
}

.generic-cta-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
  align-items: start;
  padding: clamp(24px, 4vw, 44px);
  background: #1f1f1f;
  color: #fff;
}

.generic-cta-copy {
  display: grid;
  gap: 26px;
  align-content: start;
}

.generic-cta-copy .btn {
  justify-self: start;
}

.generic-cards-section {
  gap: clamp(22px, 4vw, 46px);
}

.generic-cards-section .generic-section-intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
}

.generic-cards-section .generic-section-copy {
  grid-column: 2;
}

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

.generic-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.generic-card:nth-child(3n + 1) {
  background: #B9C0E3;
}

.generic-card:nth-child(3n + 2) {
  background: #E7BFD2;
}

.generic-card:nth-child(3n + 3) {
  background: #86A888;
}

.generic-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: -16px -16px 0;
  max-width: calc(100% + 32px);
}

.generic-card-icon {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 10px;
  background: rgba(31, 31, 31, 0.9);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.generic-card h3 {
  margin: auto 0 0;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.generic-card p {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.generic-card-link {
  align-self: flex-start;
  color: #1f1f1f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.generic-wide-cards-section {
  gap: 0;
}

.generic-wide-cards-section > .generic-section-intro {
  display: none;
}

.generic-wide-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.generic-wide-card-grid--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.generic-wide-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  background: var(--card-bg, #B9C0E3);
}

.generic-wide-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: -16px -16px 0;
  max-width: calc(100% + 32px);
}

.generic-wide-card-eyebrow {
  margin: 0 0 18px;
  color: #CA8780;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 700;
  line-height: 1;
}

.generic-wide-card h3 {
  margin: 0;
  font-size: clamp(23px, 2.15vw, 34px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.generic-wide-card p {
  margin: 16px 0 0;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.generic-service-cards-section {
  gap: 0;
  --services-card-title-size: clamp(24px, 3.3vw, 36px);
  --services-card-title-line-height: 0.88;
  --services-card-title-letter-spacing: -0.1em;
  --services-card-copy-size: 16px;
  --services-card-copy-line-height: 0.94;
  --services-card-copy-letter-spacing: -0.012em;
  --services-card-padding: 5px;
  --services-card-number-right: 12px;
  --services-card-number-bottom: 5px;
  --services-card-mobile-height: 340px;
}

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

.generic-service-cards-section--four-columns {
  --services-card-title-size: clamp(22px, 2.45vw, 34px);
}

.generic-service-cards-section--four-columns .generic-service-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.generic-service-card {
  background: var(--card-bg, #B9C0E3);
}

.generic-service-card .generic-service-card-number {
  color: var(--card-number-color, rgba(31, 31, 31, 0.38));
}

.generic-service-card p {
  max-width: min(200px, 100% - 112px);
}

.generic-spacer-section {
  gap: 0;
  display: block;
  min-height: var(--generic-spacer-height, clamp(48px, 7vw, 96px));
  padding: 0;
}

.generic-spacer-section--small {
  --generic-spacer-height: clamp(24px, 3.2vw, 44px);
}

.generic-spacer-section--medium {
  --generic-spacer-height: clamp(48px, 7vw, 96px);
}

.generic-spacer-section--large {
  --generic-spacer-height: clamp(84px, 12vw, 160px);
}

.generic-process-steps-section {
  gap: 0;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.generic-process-step {
  position: relative;
  min-height: clamp(260px, 24vw, 326px);
  padding: 10px 16px 20px 20px;
  background: var(--process-step-bg, #B9C0E3);
  overflow: hidden;
}

.generic-process-step + .generic-process-step {
  margin-top: 0;
}

.generic-process-step-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
}

.generic-process-step h2,
.generic-process-step h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(52px, 5.8vw, 78px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  color: #1f1f1f;
}

.generic-process-step h2 strong,
.generic-process-step h3 strong {
  font-weight: 600;
}

.generic-process-step p {
  width: min(100%, 520px);
  margin: 8px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  color: #1f1f1f;
}

.generic-process-step p strong {
  font-weight: 700;
}

.generic-process-step-claim {
  position: absolute;
  top: clamp(16px, 2vw, 24px);
  right: clamp(18px, 2.2vw, 28px);
  z-index: 2;
  max-width: min(35vw, 360px);
  padding: 8px 12px 10px;
  background: #E7BFD2;
}

.generic-process-step-claim p {
  width: auto;
  margin: 0;
  padding: 6px 10px 8px;
  border: 2px solid #1f1f1f;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px, 3.6vw, 48px);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.105em;
  text-transform: none;
}

.generic-process-mobile-claim {
  display: none;
}

.generic-process-step-number {
  position: absolute;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 24px);
  z-index: 1;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(58px, 7.4vw, 118px);
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: -0.105em;
  color: #1f1f1f;
  white-space: nowrap;
}

.generic-testimonials-section {
  margin-top: 0;
  margin-bottom: 0;
}

.generic-testimonials-section .testimonials-board {
  width: 100%;
}

.generic-contact-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: stretch;
  padding-top: clamp(26px, 4vw, 52px);
  padding-bottom: clamp(44px, 6vw, 80px);
  background: transparent;
}

.generic-contact-form-copy {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(42px, 9vw, 140px);
}

.generic-contact-form-copy h2 {
  margin: 0;
  max-width: 8.5ch;
  font-family: "Poppins", sans-serif;
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.generic-contact-form-text {
  display: grid;
  gap: 26px;
  max-width: 560px;
}

.generic-contact-form-text p {
  margin: 0;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.generic-contact-form {
  min-width: 0;
  padding: clamp(18px, 2.2vw, 28px);
  background: #d4d2d2;
}

.generic-contact-form .contact-cta-message textarea {
  min-height: 106px;
}

.generic-contact-form .contact-cta-consent p,
.generic-contact-form .contact-cta-consent-check span,
.generic-contact-form .contact-cta-status {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.34;
}

.generic-contact-form .contact-cta-consent a {
  color: #bc4034;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.generic-contact-form button {
  justify-self: start;
  width: auto;
  min-width: 220px;
  padding-left: 34px;
  padding-right: 34px;
}

.generic-large-title-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.36fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: start;
  padding-top: clamp(18px, 4vw, 58px);
  padding-bottom: 0;
}

.generic-large-title-section + .generic-section,
.generic-large-title-section + .generic-claim-intro-section,
.generic-large-title-section + .generic-testimonials-section {
  margin-top: 0;
}

.generic-large-title-section h2 {
  margin: 0;
  max-width: 750px;
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.generic-large-title-copy {
  display: grid;
  gap: 14px;
  justify-self: end;
  max-width: 345px;
  margin-top: 4px;
}

.generic-large-title-copy p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.generic-title-text-image-section {
  padding-top: clamp(18px, 3vw, 42px);
  padding-bottom: clamp(36px, 5vw, 72px);
}

.generic-content-page--hero-stage > .generic-title-text-image-section + .generic-title-text-image-section {
  margin-top: clamp(18px, 3vw, 42px);
}

.generic-title-text-image-section--without-copy {
  padding-top: clamp(4px, 1.2vw, 14px);
}

.generic-title-text-image {
  width: min(100%, 860px);
}

.generic-title-text-image-section--right .generic-title-text-image {
  margin-left: auto;
}

.generic-title-text-image-section--left .generic-title-text-image {
  margin-right: auto;
}

.generic-title-text-image h2 {
  margin: 0 0 14px;
  color: #5B6286;
  font-family: "Space Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.09em;
}

.generic-title-text-image-copy {
  column-count: 3;
  column-gap: 22px;
  max-width: 860px;
  height: 180px;
  margin-bottom: 8px;
  column-fill: auto;
  overflow-wrap: anywhere;
}

.generic-title-text-image-copy p {
  break-inside: avoid;
  margin: 0 0 12px;
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.1em;
}

.generic-title-text-image-media {
  width: 100%;
  min-height: 322px;
  margin: 4px 0 0;
  overflow: hidden;
  background: #B9C0E3;
}

.generic-title-text-image-media img {
  display: block;
  width: 100%;
  min-height: 322px;
  height: 100%;
  object-fit: cover;
}

.generic-title-text-image-list-block {
  margin-top: 10px;
}

.generic-title-text-image-list-block h3 {
  margin: 0 0 14px;
  color: #5B6286;
  font-family: "Space Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -0.09em;
}

.generic-title-text-image-list {
  display: grid;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.generic-title-text-image-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.generic-title-text-image-list img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
}

.generic-image-grid-section {
  padding-top: clamp(12px, 2vw, 28px);
  padding-bottom: clamp(42px, 6vw, 80px);
}

.generic-image-grid {
  width: min(100%, 720px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}

.generic-image-grid-item {
  min-height: 122px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px 36px;
  background: #fff;
}

.generic-image-grid-item img {
  display: block;
  max-width: 100%;
  max-height: 74px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.generic-cards-form-section {
  width: min(100%, 1280px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.generic-cards-form-aside {
  display: grid;
  gap: clamp(26px, 4vw, 46px);
  min-width: 0;
}

.generic-cards-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.generic-cards-form-card,
.generic-cards-form-highlight,
.generic-cards-form-teaser {
  border: 2px solid #2d3a28;
}

.generic-cards-form-card {
  min-height: 108px;
  display: grid;
  align-content: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 22px;
  text-align: center;
}

.generic-cards-form-card h3,
.generic-cards-form-card p,
.generic-cards-form-highlight {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.generic-cards-form-card h3 {
  margin: 0;
  font-size: clamp(21px, 2.1vw, 32px);
  line-height: 1.12;
}

.generic-cards-form-card p {
  margin: 6px 0 0;
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.08;
}

.generic-cards-form-highlight {
  margin: 0;
  padding: clamp(24px, 3.4vw, 44px) clamp(20px, 3vw, 36px);
  background: #CA5F63;
  border-radius: 22px;
  color: #fff;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.25;
  text-align: center;
}

.generic-cards-form-main {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.generic-cards-form-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.generic-cards-form-metrics article {
  min-width: 0;
  width: 100%;
}

.generic-cards-form-metrics article:nth-child(3) {
  grid-column: auto;
}

.generic-cards-form-metrics strong {
  font-size: 30px;
  line-height: 32px;
  overflow-wrap: anywhere;
}

.generic-cards-form-panel {
  width: min(100%, 625px);
  justify-self: end;
  margin-top: 0;
}

.generic-cards-form-panel .btn {
  width: 100%;
  min-width: 0;
  justify-self: auto;
  border-radius: 0;
}

.generic-cards-form-teaser {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 625px);
  min-height: 58px;
  justify-self: end;
  padding: 12px 24px;
  background: #2d3a28;
  border: 4px solid #fff;
  border-radius: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.default-content-page--error,
.default-content-page--not-found {
  background: rgba(255, 255, 255, 0.74);
}

.app-shell--website-check .website-check-page > :not(.website-check-hero) {
  width: min(100% - 20px, 1280px);
  margin-left: auto;
  margin-right: auto;
}

.blog-page {
  width: min(100% - 20px, 1280px);
  margin: 0 auto;
  padding: clamp(96px, 12vw, 142px) 0 96px;
  color: #1f1f1f;
}

.blog-posts-section {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 96px) 20px 96px;
}

.blog-page-header {
  display: grid;
  gap: 16px;
  max-width: 880px;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.blog-page-header > p,
.blog-page-header time,
.blog-back-link,
.blog-card time {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-page-header h1,
.blog-page-header h2 {
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.86;
  letter-spacing: -0.07em;
}

.blog-page-header > p:last-child {
  max-width: 720px;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-transform: none;
}

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

.blog-card {
  display: grid;
  grid-template-rows: minmax(220px, 0.75fr) auto;
  min-height: 520px;
  background: rgba(255, 255, 255, 0.76);
}

.blog-card-media {
  display: block;
  min-height: 220px;
  background: rgba(4, 152, 108, 0.16);
  overflow: hidden;
}

.blog-card-media img,
.blog-detail-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-copy {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(18px, 2.4vw, 28px);
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.blog-card h2 a,
.blog-card h3 a,
.blog-card-link,
.blog-back-link {
  color: inherit;
  text-decoration: none;
}

.blog-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

.blog-card-link {
  justify-self: start;
  margin-top: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-page-message {
  max-width: 760px;
  margin: 0;
  padding: clamp(18px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.74);
}

.blog-detail-page {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.blog-detail-header {
  max-width: 940px;
}

.blog-detail-image {
  max-height: 520px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.blog-detail-content {
  max-width: 820px;
  padding: clamp(18px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.76);
}

.blog-detail-content > *:first-child {
  margin-top: 0;
}

.blog-detail-content > *:last-child {
  margin-bottom: 0;
}

.blog-detail-content h2,
.blog-detail-content h3 {
  margin: 36px 0 16px;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.blog-detail-content p,
.blog-detail-content li {
  font-size: 18px;
  line-height: 1.55;
}

.bfsg-page {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #1f1f1f;
}

.bfsg-page > section {
  width: min(100% - 20px, 1280px);
  margin-left: auto;
  margin-right: auto;
}

.bfsg-eyebrow {
  margin: 0 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bfsg-hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.52fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: end;
  min-height: 720px;
  padding: 132px 20px 72px;
}

.bfsg-hero-copy {
  max-width: 930px;
}

.bfsg-hero-section h1,
.bfsg-section-intro h2,
.bfsg-proof-copy h2,
.bfsg-final-cta h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.bfsg-hero-section h1 {
  max-width: 930px;
  font-size: clamp(48px, 6.7vw, 86px);
  line-height: 0.84;
  text-wrap: balance;
}

.bfsg-hero-lead {
  max-width: 690px;
  margin: 26px 0 0;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.bfsg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.bfsg-hero-panel {
  display: grid;
  gap: 8px;
  align-self: stretch;
  min-height: 360px;
}

.bfsg-hero-panel span,
.bfsg-proof-mark span {
  display: flex;
  align-items: flex-end;
  min-height: 88px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.78);
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.bfsg-hero-panel span:nth-child(1) {
  background: #B9C0E3;
}

.bfsg-hero-panel span:nth-child(2) {
  background: #E7BFD2;
}

.bfsg-hero-panel span:nth-child(3) {
  background: #86A888;
}

.bfsg-hero-panel span:nth-child(4) {
  background: #CFBD88;
}

.bfsg-benefits-section,
.bfsg-services-section,
.bfsg-process-section {
  margin-top: clamp(54px, 8vw, 104px);
}

.bfsg-section-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: start;
  margin-bottom: clamp(24px, 4vw, 46px);
}

.bfsg-section-intro h2,
.bfsg-proof-copy h2,
.bfsg-final-cta h2 {
  font-size: clamp(42px, 5.3vw, 76px);
  line-height: 0.84;
  text-wrap: balance;
}

.bfsg-benefits-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 64px);
  align-items: start;
}

.bfsg-benefits-copy > p,
.bfsg-proof-copy > p,
.bfsg-final-cta-copy p {
  margin: 0;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.bfsg-benefit-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bfsg-benefit-list li {
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  background: rgba(255, 255, 255, 0.76);
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.bfsg-benefit-list li:nth-child(1) {
  background: #B9C0E3;
}

.bfsg-benefit-list li:nth-child(2) {
  background: #E7BFD2;
}

.bfsg-benefit-list li:nth-child(3) {
  background: #86A888;
}

.bfsg-benefit-list li:nth-child(4) {
  background: #CA8780;
}

.bfsg-benefit-list li:nth-child(5) {
  background: #CFBD88;
}

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

.bfsg-service-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background: #B9C0E3;
}

.bfsg-service-card:nth-child(2) {
  background: #E7BFD2;
}

.bfsg-service-card:nth-child(3) {
  background: #86A888;
}

.bfsg-service-card:nth-child(4) {
  background: #CFBD88;
}

.bfsg-card-number {
  align-self: flex-end;
  font-family: "Poppins", sans-serif;
  font-size: clamp(56px, 7vw, 104px);
  font-weight: 500;
  line-height: 0.74;
  letter-spacing: -0.08em;
  color: rgba(31, 31, 31, 0.38);
}

.bfsg-service-card h3,
.bfsg-process-list h3 {
  margin: 0;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.bfsg-service-card p,
.bfsg-process-list p {
  margin: 18px 0 0;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.bfsg-proof-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 0.88fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: stretch;
  margin-top: clamp(64px, 9vw, 118px);
}

.bfsg-proof-mark {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.bfsg-proof-mark span {
  min-height: 190px;
}

.bfsg-proof-mark span:nth-child(1) {
  background: #CA8780;
}

.bfsg-proof-mark span:nth-child(2) {
  background: #B9C0E3;
}

.bfsg-proof-mark span:nth-child(3) {
  background: #86A888;
}

.bfsg-proof-mark span:nth-child(4) {
  background: #E7BFD2;
}

.bfsg-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 388px;
  padding: clamp(20px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.76);
}

.bfsg-proof-copy > p {
  max-width: 720px;
  margin-top: 26px;
}

.bfsg-process-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bfsg-process-list li {
  display: grid;
  grid-template-columns: minmax(120px, 0.22fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
  padding: clamp(18px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.74);
}

.bfsg-process-list li > span {
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 5.4vw, 76px);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -0.08em;
  color: #bc4034;
  text-transform: uppercase;
}

.bfsg-process-list p {
  max-width: 720px;
}

.bfsg-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
  margin-top: clamp(64px, 8vw, 112px);
  margin-bottom: 96px;
  padding: clamp(24px, 4vw, 44px);
  background: #1f1f1f;
  color: #fff;
}

.bfsg-final-cta-copy {
  display: grid;
  gap: 26px;
  align-content: start;
}

.bfsg-final-cta-copy p {
  max-width: 620px;
}

@media (max-width: 1024px) {
  .content-page {
    padding-top: 34px;
  }
  .website-check-request,
  .website-check-testimonial {
    grid-template-columns: 1fr;
  }
  .website-check-hero-stage {
    min-height: 441px;
    padding-top: 70px;
  }
  .website-check-hero-media {
    top: 70px;
    right: 10px;
    width: min(58vw, 620px);
    max-height: 312px;
  }
  .website-check-hero-copy {
    bottom: 104px;
  }
  .website-check-hero .hero-cta-block {
    right: 100px;
    bottom: 38px;
  }
  .generic-directus-hero-stage {
    min-height: 441px;
    padding-top: 70px;
  }
  .generic-directus-hero-media {
    top: 70px;
    right: 10px;
    width: min(58vw, 620px);
    max-height: 312px;
  }
  .generic-directus-hero-copy {
    bottom: 104px;
  }
  .generic-directus-hero-cta {
    right: 100px;
    bottom: 38px;
  }
  .website-check-trust-strip {
    flex-wrap: wrap;
  }
  .website-check-trust-spacer {
    display: none;
  }
  .website-check-hero-lower {
    grid-template-columns: 1fr;
  }
  .website-check-hero-intro {
    justify-self: start;
  }
  .website-check-hero-metrics,
  .website-check-hero-panel {
    margin-top: 32px;
  }
  .website-check-hero-panel {
    justify-self: start;
  }
  .website-check-case-study {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .website-check-case-study-content h3 {
    margin-top: 0;
  }
  .website-check-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .website-check-case,
  .website-check-case:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .website-check-case:nth-child(even) .website-check-case-copy,
  .website-check-case:nth-child(even) .website-check-case-media,
  .website-check-case-media,
  .website-check-measures,
  .website-check-case:nth-child(even) .website-check-measures {
    grid-column: auto;
    grid-row: auto;
  }
  .website-check-future-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .website-check-tools ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .website-check-area-card {
    min-height: 300px;
  }
  .website-check-faq-list {
    grid-template-columns: 1fr;
  }
  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .generic-page-hero,
  .generic-text-section,
  .generic-image-text-section,
  .generic-cta-section,
  .generic-cards-section .generic-section-intro {
    grid-template-columns: 1fr;
  }
  .generic-cards-section .generic-section-copy {
    grid-column: auto;
  }
  .generic-card-grid,
  .generic-wide-card-grid,
  .generic-service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .generic-service-cards-section--four-columns .generic-service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .generic-service-cards-section {
    --services-card-title-size: clamp(24px, 3.7vw, 36px);
    --services-card-mobile-height: 312px;
  }
  .generic-spacer-section--small {
    --generic-spacer-height: 28px;
  }
  .generic-spacer-section--medium {
    --generic-spacer-height: 58px;
  }
  .generic-spacer-section--large {
    --generic-spacer-height: 104px;
  }
  .generic-process-step {
    min-height: 280px;
  }
  .generic-process-step-copy {
    width: min(100%, 480px);
  }
  .generic-process-step h2,
  .generic-process-step h3 {
    font-size: clamp(44px, 6.8vw, 64px);
  }
  .generic-process-step-claim {
    max-width: min(38vw, 320px);
  }
  .generic-process-step-claim p {
    font-size: clamp(34px, 4.8vw, 48px);
  }
  .generic-contact-form-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .generic-contact-form-copy {
    min-height: 0;
    gap: 28px;
  }
  .generic-contact-form-copy h2 {
    max-width: 10ch;
  }
  .generic-title-text-image {
    width: 100%;
  }
  .generic-cards-form-section {
    grid-template-columns: 1fr;
  }
  .generic-image-text-section--image-right .generic-section-media,
  .generic-image-text-section--image-right .generic-image-text-copy {
    grid-column: auto;
    grid-row: auto;
  }
  .generic-page-hero-copy {
    min-height: auto;
  }
  .generic-page-hero-media,
  .generic-section-media {
    min-height: 320px;
  }
  .bfsg-hero-section,
  .bfsg-benefits-copy,
  .bfsg-proof-section,
  .bfsg-final-cta {
    grid-template-columns: 1fr;
  }
  .bfsg-hero-section {
    min-height: auto;
    padding-top: 116px;
  }
  .bfsg-hero-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 0;
  }
  .bfsg-hero-panel span {
    min-height: 150px;
  }
  .bfsg-benefit-list,
  .bfsg-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bfsg-benefit-list li,
  .bfsg-service-card {
    min-height: 280px;
  }
}
@media (max-width: 1366px) {
  .generic-content-page--bfsg-check,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg {
    width: 100%;
    max-width: 100%;
  }
  .generic-content-page--bfsg-check > .generic-directus-hero,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg > .generic-directus-hero,
  .generic-content-page--bfsg-check > .generic-section,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg > .generic-section,
  .generic-content-page--bfsg-check > .generic-claim-intro-section,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg > .generic-claim-intro-section,
  .generic-content-page--bfsg-check > .generic-testimonials-section,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg > .generic-testimonials-section,
  .generic-content-page--bfsg-check > .generic-cards-form-section,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg > .generic-cards-form-section {
    width: min(calc(100% - 24px), 1280px);
    max-width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .generic-content-page--bfsg-check .generic-directus-hero,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg .generic-directus-hero {
    overflow-x: clip;
    padding-top: 54px;
  }
  .generic-content-page--bfsg-check .generic-directus-hero-stage,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg .generic-directus-hero-stage {
    width: 100%;
    max-width: 100%;
    min-height: 620px;
    overflow: hidden;
    padding: 86px 0 0;
  }
  .generic-content-page--bfsg-check .generic-directus-hero-kicker,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg .generic-directus-hero-kicker {
    top: 28px;
    left: 0;
  }
  .generic-content-page--bfsg-check .generic-directus-hero-copy,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg .generic-directus-hero-copy {
    left: 0;
    bottom: 112px;
  }
  .generic-content-page--bfsg-check .generic-directus-hero-media,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg .generic-directus-hero-media {
    top: 82px;
    right: 0;
    max-width: 100%;
  }
  .generic-content-page--bfsg-check .generic-directus-hero-cta,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg .generic-directus-hero-cta {
    right: 0;
    max-width: 100%;
  }
  .generic-content-page--bfsg-check .generic-cards-form-section,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg .generic-cards-form-section {
    grid-template-columns: 1fr;
  }
  .generic-content-page--bfsg-check .generic-cards-form-panel,
  .generic-content-page--barrierefreiheit-fuer-versicherer-bfsg .generic-cards-form-panel {
    width: min(100%, 625px);
    justify-self: stretch;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  .site-header--subpage ~ main .generic-directus-hero-stage {
    padding-top: 126px;
  }
  .site-header--subpage ~ main .generic-directus-hero-kicker {
    top: 72px;
  }
  .site-header--subpage ~ main .generic-directus-hero-media {
    top: 122px;
  }
  .site-header--subpage ~ main .generic-directus-hero-copy {
    bottom: 86px;
  }
  .site-header--subpage ~ main .generic-directus-hero-copy h1 {
    font-size: 60px;
    line-height: 45px;
  }
  .site-header--subpage ~ main .website-check-hero-stage {
    padding-top: 126px;
  }
  .site-header--subpage ~ main .website-check-hero-intro-kicker {
    top: 72px;
  }
  .site-header--subpage ~ main .website-check-hero-media {
    top: 122px;
  }
  .site-header--subpage ~ main .website-check-hero-copy {
    bottom: 86px;
  }
  .site-header--subpage ~ main .website-check-hero h1 {
    font-size: 60px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .content-page {
    padding: 26px 10px 72px;
  }
  .app-shell--website-check .site-header .container {
    padding: 10px;
  }
  .website-check-hero {
    min-height: auto;
  }
  .website-check-hero-stage {
    min-height: 560px;
    padding: 64px 12px 0;
  }
  .website-check-hero-media {
    top: 120px;
    right: 12px;
    width: min(78vw, 420px);
    max-height: 230px;
  }
  .website-check-hero-copy {
    position: absolute;
    left: 12px;
    bottom: 120px;
    max-width: min(74vw, 340px);
    padding-top: 0;
  }
  .website-check-hero h1 {
    font-size: clamp(36px, 10vw, 50px);
    line-height: 0.9;
    max-width: 12ch;
  }
  .website-check-hero .hero-cta-block {
    right: auto;
    bottom: 48px;
    left: 12px;
    max-width: min(74vw, 280px);
  }
  .website-check-powered {
    display: block;
    margin: 0;
  }
  .website-check-trust-strip {
    gap: 12px;
    padding: 10px 12px;
  }
  .website-check-trust-divider {
    display: none;
  }
  .website-check-trust-dmb {
    flex-basis: 100%;
  }
  .website-check-hero-lower {
    padding: 18px 12px 56px;
  }
  .generic-claim-intro-section {
    padding: 18px 12px 36px;
  }
  .website-check-hero-metrics {
    grid-template-columns: 1fr;
  }
  .website-check-hero-metrics article:nth-child(3) {
    grid-column: auto;
  }
  .website-check-hero-panel {
    padding: 18px;
  }
  .website-check-case-study {
    padding: 0 12px 64px;
  }
  .website-check-case-study-heading p {
    font-size: 24px;
  }
  .website-check-case-study-heading h2,
  .website-check-case-study-content h3,
  .website-check-case-study-measures h4 {
    font-size: 32px;
    line-height: 28px;
  }
  .website-check-case-study-copy {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .website-check-case-study-media {
    min-height: 220px;
  }
  .website-check-case-study-measures li {
    align-items: flex-start;
    font-size: 18px;
  }
  .website-check-section-intro,
  .website-check-area-grid,
  .website-check-future-grid,
  .website-check-step-list li {
    grid-template-columns: 1fr;
  }
  .website-check-tools ul,
  .website-check-testimonial figure {
    grid-template-columns: 1fr;
  }
  .website-check-testimonial figcaption {
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: end;
  }
  .website-check-testimonial figcaption img {
    width: 88px;
  }
  .website-check-area-card {
    min-height: 260px;
  }
  .website-check-hero-form .btn {
    font-size: 16px;
  }
  .generic-content-page {
    --generic-content-gutter: 12px;
    gap: 54px;
  }
  .generic-content-page--web-design-fuer-versicherer {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .generic-content-page--web-design-fuer-versicherer .generic-directus-hero-stage {
    max-width: 100vw;
    overflow: hidden;
  }
  .generic-content-page--web-design-fuer-versicherer > .generic-section,
  .generic-content-page--web-design-fuer-versicherer > .generic-claim-intro-section,
  .generic-content-page--web-design-fuer-versicherer > .generic-testimonials-section,
  .generic-content-page--web-design-fuer-versicherer .generic-directus-hero .trust-partners-section {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-left: auto;
    margin-right: auto;
  }
  .generic-directus-hero-stage {
    min-height: 500px;
    padding: 82px 12px 0;
  }
  .generic-directus-hero-kicker {
    top: 60px;
    left: 12px;
    font-size: 13px;
    line-height: 1.2;
  }
  .generic-directus-hero-media {
    top: 120px;
    right: 12px;
    width: min(78vw, 420px);
    max-height: 230px;
  }
  .generic-directus-hero-copy {
    left: 12px;
    bottom: 118px;
    max-width: min(86vw, 360px);
  }
  .generic-directus-hero-copy h1 {
    font-size: clamp(26px, 6.8vw, 35px);
    line-height: 1.02;
    letter-spacing: -0.045em;
    max-width: 13ch;
  }
  .generic-directus-hero-copy .generic-page-hero-text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.015em;
  }
  .generic-directus-hero-cta {
    align-items: flex-start;
    right: auto;
    bottom: 48px;
    left: 12px;
    max-width: calc(100% - 24px);
  }
  .generic-directus-hero-cta .btn {
    width: fit-content;
    max-width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  .generic-page-hero {
    padding: 18px;
  }
  .generic-page-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.88;
  }
  .generic-page-hero-media,
  .generic-section-media {
    min-height: 240px;
  }
  .generic-image-text-copy {
    min-height: 0;
    padding: 20px;
  }
  .generic-cta-section .btn {
    width: 100%;
  }
  .generic-card-grid,
  .generic-wide-card-grid,
  .generic-service-card-grid {
    grid-template-columns: 1fr;
  }
  .generic-service-cards-section--four-columns .generic-service-card-grid {
    grid-template-columns: 1fr;
  }
  .generic-service-card-grid {
    gap: 12px;
  }
  .generic-service-cards-section {
    --services-card-title-size: clamp(28px, 8.2vw, 34px);
    --services-card-title-line-height: 1;
    --services-card-title-letter-spacing: -0.045em;
    --services-card-copy-size: 15px;
    --services-card-copy-line-height: 1.16;
    --services-card-copy-letter-spacing: -0.01em;
    --services-card-padding: 12px;
    --services-card-mobile-height: auto;
  }
  .generic-service-card {
    min-height: clamp(280px, 74vw, 340px);
    gap: 22px;
  }
  .generic-service-card h3 {
    max-width: 18ch;
    font-weight: 400;
  }
  .generic-service-card p {
    max-width: min(24ch, calc(100% - 96px));
    font-weight: 500;
  }
  .generic-service-card .generic-service-card-number {
    right: 10px;
    bottom: 8px;
    font-size: 112px;
  }
  .generic-spacer-section--small {
    --generic-spacer-height: 20px;
  }
  .generic-spacer-section--medium {
    --generic-spacer-height: 40px;
  }
  .generic-spacer-section--large {
    --generic-spacer-height: 72px;
  }
  .generic-process-step {
    min-height: 360px;
    padding: 14px 12px 88px;
  }
  .generic-process-step--with-claim {
    padding-top: 14px;
  }
  .generic-process-step-copy {
    width: 100%;
  }
  .generic-process-step h2,
  .generic-process-step h3 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.86;
  }
  .generic-process-step p {
    width: min(100%, 420px);
    margin-top: 10px;
    font-size: 15px;
    line-height: 0.94;
  }
  .generic-process-step-claim {
    display: none;
  }
  .generic-process-mobile-claim {
    display: block;
    margin-bottom: 12px;
    padding: 12px;
    background: #E7BFD2;
  }
  .generic-process-mobile-claim p {
    width: auto;
    margin: 0;
    padding: 10px 12px 12px;
    border: 2px solid #1f1f1f;
    color: #1f1f1f;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(36px, 11vw, 52px);
    font-weight: 300;
    line-height: 0.92;
    letter-spacing: -0.075em;
    text-transform: none;
  }
  .generic-process-step-number {
    right: 12px;
    bottom: 12px;
    font-size: clamp(52px, 18vw, 82px);
  }
  .generic-contact-form-section {
    padding-top: 18px;
    padding-bottom: 42px;
  }
  .generic-contact-form-copy h2 {
    font-size: clamp(42px, 13vw, 58px);
  }
  .generic-large-title-section {
    grid-template-columns: 1fr;
    gap: 24px;
    min-width: 0;
    overflow: hidden;
  }
  .generic-large-title-section h2 {
    font-size: clamp(36px, 10.4vw, 46px);
    line-height: 0.92;
    letter-spacing: -0.045em;
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .generic-large-title-copy {
    justify-self: start;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .generic-large-title-copy p {
    font-size: 16px;
  }
  .generic-contact-form-text {
    gap: 18px;
  }
  .generic-contact-form-text p {
    font-size: 20px;
    line-height: 1.18;
  }
  .generic-contact-form {
    padding: 16px 14px 14px;
  }
  .generic-contact-form button {
    width: 100%;
    min-width: 0;
  }
  .generic-title-text-image h2 {
    font-size: 32px;
    line-height: 28px;
  }
  .generic-title-text-image-list-block h3 {
    font-size: 32px;
    line-height: 28px;
  }
  .generic-title-text-image-copy {
    column-count: 1;
    column-gap: 0;
    height: auto;
  }
  .generic-title-text-image-media,
  .generic-title-text-image-media img {
    min-height: 220px;
  }
  .generic-image-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .generic-image-grid-item {
    min-height: 104px;
    padding: 20px 28px;
  }
  .generic-cards-form-section {
    padding: 0 12px;
  }
  .generic-cards-form-grid {
    grid-template-columns: 1fr;
  }
  .generic-cards-form-card {
    min-height: 96px;
    border-radius: 18px;
  }
  .generic-cards-form-highlight {
    border-radius: 18px;
  }
  .generic-cards-form-panel {
    justify-self: stretch;
  }
  .generic-cards-form-panel .btn,
  .generic-cards-form-teaser {
    width: 100%;
  }
  .generic-card,
  .generic-wide-card {
    min-height: 260px;
  }
  .blog-page {
    width: min(100% - 24px, 1280px);
    padding: 92px 0 72px;
  }
  .blog-card-grid {
    grid-template-columns: 1fr;
  }
  .blog-card {
    min-height: 0;
  }
  .blog-card h2 {
    font-size: 32px;
  }
  .blog-card h3 {
    font-size: 32px;
  }
  .blog-detail-content p,
  .blog-detail-content li {
    font-size: 16px;
  }
  .bfsg-page > section {
    width: min(100% - 24px, 1280px);
  }
  .bfsg-hero-section {
    padding: 96px 0 52px;
  }
  .bfsg-hero-section h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.88;
  }
  .bfsg-hero-actions {
    display: grid;
  }
  .bfsg-hero-actions .btn,
  .bfsg-final-cta .btn {
    width: 100%;
  }
  .bfsg-hero-panel,
  .bfsg-section-intro,
  .bfsg-benefit-list,
  .bfsg-service-grid,
  .bfsg-proof-mark,
  .bfsg-process-list li {
    grid-template-columns: 1fr;
  }
  .bfsg-hero-panel span,
  .bfsg-benefit-list li,
  .bfsg-service-card,
  .bfsg-proof-mark span {
    min-height: 190px;
  }
  .bfsg-benefits-section,
  .bfsg-services-section,
  .bfsg-process-section,
  .bfsg-proof-section {
    margin-top: 58px;
  }
  .bfsg-proof-copy {
    min-height: 0;
  }
  .bfsg-final-cta {
    margin-bottom: 72px;
  }
}
.footer-extended {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  padding: 22px 0 44px;
  background: #cac1be;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.footer-extended .container {
  background: #cac1be;
  text-align: left;
}

.footer-extended-brand {
  margin-bottom: 10px;
  justify-self: start;
}

.footer-extended-brand img {
  width: 274px;
  height: auto;
  filter: brightness(0);
}

.footer-extended-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 0.95fr) auto;
  gap: 28px 36px;
  padding: 10px 18px 52px;
  background: #cac1be;
  justify-items: start;
}

.footer-extended-column {
  display: grid;
  align-content: start;
  gap: 4px;
}

.footer-extended-list,
.footer-extended-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-extended-list {
  display: grid;
  gap: 4px;
}

.footer-extended-list li,
.footer-extended-social li {
  list-style: none;
}

.footer-extended-column a,
.footer-extended-meta {
  color: inherit;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.1;
}

.footer-extended-column a {
  font-weight: 600;
}

.footer-extended-contact {
  gap: 8px;
  margin: 0;
  font-style: normal;
}

.footer-extended-social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.footer-extended-social a {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.footer-extended-social svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-extended-meta {
  grid-column: 1/-1;
  margin: 92px 0 0;
}

.footer-extended-meta strong {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .footer-extended-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-extended-social {
    justify-content: flex-start;
  }
  .footer-extended-meta {
    margin-top: 56px;
  }
}
@media (max-width: 768px) {
  .footer-extended {
    padding-bottom: 32px;
  }
  .footer-extended-brand img {
    width: min(100%, 220px);
  }
  .footer-extended-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 14px 14px 28px;
  }
  .footer-extended-meta {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
