:root {
  --color-night-night-100: #10361f !important;
  --color-night-night-80: #1a5c34 !important;
  --color-night-night-60: #257945 !important;
  --color-night-night-40: #4fa16b !important;
  --color-night-night-20: #86d09b !important;
  --color-night-night-10: #b7e8c3 !important;
  --color-night-night-5: #d9f3e0 !important;
  --color-additional-seasalt-100: #fafffc !important;
  --color-additional-powder-blue-120: #1d7e43 !important;
  --color-additional-powder-blue-100: #2ca35a !important;
  --color-additional-moss-100: #39d06e !important;
  --color-additional-moss-120: #1f8d49 !important;
  --limebyte-btn-border: rgba(147, 154, 165, 0.56);
  --limebyte-btn-bg: rgba(250, 255, 252, 0.88);
  --limebyte-btn-text: #0f2b1c;
  --limebyte-btn-hover-border: rgba(168, 236, 120, 0.94);
  --limebyte-btn-hover-bg: rgba(232, 255, 222, 0.96);
  --limebyte-logo-byte-green: #ade041;
  --limebyte-nav-bg: rgba(255, 255, 255, 0.9);
  --limebyte-home-btn-min-height: 5.18rem;
  --limebyte-home-btn-padding-inline: 2.72rem;
  --limebyte-home-btn-font-size: clamp(1.52rem, 0.85vw + 1.14rem, 1.84rem);
  --limebyte-home-btn-icon-wrapper-width: 2.62rem;
  --limebyte-home-btn-icon-size: 1.2rem;
  --limebyte-font-family:
    var(--gt-standard-font),
    "gtstandard",
    "gtstandard Fallback",
    "Helvetica Neue",
    Arial,
    sans-serif;
  --font-family-fonttype: var(--limebyte-font-family) !important;
}

html,
body {
  background: #fafffc !important;
  color: #10361f !important;
  font-family: var(--limebyte-font-family) !important;
}

html.limebyte-content-pending main,
html.limebyte-content-pending footer {
  opacity: 0;
}

html.limebyte-content-ready main,
html.limebyte-content-ready footer {
  opacity: 1;
  transition: opacity 180ms ease;
}

body.limebyte-modal-open {
  overflow: hidden !important;
}

body.limebyte-modal-open nav[class*="navigationWrapper"],
body.limebyte-modal-open main,
body.limebyte-modal-open footer {
  filter: blur(2.2px) saturate(0.92);
  transition: filter 180ms ease;
}

.limebyte-cyber-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2.8vw, 2.4rem);
  background: rgba(14, 23, 18, 0.6);
  backdrop-filter: grayscale(0.3) blur(2.8px);
  -webkit-backdrop-filter: grayscale(0.3) blur(2.8px);
  animation: limebyte-modal-fade-in 190ms ease forwards;
}

.limebyte-cyber-modal {
  position: relative;
  width: min(760px, 100%);
  border-radius: 1.2rem;
  border: 1px solid rgba(207, 255, 132, 0.38);
  background: linear-gradient(148deg, rgba(22, 48, 31, 0.86), rgba(41, 73, 54, 0.8));
  box-shadow:
    0 20px 46px rgba(5, 20, 11, 0.42),
    0 0 0 1px rgba(196, 255, 138, 0.14) inset;
  color: #f5fff8;
  padding: clamp(1.2rem, 2.2vw, 2rem);
  animation: limebyte-modal-pop-in 220ms cubic-bezier(0.21, 0.95, 0.3, 1) both;
}

.limebyte-cyber-modal-close {
  position: absolute;
  top: 0.56rem;
  right: 0.56rem;
  width: 2.18rem;
  height: 2.18rem;
  border-radius: 999px;
  border: 1px solid #ffffff;
  background: rgba(20, 35, 25, 0.48);
  color: #f5fff8;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.limebyte-cyber-modal-close:hover,
.limebyte-cyber-modal-close:focus-visible {
  border-color: #ffffff;
  background: rgba(35, 63, 45, 0.8);
  outline: none;
  box-shadow: none;
}

.limebyte-cyber-modal-badge {
  display: inline-flex;
  margin: 0 0 0.55rem;
  padding: 0.26rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 255, 138, 0.42);
  background: rgba(184, 255, 120, 0.16);
  color: #dbffb0;
  font-size: 0.83rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.limebyte-cyber-modal-title {
  margin: 0 0 0.8rem;
  color: #f8fff9;
  font-size: clamp(1.52rem, 2.05vw, 2.12rem);
  font-weight: 760;
  line-height: 1.2;
}

.limebyte-cyber-modal-title-inline {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.32em;
  flex-wrap: nowrap;
}

.limebyte-cyber-modal-title-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.limebyte-cyber-modal-title-shield {
  margin-left: auto;
  flex: 0 0 auto;
  width: 1.72em;
  height: 1.9em;
  transform: translateY(0.02em);
}

.limebyte-cyber-modal-text {
  margin: 0;
  color: rgba(245, 255, 248, 0.95);
  font-size: clamp(1rem, 0.95vw, 1.14rem);
  line-height: 1.58;
}

.limebyte-cyber-modal-text-muted {
  margin-top: 0.55rem;
  color: rgba(230, 255, 236, 0.86);
}

.limebyte-cyber-modal-chips {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.limebyte-cyber-modal-chip {
  margin: 0;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 255, 138, 0.34);
  background: rgba(193, 255, 133, 0.14);
  color: #efffe4;
  font-size: 0.84rem;
  line-height: 1.2;
}

.limebyte-cyber-modal-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.62rem;
}

.limebyte-cyber-modal-cta {
  text-decoration: none;
}

.limebyte-cyber-modal-later {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.64rem 0.96rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 255, 248, 0.28);
  background: rgba(245, 255, 248, 0.08);
  color: #ecfff0;
  font-size: 0.95rem;
  font-weight: 550;
  cursor: pointer;
}

.limebyte-cyber-modal-later:hover,
.limebyte-cyber-modal-later:focus-visible {
  border-color: rgba(196, 255, 138, 0.58);
  background: rgba(160, 226, 110, 0.2);
}

@keyframes limebyte-modal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes limebyte-modal-pop-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 767px) {
  .limebyte-cyber-modal {
    border-radius: 0.9rem;
    padding: 1rem 0.9rem;
  }

  .limebyte-cyber-modal-title {
    padding-right: 2.2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
label,
small,
strong,
em,
blockquote,
figcaption,
cite,
button,
input,
textarea,
select,
option,
table,
th,
td,
legend,
pre,
code,
kbd,
samp {
  font-family: var(--limebyte-font-family) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 10% 10%, rgba(57, 208, 110, 0.2), transparent 30%),
    radial-gradient(circle at 108% 2%, rgba(181, 255, 58, 0.2), transparent 34%),
    linear-gradient(to bottom right, rgba(16, 54, 31, 0.02), rgba(57, 208, 110, 0.03));
}

[class*="section"][class*="dark"],
[class*="footer"],
[class*="navigationWrapper"][class*="full"][class*="dark"],
[class*="hero"][class*="dark"] {
  background: #0f2d1b !important;
  color: #fafffc !important;
}

[class*="section"][class*="light"],
[class*="hero"][class*="light"] {
  background: #fafffc !important;
  color: #10361f !important;
}

/* Keep header stable during locale sync; avoid hiding links to prevent visual jumps. */
html.limebyte-nav-pending:not(.limebyte-nav-ready)
  nav[class*="navigationWrapper"]
  [class*="menuLink"],
html.limebyte-nav-pending:not(.limebyte-nav-ready)
  nav[class*="navigationWrapper"]
  a[class*="navigationCta"]
  [class*="elementContentWrapper"],
html.limebyte-nav-pending:not(.limebyte-nav-ready)
  nav[class*="navigationWrapper"]
  .limebyte-lang-current {
  visibility: visible !important;
}

/* About page: force the same bright navigation look as the homepage. */
body.limebyte-about-home-nav [class*="navigationWrapper"][class*="full"][class*="dark"],
body.limebyte-about-home-nav
  nav[class*="Navigation-module__HNP4Vq__navigationWrapper"][class*="Navigation-module__HNP4Vq__dark"],
nav.limebyte-about-home-nav[class*="navigationWrapper"][class*="full"][class*="dark"],
nav.limebyte-about-home-nav[class*="Navigation-module__HNP4Vq__navigationWrapper"][class*="Navigation-module__HNP4Vq__dark"] {
  background: var(--limebyte-nav-bg) !important;
  background-color: var(--limebyte-nav-bg) !important;
  color: #10361f !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.limebyte-about-home-nav
  nav[class*="Navigation-module__HNP4Vq__navigationWrapper"]
  [class*="Navigation-module__HNP4Vq__menuLink"],
body.limebyte-about-home-nav
  nav[class*="Navigation-module__HNP4Vq__navigationWrapper"]
  [class*="Navigation-module__HNP4Vq__menuLink"]:hover,
body.limebyte-about-home-nav
  nav[class*="Navigation-module__HNP4Vq__navigationWrapper"]
  [class*="Navigation-module__HNP4Vq__menuLink"][class*="active"] {
  color: #10361f !important;
}

body.limebyte-about-home-nav
  nav[class*="Navigation-module__HNP4Vq__navigationWrapper"]
  [class*="MobileMenu-module__cSO_kq__navIcon"]
  span {
  background: #10361f !important;
}

[class*="Collaborations-module__l2rDkW__section"] {
  display: none !important;
}

.limebyte-home-services-no-collab [class*="ServicesBlock-module__sdVQTW__textWrapper"] {
  padding: 2rem 1.5rem !important;
}

@media (min-width: 768px) {
  .limebyte-home-services-no-collab [class*="ServicesBlock-module__sdVQTW__textWrapper"] {
    padding: 5.5rem 2.5rem !important;
  }
}

@media (min-width: 1141px) {
  .limebyte-home-services-no-collab [class*="ServicesBlock-module__sdVQTW__textWrapper"] {
    padding: 8rem 6rem !important;
  }
}

a[class*="Button-module__NwbMFq__base"],
button[class*="Button-module__NwbMFq__base"] {
  background: var(--limebyte-btn-bg) !important;
  border: 1px solid var(--limebyte-btn-border) !important;
  color: var(--limebyte-btn-text) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  backdrop-filter: blur(1.5px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

a[class*="Button-module__NwbMFq__base"] [class*="Button-module__NwbMFq__elementContentWrapper"],
button[class*="Button-module__NwbMFq__base"] [class*="Button-module__NwbMFq__elementContentWrapper"],
a[class*="Button-module__NwbMFq__base"] [class*="Icon-module__"],
button[class*="Button-module__NwbMFq__base"] [class*="Icon-module__"] {
  color: inherit !important;
}

a[class*="Button-module__NwbMFq__base"] [class*="Button-module__NwbMFq__iconWrapper"],
button[class*="Button-module__NwbMFq__base"] [class*="Button-module__NwbMFq__iconWrapper"] {
  border-left: 1px solid rgba(147, 154, 165, 0.46) !important;
}

a[class*="Button-module__NwbMFq__base"]:hover,
button[class*="Button-module__NwbMFq__base"]:hover,
a[class*="Button-module__NwbMFq__base"]:focus-visible,
button[class*="Button-module__NwbMFq__base"]:focus-visible,
[class*="Dropdown-module__r5WZ2q__current"]:hover,
[class*="Dropdown-module__r5WZ2q__current"]:focus-visible {
  background: var(--limebyte-btn-hover-bg) !important;
  border-color: var(--limebyte-btn-hover-border) !important;
  box-shadow:
    0 0 0 1px rgba(142, 220, 95, 0.38),
    0 0 24px rgba(148, 232, 106, 0.2) !important;
  color: #0d311d !important;
  transform: translateY(-1px);
}

[class*="menuLink"]:hover:not([class*="Navigation-module__HNP4Vq__menuLink"]),
[class*="menuLink"][class*="active"]:not([class*="Navigation-module__HNP4Vq__menuLink"]),
a:not([class*="Button-module__"]):hover:not([class*="Navigation-module__HNP4Vq__menuLink"]):not(.limebyte-cyber-modal-cta) {
  color: #39d06e !important;
}

html {
  view-transition-name: none !important;
}

::view-transition-group(nav),
::view-transition-old(nav),
::view-transition-new(nav),
::view-transition-group(root),
::view-transition-old(root),
::view-transition-new(root),
::view-transition-group(.page),
::view-transition-old(.page),
::view-transition-new(.page) {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

[class*="Navigation-module__HNP4Vq__navigationWrapper"] {
  view-transition-name: none !important;
  transition: none !important;
  transform: none !important;
  will-change: auto !important;
}

[class*="Navigation-module__HNP4Vq__linkWrapper"],
[class*="Navigation-module__HNP4Vq__menuLink"] {
  transition: none !important;
  animation: none !important;
}

[class*="Navigation-module__HNP4Vq__menuLink"],
[class*="Navigation-module__HNP4Vq__menuLink"]:hover,
[class*="Navigation-module__HNP4Vq__menuLink"][class*="active"] {
  color: #10361f !important;
}

[class*="Navigation-module__HNP4Vq__menuLink"]::before,
[class*="Navigation-module__HNP4Vq__menuLink"]::after {
  content: "" !important;
  position: static !important;
  display: inline-block !important;
  flex: 0 0 auto;
  vertical-align: middle;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  line-height: 1;
  color: var(--limebyte-logo-byte-green) !important;
  font-weight: 650;
  font-size: 0.86em;
  opacity: 0 !important;
  pointer-events: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    color 160ms ease;
}

[class*="Navigation-module__HNP4Vq__menuLink"]::before {
  content: "<" !important;
  margin-right: 0.24em;
  transform: translateX(0.1em);
}

[class*="Navigation-module__HNP4Vq__menuLink"]::after {
  content: ">" !important;
  margin-left: 0.24em;
  transform: translateX(-0.1em);
}

[class*="Navigation-module__HNP4Vq__menuLink"] > *::before,
[class*="Navigation-module__HNP4Vq__menuLink"] > *::after {
  content: none !important;
  border: 0 !important;
}

[class*="Navigation-module__HNP4Vq__menuLink"][class*="Navigation-module__HNP4Vq__active"]::before,
[class*="Navigation-module__HNP4Vq__menuLink"][class*="Navigation-module__HNP4Vq__active"]::after,
[class*="Navigation-module__HNP4Vq__menuLink"][aria-current="page"]::before,
[class*="Navigation-module__HNP4Vq__menuLink"][aria-current="page"]::after {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

@media (hover: hover) and (pointer: fine) {
  [class*="Navigation-module__HNP4Vq__menuLink"]:hover::before,
  [class*="Navigation-module__HNP4Vq__menuLink"]:focus-visible::before {
    opacity: 1 !important;
    transform: translateX(0);
  }

  [class*="Navigation-module__HNP4Vq__menuLink"]:hover::after,
  [class*="Navigation-module__HNP4Vq__menuLink"]:focus-visible::after {
    opacity: 1 !important;
    transform: translateX(0);
  }
}

.limebyte-lang-current {
  font-size: 0.8rem;
  font-weight: 640;
  letter-spacing: 0.045em;
  margin-right: 0;
  text-transform: uppercase;
  line-height: 1;
}

.limebyte-lang-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-style: normal;
  line-height: 1;
  /* Emoji flags — font-size controls how large the flag emoji appears */
  font-size: 1rem;
}

/* In the current-language button, slightly smaller */
[class*="Dropdown-module__r5WZ2q__current"] .limebyte-lang-flag {
  font-size: 0.9rem;
}

/* In the dropdown options, larger for clarity */
[class*="Dropdown-module__r5WZ2q__options"] .limebyte-lang-flag {
  font-size: 1.15rem;
}

.limebyte-lang-flag,
.limebyte-lang-current,
.limebyte-lang-option-label {
  pointer-events: auto !important;
}

[class*="Dropdown-module__r5WZ2q__current"] .limebyte-lang-flag {
  margin-right: 0.04rem;
}

[class*="Dropdown-module__r5WZ2q__current"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  min-height: 2.56rem !important;
  min-width: 4.08rem !important;
  padding: 0 0.54rem !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  border: 1px solid var(--limebyte-btn-border) !important;
  border-radius: 999px !important;
  background: var(--limebyte-btn-bg) !important;
  color: var(--limebyte-btn-text) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  backdrop-filter: blur(1.5px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

[class*="Dropdown-module__r5WZ2q__current"] span[class*="Dropdown-module__r5WZ2q__icon"],
[class*="Dropdown-module__r5WZ2q__current"] span[class*="Icon-module__"] {
  color: inherit !important;
  width: 0.82rem !important;
  height: 0.82rem !important;
}

[class*="Dropdown-module__r5WZ2q__options"] {
  background: #f8fffb !important;
  border: 1px solid rgba(147, 154, 165, 0.56) !important;
  border-radius: 0.76rem !important;
  box-shadow: 0 14px 32px rgba(10, 38, 22, 0.12) !important;
  padding: 0.22rem !important;
  min-width: 4.08rem !important;
  margin-top: 0.28rem !important;
}

[class*="Dropdown-module__r5WZ2q__option"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  min-width: 3.64rem;
  min-height: 1.84rem;
  padding: 0.2rem 0.54rem !important;
  border-radius: 0.52rem !important;
  font-size: 0.9rem !important;
  color: #10361f !important;
}

.limebyte-lang-option-label {
  font-size: 0.8rem;
  font-weight: 640;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

[class*="Dropdown-module__r5WZ2q__option"]:hover,
[class*="Dropdown-module__r5WZ2q__option"]:focus-visible {
  background: rgba(232, 255, 222, 0.96) !important;
  color: #0d311d !important;
}

[class*="Dropdown-module__r5WZ2q__option"].limebyte-lang-active {
  background: rgba(223, 252, 206, 0.9) !important;
  color: #165730 !important;
  font-weight: 650;
}

[class*="Navigation-module__HNP4Vq__navigationWrapper"] {
  top: 0 !important;
  background: var(--limebyte-nav-bg) !important;
  background-color: var(--limebyte-nav-bg) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding-top: 0.68rem !important;
  padding-bottom: 0.42rem !important;
}

[class*="Navigation-module__HNP4Vq__navigationWrapper"][class*="Navigation-module__HNP4Vq__small"] {
  background: var(--limebyte-nav-bg) !important;
  background-color: var(--limebyte-nav-bg) !important;
}

[class*="Navigation-module__HNP4Vq__navigationWrapper"][class*="Navigation-module__HNP4Vq__full"],
[class*="Navigation-module__HNP4Vq__navigationWrapper"][class*="Navigation-module__HNP4Vq__open"] {
  background: var(--limebyte-nav-bg) !important;
  background-color: var(--limebyte-nav-bg) !important;
}

[class*="Navigation-module__HNP4Vq__innerWrapper"] {
  min-height: 6.25rem !important;
}

[class*="Navigation-module__HNP4Vq__innerWrapper"]::after {
  transition: none !important;
  transform: none !important;
}

[class*="Navigation-module__HNP4Vq__menuLink"] {
  font-size: clamp(1.36rem, 0.94vw + 0.88rem, 1.64rem) !important;
  font-weight: 540 !important;
  line-height: 1.15 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: visible !important;
}

[class*="Navigation-module__HNP4Vq__menuLink"][class*="active"] {
  font-weight: 540 !important;
}

@media (min-width: 1141px) {
  [class*="Navigation-module__HNP4Vq__innerWrapper"] {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(0.75rem, 1.2vw, 1.5rem) !important;
    flex-wrap: nowrap !important;
  }

  [class*="Navigation-module__HNP4Vq__linkWrapper"] {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    gap: clamp(1.1rem, 1.5vw, 1.9rem) !important;
  }

  [class*="Navigation-module__HNP4Vq__menuLink"] {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-inline: clamp(0.18rem, 0.45vw, 0.46rem) !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  [class*="Navigation-module__HNP4Vq__buttonWrapper"] {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    margin-left: clamp(0.45rem, 0.75vw, 0.85rem) !important;
    gap: 0.52rem !important;
  }

  [class*="Navigation-module__HNP4Vq__navigationWrapper"] a[class*="Navigation-module__HNP4Vq__navigationCta"] {
    width: auto !important;
    min-height: 2.54rem !important;
    min-width: 7.6rem !important;
    padding-inline: 0.98rem !important;
  }

  [class*="Navigation-module__HNP4Vq__navigationWrapper"]
    a[class*="Navigation-module__HNP4Vq__navigationCta"][class*="Button-module__NwbMFq__fullWidth"] {
    width: auto !important;
    min-height: 2.54rem !important;
    min-width: 7.6rem !important;
    max-width: none !important;
  }

  [class*="Navigation-module__HNP4Vq__navigationWrapper"]
    a[class*="Navigation-module__HNP4Vq__navigationCta"]
    [class*="Button-module__NwbMFq__elementContentWrapper"] {
    font-size: clamp(0.86rem, 0.24vw + 0.78rem, 0.96rem) !important;
  }
}

@media (min-width: 1141px) and (max-width: 1320px) {
  [class*="Navigation-module__"][class*="logo"] {
    min-width: 244px !important;
    min-height: 62px !important;
  }
}

a[class*="Navigation-module__HNP4Vq__navigationCta"] {
  min-height: 2.36rem !important;
  min-width: 3.08rem !important;
  padding-inline: 0.58rem !important;
}

a[class*="Navigation-module__HNP4Vq__navigationCta"] [class*="Button-module__NwbMFq__elementContentWrapper"] {
  font-size: clamp(0.82rem, 0.2vw + 0.76rem, 0.92rem) !important;
  line-height: 1.06 !important;
  font-weight: 610 !important;
}

a[class*="Navigation-module__HNP4Vq__navigationCta"] [class*="Button-module__NwbMFq__iconWrapper"] {
  min-width: 1.05rem !important;
}

a[class*="Navigation-module__HNP4Vq__navigationCta"] [class*="Icon-module__"] {
  width: 0.62rem !important;
  height: 0.62rem !important;
}

[class*="Navigation-module__HNP4Vq__buttonWrapper"] {
  margin-left: clamp(0.85rem, 1.2vw, 1.35rem) !important;
  gap: 0.56rem !important;
}

.limebyte-made-in-cologne-badge-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  line-height: 1;
  white-space: nowrap;
}

.limebyte-made-in-cologne-badge {
  width: clamp(19rem, 24vw, 28.5rem);
  height: auto;
  max-height: none;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  margin: 0;
  filter: none !important;
}

.limebyte-made-in-cologne-caption {
  margin: 0;
  font-size: clamp(0.9rem, 0.4vw + 0.76rem, 1.14rem);
  font-weight: 560;
  letter-spacing: 0.015em;
  color: rgba(16, 54, 31, 0.88);
  text-align: center;
}

[class*="Navigation-module__"][class*="logo"] {
  background: url("/limebyte-assets/lime_logo_new_sep-800x182-byte-green.png") center / contain
    no-repeat !important;
  min-width: 296px !important;
  min-height: 74px !important;
  transform: none !important;
}

[class*="Navigation-module__"][class*="logo"] > * {
  opacity: 0 !important;
}

[class*="separator"],
[class*="line"],
[class*="border"] {
  border-color: rgba(57, 208, 110, 0.4) !important;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"] [class*="iconButton"],
div[class*="ProjectCard-module__AuTQga__projectCard"] [class*="iconButton"] {
  background: rgba(11, 33, 22, 0.9) !important;
  border: 1px solid rgba(191, 255, 96, 0.66) !important;
  box-shadow: 0 0 0 1px rgba(191, 255, 96, 0.26) !important;
}

/* Keep full monitor artwork visible in the projects-page replacement grid */
section.limebyte-projects-home-gallery-replacement div[class*="ProjectCard-module__AuTQga__projectCard"] {
  height: auto !important;
}

section.limebyte-projects-home-gallery-replacement {
  padding-top: clamp(1.7rem, 2.5vw, 2.9rem) !important;
}

section.limebyte-projects-home-gallery-replacement
  div[class*="CasesOverviewBlock-module__Ool7aW__casesGrid"] {
  margin-top: clamp(0.2rem, 0.8vw, 0.8rem) !important;
}

section.limebyte-projects-home-gallery-replacement div[class*="ProjectCard-module__AuTQga__imageWrapper"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  aspect-ratio: 1296 / 800 !important;
  overflow: hidden !important;
}

section.limebyte-projects-home-gallery-replacement img[class*="ProjectCard-module__AuTQga__image"] {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
}

section.limebyte-projects-home-gallery-replacement
  div[class*="ProjectCard-module__AuTQga__projectTextWrapper"] {
  flex: 0 0 auto !important;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"] [class*="iconButtonIcon"],
div[class*="ProjectCard-module__AuTQga__projectCard"] [class*="iconButtonIcon"] {
  color: #cfff66 !important;
  position: relative;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"] [class*="iconButtonIcon"] svg,
div[class*="ProjectCard-module__AuTQga__projectCard"] [class*="iconButtonIcon"] svg {
  opacity: 0 !important;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"] [class*="iconButtonIcon"]::before,
div[class*="ProjectCard-module__AuTQga__projectCard"] [class*="iconButtonIcon"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-mask: url("/limebyte-assets/lime-symbol-icon.png") center / contain no-repeat;
  mask: url("/limebyte-assets/lime-symbol-icon.png") center / contain no-repeat;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"] [class*="projectCard"]:hover [class*="iconButtonIcon"],
section[class*="CasesOverviewBlock-module__Ool7aW__section"] [class*="projectCard"]:focus-within [class*="iconButtonIcon"],
div[class*="ProjectCard-module__AuTQga__projectCard"]:hover [class*="iconButtonIcon"],
div[class*="ProjectCard-module__AuTQga__projectCard"]:focus-within [class*="iconButtonIcon"] {
  color: #ecffba !important;
}

/* Match projects overview background to the homepage header gradient (light). */
section[class*="CasesOverviewBlock-module__Ool7aW__section"],
section.limebyte-projects-home-gallery-replacement {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  background: transparent !important;
  background-color: transparent !important;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"]::before,
section.limebyte-projects-home-gallery-replacement::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(
      26% 94% at 40% 50%,
      rgba(231, 245, 207, 0.52) 0%,
      rgba(231, 245, 207, 0) 74%
    ),
    radial-gradient(
      44% 140% at 34% 54%,
      rgba(194, 221, 158, 0.74) 0%,
      rgba(194, 221, 158, 0.44) 30%,
      rgba(194, 221, 158, 0.14) 58%,
      rgba(194, 221, 158, 0) 76%
    ),
    radial-gradient(
      56% 126% at 79% 50%,
      rgba(178, 228, 198, 0.4) 0%,
      rgba(178, 228, 198, 0.19) 46%,
      rgba(178, 228, 198, 0) 76%
    ),
    linear-gradient(92deg, #d8dddb 0%, #e3e8e1 22%, #dde8da 52%, #d4e7db 74%, #cce4da 100%);
}

/* Blog listing: use the same light projects gradient under the posts grid. */
section.limebyte-blog-listing-light-bg {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  background: transparent !important;
  background-color: transparent !important;
}

section.limebyte-blog-listing-light-bg::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(
      26% 94% at 40% 50%,
      rgba(231, 245, 207, 0.52) 0%,
      rgba(231, 245, 207, 0) 74%
    ),
    radial-gradient(
      44% 140% at 34% 54%,
      rgba(194, 221, 158, 0.74) 0%,
      rgba(194, 221, 158, 0.44) 30%,
      rgba(194, 221, 158, 0.14) 58%,
      rgba(194, 221, 158, 0) 76%
    ),
    radial-gradient(
      56% 126% at 79% 50%,
      rgba(178, 228, 198, 0.4) 0%,
      rgba(178, 228, 198, 0.19) 46%,
      rgba(178, 228, 198, 0) 76%
    ),
    linear-gradient(92deg, #d8dddb 0%, #e3e8e1 22%, #dde8da 52%, #d4e7db 74%, #cce4da 100%);
}

section.limebyte-blog-listing-light-bg [class*="PostsPageComponent-module__rPoC1a__title"],
section.limebyte-blog-listing-light-bg [class*="PostsPageComponent-module__rPoC1a__title"] *,
section.limebyte-blog-listing-light-bg [class*="PostsPageComponent-module__rPoC1a__info"],
section.limebyte-blog-listing-light-bg [class*="PostsPageComponent-module__rPoC1a__info"] *,
section.limebyte-blog-listing-light-bg [class*="BlogItem-module__3sjqTq__title"],
section.limebyte-blog-listing-light-bg [class*="BlogItem-module__3sjqTq__date"],
section.limebyte-blog-listing-light-bg [class*="BlogItem-module__3sjqTq__textWrapper"] * {
  color: #10361f !important;
  text-shadow: none !important;
}

section.limebyte-blog-listing-light-bg [class*="PostsPageComponent-module__rPoC1a__categoryFilter"],
section.limebyte-blog-listing-light-bg [class*="BlogItem-module__3sjqTq__category"] {
  color: #2ca35a !important;
}

section.limebyte-blog-listing-light-bg [class*="PostsPageComponent-module__rPoC1a__separator"] {
  border-color: rgba(27, 81, 49, 0.2) !important;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"] h4[class*="CasesOverviewBlock-module__Ool7aW__title"],
section[class*="CasesOverviewBlock-module__Ool7aW__section"] h4[class*="CasesOverviewBlock-module__Ool7aW__title"] p,
section[class*="CasesOverviewBlock-module__Ool7aW__section"]
  div[class*="ProjectCard-module__AuTQga__projectTextWrapper"] *,
section.limebyte-projects-home-gallery-replacement
  div[class*="ProjectCard-module__AuTQga__projectTextWrapper"] * {
  color: #10361f !important;
  text-shadow: none !important;
}

[class*="category"] {
  background: rgba(57, 208, 110, 0.16) !important;
  color: #2ca35a !important;
}

section[class*="PrimaryHero-module__hNsCsq__section"],
section[class*="Hero-module__NjPEhW__section"] {
  padding-top: clamp(4.35rem, 5.4vw, 5.35rem) !important;
}

section[class*="PrimaryHero-module__hNsCsq__section"] {
  overflow: hidden !important;
}

html.limebyte-performance-lite section[class*="PrimaryHero-module__"][class*="__section"],
html.limebyte-performance-lite section[class*="PrimaryHero-module__hNsCsq__section"] {
  background:
    radial-gradient(circle at 18% 28%, rgba(181, 255, 58, 0.22) 0%, rgba(181, 255, 58, 0) 38%),
    radial-gradient(circle at 78% 46%, rgba(57, 208, 110, 0.16) 0%, rgba(57, 208, 110, 0) 46%),
    #edf6ee !important;
}

html.limebyte-performance-lite
  section[class*="PrimaryHero-module__"][class*="__section"]
  div[class*="globeAnimationWrapper"],
html.limebyte-performance-lite
  section[class*="PrimaryHero-module__hNsCsq__section"]
  div[class*="PrimaryHero-module__hNsCsq__globeAnimationWrapper"],
html.limebyte-performance-lite section.limebyte-home-hero-lite canvas {
  display: none !important;
}

/* In lite mode the original reveal runtime is disabled, so force hero copy visible. */
html.limebyte-performance-lite
  section[class*="ProjectPageComponent-module__"][class*="hero"]
  :is(
    div[class*="ProjectPageComponent-module__"][class*="textWrapper"],
    h1[class*="ProjectPageComponent-module__"][class*="title"],
    div[class*="ProjectPageComponent-module__"][class*="info"],
    h1[class*="ProjectPageComponent-module__"][class*="title"] *,
    div[class*="ProjectPageComponent-module__"][class*="info"] *
  ),
html.limebyte-performance-lite
  section[class*="Section-module__"][class*="hero"]
  :is(
    div[class*="PostsPageComponent-module__"][class*="textWrapper"],
    h1[class*="PostsPageComponent-module__"][class*="title"],
    div[class*="PostsPageComponent-module__"][class*="info"],
    h1[class*="PostsPageComponent-module__"][class*="title"] *,
    div[class*="PostsPageComponent-module__"][class*="info"] *
  ),
html.limebyte-performance-lite
  section.limebyte-about-hero-home-style
  div[class*="Hero-module__"][class*="container"],
html.limebyte-performance-lite
  section.limebyte-about-hero-home-style
  h1[class*="Hero-module__"][class*="title"],
html.limebyte-performance-lite
  section.limebyte-about-hero-home-style
  h1[class*="Hero-module__"][class*="title"] * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  clip-path: none !important;
}

html.limebyte-performance-lite
  section.limebyte-about-hero-home-style
  img[class*="Hero-module__"][class*="image"],
html.limebyte-performance-lite
  section.limebyte-services-hero-home-style
  img[class*="Hero-module__"][class*="image"],
html.limebyte-performance-lite
  section.limebyte-contact-hero-home-style
  img[class*="Hero-module__"][class*="image"] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  filter: none !important;
}

html.limebyte-performance-lite section[class*="Hero-module__"][class*="__section"] .lime-services-hover,
html.limebyte-performance-lite section[class*="Hero-module__NjPEhW__section"] .lime-services-hover {
  display: none !important;
}

html.limebyte-performance-lite section[class*="Hero-module__"][class*="__section"] div[class*="mapWrapper"],
html.limebyte-performance-lite section[class*="Hero-module__NjPEhW__section"] div[class*="Hero-module__NjPEhW__mapWrapper"] {
  overflow: hidden !important;
  background-color: #0e2a1c;
}

html.limebyte-performance-lite
  section.limebyte-services-hero-home-style
  div[class*="Hero-module__NjPEhW__mapWrapper"] {
  background:
    linear-gradient(148deg, rgba(5, 14, 11, 0.56) 0%, rgba(8, 20, 15, 0.62) 56%, rgba(7, 17, 13, 0.67) 100%),
    url("/limebyte-assets/services-hero-lime-tech-design-ai.jpg") center 42% / cover no-repeat !important;
}

html.limebyte-performance-lite
  section.limebyte-contact-hero-home-style
  div[class*="Hero-module__NjPEhW__mapWrapper"] {
  background:
    linear-gradient(148deg, rgba(5, 14, 11, 0.56) 0%, rgba(8, 20, 15, 0.62) 56%, rgba(7, 17, 13, 0.67) 100%),
    url("/limebyte-assets/contact-hero-lime-tech-ai.jpg") center 42% / cover no-repeat !important;
}

section[class*="Hero-module__NjPEhW__section"] .lime-services-hover {
  --mx: 82vw;
  --my: 27vh;
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 40%, rgba(57, 208, 110, 0.24) 0%, rgba(57, 208, 110, 0) 46%),
    radial-gradient(circle at 24% 62%, rgba(181, 255, 58, 0.2) 0%, rgba(181, 255, 58, 0) 54%),
    #0e2a1c;
}

section[class*="Hero-module__NjPEhW__section"] .lime-services-hover__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  transform: scale(1.02);
  transform-origin: center;
  opacity: 1;
  transition: none;
}

section[class*="Hero-module__NjPEhW__section"] .lime-services-hover.is-ready .lime-services-hover__frame {
  opacity: 1;
}

section[class*="Hero-module__NjPEhW__section"] .lime-services-hover__tint {
  position: absolute;
  inset: -18%;
  opacity: 0;
  transition: opacity 140ms ease;
  background: radial-gradient(
    190px 190px at var(--mx) var(--my),
    rgba(181, 255, 58, 0.58) 0%,
    rgba(57, 208, 110, 0.42) 36%,
    rgba(57, 208, 110, 0.18) 52%,
    rgba(57, 208, 110, 0) 72%
  );
  mix-blend-mode: color;
}

section[class*="Hero-module__NjPEhW__section"] .lime-services-hover.is-active .lime-services-hover__tint {
  opacity: 1;
}

section[class*="Hero-module__NjPEhW__section"].limebyte-services-hero-no-hover .lime-services-hover__tint {
  display: none !important;
}

@media (max-width: 900px) {
  section[class*="Hero-module__NjPEhW__section"] .lime-services-hover__tint {
    background: radial-gradient(
      145px 145px at var(--mx) var(--my),
      rgba(181, 255, 58, 0.52) 0%,
      rgba(57, 208, 110, 0.34) 34%,
      rgba(57, 208, 110, 0.12) 50%,
      rgba(57, 208, 110, 0) 70%
    );
  }
}

@media (hover: none), (pointer: coarse) {
  section[class*="Hero-module__NjPEhW__section"] .lime-services-hover__tint {
    display: none;
  }
}

.limebyte-home-hero-scale h1[class*="PrimaryHero-module__hNsCsq__title"],
.limebyte-home-hero-scale h1[class*="PrimaryHero-module__hNsCsq__title"] p {
  font-size: clamp(2.58rem, 5.05vw, 5.95rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.012em;
  margin-left: 0.22rem !important;
}

section.limebyte-about-hero-home-style h1[class*="Hero-module__NjPEhW__title"],
section.limebyte-about-hero-home-style h1[class*="Hero-module__NjPEhW__title"] p {
  font-size: clamp(2.58rem, 5.05vw, 5.95rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.012em;
  margin-left: 0.22rem !important;
}

section.limebyte-about-hero-home-style h1[class*="Hero-module__NjPEhW__title"].limebyte-about-hero-title-with-lime {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.2rem, 0.62vw, 0.42rem);
}

section.limebyte-contact-hero-home-style h1[class*="Hero-module__NjPEhW__title"].limebyte-about-hero-title-with-lime {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.2rem, 0.62vw, 0.42rem);
}

section.limebyte-contact-hero-home-style .limebyte-about-hero-title-stack {
  max-width: min(27ch, 76vw);
}

section.limebyte-contact-hero-home-style .limebyte-about-hero-lime-wrap {
  width: clamp(34px, 3vw, 46px);
  height: clamp(34px, 3vw, 46px);
}

section.limebyte-contact-hero-home-style .limebyte-about-hero-title-text {
  text-wrap: balance;
}

.limebyte-about-hero-title-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.2rem, 0.62vw, 0.42rem);
}

.limebyte-about-hero-lime-wrap {
  width: clamp(2.2rem, 2.9vw, 2.8rem);
  height: clamp(2.2rem, 2.9vw, 2.8rem);
  display: inline-block;
  overflow: hidden;
  flex: 0 0 auto;
}

.limebyte-about-hero-lime {
  width: auto;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left center;
  filter: none !important;
}

.limebyte-about-hero-title-text {
  display: block;
}

.limebyte-about-hero-title-paragraph {
  display: block;
}

.limebyte-about-hero-title-paragraph + .limebyte-about-hero-title-paragraph {
  margin-top: clamp(0.72rem, 1vw, 1.02rem);
}

.limebyte-about-hero-title-text .limebyte-about-hero-byte {
  color: var(--limebyte-logo-byte-green) !important;
  -webkit-text-fill-color: var(--limebyte-logo-byte-green) !important;
}

section.limebyte-about-hero-home-style img[class*="Hero-module__NjPEhW__image"] {
  object-fit: cover !important;
  object-position: 50% 40% !important;
}

section.limebyte-services-hero-home-style img[class*="Hero-module__NjPEhW__image"] {
  object-fit: cover !important;
  object-position: 50% 42% !important;
}

section.limebyte-services-hero-home-style div[class*="Hero-module__NjPEhW__container"] {
  position: relative;
  z-index: 4;
}

section.limebyte-services-hero-home-style h1[class*="Hero-module__NjPEhW__title"],
h1.limebyte-services-hero-title-box {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
  position: relative;
  z-index: 5;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.2rem, 0.62vw, 0.42rem);
}

h1.limebyte-services-hero-title-box .limebyte-about-hero-title-stack {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.limebyte-about-hero-title-stack.limebyte-services-hero-fly-in {
  animation: limebyte-services-hero-fly-in 760ms cubic-bezier(0.2, 0.88, 0.26, 1) both;
  will-change: transform, opacity;
}

@keyframes limebyte-services-hero-fly-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

section.limebyte-services-hero-home-style h1[class*="Hero-module__NjPEhW__title"].limebyte-about-hero-title-with-lime {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  max-width: min(26ch, 100%);
}

h1.limebyte-services-hero-title-box {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  max-width: min(26ch, 100%);
}

section.limebyte-services-hero-home-style .limebyte-about-hero-title-text {
  color: #f6fff8 !important;
  -webkit-text-fill-color: #f6fff8 !important;
  text-shadow: 0 7px 20px rgba(3, 10, 7, 0.34);
}

h1.limebyte-services-hero-title-box .limebyte-about-hero-title-text {
  color: #f6fff8 !important;
  -webkit-text-fill-color: #f6fff8 !important;
  text-shadow: 0 7px 20px rgba(3, 10, 7, 0.34);
}

section.limebyte-services-hero-home-style .limebyte-about-hero-title-stack {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .limebyte-about-hero-title-stack.limebyte-services-hero-fly-in {
    animation: none !important;
  }
}

body.limebyte-services-hide-contact-buttons
  section[class*="ServiceDetailBlock-module__RyqhLW__section"]
  a[class*="Button-module__NwbMFq__base"][href*="contact"] {
  display: none !important;
}

body.limebyte-services-hide-contact-buttons nav[class*="navigationWrapper"] {
  z-index: 2147482000 !important;
  isolation: isolate;
}

body.limebyte-services-hide-contact-buttons .limebyte-services-consult-flag {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2147481500;
  pointer-events: none;
}

body.limebyte-services-hide-contact-buttons .limebyte-services-consult-flag-link {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(15.5rem, 29vh, 20.5rem);
  padding: 1.36rem 0.96rem;
  border-radius: 1.2rem 0 0 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-right: 0;
  background:
    linear-gradient(
      180deg,
      #4acb71 0%,
      #35b563 42%,
      #299a53 100%
    );
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(1.12rem, 0.45vw + 0.98rem, 1.42rem);
  font-weight: 760;
  letter-spacing: 0.03em;
  line-height: 1.04;
  text-shadow: 0 1px 3px rgba(8, 38, 22, 0.34);
  box-shadow: 0 13px 30px rgba(16, 55, 30, 0.35);
  transition: transform 160ms ease, filter 160ms ease, background 160ms ease, color 160ms ease;
}

body.limebyte-services-hide-contact-buttons .limebyte-services-consult-flag-link:hover,
body.limebyte-services-hide-contact-buttons .limebyte-services-consult-flag-link:focus-visible {
  transform: translateX(-0.36rem);
  filter: brightness(1.06);
  background:
    linear-gradient(
      180deg,
      #53d47b 0%,
      #3ebe68 42%,
      #2ea85a 100%
    );
  color: #101510 !important;
  -webkit-text-fill-color: #101510 !important;
  text-shadow: none;
}

body.limebyte-services-hide-contact-buttons .limebyte-services-consult-flag-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

body.limebyte-services-hide-contact-buttons
  nav[class*="Navigation-module__HNP4Vq__navigationWrapper"]
  [class*="Navigation-module__HNP4Vq__buttonWrapper"] {
  position: relative;
  z-index: 2147482001 !important;
}

body.limebyte-services-hide-contact-buttons
  nav[class*="navigationWrapper"]
  div[class*="Dropdown-module__r5WZ2q__dropdown"] {
  z-index: 2147482002 !important;
  pointer-events: auto !important;
}

body.limebyte-services-hide-contact-buttons
  nav[class*="navigationWrapper"]
  button[class*="Dropdown-module__r5WZ2q__current"],
body.limebyte-services-hide-contact-buttons
  nav[class*="navigationWrapper"]
  div[class*="Dropdown-module__r5WZ2q__options"],
body.limebyte-services-hide-contact-buttons
  nav[class*="navigationWrapper"]
  a[class*="Dropdown-module__r5WZ2q__option"] {
  pointer-events: auto !important;
}

body.limebyte-services-hide-contact-buttons
  nav[class*="navigationWrapper"]
  div[class*="Dropdown-module__r5WZ2q__options"] {
  z-index: 2147482003 !important;
}

body.limebyte-services-hide-contact-buttons
  nav[class*="navigationWrapper"]
  div[class*="Dropdown-module__r5WZ2q__dropdown"]:focus-within
  div[class*="Dropdown-module__r5WZ2q__options"] {
  opacity: 1 !important;
  pointer-events: all !important;
  transform: translate(-50%, calc(-100% - 0.5rem)) !important;
}

@media (hover: hover) and (pointer: fine) {
  body.limebyte-services-hide-contact-buttons
    nav[class*="navigationWrapper"]
    div[class*="Dropdown-module__r5WZ2q__dropdown"]:hover
    div[class*="Dropdown-module__r5WZ2q__options"] {
    opacity: 1 !important;
    pointer-events: all !important;
    transform: translate(-50%, calc(-100% - 0.5rem)) !important;
  }
}

@media (min-width: 1141px) {
  body.limebyte-services-hide-contact-buttons
    nav[class*="navigationWrapper"]
    div[class*="Dropdown-module__r5WZ2q__dropdown"]:focus-within
    div[class*="Dropdown-module__r5WZ2q__options"] {
    transform: translate(-50%, calc(100% + 0.5rem)) !important;
  }
}

@media (min-width: 1141px) and (hover: hover) and (pointer: fine) {
  body.limebyte-services-hide-contact-buttons
    nav[class*="navigationWrapper"]
    div[class*="Dropdown-module__r5WZ2q__dropdown"]:hover
    div[class*="Dropdown-module__r5WZ2q__options"] {
    transform: translate(-50%, calc(100% + 0.5rem)) !important;
  }
}

@media (max-width: 860px) {
  body.limebyte-services-hide-contact-buttons .limebyte-services-consult-flag-link {
    min-height: clamp(12.6rem, 38vw, 15rem);
    font-size: clamp(0.96rem, 0.6vw + 0.8rem, 1.12rem);
    padding: 1rem 0.72rem;
  }
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__nightNight100"] {
  background:
    linear-gradient(
      112deg,
      rgba(38, 112, 64, 0.98) 0%,
      rgba(47, 128, 73, 0.97) 52%,
      rgba(59, 151, 88, 0.95) 100%
    ) !important;
  background-color: #2f8049 !important;
}

.limebyte-nowrap-word {
  white-space: nowrap !important;
  display: inline-block;
}

.limebyte-innovation-group {
  white-space: nowrap !important;
  display: inline-flex;
  align-items: center;
  gap: 0.16em;
}

.limebyte-innovation-group .limebyte-nowrap-word {
  transform: translateX(-0.04em);
}

.limebyte-hero-bulb {
  width: 0.76em;
  height: 0.76em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-0.045em);
  flex: 0 0 auto;
  margin-right: 0.01em;
  filter: none;
  position: relative;
  isolation: isolate;
}

.limebyte-hero-bulb::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -34%;
  width: 92%;
  height: 78%;
  transform: translateX(-50%);
  border-radius: 50% 50% 58% 58%;
  background: radial-gradient(
    ellipse at 50% 18%,
    rgba(255, 255, 225, 0.84) 0%,
    rgba(224, 255, 165, 0.46) 36%,
    rgba(173, 224, 65, 0.2) 56%,
    rgba(173, 224, 65, 0) 74%
  );
  filter: blur(0.08em);
  opacity: 0.76;
  z-index: 0;
  pointer-events: none;
}

.limebyte-hero-bulb svg,
.limebyte-hero-bulb img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.limebyte-hero-bulb img {
  object-fit: contain;
  filter:
    drop-shadow(0 -0.02em 0.1em rgba(255, 244, 181, 0.9))
    drop-shadow(0 -0.01em 0.16em rgba(201, 246, 96, 0.58));
}

.limebyte-nowrap-phrase {
  white-space: nowrap !important;
  display: inline-block;
}

.limebyte-it-security-phrase {
  display: inline-flex;
  align-items: center;
  gap: 0.18em;
  margin-left: 0.03em;
  padding-inline: 0;
}

.limebyte-it-security-text {
  display: inline-block;
}

.limebyte-hero-shield {
  width: 0.84em;
  height: 0.93em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transform: translateY(0.02em);
  margin-left: 0.01em;
  filter: none;
}

.limebyte-hero-shield svg,
.limebyte-hero-shield img {
  width: 100%;
  height: 100%;
  display: block;
}

.limebyte-hero-shield img {
  object-fit: contain;
}

.limebyte-meets-word {
  font-size: 0.87em;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-left: 0.24em;
  transform: translateX(0.14em);
}

.limebyte-trifft-word {
  margin-left: 0.34em;
  transform: translateX(0.21em);
}

.limebyte-home-subline {
  max-width: 56rem;
  margin: 1rem 0 1.85rem;
  font-size: clamp(1.34rem, 1.72vw, 1.9rem);
  line-height: 1.52;
  color: rgba(16, 54, 31, 0.84);
}

.limebyte-home-subline .limebyte-home-subline-brand {
  white-space: nowrap;
}

.limebyte-home-subline .limebyte-home-subline-brand-lime {
  color: #111418;
  -webkit-text-fill-color: #111418;
}

.limebyte-home-subline .limebyte-home-subline-brand-byte {
  color: #111418 !important;
  -webkit-text-fill-color: #111418 !important;
}

.limebyte-home-hero-cta-row {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.92rem, 1.6vw, 1.52rem);
}

.limebyte-home-hero-cta-row .limebyte-made-in-cologne-badge-wrap {
  margin-left: 100px;
}

.limebyte-home-hero-cta-row > div {
  margin: 0 !important;
}

.limebyte-home-intro-section .limebyte-home-intro-title-row {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.limebyte-home-intro-section {
  --limebyte-intro-logo-size: clamp(8.8rem, 10vw, 10.6rem);
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__container"] {
  max-width: min(1720px, calc(100vw - 3.2rem)) !important;
  width: min(1720px, calc(100vw - 3.2rem)) !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__textWrapper"] {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: clamp(1.2rem, 2.8vw, 2.9rem) !important;
  padding-right: clamp(1.2rem, 2.8vw, 2.9rem) !important;
  padding-top: clamp(1.35rem, 2.2vw, 2.25rem) !important;
  padding-bottom: clamp(1.35rem, 2.2vw, 2.25rem) !important;
  min-height: clamp(11rem, 16vw, 15rem);
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__title"] {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
}

.limebyte-home-intro-section .limebyte-home-intro-title-inner {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.7rem, 1.4vw, 1.2rem);
  width: fit-content;
  max-width: none;
  margin-inline: auto;
}

.limebyte-home-intro-section .limebyte-home-intro-logo-wrap {
  width: var(--limebyte-intro-logo-size);
  height: var(--limebyte-intro-logo-size);
  border-radius: 0;
  overflow: hidden;
  border: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 0 0 auto;
  align-self: center;
  margin-top: 0 !important;
}

.limebyte-home-intro-section .limebyte-home-intro-logo {
  width: auto;
  height: 100%;
  max-width: none;
  display: block;
  filter: none !important;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

.limebyte-home-intro-section .limebyte-home-intro-title-text {
  display: block;
  max-width: none;
  width: auto;
  min-width: auto;
  flex: 0 0 auto;
  margin-left: 0;
  font-size: clamp(1.58rem, 1.95vw, 2.34rem);
  line-height: 1.3;
  font-weight: 420;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  text-align: left;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  align-self: center;
}

.limebyte-home-intro-section .limebyte-home-intro-title-text .limebyte-home-intro-emphasis {
  font-weight: 760;
  color: inherit;
  -webkit-text-fill-color: currentColor !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTitle"] {
  font-size: clamp(2.24rem, 2.35vw, 3.02rem) !important;
  font-weight: 760 !important;
  margin-left: 0 !important;
  text-align: center !important;
  width: 100%;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceDescription"] {
  font-size: clamp(1.08rem, 1.08vw, 1.34rem) !important;
  line-height: 1.62 !important;
  text-align: center !important;
  width: 100%;
}

section[class*="Hero-module__NjPEhW__section"] h1[class*="Hero-module__NjPEhW__title"],
section[class*="Hero-module__NjPEhW__section"] h1[class*="Hero-module__NjPEhW__title"] p {
  font-size: clamp(2.2rem, 3.65vw, 4.1rem) !important;
  margin-left: 0.52rem !important;
}

section[class*="Hero-module__NjPEhW__section"] div[class*="Hero-module__NjPEhW__info"],
section[class*="Hero-module__NjPEhW__section"] div[class*="Hero-module__NjPEhW__info"] p {
  font-size: clamp(1.08rem, 1.14vw, 1.34rem) !important;
  line-height: 1.6 !important;
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"] h1[class*="ServiceDetailBlock-module__RyqhLW__title"],
section[class*="ServiceDetailBlock-module__RyqhLW__section"] h1[class*="ServiceDetailBlock-module__RyqhLW__title"] p {
  font-size: clamp(2.05rem, 2.4vw, 2.82rem) !important;
  margin-left: 0.52rem !important;
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"] div[class*="ServiceDetailBlock-module__RyqhLW__info"],
section[class*="ServiceDetailBlock-module__RyqhLW__section"] div[class*="ServiceDetailBlock-module__RyqhLW__info"] p {
  font-size: clamp(1.08rem, 1.08vw, 1.28rem) !important;
  line-height: 1.62 !important;
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"] div[class*="ServiceDetailBlock-module__RyqhLW__infoItem"].limebyte-services-info-item {
  display: flex;
  align-items: center;
  gap: clamp(0.78rem, 1.22vw, 1.24rem);
}

.limebyte-services-info-icon-wrap {
  width: clamp(5rem, 4.8vw, 5.8rem);
  height: clamp(5rem, 4.8vw, 5.8rem);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(248, 255, 252, 0.98);
  animation: limebyte-services-icon-float 3.2s ease-in-out infinite;
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__seasalt"]
  .limebyte-services-info-icon-wrap {
  color: #2f8049 !important;
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__nightNight100"]
  .limebyte-services-info-icon-wrap {
  color: rgba(248, 255, 252, 0.98) !important;
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__nightNight10"]
  .limebyte-services-info-icon-wrap {
  color: #2f8049 !important;
}

.limebyte-services-info-item:nth-child(2n) .limebyte-services-info-icon-wrap {
  animation-delay: 0.35s;
}

.limebyte-services-info-item:nth-child(3n) .limebyte-services-info-icon-wrap {
  animation-delay: 0.6s;
}

.limebyte-services-info-icon-wrap svg {
  width: 64%;
  height: 64%;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.24));
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__seasalt"]
  .limebyte-services-info-icon-wrap
  svg {
  filter: drop-shadow(0 0 7px rgba(47, 128, 73, 0.28));
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__nightNight100"]
  .limebyte-services-info-icon-wrap
  svg {
  filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.24));
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__nightNight100"]
  .limebyte-services-info-icon-wrap,
section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__nightNight100"]
  .limebyte-services-info-icon-wrap
  svg,
section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__nightNight100"]
  .limebyte-services-info-icon-wrap
  svg
  * {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__nightNight100"]
  .limebyte-services-info-icon-wrap
  svg
  * {
  fill: none !important;
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"][class*="ServiceDetailBlock-module__RyqhLW__nightNight10"]
  .limebyte-services-info-icon-wrap
  svg {
  filter: drop-shadow(0 0 7px rgba(47, 128, 73, 0.28));
}

.limebyte-services-info-content {
  flex: 1 1 auto;
  min-width: 0;
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"]
  .limebyte-services-info-content
  h3[class*="ServiceDetailBlock-module__RyqhLW__infoItemTitle"],
section[class*="ServiceDetailBlock-module__RyqhLW__section"]
  .limebyte-services-info-content
  h3[class*="ServiceDetailBlock-module__RyqhLW__infoItemTitle"]
  p,
section[class*="ServiceDetailBlock-module__RyqhLW__section"]
  .limebyte-services-info-content
  div[class*="ServiceDetailBlock-module__RyqhLW__info"],
section[class*="ServiceDetailBlock-module__RyqhLW__section"]
  .limebyte-services-info-content
  div[class*="ServiceDetailBlock-module__RyqhLW__info"]
  p {
  margin-left: 0 !important;
}

section[class*="ServiceDetailBlock-module__RyqhLW__section"]
  div[class*="ServiceDetailBlock-module__RyqhLW__infoItemsWrapper"]
  h3[class*="ServiceDetailBlock-module__RyqhLW__infoItemTitle"],
section[class*="ServiceDetailBlock-module__RyqhLW__section"]
  div[class*="ServiceDetailBlock-module__RyqhLW__infoItemsWrapper"]
  h3[class*="ServiceDetailBlock-module__RyqhLW__infoItemTitle"]
  p {
  font-size: clamp(1.42rem, 1.32vw, 1.96rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

@keyframes limebyte-services-icon-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2.5px);
  }
}

@media (max-width: 840px) {
  .limebyte-services-info-icon-wrap {
    width: clamp(4.3rem, 20.2vw, 4.9rem);
    height: clamp(4.3rem, 20.2vw, 4.9rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .limebyte-services-info-icon-wrap {
    animation: none !important;
  }
}

.limebyte-home-intro-section .limebyte-home-intro-title-row p,
.limebyte-home-intro-section .limebyte-home-intro-title-text {
  margin: 0 !important;
}

.limebyte-home-about-section [class*="AboutBlock-module__YPg3Ca__textWrapper"] {
  background: rgba(55, 63, 68, 0.44) !important;
  border: 2px solid rgba(214, 255, 168, 0.52) !important;
  border-radius: 1.05rem !important;
  padding: clamp(1rem, 1.35vw, 1.7rem) clamp(1.2rem, 1.8vw, 2.25rem) !important;
  width: fit-content !important;
  max-width: min(54rem, 100%) !important;
  box-shadow: 0 12px 28px rgba(10, 14, 16, 0.24) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.limebyte-home-about-section [class*="AboutBlock-module__YPg3Ca__imageWrapper"] {
  overflow: hidden !important;
}

.limebyte-home-about-section img[class*="AboutBlock-module__YPg3Ca__image"] {
  filter: blur(2px) !important;
}

.limebyte-home-about-section [class*="AboutBlock-module__YPg3Ca__title"],
.limebyte-home-about-section [class*="AboutBlock-module__YPg3Ca__title"] p,
.limebyte-home-about-section [class*="AboutBlock-module__YPg3Ca__textWrapper"] {
  color: #f7fffa !important;
  text-shadow: none !important;
}

.limebyte-home-about-section [class*="AboutBlock-module__YPg3Ca__title"] {
  margin: 0 !important;
}

.limebyte-home-about-lead-layout {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 1.2vw, 1rem);
  width: 100%;
  justify-content: flex-start;
}

.limebyte-home-about-city-logo {
  width: clamp(2.1rem, 3.1vw, 3.25rem);
  height: clamp(2.1rem, 3.1vw, 3.25rem);
  border-radius: 0;
  object-fit: contain;
  flex: 0 0 auto;
}

.limebyte-home-about-lead-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  font-size: clamp(1.18rem, 0.95vw + 0.72rem, 1.74rem);
  line-height: 1.46;
  font-weight: 520;
  text-wrap: pretty;
}

.limebyte-home-about-section [class*="AboutBlock-module__YPg3Ca__button"] {
  display: none !important;
}

.limebyte-home-about-section [class*="AboutBlock-module__YPg3Ca__separator"] {
  padding-top: 0 !important;
  border-bottom: 0 !important;
}

.limebyte-home-about-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
  align-items: center !important;
}

.limebyte-home-about-section
  [class*="AboutBlock-module__YPg3Ca__container"][class*="AboutBlock-module__YPg3Ca__inner"] {
  padding-top: clamp(2.5rem, 5vw, 6rem) !important;
  padding-bottom: clamp(2.5rem, 5vw, 6rem) !important;
}

section.limebyte-home-about-section
  + div[class*="AboutBlock-module__YPg3Ca__container"] {
  display: none !important;
}

.limebyte-home-about-wrap + section[class*="Section-module__yOf0NG__section"][class*="dark"] {
  margin-top: -2.5rem !important;
}

@media (min-width: 768px) {
  .limebyte-home-about-wrap + section[class*="Section-module__yOf0NG__section"][class*="dark"] {
    margin-top: -7.5rem !important;
  }
}

@media (min-width: 1141px) {
  .limebyte-home-about-section [class*="AboutBlock-module__YPg3Ca__textWrapper"] {
    grid-column: 5 / span 8 !important;
    width: fit-content !important;
    max-width: min(54rem, 100%) !important;
    justify-self: center !important;
  }
}

.limebyte-home-about-section
  [class*="AboutBlock-module__YPg3Ca__button"]
  a[class*="Button-module__NwbMFq__base"] {
  min-height: clamp(4.1rem, 4.2vw, 5.1rem) !important;
  padding-inline: clamp(1.7rem, 2.2vw, 2.55rem) !important;
}

.limebyte-home-about-section
  [class*="AboutBlock-module__YPg3Ca__button"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__elementContentWrapper"] {
  font-size: clamp(1.24rem, 0.95vw + 0.74rem, 1.72rem) !important;
  line-height: 1.08 !important;
  font-weight: 620 !important;
}

.limebyte-home-about-section
  [class*="AboutBlock-module__YPg3Ca__button"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__iconWrapper"] {
  min-width: clamp(2.02rem, 1.8vw, 2.46rem) !important;
}

.limebyte-home-about-section
  [class*="AboutBlock-module__YPg3Ca__button"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Icon-module__"] {
  width: clamp(0.92rem, 0.62vw, 1.14rem) !important;
  height: clamp(0.92rem, 0.62vw, 1.14rem) !important;
}

@media (max-width: 767px) {
  .limebyte-home-intro-section {
    --limebyte-intro-logo-size: clamp(3.25rem, 12vw, 4.8rem);
  }

  .limebyte-home-subline {
    line-height: 1.46;
  }

  .limebyte-home-hero-cta-row {
    gap: clamp(0.58rem, 3vw, 1rem);
  }

  .limebyte-home-hero-cta-row .limebyte-made-in-cologne-badge-wrap {
    margin-left: 0;
  }

  .limebyte-made-in-cologne-badge {
    width: clamp(13rem, 58vw, 18rem);
  }

  .limebyte-made-in-cologne-caption {
    font-size: clamp(0.74rem, 2.55vw, 0.92rem);
  }

  .limebyte-home-about-section [class*="AboutBlock-module__YPg3Ca__textWrapper"] {
    width: 100% !important;
    max-width: none !important;
    padding: clamp(0.82rem, 3.8vw, 1.1rem) !important;
    border-radius: 0.82rem !important;
  }

  .limebyte-home-about-lead-layout {
    align-items: flex-start;
    gap: clamp(0.45rem, 2.8vw, 0.72rem);
  }

  .limebyte-home-about-city-logo {
    width: clamp(1.7rem, 7.5vw, 2.35rem);
    height: clamp(1.7rem, 7.5vw, 2.35rem);
    margin-top: 0.08rem;
  }

  .limebyte-home-about-lead-text {
    max-width: none;
    font-size: clamp(1.02rem, 4.25vw, 1.22rem);
    line-height: 1.5;
  }

  .limebyte-home-about-section
    [class*="AboutBlock-module__YPg3Ca__button"]
    a[class*="Button-module__NwbMFq__base"] {
    min-height: clamp(3.55rem, 12vw, 4.15rem) !important;
    padding-inline: clamp(1.14rem, 4.2vw, 1.56rem) !important;
  }

  .limebyte-home-about-section
    [class*="AboutBlock-module__YPg3Ca__button"]
    a[class*="Button-module__NwbMFq__base"]
    [class*="Button-module__NwbMFq__elementContentWrapper"] {
    font-size: clamp(1.02rem, 4.45vw, 1.28rem) !important;
  }

  .limebyte-home-intro-section .limebyte-home-intro-title-row {
    max-width: 100%;
    margin-left: 0;
  }

  .limebyte-home-intro-section .limebyte-home-intro-title-inner {
    align-items: center;
    justify-content: center;
    gap: clamp(0.42rem, 2.2vw, 0.72rem);
  }

  .limebyte-home-intro-section .limebyte-home-intro-title-text {
    max-width: none;
    margin-left: 0;
    font-size: clamp(1.42rem, 5.45vw, 1.84rem);
    line-height: 1.3;
    transform: none;
    white-space: nowrap;
    text-wrap: nowrap;
    flex: 0 0 auto;
    text-align: left;
  }

  .limebyte-home-intro-section .limebyte-home-intro-logo-wrap {
    width: var(--limebyte-intro-logo-size);
    height: var(--limebyte-intro-logo-size);
    align-self: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }

  .limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTitle"] {
    margin-left: 0 !important;
  }

  section[class*="Hero-module__NjPEhW__section"] h1[class*="Hero-module__NjPEhW__title"],
  section[class*="Hero-module__NjPEhW__section"] h1[class*="Hero-module__NjPEhW__title"] p,
  section[class*="ServiceDetailBlock-module__RyqhLW__section"] h1[class*="ServiceDetailBlock-module__RyqhLW__title"],
  section[class*="ServiceDetailBlock-module__RyqhLW__section"] h1[class*="ServiceDetailBlock-module__RyqhLW__title"] p {
    margin-left: 0 !important;
  }

  .limebyte-meets-word {
    margin-left: 0.12em;
    transform: translateX(0.05em);
  }

  .limebyte-trifft-word {
    margin-left: 0.2em;
    transform: translateX(0.1em);
  }
}

.limebyte-home-hero-scale a[class*="Button-module__NwbMFq__base"],
section[class*="PrimaryHero-module__hNsCsq__section"] a[class*="Button-module__NwbMFq__base"] {
  min-height: var(--limebyte-home-btn-min-height) !important;
  padding-inline: var(--limebyte-home-btn-padding-inline) !important;
}

.limebyte-home-hero-scale a[class*="Button-module__NwbMFq__base"] [class*="Button-module__NwbMFq__elementContentWrapper"],
section[class*="PrimaryHero-module__hNsCsq__section"] a[class*="Button-module__NwbMFq__base"] [class*="Button-module__NwbMFq__elementContentWrapper"] {
  font-size: var(--limebyte-home-btn-font-size) !important;
}

section[class*="PrimaryHero-module__hNsCsq__section"]
  div[class*="PrimaryHero-module__hNsCsq__textWrapper"]
  a[class*="Button-module__NwbMFq__base"] {
  min-height: 4.34rem !important;
  padding-inline: 2.08rem !important;
}

section[class*="PrimaryHero-module__hNsCsq__section"]
  div[class*="PrimaryHero-module__hNsCsq__textWrapper"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__elementContentWrapper"] {
  font-size: clamp(1.24rem, 1.1vw, 1.5rem) !important;
}

section[class*="PrimaryHero-module__hNsCsq__section"]
  div[class*="PrimaryHero-module__hNsCsq__textWrapper"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__iconWrapper"] {
  min-width: 2.08rem !important;
}

section[class*="PrimaryHero-module__hNsCsq__section"]
  div[class*="PrimaryHero-module__hNsCsq__textWrapper"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Icon-module__"] {
  width: 0.96rem !important;
  height: 0.96rem !important;
}

.limebyte-home-intro-section,
.limebyte-home-intro-section[class*="ServicesBlock-module__sdVQTW__section"],
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__container"],
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__servicesGrid"],
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__textWrapper"] {
  background: var(--color-night-night-100) !important;
  background-color: var(--color-night-night-100) !important;
  background-image: none !important;
  color: #f5fff8 !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__servicesGrid"] {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  gap: 0 !important;
  background: var(--color-night-night-100) !important;
}

section.limebyte-home-intro-echo-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
}

section.limebyte-home-intro-echo-section [class*="ServicesBlock-module__sdVQTW__container"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
}

section.limebyte-home-intro-echo-section [class*="ServicesBlock-module__sdVQTW__textWrapper"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

section.limebyte-home-intro-echo-section .limebyte-home-intro-echo-text-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

section.limebyte-home-intro-echo-section .limebyte-home-intro-title-row {
  justify-content: center !important;
  text-align: center !important;
}

section.limebyte-home-intro-echo-section .limebyte-home-intro-echo-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  column-gap: clamp(0.45rem, 1.1vw, 1.15rem);
  row-gap: 0;
  width: min(1040px, 100%);
  margin: 0 auto;
}

section.limebyte-home-intro-echo-section .limebyte-home-intro-echo-logo {
  display: block;
  width: min(100%, 11.5rem);
  height: clamp(2.7rem, 4.2vw, 4.1rem);
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__textWrapper"] {
  position: relative !important;
  isolation: isolate;
  z-index: 0;
  background: transparent !important;
  background-color: transparent !important;
  border-bottom: 0 !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__textWrapper"]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(
      112deg,
      rgba(38, 112, 64, 0.98) 0%,
      rgba(47, 128, 73, 0.97) 52%,
      rgba(59, 151, 88, 0.95) 100%
    ) !important;
  background-color: #2f8049 !important;
  border-bottom: 1px solid rgba(191, 255, 96, 0.3) !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__servicesGrid"]::before {
  content: none !important;
  background: none !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__title"],
.limebyte-home-intro-section p,
.limebyte-home-intro-section h1,
.limebyte-home-intro-section h3 {
  color: #f5fff8 !important;
  text-shadow: none !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__service"] {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  background: transparent !important;
  text-align: center !important;
  align-items: center !important;
}

.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)::before {
  content: none !important;
  background: none !important;
}

.limebyte-home-hero-scale h1[class*="PrimaryHero-module__hNsCsq__title"],
.limebyte-home-hero-scale h1[class*="PrimaryHero-module__hNsCsq__title"] p,
.limebyte-home-hero-scale h1[class*="PrimaryHero-module__hNsCsq__title"] span,
.limebyte-home-subline,
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTitle"],
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceDescription"] {
  text-shadow: none !important;
  box-shadow: none !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTitle"] {
  color: #f5fff8 !important;
  text-shadow: none !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceDescription"] {
  color: rgba(245, 255, 248, 0.93) !important;
  text-shadow: none !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTextWrapper"],
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTitle"],
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceDescription"],
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceDescription"] p,
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceDescription"] span {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  text-align: center !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTextWrapper"] {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__button"] {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
  margin-top: clamp(0.72rem, 0.95vw, 1.06rem) !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__textWrapper"] > [class*="ServicesBlock-module__sdVQTW__button"],
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__textWrapper"] > .limebyte-home-intro-see-more,
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__textWrapper"] > a[class*="Button-module__NwbMFq__base"] {
  display: none !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTextWrapper"]::before,
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTextWrapper"]::after,
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTitle"]::before,
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceTitle"]::after,
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceDescription"]::before,
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceDescription"]::after {
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceIcon"] {
  color: #f4fff7 !important;
  filter: none !important;
  width: clamp(6.9rem, 7.4vw, 8.6rem) !important;
  height: clamp(6.9rem, 7.4vw, 8.6rem) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceIconWrapper"],
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceIconWrapper"] *,
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceIcon"] *,
.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceIcon"] div {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__serviceIconWrapper"] {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"],
.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"] * {
  color: #ffffff !important;
}

.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  svg *,
.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  path,
.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  circle,
.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  rect,
.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  line,
.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  polyline,
.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  polygon {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  svg,
.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  svg * {
  opacity: 1 !important;
  visibility: visible !important;
}

.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  canvas,
.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  img {
  filter: brightness(0) invert(1) !important;
}

.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  .limebyte-service-outline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  .limebyte-service-outline-icon
  svg {
  width: 100%;
  height: 100%;
}

.limebyte-home-intro-section
  [class*="ServicesBlock-module__sdVQTW__servicesGrid"]
  > [class*="ServicesBlock-module__sdVQTW__service"]:nth-child(-n+3)
  [class*="ServicesBlock-module__sdVQTW__serviceIcon"]
  .limebyte-service-outline-icon
  svg
  * {
  fill: none !important;
  stroke: #f5fff8 !important;
  stroke-width: 4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke;
}

.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__serviceIconWrapper"] {
  width: 100% !important;
  min-height: clamp(10.6rem, 13vw, 15rem) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__serviceIcon"] {
  width: clamp(10.6rem, 13vw, 15rem) !important;
  height: clamp(10.6rem, 13vw, 15rem) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #1f8d49 !important;
  opacity: 1 !important;
}

.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__serviceIcon"] > div {
  display: none !important;
}

.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__textWrapper"] {
  gap: 1.5rem !important;
  padding-bottom: 2.1rem !important;
}

@media (min-width: 768px) {
  .limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__textWrapper"] {
    padding-bottom: 6.8rem !important;
  }
}

@media (min-width: 1141px) {
  .limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__textWrapper"] {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    padding-bottom: 10.6rem !important;
  }
}

.limebyte-about-services-symbols .limebyte-about-services-heading {
  margin: 0 !important;
  font-size: clamp(2.24rem, 2.35vw, 3.02rem) !important;
  line-height: 1.14 !important;
  font-weight: 760 !important;
  letter-spacing: -0.01em;
  text-align: left !important;
  margin-left: 0 !important;
  width: 100% !important;
  color: #10361f !important;
}

.limebyte-about-services-symbols
  .limebyte-about-services-intro-copy
  .limebyte-about-services-heading {
  margin-bottom: 1.5rem !important;
}

.limebyte-about-services-symbols .limebyte-about-services-intro-layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(0, 0.93fr);
  gap: clamp(1.5rem, 2.2vw, 3rem);
  align-items: stretch;
}

.limebyte-about-services-symbols .limebyte-about-services-intro-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.limebyte-about-services-symbols
  .limebyte-about-services-intro-copy
  h3[class*="ServicesBlock-module__sdVQTW__title"] {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  text-align: left !important;
}

.limebyte-about-services-symbols .limebyte-about-services-intro-photo-wrap {
  margin: 0;
  position: relative;
  isolation: isolate;
  border-radius: clamp(1.2rem, 1.7vw, 1.8rem);
  overflow: hidden;
  min-height: clamp(15rem, 21vw, 22rem);
  background:
    radial-gradient(circle at 12% 14%, rgba(122, 202, 1, 0.32), transparent 62%),
    linear-gradient(150deg, rgba(16, 54, 31, 0.2), rgba(16, 54, 31, 0.04));
  border: 1px solid rgba(122, 202, 1, 0.28);
  box-shadow:
    0 26px 52px rgba(12, 36, 23, 0.22),
    0 10px 24px rgba(12, 36, 23, 0.16);
}

.limebyte-about-services-symbols .limebyte-about-services-intro-photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(122, 202, 1, 0.16), transparent 56%);
  z-index: 2;
  pointer-events: none;
}

.limebyte-about-services-symbols .limebyte-about-services-intro-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(245, 255, 248, 0.2);
  z-index: 2;
  pointer-events: none;
}

.limebyte-about-services-symbols .limebyte-about-services-intro-photo {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: 52% 46%;
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.03) brightness(0.98);
}

.limebyte-about-services-symbols .limebyte-about-security-photo-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: clamp(1.8rem, 3.4vw, 3.4rem);
}

.limebyte-about-services-symbols .limebyte-about-security-photo-heading {
  width: min(100%, clamp(22rem, 72vw, 60rem));
  margin: 0 0 clamp(1rem, 2.1vw, 1.8rem) !important;
  text-align: left !important;
  font-size: clamp(2.24rem, 2.35vw, 3.02rem) !important;
  line-height: 1.14 !important;
  font-weight: 760 !important;
  letter-spacing: -0.01em;
  color: #10361f !important;
}

.limebyte-about-services-symbols .limebyte-about-security-photo-wrap {
  width: min(100%, clamp(22rem, 72vw, 60rem));
  min-height: 0;
}

.limebyte-about-services-symbols .limebyte-about-security-photo-wrap .limebyte-about-security-photo {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: 50% 50%;
  transform: none;
}

.limebyte-about-services-symbols .limebyte-about-services-logo-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: clamp(1.35rem, 2.3vw, 2.4rem);
  margin-bottom: clamp(0.05rem, 0.2vw, 0.22rem);
}

@media (min-width: 981px) {
  .limebyte-about-services-symbols .limebyte-about-services-logo-wrap {
    margin-top: auto;
    padding-top: clamp(1.4rem, 1.8vw, 2.2rem);
    margin-bottom: 0;
  }
}

.limebyte-about-services-symbols .limebyte-about-services-logo {
  width: clamp(20rem, 31vw, 33rem);
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 980px) {
  .limebyte-about-services-symbols .limebyte-about-services-intro-layout {
    grid-template-columns: 1fr;
    gap: 1.28rem;
  }

  .limebyte-about-services-symbols .limebyte-about-services-intro-photo-wrap {
    min-height: clamp(13rem, 52vw, 19rem);
  }

  .limebyte-about-services-symbols .limebyte-about-security-photo-wrap {
    width: min(100%, clamp(17rem, 86vw, 30rem));
    min-height: 0;
  }
}

@media (min-width: 1141px) {
  .limebyte-about-services-symbols .limebyte-about-services-intro-layout {
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 1.16fr);
    gap: clamp(2rem, 2.8vw, 3.8rem);
    align-items: stretch;
  }

  .limebyte-about-services-symbols .limebyte-about-services-intro-copy {
    max-width: none;
  }

  .limebyte-about-services-symbols .limebyte-about-services-intro-photo-wrap {
    min-height: clamp(22rem, 30vw, 34rem);
  }

  .limebyte-about-services-symbols .limebyte-about-services-intro-photo {
    object-position: 54% 46%;
    transform: scale(1.02);
  }
}

.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__button"] {
  display: none !important;
}

.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__serviceDescription"],
.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__serviceDescription"] p,
.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__serviceDescription"] span {
  font-size: clamp(1.26rem, 1.35vw, 1.62rem) !important;
  line-height: 1.68 !important;
}

.limebyte-about-services-symbols .limebyte-about-smr-legal-wrap {
  margin: clamp(0.95rem, 1.45vw, 1.7rem) 0 0 !important;
}

.limebyte-about-services-symbols .limebyte-about-smr-legal-link {
  display: inline-flex;
  align-items: center;
  width: min(100%, clamp(12.5rem, 21vw, 18.2rem));
  text-decoration: none;
}

.limebyte-about-services-symbols .limebyte-about-smr-legal-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: none !important;
}

.limebyte-about-services-symbols {
  --limebyte-about-symbol-lime: #7aca01;
  --limebyte-about-symbol-lime-soft: rgba(122, 202, 1, 0.2);
  --limebyte-about-symbol-lime-soft-alt: rgba(122, 202, 1, 0.14);
}

.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__serviceIcon"] .limebyte-about-service-symbol {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__serviceIcon"] .limebyte-about-service-symbol svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.limebyte-about-services-symbols [class*="ServicesBlock-module__sdVQTW__serviceIcon"] .limebyte-about-service-symbol svg * {
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.limebyte-about-symbol-values .lb-ring-outer {
  fill: none;
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 2.1;
  stroke-dasharray: 4.8 5.8;
  transform-origin: 36px 36px;
  animation: limebyte-about-spin 8s linear infinite;
}

.limebyte-about-symbol-values .lb-ring-inner {
  fill: none;
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 2;
  stroke-dasharray: 3.6 4.8;
  transform-origin: 36px 36px;
  animation: limebyte-about-spin-rev 6.2s linear infinite;
}

.limebyte-about-symbol-values .lb-star {
  fill: var(--limebyte-about-symbol-lime-soft);
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 2.15;
  transform-origin: 36px 36px;
  animation: limebyte-about-pulse 2.3s ease-in-out infinite;
}

.limebyte-about-symbol-values .lb-core {
  fill: var(--limebyte-about-symbol-lime);
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 1.2;
  transform-origin: 36px 36px;
  animation: limebyte-about-core 1.7s ease-in-out infinite;
}

.limebyte-about-symbol-tech .lb-chip {
  fill: var(--limebyte-about-symbol-lime-soft-alt);
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 2.2;
}

.limebyte-about-symbol-tech .lb-trace {
  fill: none;
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 2.2;
  stroke-dasharray: 5.2 6.4;
  animation: limebyte-about-trace 2.7s linear infinite;
}

.limebyte-about-symbol-tech .lb-trace-b,
.limebyte-about-symbol-tech .lb-trace-d,
.limebyte-about-symbol-tech .lb-trace-f,
.limebyte-about-symbol-tech .lb-trace-h {
  animation-delay: -0.9s;
}

.limebyte-about-symbol-tech .lb-node {
  fill: var(--limebyte-about-symbol-lime);
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 1.1;
  animation: limebyte-about-node 1.9s ease-in-out infinite;
}

.limebyte-about-symbol-tech .lb-node-b,
.limebyte-about-symbol-tech .lb-node-d {
  animation-delay: -0.65s;
}

.limebyte-about-symbol-tech .lb-node-c {
  animation-delay: -1.1s;
}

.limebyte-about-symbol-security .lb-shield {
  fill: var(--limebyte-about-symbol-lime-soft-alt);
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 2.2;
  transform-origin: 36px 36px;
  animation: limebyte-about-float 2.8s ease-in-out infinite;
}

.limebyte-about-symbol-security .lb-lock-body {
  fill: var(--limebyte-about-symbol-lime-soft);
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 2.1;
  transform-origin: 36px 40px;
  animation: limebyte-about-float 2.8s ease-in-out infinite;
}

.limebyte-about-symbol-security .lb-lock-shackle {
  fill: none;
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 2.2;
  transform-origin: 36px 31px;
  animation: limebyte-about-shackle 2.1s ease-in-out infinite;
}

.limebyte-about-symbol-security .lb-keyhole {
  fill: var(--limebyte-about-symbol-lime);
}

.limebyte-about-symbol-security .lb-scan {
  fill: none;
  stroke: var(--limebyte-about-symbol-lime);
  stroke-width: 1.8;
  stroke-dasharray: 6 5;
  animation: limebyte-about-scan 2.2s ease-in-out infinite;
}

@keyframes limebyte-about-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes limebyte-about-spin-rev {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes limebyte-about-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes limebyte-about-core {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.82;
  }
  50% {
    transform: scale(1.35);
    opacity: 1;
  }
}

@keyframes limebyte-about-trace {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -24;
  }
}

@keyframes limebyte-about-node {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.82;
  }
  50% {
    transform: scale(1.24);
    opacity: 1;
  }
}

@keyframes limebyte-about-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1.7px);
  }
}

@keyframes limebyte-about-shackle {
  0%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-1.4px);
  }
  70% {
    transform: translateY(-0.4px);
  }
}

@keyframes limebyte-about-scan {
  0% {
    transform: translateY(-4px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(4px);
    opacity: 0;
  }
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__button"] a[class*="Button-module__NwbMFq__base"] {
  min-height: clamp(4rem, 4.1vw, 4.58rem) !important;
  padding-inline: clamp(1.84rem, 1.95vw, 2.14rem) !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__button"] a[class*="Button-module__NwbMFq__base"] [class*="Button-module__NwbMFq__elementContentWrapper"] {
  font-size: clamp(1.22rem, 0.56vw + 0.96rem, 1.44rem) !important;
  color: var(--limebyte-btn-text) !important;
  text-shadow: none !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__button"] a[class*="Button-module__NwbMFq__base"] [class*="Button-module__NwbMFq__iconWrapper"] {
  min-width: clamp(2.02rem, 1.78vw, 2.22rem) !important;
  border-left-color: rgba(147, 154, 165, 0.46) !important;
}

.limebyte-home-intro-section [class*="ServicesBlock-module__sdVQTW__button"] a[class*="Button-module__NwbMFq__base"] [class*="Icon-module__"] {
  color: var(--limebyte-btn-text) !important;
  width: clamp(0.9rem, 0.82vw, 1rem) !important;
  height: clamp(0.9rem, 0.82vw, 1rem) !important;
  text-shadow: none !important;
}

.limebyte-home-intro-section .limebyte-home-intro-see-more a[class*="Button-module__NwbMFq__base"] {
  min-height: 4.62rem !important;
  padding-inline: 2.24rem !important;
}

.limebyte-home-intro-section .limebyte-home-intro-see-more {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  margin-top: clamp(1.5rem, 2.2vw, 2.4rem);
}

.limebyte-home-intro-section
  .limebyte-home-intro-see-more
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__elementContentWrapper"] {
  font-size: clamp(1.34rem, 0.72vw + 1.04rem, 1.58rem) !important;
}

.limebyte-home-intro-section
  .limebyte-home-intro-see-more
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__iconWrapper"] {
  min-width: 2.34rem !important;
}

.limebyte-home-intro-section
  .limebyte-home-intro-see-more
  a[class*="Button-module__NwbMFq__base"]
  [class*="Icon-module__"] {
  width: 1.06rem !important;
  height: 1.06rem !important;
}

.limebyte-home-intro-section .limebyte-home-brochure-row {
  justify-content: center !important;
}

.limebyte-home-intro-section .limebyte-home-brochure-inner {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(0.95rem, 1.6vw, 1.4rem);
  flex-wrap: nowrap;
}

.limebyte-home-intro-section .limebyte-home-brochure-button-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.limebyte-home-intro-section .limebyte-home-brochure-button-wrap a[class*="Button-module__NwbMFq__base"] {
  min-height: var(--limebyte-home-btn-min-height) !important;
  padding-inline: var(--limebyte-home-btn-padding-inline) !important;
}

.limebyte-home-intro-section
  .limebyte-home-brochure-button-wrap
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__elementContentWrapper"] {
  font-size: var(--limebyte-home-btn-font-size) !important;
}

.limebyte-home-intro-section
  .limebyte-home-brochure-button-wrap
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__iconWrapper"] {
  min-width: var(--limebyte-home-btn-icon-wrapper-width) !important;
}

.limebyte-home-intro-section
  .limebyte-home-brochure-button-wrap
  a[class*="Button-module__NwbMFq__base"]
  [class*="Icon-module__"] {
  width: var(--limebyte-home-btn-icon-size) !important;
  height: var(--limebyte-home-btn-icon-size) !important;
}

@media (max-width: 940px) {
  .limebyte-home-intro-section .limebyte-home-brochure-inner {
    flex-wrap: wrap;
  }
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"] a[class*="Button-module__NwbMFq__base"],
section[class*="Section-module__yOf0NG__section"][class*="dark"]
  [class*="BlogBlock-module__6iZCgG__buttonWrapper"]
  a[class*="Button-module__NwbMFq__base"] {
  min-height: var(--limebyte-home-btn-min-height) !important;
  padding-inline: var(--limebyte-home-btn-padding-inline) !important;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__elementContentWrapper"],
section[class*="Section-module__yOf0NG__section"][class*="dark"]
  [class*="BlogBlock-module__6iZCgG__buttonWrapper"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__elementContentWrapper"] {
  font-size: var(--limebyte-home-btn-font-size) !important;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__iconWrapper"],
section[class*="Section-module__yOf0NG__section"][class*="dark"]
  [class*="BlogBlock-module__6iZCgG__buttonWrapper"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Button-module__NwbMFq__iconWrapper"] {
  min-width: var(--limebyte-home-btn-icon-wrapper-width) !important;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Icon-module__"],
section[class*="Section-module__yOf0NG__section"][class*="dark"]
  [class*="BlogBlock-module__6iZCgG__buttonWrapper"]
  a[class*="Button-module__NwbMFq__base"]
  [class*="Icon-module__"] {
  width: var(--limebyte-home-btn-icon-size) !important;
  height: var(--limebyte-home-btn-icon-size) !important;
}

section[class*="CasesOverviewBlock-module__Ool7aW__section"] h4[class*="CasesOverviewBlock-module__Ool7aW__title"],
section[class*="CasesOverviewBlock-module__Ool7aW__section"] h4[class*="CasesOverviewBlock-module__Ool7aW__title"] p {
  font-size: clamp(1.24rem, 1.98vw, 2.32rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.006em;
  font-weight: 500 !important;
  margin: 0 !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

section[class*="Section-module__yOf0NG__section"][class*="dark"] [class*="BlogBlock-module__6iZCgG__title"],
section[class*="Section-module__yOf0NG__section"][class*="dark"] [class*="BlogItem-module__3sjqTq__title"],
section[class*="Section-module__yOf0NG__section"][class*="dark"] [class*="BlogItem-module__3sjqTq__date"],
section[class*="Section-module__yOf0NG__section"][class*="dark"] [class*="BlogItem-module__3sjqTq__category"],
section[class*="Section-module__yOf0NG__section"][class*="dark"] [class*="BlogItem-module__3sjqTq__textWrapper"] * {
  color: #f5fff8 !important;
  text-shadow: none !important;
}

.limebyte-home-blog-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.01em;
  width: fit-content;
  font-size: 0.92em;
  line-height: 1;
  margin: 0;
}

.limebyte-home-blog-kicker-text {
  color: #f5fff8 !important;
  -webkit-text-fill-color: #f5fff8 !important;
  font-size: 1em;
  font-weight: 540;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

.limebyte-home-blog-kicker-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  filter: none !important;
}

.limebyte-home-blog-kicker-logo-wrap {
  position: relative;
  display: inline-flex;
  height: 2.14em;
  aspect-ratio: 548 / 182;
  flex: 0 0 auto;
  overflow: hidden;
}

.limebyte-home-blog-kicker-logo-lime {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  clip-path: inset(0 24% 0 35%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(258%) hue-rotate(62deg)
    brightness(107%) contrast(102%);
  pointer-events: none;
}

section[class*="Section-module__yOf0NG__section"][class*="dark"]
  h1[class*="BlogBlock-module__6iZCgG__title"].limebyte-home-blog-title-with-kicker {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(0.42rem, 0.78vw, 0.86rem);
}

.limebyte-home-blog-title-text {
  display: block;
  font-size: 1em;
  line-height: inherit;
}

div[class*="BlogBlock-module__6iZCgG__postsGrid"] div[class*="BlogItem-module__3sjqTq__imageWrapper"],
div[class*="PostsPageComponent-module__rPoC1a__postsGrid"] div[class*="BlogItem-module__3sjqTq__imageWrapper"] {
  aspect-ratio: 16 / 9 !important;
  width: 100% !important;
  overflow: hidden !important;
}

div[class*="BlogBlock-module__6iZCgG__postsGrid"] img[class*="BlogItem-module__3sjqTq__image"],
div[class*="PostsPageComponent-module__rPoC1a__postsGrid"] img[class*="BlogItem-module__3sjqTq__image"] {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

section[id="contactform"] input,
section[id="contactform"] textarea,
section[id="contactform"] label,
section[id="contactform"] [class*="LeaveAMessageBlock-module__-5kutq__email"],
section[id="contactform"] [class*="LeaveAMessageBlock-module__-5kutq__info"] {
  color: #111111 !important;
}

section[id="contactform"] [class*="LeaveAMessageBlock-module__-5kutq__title"],
section[id="contactform"] [class*="LeaveAMessageBlock-module__-5kutq__middleTitle"],
section[id="contactform"] [class*="LeaveAMessageBlock-module__-5kutq__bottomWrapper"] h3,
section[id="contactform"] [class*="Form-module__v-YQCW__FormItem"],
section[id="contactform"] [class*="Label-module__Z8Qp9G__Label"],
section[id="contactform"] [class*="Input-module__vZZaBa__Input"],
section[id="contactform"] [class*="Textarea-module__hgi6uG__Textarea"],
section[id="contactform"] [class*="LeaveAMessageBlock-module__-5kutq__form"] p,
section[id="contactform"] [class*="LeaveAMessageBlock-module__-5kutq__form"] span {
  color: #111111 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

section[id="contactform"] [class*="Input-module__vZZaBa__Input"],
section[id="contactform"] [class*="Textarea-module__hgi6uG__Textarea"] {
  -webkit-text-fill-color: #111111 !important;
  caret-color: #111111 !important;
}

section[id="contactform"] input::placeholder,
section[id="contactform"] textarea::placeholder {
  color: #111111 !important;
  opacity: 1 !important;
}

section[id="contactform"] input,
section[id="contactform"] textarea {
  caret-color: #111111 !important;
}

section[id="contactform"] input:-webkit-autofill,
section[id="contactform"] input:-webkit-autofill:hover,
section[id="contactform"] input:-webkit-autofill:focus,
section[id="contactform"] textarea:-webkit-autofill,
section[id="contactform"] textarea:-webkit-autofill:hover,
section[id="contactform"] textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #111111 !important;
  transition: background-color 9999s ease-out 0s !important;
}

/* Hard override: keep all contact-form text readable in black */
section[id="contactform"],
section[id="contactform"] *,
section[class*="LeaveAMessageBlock-module__-5kutq__section"],
section[class*="LeaveAMessageBlock-module__-5kutq__section"] * {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  text-shadow: none !important;
}

section[id="contactform"] input::placeholder,
section[id="contactform"] textarea::placeholder,
section[class*="LeaveAMessageBlock-module__-5kutq__section"] input::placeholder,
section[class*="LeaveAMessageBlock-module__-5kutq__section"] textarea::placeholder {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  opacity: 1 !important;
}

section[id="contactform"] [class*="Button-module__NwbMFq__elementContentWrapper"],
section[id="contactform"] [class*="Icon-module__"],
section[class*="LeaveAMessageBlock-module__-5kutq__section"]
  [class*="Button-module__NwbMFq__elementContentWrapper"],
section[class*="LeaveAMessageBlock-module__-5kutq__section"] [class*="Icon-module__"] {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}

section[id="contactform"] div[class*="LeaveAMessageBlock-module__-5kutq__mapWrapper"].limebyte-contact-map-wrapper {
  display: flex;
  align-items: stretch;
}

section[id="contactform"] .limebyte-contact-map-card {
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(0.8rem, 1.4vw, 1.2rem);
  padding: clamp(0.7rem, 1.25vw, 1rem);
  border-radius: 0.95rem;
  border: 1px solid rgba(57, 208, 110, 0.38);
  background: linear-gradient(152deg, rgba(251, 255, 253, 0.97), rgba(236, 250, 241, 0.95));
  box-shadow: 0 16px 34px rgba(7, 26, 15, 0.14);
}

section[id="contactform"] .limebyte-contact-map-copy {
  display: flex;
  flex-direction: column;
  gap: 0.46rem;
}

section[id="contactform"] .limebyte-contact-map-title {
  margin: 0;
  font-size: clamp(1rem, 0.5vw + 0.84rem, 1.28rem);
  line-height: 1.24;
  color: #10361f !important;
  -webkit-text-fill-color: #10361f !important;
}

section[id="contactform"] .limebyte-contact-map-address {
  margin: 0;
  font-size: clamp(0.9rem, 0.28vw + 0.8rem, 1rem);
  line-height: 1.44;
  color: #244735 !important;
  -webkit-text-fill-color: #244735 !important;
}

section[id="contactform"] .limebyte-contact-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.02rem;
  padding: 0.44rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(57, 208, 110, 0.56);
  background: rgba(176, 246, 116, 0.2);
  text-decoration: none;
  font-size: 0.84rem;
  line-height: 1;
  color: #0f3620 !important;
  -webkit-text-fill-color: #0f3620 !important;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

section[id="contactform"] .limebyte-contact-map-link:hover,
section[id="contactform"] .limebyte-contact-map-link:focus-visible {
  background: rgba(176, 246, 116, 0.3);
  border-color: rgba(57, 208, 110, 0.84);
  color: #072314 !important;
  -webkit-text-fill-color: #072314 !important;
}

section[id="contactform"] .limebyte-contact-map-frame-wrap {
  width: 100%;
  border-radius: 0.78rem;
  overflow: hidden;
  border: 1px solid rgba(133, 169, 145, 0.46);
  background: rgba(13, 28, 19, 0.12);
  min-height: clamp(19.2rem, 41vw, 33.5rem);
}

section[id="contactform"] .limebyte-contact-map-frame {
  width: 100%;
  height: 100%;
  min-height: clamp(19.2rem, 41vw, 33.5rem);
  border: 0;
  display: block;
}

@media (max-width: 1140px) {
  section[id="contactform"] .limebyte-contact-map-card {
    min-height: auto;
  }

  section[id="contactform"] .limebyte-contact-map-frame-wrap,
  section[id="contactform"] .limebyte-contact-map-frame {
    min-height: clamp(14rem, 56vw, 22rem);
  }
}

section[id="contactform"] .limebyte-contact-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  gap: clamp(0.9rem, 0.7rem + 0.5vw, 1.24rem);
}

section[id="contactform"] [class*="LeaveAMessageBlock-module__-5kutq__bottomWrapper"].limebyte-contact-social-only {
  margin-top: 0 !important;
}

section[id="contactform"] [class*="LeaveAMessageBlock-module__-5kutq__bottomWrapper"] h3 {
  font-size: clamp(2.05rem, 1.55rem + 1.45vw, 2.9rem) !important;
  line-height: 1.14 !important;
  font-weight: 700 !important;
  margin-bottom: clamp(1rem, 0.7rem + 0.9vw, 1.65rem) !important;
}

section[id="contactform"] .limebyte-contact-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.2rem, 1.2rem + 1.6vw, 2.75rem);
  height: clamp(2.2rem, 1.2rem + 1.6vw, 2.75rem);
  border-radius: 999px;
  border: 1px solid rgba(16, 54, 31, 0.24);
  background: rgba(255, 255, 255, 0.68);
  color: #10361f !important;
  -webkit-text-fill-color: #10361f !important;
  text-decoration: none;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

section[id="contactform"] .limebyte-contact-social-link svg {
  width: clamp(1.05rem, 0.7rem + 0.7vw, 1.34rem);
  height: clamp(1.05rem, 0.7rem + 0.7vw, 1.34rem);
  display: block;
  fill: currentColor;
  color: currentColor !important;
}

section[id="contactform"] .limebyte-contact-social-link:hover,
section[id="contactform"] .limebyte-contact-social-link:focus-visible {
  color: var(--limebyte-logo-byte-green, #ade041) !important;
  -webkit-text-fill-color: var(--limebyte-logo-byte-green, #ade041) !important;
  border-color: rgba(173, 224, 65, 0.92);
  background: rgba(173, 224, 65, 0.12);
  box-shadow: 0 8px 18px rgba(14, 49, 26, 0.14);
  transform: translateY(-1px);
}

section[class*="ContactBlock-module___n0klG__section"] [class*="Form-module__v-YQCW__FormItem"],
section[class*="ContactBlock-module___n0klG__section"] [class*="Label-module__Z8Qp9G__Label"],
section[class*="ContactBlock-module___n0klG__section"] [class*="Input-module__vZZaBa__Input"],
section[class*="ContactBlock-module___n0klG__section"] [class*="Textarea-module__hgi6uG__Textarea"],
section[class*="ContactBlock-module___n0klG__section"] input,
section[class*="ContactBlock-module___n0klG__section"] textarea {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  caret-color: #000000 !important;
  text-shadow: none !important;
}

section[class*="ContactBlock-module___n0klG__section"] input::placeholder,
section[class*="ContactBlock-module___n0klG__section"] textarea::placeholder {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  opacity: 1 !important;
}

section[class*="ContactBlock-module___n0klG__section"] [class*="Input-module__vZZaBa__InputWrapper"],
section[class*="ContactBlock-module___n0klG__section"] [class*="Textarea-module__hgi6uG__Textarea"] {
  background: rgba(255, 255, 255, 0.9) !important;
}

section[class*="ContactBlock-module___n0klG__section"] input:-webkit-autofill,
section[class*="ContactBlock-module___n0klG__section"] input:-webkit-autofill:hover,
section[class*="ContactBlock-module___n0klG__section"] input:-webkit-autofill:focus,
section[class*="ContactBlock-module___n0klG__section"] textarea:-webkit-autofill,
section[class*="ContactBlock-module___n0klG__section"] textarea:-webkit-autofill:hover,
section[class*="ContactBlock-module___n0klG__section"] textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000 !important;
  transition: background-color 9999s ease-out 0s !important;
}

footer .limebyte-footer-social-logo-link {
  display: inline-flex;
  width: clamp(9.8rem, 11.6vw, 13.2rem);
  margin-top: 0.22rem;
  text-decoration: none;
}

footer .limebyte-footer-social-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: none !important;
}

footer div[class*="Footer-module__i_fezG__footerTop"] {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1.25rem, 2.4vw, 2.1rem) !important;
  align-items: start !important;
}

footer .limebyte-footer-primary-columns {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(1.25rem, 2.2vw, 2.45rem);
  row-gap: 0;
  grid-auto-flow: row;
  align-items: start;
  justify-items: start;
}

footer .limebyte-footer-primary-columns > * {
  width: 100%;
  max-width: 100%;
  justify-self: start;
  align-self: start;
  margin: 0 !important;
}

footer .limebyte-footer-primary-columns > .limebyte-footer-contact-col {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

footer .limebyte-footer-primary-columns > .limebyte-footer-nav-col {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

footer .limebyte-footer-primary-columns > .limebyte-footer-social-col {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

footer .limebyte-footer-contact-col,
footer .limebyte-footer-nav-col,
footer .limebyte-footer-social-col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-content: flex-start !important;
  gap: 0.44rem;
  height: auto !important;
  min-width: 0;
  align-items: flex-start;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

footer .limebyte-footer-contact-col {
  order: 1;
}

footer .limebyte-footer-nav-col {
  order: 2;
}

footer .limebyte-footer-social-col {
  order: 3;
  margin-left: 0;
}

footer .limebyte-footer-col-title {
  margin: 0 0 0.36rem;
  color: #ecfff3 !important;
  -webkit-text-fill-color: #ecfff3 !important;
  font-size: clamp(1.24rem, 0.7vw + 1rem, 1.58rem);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 680;
  line-height: 1.18;
}

footer .limebyte-footer-contact-col [class*="Footer-module__i_fezG__email"],
footer .limebyte-footer-contact-col [class*="Footer-module__i_fezG__address"],
footer .limebyte-footer-nav-col [class*="Footer-module__i_fezG__footerLink"],
footer .limebyte-footer-social-col [class*="Footer-module__i_fezG__footerLink"],
footer .limebyte-footer-social-col [class*="Footer-module__i_fezG__ctaLink"] {
  margin-top: 0 !important;
}

footer a[class*="Footer-module__i_fezG__email"],
footer a[class*="Footer-module__i_fezG__footerLink"],
footer a[class*="Footer-module__i_fezG__ctaLink"],
footer a.limebyte-footer-contact-item {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
  transition: color 160ms ease;
}

footer a[class*="Footer-module__i_fezG__email"]:hover,
footer a[class*="Footer-module__i_fezG__email"]:focus-visible,
footer a[class*="Footer-module__i_fezG__footerLink"]:hover,
footer a[class*="Footer-module__i_fezG__footerLink"]:focus-visible,
footer a[class*="Footer-module__i_fezG__ctaLink"]:hover,
footer a[class*="Footer-module__i_fezG__ctaLink"]:focus-visible,
footer a.limebyte-footer-contact-item:hover,
footer a.limebyte-footer-contact-item:focus-visible {
  color: var(--limebyte-logo-byte-green) !important;
  text-decoration: none !important;
}

footer .limebyte-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font: var(--font-body);
}

footer .limebyte-footer-contact-item {
  display: inline-flex;
  width: fit-content;
  font: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

footer .limebyte-footer-contact-col [class*="Footer-module__i_fezG__email"] {
  font: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

footer .limebyte-footer-contact-col [class*="Footer-module__i_fezG__email"]:hover,
footer .limebyte-footer-contact-col [class*="Footer-module__i_fezG__email"]:focus-visible {
  text-decoration: none !important;
}

footer .limebyte-footer-contact-col [class*="Footer-module__i_fezG__address"] {
  margin-top: 0.72rem !important;
}

footer .limebyte-footer-nav-col [class*="Footer-module__i_fezG__footerLink"] {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
}

footer .limebyte-footer-social-col a.limebyte-footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  width: fit-content;
  max-width: 100%;
}

footer .limebyte-footer-social-col [class*="Footer-module__i_fezG__ctaLink"] {
  margin-top: 0 !important;
}

footer .limebyte-footer-social-col a.limebyte-footer-social-link::before {
  content: "";
  display: inline-block;
  width: clamp(1.45rem, 1.45vw, 1.74rem);
  height: clamp(1.45rem, 1.45vw, 1.74rem);
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: var(--social-icon);
  opacity: 1;
  filter: drop-shadow(0 0 0 rgba(173, 224, 65, 0));
  transition:
    transform 180ms ease,
    filter 220ms ease,
    opacity 180ms ease;
}

footer .limebyte-footer-social-col a.limebyte-footer-social-link:hover::before,
footer .limebyte-footer-social-col a.limebyte-footer-social-link:focus-visible::before {
  background-image: var(--social-icon-hover, var(--social-icon));
  transform: scale(1.08);
  filter:
    brightness(1.06)
    saturate(1.08)
    drop-shadow(0 0 6px rgba(173, 224, 65, 0.62))
    drop-shadow(0 0 12px rgba(173, 224, 65, 0.38));
}

footer .limebyte-footer-social-col a.limebyte-footer-social-link-instagram::before {
  --social-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmZmZmJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCc+PHJlY3QgeD0nMycgeT0nMycgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyByeD0nNScgcnk9JzUnLz48Y2lyY2xlIGN4PScxMicgY3k9JzEyJyByPSc0Jy8+PGNpcmNsZSBjeD0nMTcuNScgY3k9JzYuNScgcj0nMScvPjwvc3ZnPg==");
  --social-icon-hover: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjYWRlMDQxJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCc+PHJlY3QgeD0nMycgeT0nMycgd2lkdGg9JzE4JyBoZWlnaHQ9JzE4JyByeD0nNScgcnk9JzUnLz48Y2lyY2xlIGN4PScxMicgY3k9JzEyJyByPSc0Jy8+PGNpcmNsZSBjeD0nMTcuNScgY3k9JzYuNScgcj0nMScvPjwvc3ZnPg==");
}

footer .limebyte-footer-social-col a.limebyte-footer-social-link-linkedin::before {
  --social-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nI2ZmZmZmZic+PHBhdGggZD0nTTYuNSA4SDMuNXYxMmgzVjhabS0xLjUtMS40QTEuNzUgMS43NSAwIDEgMCA1IDMuMWExLjc1IDEuNzUgMCAwIDAgMCAzLjVaTTkgOGgyLjl2MS42aC4xYy40LS44IDEuNC0xLjYgMi45LTEuNiAzLjEgMCAzLjYgMiAzLjYgNC42VjIwaC0zdi02YzAtMS40IDAtMy4yLTItMy4ycy0yLjMgMS41LTIuMyAzLjFWMjBIOVY4WicvPjwvc3ZnPg==");
  --social-icon-hover: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nI2FkZTA0MSc+PHBhdGggZD0nTTYuNSA4SDMuNXYxMmgzVjh6bS0xLjUtMS40QTEuNzUgMS43NSAwIDEgMCA1IDMuMWExLjc1IDEuNzUgMCAwIDAgMCAzLjVaTTkgOGgyLjl2MS42aC4xYy40LS44IDEuNC0xLjYgMi45LTEuNiAzLjEgMCAzLjYgMiAzLjYgNC42VjIwaC0zdi02YzAtMS40IDAtMy4yLTItMy4ycy0yLjMgMS41LTIuMyAzLjFWMjBIOVY4WicvPjwvc3ZnPg==");
}

footer .limebyte-footer-social-col a.limebyte-footer-social-link-facebook::before {
  --social-icon: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nI2ZmZmZmZic+PHBhdGggZD0nTTEzLjUgMjJ2LThoMi43bC40LTNoLTMuMVY5LjFjMC0uOS4zLTEuNSAxLjUtMS41aDEuN1Y1YTIyIDIyIDAgMCAwLTIuNC0uMWMtMi4zIDAtMy44IDEuNC0zLjggNFYxMUg4djNoMi41djhoM1onLz48L3N2Zz4=");
  --social-icon-hover: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nI2FkZTA0MSc+PHBhdGggZD0nTTEzLjUgMjJ2LThoMi43bC40LTNoLTMuMVY5LjFjMC0uOS4zLTEuNSAxLjUtMS41aDEuN1Y1YTIyIDIyIDAgMCAwLTIuNC0uMWMtMi4zIDAtMy44IDEuNC0zLjggNFYxMUg4djNoMi41djhoM1onLz48L3N2Zz4=");
}

footer .limebyte-footer-map-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
  gap: clamp(0.8rem, 1.8vw, 1.3rem);
  align-items: stretch;
  margin-top: clamp(1.4rem, 2.2vw, 2.1rem);
  padding: clamp(0.78rem, 1.4vw, 1rem);
  border-radius: 0.95rem;
  border: 1px solid rgba(244, 255, 248, 0.24);
  background: linear-gradient(146deg, rgba(23, 53, 34, 0.92), rgba(12, 30, 20, 0.9));
  box-shadow: 0 14px 30px rgba(2, 10, 6, 0.3);
}

footer .limebyte-footer-map-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.44rem;
  padding: clamp(0.36rem, 0.95vw, 0.7rem);
}

footer .limebyte-footer-map-title {
  margin: 0;
  color: #f5fff8;
  font-size: clamp(1rem, 0.9vw + 0.72rem, 1.32rem);
  line-height: 1.24;
}

footer .limebyte-footer-map-address {
  margin: 0;
  color: rgba(235, 255, 243, 0.9);
  font-size: clamp(0.88rem, 0.4vw + 0.72rem, 1.02rem);
  line-height: 1.45;
}

footer .limebyte-footer-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.08rem;
  padding: 0.46rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(223, 255, 190, 0.62);
  background: rgba(178, 250, 114, 0.14);
  color: #efffe6;
  text-decoration: none;
  font-size: 0.86rem;
  line-height: 1;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

footer .limebyte-footer-map-link:hover,
footer .limebyte-footer-map-link:focus-visible {
  background: rgba(178, 250, 114, 0.24);
  border-color: rgba(223, 255, 190, 0.84);
  color: #ffffff;
}

footer .limebyte-footer-map-lime {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

footer .limebyte-footer-map-frame-wrap {
  border-radius: 0.76rem;
  overflow: hidden;
  border: 1px solid rgba(244, 255, 248, 0.22);
  background: rgba(9, 21, 14, 0.62);
  min-height: clamp(13.2rem, 26vw, 15.8rem);
}

footer .limebyte-footer-map-frame {
  width: 100%;
  height: 100%;
  min-height: clamp(13.2rem, 26vw, 15.8rem);
  border: 0;
  display: block;
}

@media (max-width: 767px) {
  footer div[class*="Footer-module__i_fezG__footerTop"] {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1rem !important;
  }

  footer .limebyte-footer-primary-columns {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0.95rem;
    gap: 0.95rem;
  }

  footer .limebyte-footer-social-col {
    margin-left: 0;
  }

  footer .limebyte-footer-social-logo-link {
    width: clamp(8.6rem, 52vw, 10.8rem);
  }

  footer .limebyte-footer-map-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
    margin-top: 1.15rem;
    padding: 0.7rem;
  }

  footer .limebyte-footer-map-copy {
    padding: 0.22rem 0.16rem;
  }

  footer .limebyte-footer-map-frame-wrap,
  footer .limebyte-footer-map-frame {
    min-height: clamp(10.6rem, 55vw, 13rem);
  }
}

footer [class*="Footer-module__i_fezG__bottomTextWrapper"],
footer [class*="Footer-module__i_fezG__focLogo"],
footer img[src*="FoCLogo"],
section[class*="AnnouncementFoC"] {
  display: none !important;
}

.PrimaryHero-module__hNsCsq__globeAnimationWrapper canvas {
  /* Turn dark globe particles into lime/green tones while keeping transparency. */
  filter: invert(1) sepia(0.98) saturate(7.2) hue-rotate(72deg) brightness(0.92)
    contrast(1.2) !important;
}

.PrimaryHero-module__hNsCsq__globeAnimationWrapper {
  top: clamp(5.7rem, 9.1vh, 8.5rem) !important;
  right: clamp(-6rem, -7.6vw, -12rem) !important;
}

@media (max-width: 767px) {
  .PrimaryHero-module__hNsCsq__globeAnimationWrapper {
    top: clamp(3.1rem, 6.5vh, 4.8rem) !important;
    right: clamp(-2.4rem, -4.8vw, -4.2rem) !important;
  }
}

.PrimaryHero-module__hNsCsq__globeAnimationWrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 68% 40%, rgba(57, 208, 110, 0.28) 0%, rgba(57, 208, 110, 0.08) 36%, transparent 58%),
    radial-gradient(circle at 34% 60%, rgba(181, 255, 58, 0.2) 0%, rgba(181, 255, 58, 0) 54%);
  mix-blend-mode: multiply;
}

.limebyte-legal-page-section {
  background: #fafffc !important;
  color: #10361f !important;
  padding-top: clamp(4.2rem, 8vw, 7.4rem) !important;
  padding-bottom: clamp(4.8rem, 9vw, 8rem) !important;
}

.limebyte-legal-page-container {
  grid-template-columns: minmax(0, 1fr) !important;
}

.limebyte-legal-page-content {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.limebyte-legal-page-title {
  margin: 0 0 1.9rem 0.55rem !important;
  font-size: clamp(2.25rem, 3.7vw, 3.55rem) !important;
  line-height: 1.08 !important;
}

.limebyte-legal-page-text p {
  margin: 0 0 1rem !important;
  font-size: clamp(1.06rem, 1.03vw, 1.2rem) !important;
  line-height: 1.7 !important;
  color: rgba(16, 54, 31, 0.93) !important;
}

.limebyte-legal-page-text p strong,
.limebyte-legal-page-text p b {
  font-weight: 620 !important;
  color: #10361f !important;
}

.limebyte-legal-page-text a {
  color: #0f5a31 !important;
  text-decoration-color: rgba(15, 90, 49, 0.45) !important;
}

.limebyte-import-post-body-section {
  background: #fafffc !important;
  color: #10361f !important;
  padding-top: clamp(0.9rem, 2.2vw, 1.6rem) !important;
}

.limebyte-import-post-body {
  color: #10361f !important;
}

.limebyte-import-post-container .Post-module__fZt-3G__textWrapper {
  margin-bottom: clamp(0.9rem, 2.2vw, 1.6rem) !important;
}

.limebyte-import-post-summary {
  margin: 0 !important;
  font: var(--font-h5) !important;
  color: #10361f !important;
  max-width: 72ch;
}

.limebyte-import-post-separator {
  padding-top: clamp(0.9rem, 2.4vw, 1.8rem) !important;
}

.limebyte-import-post-body p,
.limebyte-import-post-body li,
.limebyte-import-post-body h1,
.limebyte-import-post-body h2,
.limebyte-import-post-body h3,
.limebyte-import-post-body h4,
.limebyte-import-post-body h5,
.limebyte-import-post-body h6 {
  color: #10361f !important;
}

.limebyte-import-post-body a {
  color: #0f5a31 !important;
  text-decoration-color: rgba(15, 90, 49, 0.45) !important;
}

.limebyte-import-post-body .limebyte-import-post-inline-image,
.limebyte-import-post-body img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  margin: 1.2rem auto;
}

.limebyte-import-post-not-found {
  background: #fafffc !important;
  color: #10361f !important;
  padding-top: clamp(4rem, 9vw, 7rem) !important;
  padding-bottom: clamp(4rem, 9vw, 7rem) !important;
}

.limebyte-import-post-not-found-inner {
  width: min(860px, 100%);
}

.limebyte-import-post-not-found h1 {
  margin: 0 0 0.8rem !important;
}

.limebyte-import-post-not-found p {
  margin: 0 0 1.5rem !important;
  font-size: clamp(1.04rem, 1.1vw, 1.2rem);
  color: rgba(16, 54, 31, 0.86);
}

div[class*="PostsPageComponent-module__rPoC1a__postsGrid"] div[class*="BlogItem-module__3sjqTq__imageWrapper"] {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

div[class*="PostsPageComponent-module__rPoC1a__postsGrid"]
  img[class*="BlogItem-module__3sjqTq__image"] {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

section[class*="Section-module__yOf0NG__section"][class*="light"][class*="hero"]
  div[class*="PostsPageComponent-module__rPoC1a__container"] {
  row-gap: clamp(0.45rem, 0.9vw, 0.8rem) !important;
}

div[class*="PostsPageComponent-module__rPoC1a__textWrapper"] {
  margin-bottom: clamp(0.25rem, 0.6vw, 0.55rem) !important;
}

div[class*="PostsPageComponent-module__rPoC1a__filters"] {
  margin-top: clamp(0.2rem, 0.45vw, 0.45rem) !important;
  margin-bottom: clamp(0.25rem, 0.6vw, 0.55rem) !important;
}

div[class*="PostsPageComponent-module__rPoC1a__separator"] {
  margin-top: clamp(0.2rem, 0.45vw, 0.45rem) !important;
  margin-bottom: clamp(0.2rem, 0.45vw, 0.45rem) !important;
}

section[class*="Section-module__yOf0NG__section"][class*="dark"]
  div[class*="PostsPageComponent-module__rPoC1a__bottomGridContainer"] {
  margin-top: 0 !important;
  padding-top: clamp(0.95rem, 1.8vw, 1.55rem) !important;
}

/* Final hard overrides: blog previews + home contact form readability */
div[class*="BlogBlock-module__6iZCgG__postsGrid"]
  div[class*="BlogItem-module__3sjqTq__imageWrapper"],
div[class*="PostsPageComponent-module__rPoC1a__postsGrid"]
  div[class*="BlogItem-module__3sjqTq__imageWrapper"] {
  width: 100% !important;
  height: auto !important;
  min-height: clamp(11.25rem, 20vw, 15.5rem) !important;
  flex: 0 0 auto !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
}

div[class*="BlogBlock-module__6iZCgG__postsGrid"] img[class*="BlogItem-module__3sjqTq__image"],
div[class*="PostsPageComponent-module__rPoC1a__postsGrid"]
  img[class*="BlogItem-module__3sjqTq__image"] {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

section[class*="ContactBlock-module___n0klG__section"] {
  background:
    linear-gradient(
      112deg,
      rgba(38, 112, 64, 0.98) 0%,
      rgba(47, 128, 73, 0.97) 52%,
      rgba(59, 151, 88, 0.95) 100%
    ) !important;
  background-color: #2f8049 !important;
  --color-penn-blue-100: #000000 !important;
  --color-penn-blue-80: #1a1a1a !important;
  --color-penn-blue-60: #2a2a2a !important;
  --color-penn-blue-40: #505050 !important;
}

section[class*="ContactBlock-module___n0klG__section"]::after {
  background:
    radial-gradient(
      circle at 6% 20%,
      rgba(191, 255, 96, 0.22) 0%,
      rgba(191, 255, 96, 0.07) 36%,
      transparent 66%
    ),
    radial-gradient(
      circle at 84% 70%,
      rgba(245, 255, 248, 0.28) 0%,
      rgba(245, 255, 248, 0.06) 40%,
      transparent 68%
    ) !important;
  pointer-events: none !important;
}

section[class*="ContactBlock-module___n0klG__section"] [class*="ContactBlock-module___n0klG__formWrapper"],
section[class*="ContactBlock-module___n0klG__section"] [class*="ContactBlock-module___n0klG__formWrapper"] *,
section[class*="ContactBlock-module___n0klG__section"] [class*="Form-module__v-YQCW__FormItem"],
section[class*="ContactBlock-module___n0klG__section"] [class*="Label-module__Z8Qp9G__Label"],
section[class*="ContactBlock-module___n0klG__section"] [class*="Input-module__vZZaBa__Input"],
section[class*="ContactBlock-module___n0klG__section"] [class*="Textarea-module__hgi6uG__Textarea"],
section[class*="ContactBlock-module___n0klG__section"] input,
section[class*="ContactBlock-module___n0klG__section"] textarea {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  caret-color: #000000 !important;
  text-shadow: none !important;
}

section[class*="ContactBlock-module___n0klG__section"] input::placeholder,
section[class*="ContactBlock-module___n0klG__section"] textarea::placeholder {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  opacity: 1 !important;
}

section[class*="ContactBlock-module___n0klG__section"]
  [class*="Input-module__vZZaBa__InputWrapper"],
section[class*="ContactBlock-module___n0klG__section"]
  [class*="Textarea-module__hgi6uG__Textarea"] {
  background: rgba(255, 255, 255, 0.94) !important;
}

section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(136deg, #0f2d1b 0%, #16462c 52%, #1d5a38 100%) !important;
  background-color: #10361f !important;
  padding-top: clamp(4rem, 7.2vw, 6.3rem) !important;
  padding-bottom: clamp(4.2rem, 7.4vw, 6.5rem) !important;
}

section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 22%, rgba(181, 255, 58, 0.2) 0%, rgba(181, 255, 58, 0.04) 36%, transparent 66%),
    radial-gradient(circle at 82% 68%, rgba(74, 205, 118, 0.2) 0%, rgba(74, 205, 118, 0.03) 42%, transparent 70%);
  z-index: 0;
}

section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh::after {
  content: none !important;
}

section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  [class*="ContactBlock-module___n0klG__canvasWrapper"],
section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  [class*="ContactBlock-module___n0klG__textWrapper"],
section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  [class*="ContactBlock-module___n0klG__formWrapper"] {
  display: none !important;
}

section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  [class*="ContactBlock-module___n0klG__container"] {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) !important;
}

.limebyte-home-contact-panel {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: stretch;
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: clamp(1rem, 2.15vw, 1.7rem);
  border-radius: 1.15rem;
  border: 1px solid rgba(203, 255, 132, 0.32);
  background:
    linear-gradient(138deg, rgba(19, 52, 33, 0.9), rgba(24, 69, 44, 0.84));
  box-shadow:
    0 18px 34px rgba(2, 11, 6, 0.32),
    0 0 0 1px rgba(171, 239, 112, 0.12) inset;
}

.limebyte-home-contact-panel::before {
  content: "";
  position: absolute;
  left: clamp(0.7rem, 1.1vw, 1.05rem);
  bottom: clamp(0.62rem, 1vw, 0.98rem);
  width: clamp(3.3rem, 4.7vw, 4.85rem);
  aspect-ratio: 1 / 1;
  background-image: url("/limebyte-assets/lime_logo_new_sep-800x182-byte-green.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  opacity: 0.96;
  pointer-events: none;
  filter: drop-shadow(0 0 11px rgba(171, 239, 112, 0.34));
}

section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-form
  :is(input, textarea, select, button, a, label) {
  pointer-events: auto !important;
}

.limebyte-home-contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.78rem;
}

.limebyte-home-contact-eyebrow {
  margin: 0;
  color: #cbff8f !important;
  -webkit-text-fill-color: #cbff8f !important;
  font-size: 0.82rem;
  font-weight: 660;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.limebyte-home-contact-title {
  margin: 0;
  color: #f6fff8 !important;
  -webkit-text-fill-color: #f6fff8 !important;
  font-size: clamp(1.7rem, 2.2vw, 2.45rem);
  line-height: 1.12;
}

.limebyte-home-contact-text {
  margin: 0;
  color: rgba(236, 255, 242, 0.9) !important;
  -webkit-text-fill-color: rgba(236, 255, 242, 0.9) !important;
  font-size: clamp(0.98rem, 0.75vw + 0.78rem, 1.14rem);
  line-height: 1.58;
}

.limebyte-home-contact-required-hint {
  margin: 0.26rem 0 0;
  color: rgba(235, 255, 241, 0.72) !important;
  -webkit-text-fill-color: rgba(235, 255, 241, 0.72) !important;
  font-size: 0.83rem;
  letter-spacing: 0.02em;
}

.limebyte-home-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}

.limebyte-home-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
}

.limebyte-home-contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
  margin: 0;
}

.limebyte-home-contact-field-full {
  grid-column: 1 / -1;
}

.limebyte-home-contact-field > span {
  color: rgba(239, 255, 245, 0.9) !important;
  -webkit-text-fill-color: rgba(239, 255, 245, 0.9) !important;
  font-size: 0.8rem;
  font-weight: 620;
  letter-spacing: 0.02em;
}

.limebyte-home-contact-field input,
.limebyte-home-contact-field select,
.limebyte-home-contact-field textarea {
  width: 100%;
  min-height: 2.64rem;
  padding: 0.58rem 0.72rem;
  border-radius: 0.68rem;
  border: 1px solid rgba(182, 242, 116, 0.34);
  background: rgba(11, 36, 22, 0.72);
  color: #f6fff8 !important;
  -webkit-text-fill-color: #f6fff8 !important;
  caret-color: #f6fff8 !important;
  font-size: 0.93rem;
  line-height: 1.42;
  outline: none;
  transition:
    border-color 130ms ease,
    box-shadow 130ms ease,
    background-color 130ms ease;
}

.limebyte-home-contact-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #ccff90 50%),
    linear-gradient(135deg, #ccff90 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 52%,
    calc(100% - 11px) 52%;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  padding-right: 2rem;
}

.limebyte-home-contact-field textarea {
  min-height: 6.8rem;
  resize: vertical;
}

.limebyte-home-contact-field input::placeholder,
.limebyte-home-contact-field textarea::placeholder {
  color: rgba(246, 255, 248, 0.82) !important;
  -webkit-text-fill-color: rgba(246, 255, 248, 0.82) !important;
  opacity: 1 !important;
}

section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  input,
section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  textarea,
section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  select {
  color: #f6fff8 !important;
  -webkit-text-fill-color: #f6fff8 !important;
  caret-color: #f6fff8 !important;
}

section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  input::placeholder,
section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  textarea::placeholder {
  color: rgba(246, 255, 248, 0.82) !important;
  -webkit-text-fill-color: rgba(246, 255, 248, 0.82) !important;
  opacity: 1 !important;
}

section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  input:-webkit-autofill,
section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  input:-webkit-autofill:hover,
section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  input:-webkit-autofill:focus,
section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  textarea:-webkit-autofill,
section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  textarea:-webkit-autofill:hover,
section[class*="ContactBlock-module___n0klG__section"].limebyte-home-contact-refresh
  .limebyte-home-contact-field
  textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #f6fff8 !important;
  caret-color: #f6fff8 !important;
  box-shadow: 0 0 0 1000px rgba(11, 36, 22, 0.72) inset !important;
  transition: background-color 9999s ease-out 0s;
}

.limebyte-home-contact-field input:focus,
.limebyte-home-contact-field select:focus,
.limebyte-home-contact-field textarea:focus {
  border-color: rgba(203, 255, 143, 0.74);
  box-shadow: 0 0 0 2px rgba(188, 255, 121, 0.2);
  background: rgba(13, 41, 25, 0.84);
}

.limebyte-home-contact-check {
  display: flex;
  align-items: flex-start;
  gap: 0.48rem;
  margin: 0.05rem 0 0;
  color: rgba(236, 255, 242, 0.88) !important;
  -webkit-text-fill-color: rgba(236, 255, 242, 0.88) !important;
  font-size: 0.82rem;
  line-height: 1.4;
}

.limebyte-home-contact-check input {
  margin-top: 0.18rem;
  width: 0.96rem;
  height: 0.96rem;
  accent-color: #b9ff62;
}

.limebyte-home-contact-check span {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

.limebyte-home-contact-check a {
  color: #d7ff9f !important;
  text-decoration-color: rgba(215, 255, 159, 0.68) !important;
}

.limebyte-home-contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.limebyte-home-contact-submit-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.24rem;
  flex-wrap: wrap;
}

.limebyte-home-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.62rem 1.08rem;
  border: 1px solid rgba(208, 255, 146, 0.88);
  border-radius: 999px;
  background: linear-gradient(135deg, #cbff8f, #9de96c);
  color: #11321f !important;
  -webkit-text-fill-color: #11321f !important;
  font-weight: 660;
  cursor: pointer;
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    filter 140ms ease;
}

.limebyte-home-contact-submit:hover,
.limebyte-home-contact-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(9, 25, 15, 0.22);
}

.limebyte-home-contact-submit:disabled {
  cursor: wait;
  filter: saturate(0.86) brightness(0.93);
}

.limebyte-home-contact-secondary-link {
  color: rgba(235, 255, 241, 0.88) !important;
  -webkit-text-fill-color: rgba(235, 255, 241, 0.88) !important;
  text-decoration-color: rgba(220, 255, 175, 0.52) !important;
  font-size: 0.86rem;
}

.limebyte-home-contact-status {
  min-height: 1.26rem;
  margin: 0.1rem 0 0;
  font-size: 0.82rem;
  line-height: 1.36;
  color: rgba(236, 255, 242, 0.78) !important;
  -webkit-text-fill-color: rgba(236, 255, 242, 0.78) !important;
}

.limebyte-home-contact-status.is-info {
  color: #d9ffab !important;
  -webkit-text-fill-color: #d9ffab !important;
}

.limebyte-home-contact-status.is-success {
  color: #b7ff9a !important;
  -webkit-text-fill-color: #b7ff9a !important;
}

.limebyte-home-contact-status.is-error {
  color: #ffd5c5 !important;
  -webkit-text-fill-color: #ffd5c5 !important;
}

@media (max-width: 1024px) {
  .limebyte-home-contact-panel {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .limebyte-home-contact-panel::before {
    left: 0.66rem;
    bottom: 0.62rem;
    width: clamp(2.7rem, 13.5vw, 3.8rem);
  }

  .limebyte-home-contact-panel {
    border-radius: 0.9rem;
    padding: 0.9rem 0.82rem;
  }

  .limebyte-home-contact-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .limebyte-home-contact-field-full {
    grid-column: auto;
  }

  .limebyte-home-contact-submit-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.46rem;
  }

  .limebyte-home-contact-submit {
    width: 100%;
  }
}

/* Blog listing final overrides: project-like light gradient below post grid. */
section.limebyte-blog-listing-light-bg {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  background: transparent !important;
  background-color: transparent !important;
}

section.limebyte-blog-listing-light-bg::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(
      26% 94% at 40% 50%,
      rgba(231, 245, 207, 0.52) 0%,
      rgba(231, 245, 207, 0) 74%
    ),
    radial-gradient(
      44% 140% at 34% 54%,
      rgba(194, 221, 158, 0.74) 0%,
      rgba(194, 221, 158, 0.44) 30%,
      rgba(194, 221, 158, 0.14) 58%,
      rgba(194, 221, 158, 0) 76%
    ),
    radial-gradient(
      56% 126% at 79% 50%,
      rgba(178, 228, 198, 0.4) 0%,
      rgba(178, 228, 198, 0.19) 46%,
      rgba(178, 228, 198, 0) 76%
    ),
    linear-gradient(92deg, #d8dddb 0%, #e3e8e1 22%, #dde8da 52%, #d4e7db 74%, #cce4da 100%) !important;
}

section[class*="Section-module__yOf0NG__section"][class*="dark"].limebyte-blog-listing-light-bg
  [class*="BlogItem-module__3sjqTq__blogItemLink"],
section[class*="Section-module__yOf0NG__section"][class*="dark"].limebyte-blog-listing-light-bg
  [class*="BlogItem-module__3sjqTq__title"],
section[class*="Section-module__yOf0NG__section"][class*="dark"].limebyte-blog-listing-light-bg
  [class*="BlogItem-module__3sjqTq__date"],
section[class*="Section-module__yOf0NG__section"][class*="dark"].limebyte-blog-listing-light-bg
  [class*="BlogItem-module__3sjqTq__textWrapper"] * {
  color: #10361f !important;
  -webkit-text-fill-color: #10361f !important;
  text-shadow: none !important;
}

section[class*="Section-module__yOf0NG__section"][class*="dark"].limebyte-blog-listing-light-bg
  [class*="BlogItem-module__3sjqTq__category"] {
  background: rgba(57, 208, 110, 0.16) !important;
  color: #2ca35a !important;
  -webkit-text-fill-color: #2ca35a !important;
}

section[class*="Section-module__yOf0NG__section"][class*="dark"].limebyte-blog-listing-light-bg
  div[class*="PostsPageComponent-module__rPoC1a__bottomGridContainer"] {
  margin-top: 0 !important;
  padding-top: clamp(2.2rem, 4.8vw, 4rem) !important;
}

/* Projects page: replace filter chips with header-logo mark. */
div[class*="ProjectPageComponent-module__0uHufq__filters"] .limebyte-projects-filter-logo-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none !important;
  line-height: 0;
}

div[class*="ProjectPageComponent-module__0uHufq__filters"]
  .limebyte-projects-filter-logo-link
  .limebyte-projects-filter-logo,
div[class*="ProjectPageComponent-module__0uHufq__filters"]
  .limebyte-projects-filter-logo-link
  .limebyte-projects-filter-logo-image {
  height: clamp(2.35rem, 3.5vw, 3.1rem) !important;
  width: auto !important;
  margin: 0 !important;
  transform: none !important;
  object-fit: contain;
}

div[class*="ProjectPageComponent-module__0uHufq__filters"]
  .limebyte-projects-filter-logo-link
  .limebyte-projects-filter-logo
  * {
  transform: none !important;
}
