@font-face {
  font-family: Brockmann;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/672092000ae1a37f95334bc3_brockmann-medium-webfont.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Brockmann;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/67209200a1f23d578ef3fbb6_brockmann-regularitalic-webfont.woff2")
    format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Brockmann;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/6720920012dbb269edb84764_brockmann-semibolditalic-webfont.woff2")
    format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Brockmann;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/67209200e55becc24d394fa1_brockmann-semibold-webfont.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Brockmann;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/672092001055a49401352ed8_brockmann-bold-webfont.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Brockmann;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/67209200e55becc24d394f9d_brockmann-regular-webfont.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Brockmann;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/672092000ae1a37f95334bd3_brockmann-bolditalic-webfont.woff2")
    format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Brockmann;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/67209200ac0991a8525b3ff6_brockmann-mediumitalic-webfont.woff2")
    format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Blokkneue;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/68b6c716d3780aca60ef62e5_BLOKKNeue-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Staatliches;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/68381cc931de7271d0182360_Staatliches-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Plusjakartasans Variablefont Wght;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/68381cefed040101afce422a_PlusJakartaSans-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Plusjakartasans Variablefont Wght;
  src: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/68381cef75992d56e4747ca5_PlusJakartaSans-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}

:root {
  --dot-bg: white;
  --dot-color: #8291a0;
  --dot-size: 1px;
  --dot-space: 22px;
  --plus-color: #8291a0;
  --plus-space-multiplier: 10;
  --plus-space: calc(var(--dot-space) * var(--plus-space-multiplier));
  --plus-arm: 6px;
  --plus-thickness: 1.5px;

  /* Variables from user's provided CSS */
  --base--white: #f7f9ff;
  --base--black: #0e0e0e;
  --base--dark-grey: #495766;
  --base--dark-blue: #094067;
  --base--blue: #005dd5;
  --base--border-radius-default: 0.5rem;
  --base--lighter-blue: #e3edfe;
  --base--alt-green: #31d891;
  --base--light-blue: #b9bfd6;
  --base--red: #db4437;
  --base--green: #09ff00;
  --base--yellow: #ffd400;
  --base--lighter-grey: #7c8b9b;

  /* Fallback variables */
  --color-text-dark: var(--base--dark-blue);
  --color-text-body: var(--base--dark-grey);
  --color-text-light: var(--base--lighter-grey);
  --color-bg-light: #f9f9f9;
  --color-accent-yellow: var(--base--yellow);
  --color-accent-red: var(--base--red);
  --color-accent-green: var(--base--green);
  --color-accent-blue-light: var(--base--lighter-blue);
  --color-border: #e4ebf3;
}

/* ------------------------- */
/* --- Base & Reset --- */
/* ------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  background-color: var(--base--white);
  color: #333;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(
        90deg,
        var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),
        transparent 1%
      )
      center / var(--dot-space) var(--dot-space),
    linear-gradient(
        var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),
        transparent 1%
      )
      center / var(--dot-space) var(--dot-space),
    var(--dot-color);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}
audio:not([controls]) {
  height: 0;
  display: none;
}
[hidden],
template {
  display: none;
}
a {
  background-color: #0000;
  color: var(--base--blue);
  font-size: 1rem;
  text-decoration: underline;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: inline-block; /* Changed from inline-block */
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* ------------------------- */
/* --- Base Typography --- */
/* ------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
h1 {
  color: var(--base--dark-grey);
  margin-top: 20px;
  font-family: Staatliches, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}
h2 {
  color: var(--base--dark-blue);
  margin-top: 20px;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
h3 {
  color: var(--base--dark-blue);
  margin-top: 20px;
  font-family: Staatliches, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
h4 {
  color: var(--base--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
p {
  color: var(--base--dark-grey);
  margin-top: 0;
  margin-bottom: 10px; /* Kept one margin-bottom */
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}
ul,
ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}
li {
  color: var(--base--dark-grey);
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.2rem;
}
blockquote {
  border-left: 5px solid var(--base--blue);
  color: var(--base--blue);
  margin: 0 0 10px;
  padding: 10px 20px;
  font-family: Staatliches, Verdana, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
figure {
  margin: 0 0 10px;
}
figcaption {
  text-align: center;
  margin-top: 5px;
}

/* ------------------------- */
/* --- Layout & Utilities --- */
/* ------------------------- */

.container {
  width: 100%; /* My original width */
  max-width: 1140px; /* User's max-width for shadow-three */
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
section {
  padding: 80px 30px;
}
.section {
  position: relative;
  /* Animation styles */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.section.sp-section {
  border-radius: var(--base--border-radius-default);
  background-color: var(--base--lighter-blue);
  margin-left: 20px;
  margin-right: 20px;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-center {
  text-align: center;
}
.flex-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.flex-row.h-center {
  justify-content: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* Spacing */
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.ml-auto {
  margin-left: auto;
}

/* Text */
.max-width-850 {
  max-width: 850px;
}
.color-light-grey {
  color: var(--base--dark-grey);
}
.no-line-break {
  white-space: nowrap;
  word-break: normal;
}
.br-10 {
  border-radius: 10px;
}
.staat {
  font-family: Staatliches, Verdana, sans-serif;
  font-weight: 400;
}
.zoom-hover {
  overflow: hidden;
  transition: all 0.3s ease;
}
.zoom-hover img {
  transition: transform 0.3s ease;
  transform: scale(1);
}
.zoom-hover:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.external-link {
  position: relative;
  display: block;
}
.external-link::before {
  content: "";
  background-image: url("img/new-tab.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0px 5px 0px 5px;
  width: 30px;
  height: 30px;
  background-color: var(--base--blue);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.color-blue {
  color: var(--base--blue);
}
.heading-red {
  background-color: var(--base--red);
  color: var(--base--white);
  border-radius: 5px;
  padding: 5px 30px;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  text-transform: uppercase;
  width: fit-content;
  height: fit-content;
}
.heading-green {
  background-color: var(--base--green);
  color: var(--base--dark-grey);
  border-radius: 5px;
  padding: 5px 30px;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  text-transform: uppercase;
}
.heading-yellow {
  background-color: var(--base--yellow);
  color: var(--base--black);
  border-radius: 5px;
  padding: 5px 30px;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  text-transform: uppercase;
}
.hero__button-group--horizontal {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.button--primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--base--border-radius-default);
  background-color: var(--base--blue);
  color: var(--base--white);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 14px 35px;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  position: relative;
  box-shadow: 0 5px 5px -3px #0006, inset 2px 2px 5px #ffffff80,
    inset -2px -2px 5px #00000080;
  white-space: normal;
}
.button--primary:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 15px 5px -12px #0006, inset 2px 2px 5px #ffffff80,
    inset -2px -2px 5px #00000080;
}
.button--secondary {
  border: 2px solid var(--base--blue);
  border-radius: var(--base--border-radius-default);
  color: var(--base--blue);
  text-align: center;
  background-color: #0000;
  padding: 12px 33px;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.button--secondary:hover {
  transform: translate(0, -5px);
}
.button--full-width {
  width: 100%;
}

.divider {
  opacity: 0.2;
  background-image: radial-gradient(circle, #000, #0000);
  width: 100%;
  height: 1px;
}

/* ------------------------- */
/* --- Navbar --- */
/* ------------------------- */
.navbar {
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  padding: 20px;
  max-width: 1140px; /* From shadow-three */
  margin-left: auto;
  margin-right: auto;
}

.navbar__container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; /* From navbar-wrapper-three-2 */
  align-items: center; /* From navbar-wrapper-three-2 */
  display: flex; /* From navbar-wrapper-three-2 */
  position: relative; /* From navbar-wrapper-three-2 */
}

.navbar__logo {
  display: block;
  text-align: center;
  margin-top: 25px;
}
.navbar__logo .wow-letter {
  fill: var(--base--blue);
}
.navbar__logo svg {
  height: 35px;
}

.navbar__menu {
  width: 100%;
  display: flex;
  position: relative;
  float: right;
  justify-content: space-between; /* From nav-menu-three-2 */
  align-items: center; /* From nav-menu-three-2 */
  margin-bottom: 0; /* From nav-menu-three-2 */
}

.navbar__menu-list {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar__link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.navbar__link:hover {
  color: #1a1b1fbf;
}

.navbar__toggle {
  padding: 12px;
  font-size: 24px;
  display: none;
  position: relative;
  float: right;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--base--dark-blue);
}
.navbar__toggle.w--open {
  /* This class is not used by my JS, but keeping for reference */
  color: #fff;
  background-color: #a6b1bf;
}

/* ------------------------- */
/* --- Hero --- */
/* ------------------------- */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 139px;
  height: 54px;
  pointer-events: none;
  transform: translate(-10px, -10px);
  z-index: 999999;
  display: none;
}
#home-hero {
  position: relative;
  cursor: none;
}
.hero__wrapper--split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__split {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
.hero__callout {
  border-radius: var(--base--border-radius-default);
  background-color: var(--base--lighter-blue);
  color: var(--base--dark-blue);
  margin-bottom: 20px;
  padding: 5px 10px;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-weight: 600;
}

.hero__flavor-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--base--dark-grey);
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.hero__text--red,
.hero__text--green,
.hero__text--yellow,
.hero__text--neutral {
  font-family: Staatliches, Verdana, sans-serif;
  font-size: 38px;
  line-height: 38px;
}
.hero__text--yellow {
  background-color: var(--base--yellow);
  color: var(--base--black);
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.hero__text--red {
  background-color: var(--base--red);
  color: var(--base--white);
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.hero__text--green {
  background-color: var(--base--green);
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.hero__subtext--yellow {
  background-color: var(--base--yellow);
  color: var(--base--black);
  text-decoration: none;
  border-radius: 5px;
}
.hero__title {
  color: var(--base--dark-grey);
  text-transform: none;
  max-width: 920px;
  margin-bottom: 50px;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 10px;
  text-align: center;
}
.hero__title--usecase {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  margin-top: 10px;
  display: flex;
}
.hero__button-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero__cta-detail {
  color: var(--base--lighter-grey);
  font-size: 15px;
}
.hero__emoji {
  font-size: 40px;
  z-index: -1;
  background-color: transparent;
  display: inline-block;
  position: absolute;
}
.hero__emoji.left {
  transform: rotate(340deg);
  top: -10px;
  left: -35px;
}
.hero__emoji.right {
  transform: rotate(20deg);
  top: -10px;
  right: -35px;
}
.white-space-normal {
  white-space: normal !important;
}
.home-hero-headline-container {
  position: relative;
  text-align: center;
}
.home-hero-headline {
  font-family: Staatliches, Verdana, sans-serif;
  background-color: var(--base--red);
  color: var(--base--white);
  border-radius: var(--base--border-radius-default);
  font-weight: 400;
  font-size: 34px;
  line-height: 50px;
  padding: 0px 7px;
  display: inline;
  box-decoration-break: clone;
}
/* ------------------------- */
/* --- Problem Section --- */
/* ------------------------- */
.problem__grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  display: flex;
}

.problem__item {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}
.problem__item h4 {
  margin: 0;
  font-size: 1.1rem;
}
.risk-grid {
  justify-content: space-between;
}
/* ------------------------- */
/* --- Solutions Section --- */
/* ------------------------- */
.solutions__steps {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.solution-step {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* Changed from center */
}

.solution-step--reverse {
  flex-flow: row-reverse wrap;
}

.solution-step__media {
  border-radius: 10px;
  flex: 1;
  min-width: auto;
}
.solution-step__media img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.solution-step__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.solution-step__count {
  color: var(--base--blue);
  font-family: Staatliches, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.solution-step__text h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.solution-step__text p {
  color: var(--base--dark-grey);
}

.solution-step__text strong {
  color: var(--base--dark-blue);
}

.quote-box {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 40px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--base--white);
  border-radius: var(--base--border-radius-default);
}

.quote-box__chevron {
  margin-top: -12px;
  margin-right: 80px;
  width: 32px;
  height: 18px;
}
.quote-box__chevron svg {
  display: block;
}

.quote-box__text {
  color: var(--base--dark-blue);
  border-radius: 10px;
  font-family: Plusjakartasans Variablefont Wght, Arial, sans-serif;
  position: relative;
  font-style: italic;
  margin: 0;
}

.quote-box__origin {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.quote-box__origin-text {
  color: var(--base--dark-grey);
  font-size: 0.9rem;
}
.quote-box__origin-logo {
  height: 30px;
  width: auto;
}

/* ------------------------- */
/* --- Features Section --- */
/* ------------------------- */
.features__grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 400px) minmax(200px, 400px);
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  display: grid;
}

.feature-item {
  color: var(--base--lighter-grey);
  text-align: center;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.feature-item h4 {
  color: var(--base--dark-blue);
  font-size: 1.1rem;
  margin-bottom: 0.5em;
}
.feature-item p {
  color: var(--base--lighter-grey);
  margin: 0;
}
/* ------------------------- */
/* --- Deliverables Section --- */
/* ------------------------- */
.deliverable__container {
  margin-bottom: 40px;
}
.deliverable__args {
  display: flex;
  flex-direction: row;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}
.deliverable__arg {
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--base--border-radius-default);
  background-color: var(--base--lighter-blue);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 360px;
  min-height: 100px;
  padding: 10px 20px;
}
.deliverable__arg p {
  margin-bottom: 0;
}

/* ------------------------- */
/* --- Team Section --- */
/* ------------------------- */
.team__grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.team-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--base--blue);
  background-color: var(--base--white);
  color: var(--base--black);
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  max-width: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.team-card__image {
  border: 2px none var(--base--blue);
  border-radius: var(--base--border-radius-default);
  width: 100px;
  height: 100px;
  position: relative;
  background-image: url("https://cdn.prod.website-files.com/67208f30550b8df208a02ea9/6720a3c741d8474775db2d5c_noise.png");
  background-position: 0 0;
  background-size: 650px 403px;
}

.team-card__info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  display: flex;
}

.team-card__meta strong {
  color: var(--base--dark-blue);
  font-size: 1.1rem;
}
.team-card__meta div {
  color: var(--base--blue); /* Mapped from .color-blue */
  font-family: Staatliches, Verdana, sans-serif; /* Mapped from .staat */
  font-weight: 400; /* Mapped from .staat */
}

.team-card__linkedin {
  margin-left: auto;
}
.team-card__linkedin svg {
  height: 32px;
  width: auto;
}

/* ------------------------- */
/* --- Contact Section --- */
/* ------------------------- */
.contact__container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact__iframe-wrapper {
  border: 1px solid var(--base--blue);
  border-radius: var(--base--border-radius-default);
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  font-family: Brockmann, sans-serif;
  font-weight: 600;
  flex: 2;
  min-width: 300px;
}
.contact__iframe-wrapper iframe {
  width: 100%;
  height: 700px;
  border: 0;
  border-radius: 8px;
}

.contact__info {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 300px;
  padding-top: 20px;
}

.contact__info h4 {
  margin-bottom: 10px;
}

.contact__info p {
  color: var(--base--dark-grey);
  line-height: 1.7;
}

.contact__info p a {
  color: var(--base--dark-blue);
  font-weight: 600;
}

/* ------------------------- */
/* --- Footer --- */
/* ------------------------- */
.footer {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
  background-color: var(--color-bg-light);
}

.footer .container {
  /* No specific styles, uses .container */
}

.footer__links {
  justify-content: flex-start; /* From footer-block-three */
  align-items: center; /* From footer-block-three */
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__link {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  font-weight: 600;
}
.footer__link:hover {
  color: #1a1b1fbf;
}

.footer__divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer__bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  color: var(--base--dark-grey);
  text-align: center;
}

.footer-copyright {
  color: #3a4554;
  font-size: 14px;
}

/* ------------------------- */
/* --- Responsive --- */
/* ------------------------- */

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar__container {
    max-width: 728px;
    justify-content: space-between;
  }
  .navbar__logo {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 25px;
  }
  .navbar__menu {
    display: none;
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    box-shadow: 0 8px 50px #0000000d;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 999;
    flex-direction: column;
  }
  .navbar__menu.is-open {
    display: flex;
  }
  .navbar__menu-list {
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 0;
  }
  .navbar__link {
    display: block;
    padding: 15px;
  }
  .navbar__toggle {
    display: block;
  }
  .hero__flavor-text {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: 32px;
  }
  .hero__text--red,
  .hero__text--green,
  .hero__text--yellow {
    line-height: 42px;
  }
  .hero__title {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .hero__title--usecase {
    font-size: 32px;
  }
  .features__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .feature-item {
    flex: 1;
    min-width: 320px;
    max-width: 360px;
  }

  #home-hero .flex-center.text-center {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }
  .heading-green {
    margin-top: 0;
  }

  .solution-step,
  .solution-step--reverse {
    flex-flow: column;
    gap: 30px;
  }
  .step-media {
    width: 100%;
    min-width: 360px;
  }

  .contact__container {
    flex-flow: column;
  }
  .contact-form-info {
    max-width: none;
  }

  .footer .container {
    max-width: 728px;
  }
  .footer__links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h4 {
    margin-bottom: 10px;
  }
  .container {
    max-width: none;
  }
  .section {
    padding: 60px 15px; /* Adapted from hero-stack */
  }
  .section.sp-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .container {
    flex-direction: column;
    align-items: center;
  }
  .footer__links {
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: column;
  }
  .footer__link:hover {
    color: #1a1b1fbf;
  }
  .footer__divider {
    margin-top: 60px;
  }
  .footer__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar__container {
    height: 70px;
  }
  .navbar__logo {
    padding-left: 0;
  }
  .navbar__menu {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .navbar__menu-list {
    flex-direction: column;
  }
  .navbar__link {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  #home-hero .flex-center {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }
  .hero__flavor-text {
    flex-flow: wrap;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .hero__text--red,
  .hero__text--green,
  .hero__text--yellow {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 34px;
  }
  .home-hero-headline-container {
    text-align: left;
  }

  .home-hero-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .hero__title {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }
  .hero__wrapper--split {
    flex-direction: column;
  }
  .hero__split {
    max-width: 100%;
  }
  .hero__emoji {
    display: none;
  }

  .step-media {
    min-width: auto;
  }

  .team-card {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .team__grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .hero__button-group {
    justify-content: flex-start;
    align-items: flex-start;
    align-items: stretch;
  }
  .hero__cta-detail {
    margin-top: 5px;
  }
  .deliverable__args {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    margin-bottom: 10px;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section.sp-section {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .hero__flavor-text {
    flex-flow: wrap;
  }

  .feature-item {
    max-width: 340px;
  }

  .footer .container {
    max-width: none;
  }
  .footer__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar__container {
    max-width: none;
  }
  .navbar__menu {
    flex-direction: column;
  }
  .risk-grid {
    flex-direction: column;
  }
}
