@charset "UTF-8";
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/roboto-condensed-latin-ext-300-normal.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/roboto-condensed-latin-300-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/roboto-condensed-latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/roboto-condensed-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/roboto-condensed-latin-ext-500-normal.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/roboto-condensed-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/roboto-condensed-latin-ext-700-normal.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/roboto-condensed-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --color-main: #040a11;
  --color-bg-dark: #1a1a1a;
  --color-bg-light: #ffffff;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-text-light: #f1f1f0;
  --color-text-dark: #1a1a1a;
  --color-text-muted: #767676;
  --color-accent: #bc2020;
  --color-accent-hover: #a01a1a;
  --color-border-dark: #333333;
  --color-border-light: #e0e0e0;
  --color-section-light: #f5f5f5;
  --color-footer-bg: #1a1a1a;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

:target {
  scroll-margin-top: 2ex;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.45;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 400;
}

:root {
  --container-max: 1750px;
  --container-padding: 24px;
}

body {
  background-color: #1a1a1a;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #bc2020;
}
a:focus-visible {
  outline: 2px solid #bc2020;
  outline-offset: 2px;
}

img {
  height: auto;
}

::selection {
  background-color: #bc2020;
  color: #ffffff;
}

.container {
  width: 100%;
  max-width: 1750px;
  margin-inline: auto;
  padding-inline: 24px;
}

.section {
  padding-block: 64px;
}
@media (min-width: 1024px) {
  .section {
    padding-block: 96px;
  }
}

.section--dark {
  background-color: var(--color-bg-dark);
  color: var(--color-text-light);
}

.section--light {
  background-color: var(--color-section-light);
  color: var(--color-text-dark);
}

.section--white {
  background-color: var(--color-white);
  color: var(--color-text-dark);
}

.grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #1a1a1a;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.site-header.is-hidden {
  transform: translateY(-100%);
}
.site-header.site-header--white {
  background-color: #ffffff;
}
.site-header.site-header--white .site-header__logo img {
  filter: none;
}
.site-header.site-header--white .site-header__nav-link {
  color: #1a1a1a;
}
.site-header.site-header--white .site-header__burger span {
  background-color: #1a1a1a;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 56px;
  padding: 24px;
  max-width: 1750px;
  margin-inline: auto;
}

.site-header__logo {
  flex-shrink: 0;
}
.site-header__logo img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}
@media (min-width: 1024px) {
  .site-header__logo img {
    height: 40px;
  }
}

.site-header__nav {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__nav {
    display: flex;
    align-items: center;
    gap: 56px;
  }
}

.site-header__nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #f1f1f0;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.site-header__nav-link:hover, .site-header__nav-link.is-active {
  color: #bc2020;
}

.site-header__cta-arrow {
  margin-inline-start: 0.35em;
}

.site-header__cta {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__cta {
    display: inline-flex;
    align-items: center;
    margin-inline-start: auto;
    padding: 10px 24px;
    background-color: #bc2020;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
  }
  .site-header__cta:hover {
    background-color: #a01a1a;
    color: #ffffff;
  }
}

.site-header__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-inline-start: auto;
}
@media (min-width: 1024px) {
  .site-header__burger {
    display: none;
  }
}
.site-header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header__burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__burger.is-open span:nth-child(2) {
  opacity: 0;
}
.site-header__burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #040a11;
  display: flex;
  flex-direction: column;
  padding: 100px 24px 40px;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav.is-open {
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav__link {
  display: block;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 500;
  color: #ffffff;
  padding: 16px 0;
  border-bottom: 1px solid #333333;
}
.mobile-nav__link:hover {
  color: #bc2020;
}

.mobile-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 16px 32px;
  background-color: #bc2020;
  color: #ffffff;
  font-weight: 500;
  border: none;
  text-align: center;
}
.mobile-nav__cta:hover {
  background-color: #a01a1a;
  color: #ffffff;
}

.mobile-nav__lang {
  margin-top: auto;
  display: flex;
  gap: 16px;
  padding-top: 32px;
}

.site-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 56px 64px;
  min-height: 534px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.site-footer__inner {
  max-width: 1600px;
  margin-inline: auto;
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 82px;
  align-items: stretch;
}

.site-footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 56px;
  flex: 1 1 500px;
  max-width: 560px;
  min-width: 0;
}

.site-footer__left-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.site-footer__logo {
  display: block;
}
.site-footer__logo img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}

.site-footer__tagline-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer__tagline {
  font-size: 16px;
  line-height: 1.4;
  color: #5a5a5a;
  max-width: 420px;
  margin: 0;
}

.site-footer__learn-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  width: fit-content;
}
.site-footer__learn-more::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}
.site-footer__learn-more:hover {
  color: #bc2020;
}
.site-footer__learn-more:hover::after {
  background-color: #bc2020;
}

.site-footer__left-bottom,
.site-footer__right-bottom {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.site-footer__socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer__social-pill {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 40px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.24px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  min-width: 100px;
  text-align: left;
}
.site-footer__social-pill:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.site-footer__copyright {
  font-size: 12px;
  line-height: 1.4;
  color: #8f9fa3;
  text-align: right;
}
.site-footer__copyright p {
  margin: 0;
}

.site-footer__legal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 16px;
}
.site-footer__legal a {
  font-size: 11px;
  line-height: 1.4;
  color: #8f9fa3;
  text-decoration: none;
  white-space: nowrap;
}
.site-footer__legal a:hover {
  color: #ffffff;
}

.site-footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 56px;
  flex: 1 1 280px;
  max-width: 700px;
  min-width: 0;
}

@media (min-width: 1024px) {
  .site-footer__right {
    margin-left: auto;
  }
}
.site-footer__nav-with-socials {
  display: none;
}

.site-footer__nav--desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 41px;
}
.site-footer__nav--desktop a {
  font-size: 16px;
  line-height: 1.4;
  color: #a3a3a3;
  text-decoration: none;
  white-space: nowrap;
}
.site-footer__nav--desktop a:hover {
  color: #ffffff;
}

.site-footer__copyright-footer {
  display: none;
}

.site-footer__info {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.site-footer__info-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.2px;
  margin: 0 0 16px;
}

.site-footer__contact-block a,
.site-footer__location-block a {
  font-size: 14px;
  line-height: 1.6;
  color: #8f9fa3;
  text-decoration: none;
}
.site-footer__contact-block a:hover,
.site-footer__location-block a:hover {
  color: #ffffff;
}
.site-footer__contact-block address,
.site-footer__location-block address {
  font-size: 14px;
  line-height: 1.6;
  color: #8f9fa3;
  font-style: normal;
}

.site-footer__company-info p {
  font-size: 14px;
  line-height: 1.6;
  color: #8f9fa3;
  margin: 0;
}

.site-footer__languages {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.site-footer__lang-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  text-align: right;
  margin: 0;
}

.site-footer__lang-list {
  display: flex;
  gap: 20px;
}

.site-footer__lang-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #8f9fa3;
  text-decoration: none;
}
.site-footer__lang-item.is-active, .site-footer__lang-item:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .site-footer {
    height: auto;
    padding: 24px 24px;
    min-height: auto;
  }
  .site-footer__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 64px;
    max-width: 100%;
  }
  .site-footer__left {
    flex: 1 1 100%;
    gap: 64px;
    max-width: 100%;
  }
  .site-footer__left-top {
    gap: 24px;
  }
  .site-footer__left-bottom {
    display: none;
  }
  .site-footer__right {
    flex: 1 1 100%;
    gap: 64px;
    justify-content: flex-start;
    max-width: 100%;
  }
  .site-footer__nav-with-socials {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    width: 100%;
  }
  .site-footer__nav--desktop {
    display: none !important;
  }
  .site-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
    text-align: left;
    width: 100%;
  }
  .site-footer__nav a {
    font-size: 16px;
    white-space: normal;
    flex-shrink: 1;
    text-align: left;
    color: #a3a3a3;
    text-decoration: none;
    line-height: 1.4;
    width: 100%;
  }
  .site-footer__nav a:hover {
    color: #ffffff;
  }
  .site-footer__socials {
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
  }
  .site-footer__social-pill {
    min-width: 100px;
  }
  .site-footer__right-bottom {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 64px;
  }
  .site-footer__info {
    flex-direction: column;
    gap: 64px;
  }
  .site-footer__contact-block a {
    font-size: 14px;
  }
  .site-footer__location-block address {
    font-size: 14px;
  }
  .site-footer__location-block .site-footer__company-info {
    margin-top: 16px;
  }
  .site-footer__company-info p {
    font-size: 10px;
    line-height: 1.6;
    margin: 0;
  }
  .site-footer__company-info p:not(:first-child) {
    margin-top: 2px;
  }
  .site-footer__copyright-footer {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
  }
  .site-footer__copyright {
    flex: 0 0 auto;
    font-size: 12px;
  }
  .site-footer__copyright p {
    margin: 0;
    line-height: 1.4;
  }
  .site-footer__legal {
    flex: 0 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    text-align: left;
  }
  .site-footer__legal a {
    font-size: 12px;
    white-space: nowrap;
    display: block;
  }
  .site-footer__languages {
    display: none;
  }
}
.hero {
  position: relative;
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 24px;
  overflow: hidden;
  min-height: auto;
}
@media (min-width: 1024px) {
  .hero {
    padding: 24px 24px;
    min-height: 514px;
  }
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #1a1a1a;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 1750px;
  margin-inline: auto;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
}
@media (min-width: 1024px) {
  .hero__content {
    padding-top: 200px;
    padding-bottom: 197px;
  }
}

.hero__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .hero__header {
    flex-direction: row;
    gap: 54px;
    align-items: flex-start;
    width: 100%;
  }
}

.hero__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  max-width: 710px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: min(66.4px, 7.2vw);
    line-height: 1.05;
    flex: 0 0 60%;
    min-width: 0;
    max-width: 928px;
  }
}

.hero__subtitle {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.6);
  white-space: pre-line;
}
@media (min-width: 1024px) {
  .hero__subtitle {
    font-size: 26.8px;
    line-height: 33.6px;
    letter-spacing: -0.56px;
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;
  }
}

.card {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.2s ease;
}
.card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card__title {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  font-weight: 600;
  margin-bottom: 8px;
}

.card__desc {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #767676;
  line-height: 1.65;
}

.card--dark {
  background-color: #1a1a1a;
  color: #ffffff;
  border-color: #333333;
}
.card--dark .card__desc {
  color: #767676;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background-color: #bc2020;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.btn-primary:hover {
  background-color: #a01a1a;
  color: #ffffff;
}
.btn-primary:focus-visible {
  outline: 2px solid #bc2020;
  outline-offset: 2px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background-color: transparent;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-outline:hover {
  background-color: #ffffff;
  color: #1a1a1a;
}

.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 500;
  margin-bottom: 8px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  color: #1a1a1a;
  transition: border-color 0.2s ease;
}
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #bc2020;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: #767676;
}

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

.form-honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.logo-bar {
  padding: 32px 0;
}

.logo-bar__label {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #767676;
  margin-bottom: 24px;
}

.logo-bar__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .logo-bar__row {
    gap: 56px;
  }
}

.logo-bar__item {
  height: 28px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .logo-bar__item {
    height: 36px;
  }
}
.logo-bar__item:hover {
  opacity: 1;
}
.logo-bar__item img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
}

.lang-switcher__link {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #767676;
  padding: 4px 6px;
  transition: color 0.2s ease;
}
.lang-switcher__link:hover {
  color: #ffffff;
}
.lang-switcher__link.is-active {
  color: #ffffff;
  font-weight: 500;
}

.value-props {
  background-color: #ffffff;
  padding: 56px 24px 80px;
}
@media (min-width: 1024px) {
  .value-props {
    padding: 90px 24px 140px;
  }
}

.value-props__inner {
  max-width: 1750px;
  margin-inline: auto;
}

.value-props__title {
  font-size: clamp(1.875rem, 3.5vw + 1.5rem, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #1a1a1a;
  margin: 0 0 80px;
}
@media (min-width: 1024px) {
  .value-props__title {
    margin-bottom: 120px;
  }
}

.value-props__title-line1,
.value-props__title-line2 {
  display: block;
}

.value-props__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

@media (max-width: 919px) {
  .value-props__list {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
.value-props__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Icona sopra il titolo (Figma) */
.value-props__icon {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

.value-props__item-title {
  font-size: clamp(1.125rem, 1vw + 1rem, 2.1625rem);
  font-weight: 400;
  line-height: 0.94;
  color: rgba(26, 26, 26, 0.8);
  margin: 0;
}

.value-props__item-desc {
  font-size: clamp(0.9375rem, 0.35vw + 0.9rem, 1.66875rem);
  font-weight: 400;
  line-height: 1.26;
  color: rgba(26, 26, 26, 0.6);
  letter-spacing: -0.56px;
  margin: 0;
}

.value-props__cta-wrap {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .value-props__cta-wrap {
    margin-top: 100px;
  }
}

.value-props__cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background-color: #bc2020 !important;
  color: #ffffff !important;
  font-size: 11.8px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.value-props__cta:hover {
  background-color: #a01a1a !important;
  color: #ffffff !important;
}

.value-props__cta-arrow {
  margin-inline-start: 0.35em;
}

/* 2x2: 2*368 + 46 ≈ 782px | 4 in riga: 4*368 + 3*46 ≈ 1610px (fit in ~1645px) */
.capabilities {
  background-color: #1a1a1a;
  color: #ffffff;
  padding-top: 90px;
  padding-bottom: 96px;
}
@media (min-width: 1024px) {
  .capabilities {
    padding-bottom: 128px;
  }
}

.capabilities__intro {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-end;
  text-align: right;
  margin-bottom: 96px;
  padding: 0;
}
@media (min-width: 1024px) {
  .capabilities__intro {
    margin-bottom: 147px;
  }
}

.capabilities__label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #868686;
  margin: 0;
}

.capabilities__intro-title {
  font-size: clamp(2rem, 3vw + 1.5rem, 66px);
  font-weight: 400;
  line-height: 1.1;
  color: #868686;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .capabilities__intro-title {
    font-size: 66px;
    line-height: 60px;
    max-width: 95%;
  }
}

.capabilities__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  /* 2x2: direttamente 2 card per riga su 2 righe */
}
@media (min-width: 920px) {
  .capabilities__grid {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    justify-content: center;
    gap: 46px;
  }
}
.capabilities__grid {
  /* 4 in riga */
}
@media (min-width: 1400px) {
  .capabilities__grid {
    grid-template-columns: repeat(4, 300px);
  }
}

.capability-card {
  position: relative;
  border: none;
}
@media (min-width: 920px) {
  .capability-card {
    border: 1px solid #6b6b6b;
  }
}
.capability-card {
  padding: 40px 24px;
  min-height: 300px;
  display: grid;
  grid-template-rows: 210px auto 1fr;
  background-color: #1a1a1a;
}
@media (min-width: 920px) {
  .capability-card {
    width: 100%;
    max-width: 300px;
    min-height: 360px;
    padding: 0 24px 28px 24px;
    border-radius: 22.88px;
    grid-template-rows: 210px auto 1fr;
  }
}

.capability-card__icon {
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 920px) {
  .capability-card__icon {
    width: 210px;
    height: 210px;
  }
}
.capability-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.capability-card__title {
  grid-row: 2;
  font-size: clamp(1.125rem, 1vw + 1rem, 2.1625rem);
  font-weight: 400;
  line-height: 22.46px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 13px;
}
@media (min-width: 920px) {
  .capability-card__title {
    font-size: 20px;
  }
}

.capability-card__desc {
  grid-row: 3;
  align-self: start;
  font-size: clamp(0.9375rem, 0.35vw + 0.9rem, 1.66875rem);
  font-weight: 400;
  line-height: 1.26;
  color: rgba(255, 250, 250, 0.6);
  margin: 0;
  max-width: 100%;
}
@media (min-width: 920px) {
  .capability-card__desc {
    font-size: 20px;
    line-height: normal;
    max-width: 264px;
  }
}

/* ============
   Scrollytelling pinned section
   ============ */
.scrolly {
  position: relative;
  background-color: #1a1a1a;
  color: #ffffff;
  border-top: 1px solid #333333;
  /* 5 steps * 100vh = 500vh + padding */
  height: 520vh;
  padding: 0;
}

.scrolly__intro {
  position: relative;
  z-index: 10;
  background-color: #1a1a1a;
  padding-top: 90px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .scrolly__intro {
    padding-bottom: 32px;
  }
}

.scrolly__intro-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
  text-align: left;
}

.scrolly__intro-label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #868686;
  margin: 0;
}

.scrolly__intro-title {
  font-size: clamp(1.75rem, 2.5vw + 1.25rem, 66px);
  font-weight: 400;
  line-height: 1.1;
  color: #868686;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .scrolly__intro-title {
    font-size: 66px;
    line-height: 63px;
    max-width: 95%;
  }
}

/* Pinned area (desktop only) - fills viewport so no dark space shows below */
.scrolly__pin {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  align-items: stretch;
  padding: 16px var(--container-padding);
  box-sizing: border-box;
  z-index: 20;
}

/* Card fills the pin entirely - image uses object-fit: cover */
.scrolly__card {
  flex: 1;
  min-height: 0;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  border-radius: 32px;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* Media area */
.scrolly__media {
  min-height: 0;
  border-radius: 32px 0 0 32px;
}

.scrolly__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 32px 0 0 32px;
}

/* Text area */
.scrolly__content {
  position: relative;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  border-radius: 0 32px 32px 0;
}

.scrolly__title {
  margin: 0;
  font-size: clamp(1.375rem, 2.2vw, 30px);
  line-height: 1.1;
  font-weight: 400;
  color: #1a1a1a;
}

.scrolly__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  max-width: 48ch;
  opacity: 0.95;
  color: #1a1a1a;
}

/* Step observers: occupy the scroll height */
.scrolly__steps {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.scrolly__step {
  height: 100vh; /* 1 segment = 1 viewport */
  pointer-events: none;
}

/* Mobile static cards container */
.scrolly__mobile-cards {
  display: none;
}

.scrolly__card--mobile {
  margin-bottom: 0;
}

/* Responsive: mobile version */
@media (max-width: 900px) {
  .scrolly {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .scrolly__intro {
    padding-top: 0;
    padding-bottom: 40px;
  }
  /* Hide desktop pinned card and steps */
  .scrolly__pin {
    display: none;
  }
  .scrolly__steps {
    display: none;
  }
  /* Show mobile static cards */
  .scrolly__mobile-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px 40px;
    max-width: var(--container-max);
    margin: 0 auto;
  }
  .scrolly__card {
    width: 100%;
    grid-template-columns: 1fr;
    margin: 0;
  }
  .scrolly__card--mobile {
    margin-bottom: 0;
  }
  .scrolly__media {
    min-height: 280px;
  }
  .scrolly__content {
    padding: 28px 22px;
    justify-content: flex-start;
  }
  .scrolly__title {
    font-size: clamp(1.25rem, 2vw + 0.75rem, 26px);
  }
  .scrolly__text {
    font-size: 16px;
  }
}
/* Reduce motion: no crossfade transitions */
@media (prefers-reduced-motion: reduce) {
  .scrolly__img,
  .scrolly__title,
  .scrolly__text {
    transition: none !important;
  }
}
.iot-module {
  background-color: #2d2c2f;
  position: relative;
  overflow: hidden;
  padding: 80px 24px;
}
@media (min-width: 1600px) {
  .iot-module {
    padding: 96px 24px;
  }
}
@media (min-width: 1024px) {
  .iot-module {
    padding: 10.2rem 3.75rem;
  }
}
.iot-module::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/bg-dotted.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  opacity: 0.85;
  pointer-events: none;
}

.iot-module__inner {
  position: relative;
  z-index: 1;
  max-width: 1750px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  /* < 1600px: colonna singola, una sotto l'altra */
}
@media (max-width: 1599px) {
  .iot-module__inner {
    grid-template-columns: 1fr;
  }
}
.iot-module__inner {
  /* >= 1600px: due colonne affiancate */
}
@media (min-width: 1600px) {
  .iot-module__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
  }
}

@media (min-width: 1600px) {
  .iot-module__left {
    order: 1;
    max-width: 38rem;
  }
}

@media (min-width: 1600px) {
  .iot-module__right {
    order: 2;
  }
}

.iot-module__right-desc {
  font-size: clamp(0.9rem, 2.5vw, 1.67rem);
  line-height: 1.26;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  max-width: 55ch;
}
@media (min-width: 1024px) {
  .iot-module__right-desc {
    margin-bottom: 2.75rem;
  }
}

.iot-module__powered {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  color: #969799;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .iot-module__powered {
    font-size: 1rem;
  }
}

.iot-module__powered-logo {
  height: 1.4em;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.iot-module__label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #868686;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .iot-module__label {
    font-size: 1rem;
  }
}

.iot-module__title {
  font-size: clamp(1.75rem, 4vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #868686;
  margin-bottom: 40px;
  white-space: nowrap;
}

.iot-module__features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  border-bottom: 1px dashed rgba(26, 26, 26, 0.4);
}

.iot-module__feature {
  font-size: 1rem;
  line-height: 1.35;
  color: #fffcfc;
  padding: 1.31rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
}
@media (min-width: 1024px) {
  .iot-module__feature {
    font-size: 1.6rem;
    padding: 1.31rem 0;
  }
}

.iot-module__cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background-color: #bc2020;
  color: #ffffff;
  font-size: 11.8px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.iot-module__cta:hover {
  background-color: #a01a1a;
  color: #ffffff;
}
.iot-module__cta:focus-visible {
  outline: 2px solid #bc2020;
  outline-offset: 2px;
}

.iot-module__cta-arrow {
  margin-inline-start: 0.35em;
}

.iot-module__image {
  position: relative;
  width: 100%;
  height: 18rem;
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
}
@media (min-width: 1600px) {
  .iot-module__image {
    width: fit-content;
    margin-right: auto;
    margin-left: 0;
    justify-content: flex-start;
    align-items: flex-end;
    height: 20rem;
    margin-top: 56px;
  }
}
@media (min-width: 1024px) {
  .iot-module__image {
    height: 24rem;
    margin-top: 64px;
  }
}

.iot-module__image-side,
.iot-module__image-top {
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.iot-module__image-side {
  height: 100%;
  width: auto;
  max-width: 85%;
}
@media (min-width: 1600px) {
  .iot-module__image-side {
    height: 20rem;
    max-width: none;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .iot-module__image-side {
    height: 24rem;
    flex-shrink: 0;
  }
}

.iot-module__image-top {
  height: 100%;
  width: auto;
  max-width: 50%;
  margin-left: -3rem;
}
@media (min-width: 1600px) {
  .iot-module__image-top {
    height: 20rem;
    margin-left: -6rem;
    margin-right: 0.5rem;
    max-width: none;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .iot-module__image-top {
    height: 24rem;
    margin-left: -6rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
  }
}

.expertise-spotlight {
  background-color: #e0e0e0;
  padding: 5rem 24px 80px;
  color: #1a1a1a;
}
@media (min-width: 1024px) {
  .expertise-spotlight {
    padding-top: 8.56rem;
    padding-bottom: 96px;
  }
}

.expertise-spotlight__inner {
  max-width: 1750px;
  margin-inline: auto;
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media (min-width: 1024px) {
  .expertise-spotlight__inner {
    gap: 5.75rem;
  }
}

.expertise-spotlight__top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .expertise-spotlight__top {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
  }
}

.expertise-spotlight__expertise {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 845px;
}
@media (min-width: 1024px) {
  .expertise-spotlight__expertise {
    flex-shrink: 0;
    gap: 4.5rem;
  }
}

.expertise-spotlight__expertise-title {
  font-size: clamp(2rem, 5vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #1a1a1a;
  margin: 0;
}

.expertise-spotlight__expertise-number {
  font-size: clamp(4rem, 12vw, 12.5rem);
  font-weight: 400;
  line-height: 0.95;
  color: #bc2020;
  margin: 0;
}

.expertise-spotlight__expertise-subtitle {
  font-size: clamp(1rem, 2vw, 1.67rem);
  line-height: 1.26;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.56px;
  margin: 0 0 2.75rem 0;
  max-width: 788px;
}

.expertise-spotlight__spotlight {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-end;
  text-align: right;
}
@media (min-width: 1024px) {
  .expertise-spotlight__spotlight {
    gap: 40px;
  }
}

.expertise-spotlight__spotlight-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 1024px) {
  .expertise-spotlight__spotlight-label {
    font-size: 1rem;
  }
}

.expertise-spotlight__spotlight-text {
  font-size: clamp(1.5rem, 4vw, 4.125rem);
  font-weight: 400;
  line-height: 0.99;
  color: #1a1a1a;
  margin: 0;
  max-width: 90ch;
}
@media (min-width: 1024px) {
  .expertise-spotlight__spotlight-text {
    max-width: 90ch;
  }
}

@keyframes expertise-carousel-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.expertise-spotlight__carousel {
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
  min-height: 130px;
}
@media (min-width: 1024px) {
  .expertise-spotlight__carousel {
    flex: 1 1 auto;
    width: auto;
    max-width: 960px;
    min-width: 280px;
    min-height: 16rem;
    align-self: center;
    margin-left: auto;
    padding-block: 1.25rem;
  }
}

.expertise-spotlight__carousel-track {
  display: flex;
  width: max-content;
  min-height: 130px;
  animation: expertise-carousel-scroll 80s linear infinite;
}
@media (min-width: 1024px) {
  .expertise-spotlight__carousel-track {
    min-height: 16rem;
  }
}

.expertise-spotlight__carousel-strip {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 130px;
}
@media (min-width: 1024px) {
  .expertise-spotlight__carousel-strip {
    height: 16rem;
  }
}
.expertise-spotlight__carousel-strip img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
}

.expertise-spotlight__projects-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .expertise-spotlight__projects-carousel {
    margin-top: 4rem;
  }
}

.expertise-spotlight__projects-track {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.expertise-spotlight__projects-track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .expertise-spotlight__projects-track {
    flex-direction: row;
    gap: 1.625rem;
    overflow-x: auto;
  }
}

.expertise-spotlight__project-card {
  position: relative;
  flex-shrink: 0;
  border-radius: 1.4375rem;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.expertise-spotlight__project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.expertise-spotlight__project-card--image {
  width: 85vw;
  height: 85vw;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .expertise-spotlight__project-card--image {
    width: 37.5rem;
    height: 37.5rem;
  }
}
.expertise-spotlight__project-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.expertise-spotlight__project-card--text {
  width: 85vw;
  height: 85vw;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem 1.5rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  .expertise-spotlight__project-card--text {
    width: 37.5rem;
    height: 37.5rem;
    gap: 3rem;
    padding: 4rem 3rem;
  }
}

.expertise-spotlight__project-title {
  font-size: clamp(1.5rem, 3vw, 2.975rem);
  font-weight: 400;
  line-height: 0.94;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.expertise-spotlight__project-slogan {
  font-size: clamp(2rem, 4vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #ffffff;
  margin: 0;
  max-width: 100%;
}

.exein-partnership {
  background: linear-gradient(180deg, rgb(235, 128, 52) 0%, rgb(219, 35, 10) 25.53%, rgb(92, 24, 23) 63.92%, rgb(0, 0, 0) 99.94%);
  padding: 80px 24px;
}
@media (min-width: 1024px) {
  .exein-partnership {
    padding: 5.9rem 3rem;
  }
}

.exein-partnership__inner {
  max-width: 1750px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.exein-partnership__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .exein-partnership__header {
    gap: 1rem;
    margin-bottom: 3.4rem;
  }
}

.exein-partnership__title {
  font-size: clamp(2rem, 5vw, 4.1rem);
  font-weight: 400;
  line-height: 0.95;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .exein-partnership__title {
    font-size: 4.1rem;
  }
}

.exein-partnership__logo {
  height: auto;
  width: clamp(140px, 25vw, 234px);
  object-fit: contain;
}

.exein-partnership__intro {
  font-size: clamp(1rem, 2vw, 1.67rem);
  line-height: 1.26;
  color: #ffffff;
  letter-spacing: -0.02em;
  max-width: 50ch;
  margin: 0 0 64px 0;
}
@media (min-width: 1024px) {
  .exein-partnership__intro {
    font-size: 1.67rem;
    margin-bottom: 5rem;
  }
}

.exein-partnership__products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  width: 100%;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .exein-partnership__products {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 90rem;
    margin-inline: auto;
    margin-bottom: 80px;
  }
}

.exein-partnership__product {
  text-align: left;
  padding: 32px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.exein-partnership__product-title {
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 24px 0;
  line-height: 1.3;
}

.exein-partnership__product-desc {
  font-size: clamp(0.95rem, 1.8vw, 1.67rem);
  line-height: 1.4;
  color: rgba(255, 250, 250, 0.6);
  margin: 0;
}

.exein-partnership__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  background-color: #ffffff;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.exein-partnership__cta:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
}
.exein-partnership__cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.exein-partnership__cta-arrow {
  margin-inline-start: 0.35em;
}

.iot-page-hero {
  background-color: #1a1a1a;
  color: #f1f1f0;
  padding: 64px 24px;
}
@media (min-width: 1024px) {
  .iot-page-hero {
    padding: 96px 40px;
  }
}

.iot-page-hero__inner {
  max-width: 1750px;
  margin-inline: auto;
}

.iot-page-hero__label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 32px;
}

.iot-page-hero__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 32px;
}

.iot-page-hero__subtitle {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  line-height: 1.15;
  color: rgba(241, 241, 240, 0.8);
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 64px;
}

.iot-page-hero__inner > .iot-page-hero__label,
.iot-page-hero__inner > .iot-page-hero__title {
  text-align: center;
}

.iot-page-hero__split {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 1024px) {
  .iot-page-hero__split {
    flex-direction: row;
    align-items: center;
    gap: 96px;
  }
}

.iot-page-hero__text {
  flex: 1;
}

.iot-page-hero__desc {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.45;
  color: rgba(241, 241, 240, 0.6);
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

.iot-page-hero__image {
  flex: 1;
}

.iot-page-hero__image-placeholder {
  background: #333;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .iot-page-hero__image-placeholder {
    height: 480px;
  }
}

.iot-highlight-strip {
  background-color: #1a1a1a;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 40px 24px;
  text-align: right;
}

.iot-highlight-strip__inner {
  max-width: 1750px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: flex-end;
}

.iot-highlight-strip__label {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f1f1f0;
}

.iot-highlight-strip__text {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  line-height: 1.15;
  color: #767676;
  max-width: 700px;
}

.iot-arch {
  background-color: #e0e0e0;
  padding: 40px 24px 64px;
  margin: 0 24px;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 1024px) {
  .iot-arch {
    padding: 40px 56px 96px;
    margin: 0 24px;
  }
}

.iot-arch__inner {
  max-width: 1750px;
  margin-inline: auto;
}

.iot-arch__label {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.iot-arch__diagram {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 56px;
  min-height: 400px;
}
@media (min-width: 1024px) {
  .iot-arch__diagram {
    min-height: 600px;
    padding: 64px;
  }
}

.iot-arch__subtitle {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 40px;
}

.iot-arch__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  height: 300px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .iot-arch__placeholder {
    height: 500px;
  }
}

.iot-statement {
  background-color: #1a1a1a;
  padding: 96px 24px;
}

.iot-statement__inner {
  max-width: 1750px;
  margin-inline: auto;
  text-align: right;
}

.iot-statement__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #767676;
}

.iot-detail {
  padding: 64px 24px;
}
@media (min-width: 1024px) {
  .iot-detail {
    padding: 64px 56px;
  }
}

.section--dark-alt {
  background-color: #2a2a2c;
  border-radius: 20px;
  margin: 24px;
}
@media (min-width: 1024px) {
  .section--dark-alt {
    margin: 24px 24px;
  }
}

.iot-detail__inner {
  max-width: 900px;
}

.iot-detail__header {
  margin-bottom: 56px;
}

.iot-detail__num {
  font-size: 14px;
  color: rgba(241, 241, 240, 0.8);
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 24px;
}

.iot-detail__title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);
  font-weight: 400;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 24px;
}

.iot-detail__desc {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.45;
  color: rgba(241, 241, 240, 0.6);
}

.iot-detail__features {
  list-style: none;
}
.iot-detail__features li {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  color: #aaa7a8;
  padding: 24px 0;
  border-bottom: 0.8px solid rgba(241, 241, 240, 0.5);
}

.iot-detail__feature--highlight {
  color: #f1f1f0 !important;
}

.iot-detail__feature-detail {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.45;
  color: #f1f1f0;
  margin-top: 24px;
}

.iot-detail__sub-features {
  margin-top: 40px;
}
.iot-detail__sub-features ul {
  list-style: none;
}
.iot-detail__sub-features li {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #f1f1f0;
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(241, 241, 240, 0.5);
}

.btn-white {
  background-color: #ffffff;
  color: #1a1a1a;
}
.btn-white:hover {
  background-color: #f2f2f2;
}

.btn-white--compact {
  padding: 10px 24px !important;
  font-size: 11.8px !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.btn-white--compact:hover {
  background-color: #f2f2f2 !important;
}

.btn-primary--large {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  padding: 24px 56px;
}

.iot-hero {
  background-color: #1a1a1a;
  color: #f1f1f0;
  padding-top: calc(88px + 64px);
  padding-bottom: 64px;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .iot-hero {
    padding-top: calc(88px + 128px);
    padding-bottom: 128px;
  }
}

.iot-hero__inner {
  max-width: 1750px;
  margin-inline: auto;
}

.iot-hero__top {
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .iot-hero__top {
    margin-bottom: 128px;
  }
}

.iot-hero__title {
  font-size: clamp(2rem, 2rem + 3vw, 66.4px);
  font-weight: 400;
  line-height: 1.05;
  color: #f1f1f0;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .iot-hero__title {
    line-height: 63px;
    margin-bottom: 40px;
    max-width: 1114px;
    margin-inline: auto;
  }
}

.iot-hero__subtitle {
  font-size: clamp(1.125rem, 1rem + 1.5vw, 34.6px);
  line-height: 1.25;
  color: rgba(241, 241, 240, 0.8);
  max-width: 800px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .iot-hero__subtitle {
    line-height: 32.4px;
  }
}

.iot-hero__split {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .iot-hero__split {
    flex-direction: row;
    align-items: center;
    gap: 128px;
  }
}

.iot-hero__text {
  flex: 1;
}

.iot-hero__desc {
  font-size: clamp(1rem, 0.95rem + 1vw, 26.8px);
  line-height: 1.45;
  color: rgba(241, 241, 240, 0.6);
  letter-spacing: -0.56px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .iot-hero__desc {
    line-height: 33.6px;
    margin-bottom: 40px;
  }
}

.iot-hero__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iot-hero__img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
}

.iot-overview {
  background-color: #e0e0e0;
  padding: 40px 24px;
  margin: 0 24px;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .iot-overview {
    max-width: 1750px;
    margin-inline: auto;
    padding: 64px 56px;
  }
}

.iot-overview__inner {
  max-width: 1750px;
  margin-inline: auto;
}

.iot-overview__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .iot-overview__header {
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 64px;
  }
}

.iot-overview__title {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 66.4px);
  font-weight: 400;
  line-height: 1.05;
  color: #1a1a1a;
  flex: 1;
}
@media (min-width: 1024px) {
  .iot-overview__title {
    line-height: 63px;
  }
}

.iot-overview__desc-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .iot-overview__desc-group {
    gap: 40px;
  }
}

.iot-overview__desc {
  font-size: clamp(1rem, 0.95rem + 1vw, 26.8px);
  line-height: 1.45;
  color: #1a1a1a;
  letter-spacing: -0.56px;
}
@media (min-width: 1024px) {
  .iot-overview__desc {
    line-height: 33.6px;
  }
}

.iot-overview__cards-section {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .iot-overview__cards-section {
    margin-bottom: 64px;
  }
}

.iot-overview__cards-label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .iot-overview__cards-label {
    margin-bottom: 32px;
  }
}

.iot-overview__cards {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .iot-overview__cards {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
}
@media (min-width: 768px) {
  .iot-overview__cards {
    scrollbar-width: none;
  }
  .iot-overview__cards::-webkit-scrollbar {
    display: none;
  }
}

.iot-overview__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
}

.iot-overview__card {
  width: 100%;
  border: 1.1px solid #1a1a1a;
  border-radius: 23px;
  padding: 32px 24px;
  background: #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .iot-overview__card {
    flex: 0 0 330px;
    width: 330px;
    scroll-snap-align: start;
  }
}

.iot-overview__card-top {
  flex: 0 0 auto;
}

.iot-overview__card-title {
  font-size: clamp(1rem, 0.9rem + 0.75vw, 26.18px);
  font-weight: 400;
  line-height: 1.2;
  color: rgba(26, 26, 26, 0.8);
}
@media (min-width: 1024px) {
  .iot-overview__card-title {
    line-height: 24.706px;
  }
}

.iot-overview__card-icon {
  flex: 1 0 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iot-overview__card-icon img {
  height: 100%;
  width: auto;
  max-width: 80px;
  object-fit: contain;
}

.iot-overview__card-desc {
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 19.25px);
  line-height: 1.4;
  color: rgba(26, 26, 26, 0.6);
  flex: 0 0 auto;
}
@media (min-width: 1024px) {
  .iot-overview__card-desc {
    line-height: 18.535px;
  }
}

.iot-overview__arrow {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.iot-overview__arrow:hover {
  opacity: 1;
}
.iot-overview__arrow:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.iot-overview__arrow img {
  width: 40px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .iot-overview__arrow {
    display: none;
  }
}

.iot-overview__arch {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .iot-overview__arch {
    margin-top: 64px;
  }
}

.iot-overview__arch-diagram {
  background: #1a1a1a;
  padding: 32px 24px 24px;
}
@media (min-width: 1024px) {
  .iot-overview__arch-diagram {
    padding: 56px 56px 40px;
  }
}

.iot-overview__arch-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.46px;
  text-transform: uppercase;
  color: #f1f1f0;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .iot-overview__arch-label {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.iot-overview__arch-subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.125rem, 1rem + 1.5vw, 34.6px);
  font-weight: 400;
  line-height: 1.25;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .iot-overview__arch-subtitle {
    line-height: 32.4px;
    margin-bottom: 56px;
  }
}

.iot-overview__arch-picture {
  display: block;
}

.iot-overview__arch-img {
  width: 100%;
  height: auto;
  display: block;
}

.iot-product-detail {
  background-color: #1a1a1a;
  background-image: url("/assets/img/bg-dotted.png");
  background-repeat: repeat;
  background-size: auto;
  color: #f1f1f0;
  padding: 64px 24px;
}
@media (min-width: 1024px) {
  .iot-product-detail {
    padding: 96px 24px;
  }
}

.iot-product-detail__inner {
  max-width: 1750px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1024px) {
  .iot-product-detail__inner {
    gap: 128px;
  }
}

.iot-product-detail__statement {
  text-align: right;
}

.iot-product-detail__statement-label {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 32px;
}

.iot-product-detail__statement-title {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 66px);
  font-weight: 400;
  line-height: 1.05;
  color: #767676;
}
@media (min-width: 1024px) {
  .iot-product-detail__statement-title {
    line-height: 60px;
  }
}

.iot-product-detail__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .iot-product-detail__block {
    flex-direction: row;
    gap: 96px;
    align-items: flex-start;
  }
}

.iot-product-detail__block-left {
  flex: 1;
  max-width: 797px;
}

.iot-product-detail__num {
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 24px;
}

.iot-product-detail__block-title {
  font-size: clamp(1.25rem, 1rem + 1.5vw, 32px);
  font-weight: 400;
  line-height: 1.2;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .iot-product-detail__block-title {
    line-height: 22.46px;
    margin-bottom: 24px;
  }
}

.iot-product-detail__block-desc {
  font-size: clamp(1rem, 0.95rem + 1vw, 26.7px);
  line-height: 1.45;
  color: rgba(241, 241, 240, 0.6);
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .iot-product-detail__block-desc {
    margin-bottom: 64px;
  }
}

.iot-product-detail__block-image {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .iot-product-detail__block-image {
    width: 45%;
  }
}
.iot-product-detail__block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.iot-product-detail__accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iot-product-detail__row {
  border-bottom: 0.8px solid rgba(241, 241, 240, 0.5);
}

.iot-product-detail__row-btn {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .iot-product-detail__row-btn {
    gap: 32px;
    padding: 32px 0;
  }
}
.iot-product-detail__row-btn:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.iot-product-detail__row-btn[aria-expanded=true] .iot-product-detail__row-label {
  color: #f1f1f0;
}
.iot-product-detail__row-btn[aria-expanded=false] .iot-product-detail__row-label {
  color: #aaa7a8;
}
.iot-product-detail__row-btn[aria-expanded=true] .iot-product-detail__icon--down {
  display: none;
}
.iot-product-detail__row-btn[aria-expanded=true] .iot-product-detail__icon--up {
  display: block;
}
.iot-product-detail__row-btn[aria-expanded=false] .iot-product-detail__icon--down {
  display: block;
}
.iot-product-detail__row-btn[aria-expanded=false] .iot-product-detail__icon--up {
  display: none;
}

.iot-product-detail__row-label {
  font-size: clamp(1rem, 0.9rem + 1vw, 25.6px);
  line-height: 1.4;
  transition: color 0.2s ease;
}
@media (min-width: 1024px) {
  .iot-product-detail__row-label {
    line-height: 31.36px;
  }
}

.iot-product-detail__row-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.iot-product-detail__row-icon img {
  width: 28px;
  height: auto;
  filter: invert(1);
}

.iot-product-detail__row-detail {
  padding: 0 0 24px;
}
@media (min-width: 1024px) {
  .iot-product-detail__row-detail {
    padding: 0 0 32px;
  }
}
.iot-product-detail__row-detail p {
  font-size: clamp(0.9375rem, 0.875rem + 0.5vw, 20px);
  line-height: 1.5;
  color: #f1f1f0;
}

.iot-faq {
  background-color: #e0e0e0;
  padding: 64px 24px;
}
@media (min-width: 1024px) {
  .iot-faq {
    padding: 96px 24px;
  }
}

.iot-faq__inner {
  max-width: 1370px;
  margin-inline: auto;
}

.iot-faq__title {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 66px);
  font-weight: 400;
  line-height: 1.05;
  color: #101010;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .iot-faq__title {
    line-height: 60px;
    margin-bottom: 96px;
  }
}

.iot-faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iot-faq__item {
  border-bottom: 1px solid #101010;
}

.iot-faq__question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
  text-align: left;
  min-height: 60px;
}
@media (min-width: 1024px) {
  .iot-faq__question {
    gap: 32px;
    padding: 40px 0;
    min-height: 120px;
  }
}
.iot-faq__question:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.iot-faq__question[aria-expanded=true] .iot-faq__icon--down {
  display: none;
}
.iot-faq__question[aria-expanded=true] .iot-faq__icon--up {
  display: block;
}
.iot-faq__question[aria-expanded=false] .iot-faq__icon--down {
  display: block;
}
.iot-faq__question[aria-expanded=false] .iot-faq__icon--up {
  display: none;
}

.iot-faq__question-text {
  font-size: clamp(1.125rem, 1rem + 1.25vw, 32px);
  font-weight: 400;
  color: #101010;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .iot-faq__question-text {
    line-height: 39.2px;
  }
}

.iot-faq__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.iot-faq__icon img {
  width: 28px;
  height: auto;
}

.iot-faq__answer {
  padding: 0 0 32px;
}
@media (min-width: 1024px) {
  .iot-faq__answer {
    padding: 0 0 40px;
  }
}
.iot-faq__answer p {
  font-size: clamp(1rem, 0.95rem + 1vw, 26.7px);
  line-height: 1.5;
  color: rgba(16, 16, 16, 0.6);
}

.iot-compliance {
  background-color: #1a1a1a;
  color: #f1f1f0;
  padding: 64px 24px;
}
@media (min-width: 1024px) {
  .iot-compliance {
    padding: 96px 24px;
  }
}

.iot-compliance__inner {
  max-width: 1750px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 1024px) {
  .iot-compliance__inner {
    gap: 128px;
  }
}

.iot-compliance__title {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 66.4px);
  font-weight: 400;
  line-height: 1.05;
  color: #767676;
  letter-spacing: -1.0977px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .iot-compliance__title {
    line-height: 62.1px;
    margin-bottom: 32px;
  }
}

.iot-compliance__desc {
  font-size: clamp(1rem, 0.95rem + 1vw, 26.7px);
  line-height: 1.5;
  color: #a3a3a3;
  max-width: 52%;
}
@media (min-width: 1024px) {
  .iot-compliance__desc {
    line-height: 33.639px;
  }
}

.iot-compliance__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .iot-compliance__body {
    flex-direction: row;
    gap: 96px;
    align-items: flex-start;
  }
}

.iot-compliance__body-text {
  flex: 1;
}
.iot-compliance__body-text p {
  font-size: clamp(1rem, 0.95rem + 1vw, 26.8px);
  line-height: 1.5;
  color: rgba(241, 241, 240, 0.6);
  letter-spacing: -0.56px;
}
@media (min-width: 1024px) {
  .iot-compliance__body-text p {
    line-height: 33.6px;
  }
}

.iot-compliance__matrix {
  flex: 1;
}

.iot-compliance__matrix-label {
  font-size: clamp(1.125rem, 1rem + 1.25vw, 31.051px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.685px;
  color: #d1d5dc;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .iot-compliance__matrix-label {
    line-height: 41.4px;
    margin-bottom: 32px;
  }
}

.iot-compliance__matrix-img {
  width: 100%;
  height: auto;
  display: block;
  border: 1.3px solid #2a2a2a;
  border-radius: 8px;
}

.iot-compliance__matrix-caption {
  font-size: 15.526px;
  line-height: 25.229px;
  color: #a29f9f;
  letter-spacing: 0.388px;
  margin-top: 24px;
}

.iot-cta {
  background-color: #ffffff;
  padding: 64px 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .iot-cta {
    padding: 96px 24px;
  }
}

.iot-cta__inner {
  max-width: 1750px;
  margin-inline: auto;
  max-width: 700px;
}

.iot-cta__title {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 66px);
  font-weight: 400;
  line-height: 1.05;
  color: #1a1a1a;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .iot-cta__title {
    line-height: 60px;
    margin-bottom: 56px;
  }
}

.application-dates {
  background-color: #2d2c2f;
  color: #f1f1f0;
  padding: 64px 24px;
}
@media (min-width: 1024px) {
  .application-dates {
    padding: 96px 24px;
  }
}

.application-dates__inner {
  max-width: 1750px;
  margin-inline: auto;
}

.application-dates__label {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #868686;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .application-dates__label {
    margin-bottom: 24px;
  }
}

.application-dates__title {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 66.4px);
  font-weight: 400;
  line-height: 1.05;
  color: #868686;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .application-dates__title {
    line-height: 51.648px;
    margin-bottom: 96px;
  }
}

.application-dates__timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .application-dates__timeline {
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .application-dates__timeline {
    flex-direction: row;
    gap: 0;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .application-dates__timeline-track {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, #f1f1f0, rgba(241, 241, 240, 0.2));
  }
}

.application-dates__milestone {
  flex: 1;
  padding-left: 32px;
  position: relative;
}
@media (min-width: 1024px) {
  .application-dates__milestone {
    padding-left: 0;
    padding-right: 64px;
    padding-top: 56px;
  }
}

.application-dates__milestone-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: #f1f1f0;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .application-dates__milestone-dot {
    top: 0;
    left: 20px;
  }
}

.application-dates__milestone-date {
  font-size: 22.219px;
  font-weight: 400;
  line-height: 31.107px;
  color: #f1f1f0;
  margin-bottom: 24px;
  letter-spacing: -0.499px;
}
.application-dates__milestone-date sup {
  font-size: 0.55em;
}

.application-dates__milestone-name {
  font-size: 19.997px;
  font-weight: 400;
  line-height: 31.107px;
  letter-spacing: -0.488px;
  color: #f1f1f0;
  margin-bottom: 24px;
}

.application-dates__milestone-desc {
  font-size: 15.554px;
  line-height: 25.274px;
  letter-spacing: -0.167px;
  color: #b0b0b0;
}
.application-dates__milestone-desc sup {
  font-size: 0.6em;
}

.application-dates__footnotes {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .application-dates__footnotes {
    flex-direction: row;
    justify-content: space-between;
  }
}
.application-dates__footnotes p {
  font-size: 15.494px;
  line-height: 20.659px;
  color: #6a6a6a;
}

.cs-listing-hero {
  background-color: #1a1a1a;
  padding: 96px 24px;
  text-align: center;
}

.cs-listing-hero__inner {
  max-width: 800px;
  margin-inline: auto;
}

.cs-listing-hero__label {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(241, 241, 240, 0.8);
  margin-bottom: 24px;
}

.cs-listing-hero__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #f1f1f0;
  margin-bottom: 32px;
}

.cs-listing-hero__desc {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.45;
  color: #767676;
}

.cs-listing {
  padding: 64px 24px;
  background-color: #ffffff;
}

.cs-listing__inner {
  max-width: 1750px;
  margin-inline: auto;
}

.cs-listing__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cs-listing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cs-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}
.cs-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.cs-card__image {
  background: #f5f5f5;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.cs-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #767676;
  font-size: 14px;
  background: #e8e8e8;
}

.cs-card__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cs-card__category {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bc2020;
  margin-bottom: 8px;
}

.cs-card__title {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.cs-card__excerpt {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.45;
  color: #767676;
  flex: 1;
}

.cs-card__link {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .cs-listing__grid--home {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cs-listing-cta {
  padding: 96px 24px;
  text-align: center;
  background-color: #f5f5f5;
}

.cs-listing-cta__inner {
  max-width: 600px;
  margin-inline: auto;
}

.cs-listing-cta__title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.case-study__hero {
  background-color: #1a1a1a;
  padding: 64px 24px 56px;
}
@media (min-width: 1024px) {
  .case-study__hero {
    padding: 96px 24px 64px;
  }
}

.case-study__hero-inner {
  max-width: 1750px;
  margin-inline: auto;
}

.case-study__category {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bc2020;
  margin-bottom: 24px;
}

.case-study__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #f1f1f0;
  margin-bottom: 24px;
  max-width: 900px;
}

.case-study__client {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #767676;
}

.case-study__hero-image {
  max-width: 1750px;
  margin-inline: auto;
  margin-top: 56px;
}

.case-study__image-placeholder {
  background: #333;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .case-study__image-placeholder {
    height: 500px;
  }
}

.case-study__section {
  padding: 64px 24px;
  background-color: #ffffff;
}
.case-study__section--alt {
  background-color: #f5f5f5;
}
.case-study__section--dark {
  background-color: #1a1a1a;
  color: #f1f1f0;
}
.case-study__section--dark .case-study__section-title {
  color: #f1f1f0;
}
.case-study__section--dark .case-study__section-text {
  color: rgba(241, 241, 240, 0.7);
}

.case-study__section-inner {
  max-width: 800px;
  margin-inline: auto;
}

.case-study__section-title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.case-study__section-text {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.7);
}

.case-study__metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  margin-bottom: 56px;
}

.case-study__metric {
  text-align: center;
}

.case-study__metric-value {
  display: block;
  font-size: clamp(2.5rem, 1.8rem + 2.5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #bc2020;
  margin-bottom: 8px;
}

.case-study__metric-label {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: rgba(241, 241, 240, 0.6);
}

.case-study__cta {
  padding: 96px 24px;
  text-align: center;
  background-color: #ffffff;
}

.case-study__cta-inner {
  max-width: 600px;
  margin-inline: auto;
}

.case-study__cta-title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.project-page {
  background-color: #ffffff;
  width: 100%;
}

.project-hero {
  background-color: #ffffff;
  padding: 24px;
  padding-top: 88px;
}
@media (min-width: 1024px) {
  .project-hero {
    padding: 32px;
    padding-top: 112px;
  }
}

.project-hero__inner {
  max-width: 1750px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-inline: 0;
}
@media (min-width: 768px) {
  .project-hero__inner {
    padding-inline: 24px;
  }
}
@media (min-width: 1024px) {
  .project-hero__inner {
    gap: 54px;
    padding-inline: 48px;
  }
}

.project-hero__title {
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .project-hero__title {
    font-size: 66.4px;
    line-height: 63px;
    max-width: 927px;
  }
}

.project-hero__media {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.project-hero__video-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: #767676;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
}
@media (min-width: 1024px) {
  .project-hero__video-placeholder {
    min-height: 1053px;
    aspect-ratio: auto;
  }
}

.project-hero__video {
  width: 100%;
  aspect-ratio: 1824/1053;
  position: relative;
  overflow: hidden;
}

.project-hero__video-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .project-hero__video-media {
    display: none;
  }
}
.project-hero__image {
  width: 100%;
  aspect-ratio: 1824/1053;
  position: relative;
  overflow: hidden;
}

.project-hero__image-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.project-meta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .project-meta {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .project-meta {
    gap: 94px;
  }
}

.project-meta__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .project-meta__item {
    gap: 32px;
  }
}

.project-meta__label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.4);
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .project-meta__label {
    font-size: 18px;
    line-height: 24px;
  }
}

.project-meta__value {
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
}
@media (min-width: 1024px) {
  .project-meta__value {
    font-size: 24px;
    line-height: 32px;
  }
}

.project-content {
  background-color: #ffffff;
  padding: 32px 24px;
  position: relative;
}
@media (min-width: 1024px) {
  .project-content {
    padding: 48px 32px;
  }
}

.project-content__inner {
  max-width: 1750px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2rem;
}
@media (min-width: 768px) {
  .project-content__inner {
    flex-direction: row;
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .project-content__inner {
    gap: 4rem;
    padding-left: 48px;
  }
}

.project-content__text {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .project-content__text {
    margin-left: clamp(0px, 5vw, 48px);
  }
}
@media (min-width: 1024px) {
  .project-content__text {
    max-width: 846px;
    gap: 0;
    margin-left: clamp(48px, 10vw, 180px);
  }
}

.project-content__paragraph {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #767676;
  margin: 0;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .project-content__paragraph {
    font-size: 26.8px;
    line-height: 33.6px;
    letter-spacing: -0.56px;
  }
}
.project-content__paragraph--muted {
  color: #767676;
}

.project-carousel {
  background-color: #ffffff;
  padding: 24px;
  padding-bottom: 56px;
}
@media (min-width: 1024px) {
  .project-carousel {
    padding: 32px;
    padding-bottom: 64px;
  }
}

.project-carousel__inner {
  max-width: 1750px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .project-carousel__inner {
    gap: 43px;
  }
}

.project-carousel__label {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  .project-carousel__label {
    font-size: 16px;
    line-height: 22.46px;
  }
}
.project-carousel__label p {
  margin: 0;
}

.project-carousel__track-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  justify-content: center;
}
.project-carousel__track-wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .project-carousel__track-wrapper {
    justify-content: flex-start;
  }
}

.project-carousel__track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .project-carousel__track {
    flex-direction: row;
    gap: 26px;
  }
}

.project-carousel__card {
  flex-shrink: 0;
  width: 85vw;
  height: 85vw;
  max-width: 85vw;
  max-height: 85vw;
  border-radius: 23px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .project-carousel__card {
    width: 37.5rem;
    height: 37.5rem;
    max-width: none;
    max-height: none;
  }
}
.project-carousel__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.project-carousel__card--image {
  background-color: #f5f5f5;
}
.project-carousel__card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-carousel__card--text {
  background-color: #1a1a1a;
  display: flex;
  align-items: flex-start;
  padding: 32px;
}
@media (min-width: 1024px) {
  .project-carousel__card--text {
    padding: 83.2px 41.6px;
  }
}

.project-carousel__card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media (min-width: 1024px) {
  .project-carousel__card-content {
    gap: 48px;
  }
}

.project-carousel__card-title {
  font-size: 32px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  margin: 0;
}
@media (min-width: 1024px) {
  .project-carousel__card-title {
    font-size: 47.6px;
    line-height: 44.92px;
  }
}

.project-carousel__card-slogan {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1024px) {
  .project-carousel__card-slogan {
    font-size: 66.4px;
    line-height: 63px;
  }
}

.contact-hero {
  background-color: #1a1a1a;
  padding: 96px 24px 64px;
  text-align: center;
}

.contact-hero__inner {
  max-width: 600px;
  margin-inline: auto;
}

.contact-hero__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #f1f1f0;
}

.contact-form-section {
  padding: 64px 24px 96px;
  background-color: #ffffff;
}

.contact-form-section__inner {
  max-width: 640px;
  margin-inline: auto;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.form-group--consent {
  margin-top: 16px;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  line-height: 1.45;
  color: #767676;
  cursor: pointer;
}
.form-checkbox input[type=checkbox] {
  margin-top: 3px;
  flex-shrink: 0;
}
.form-checkbox a {
  color: #1a1a1a;
  text-decoration: underline;
}

.contact-dialog {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 16px;
  border: none;
  background: transparent;
  overflow: visible;
  z-index: 1000;
  display: none;
}
.contact-dialog[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-dialog::backdrop {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(2px);
}

.contact-dialog__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 95vw;
  max-height: 90dvh;
  background: #e0e0e0;
  border-radius: 2px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media (min-width: 1024px) {
  .contact-dialog__inner {
    max-width: 1600px;
    max-height: 900px;
  }
}

.contact-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .contact-dialog__header {
    padding: 24px 56px;
  }
}

.contact-dialog__logo {
  display: block;
  flex-shrink: 0;
}
.contact-dialog__logo img {
  height: 32px;
  width: auto;
}
@media (min-width: 1024px) {
  .contact-dialog__logo img {
    height: 40px;
  }
}

.contact-dialog__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: #1a1a1a;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.contact-dialog__close:hover {
  opacity: 0.6;
}
.contact-dialog__close:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.contact-dialog__body {
  flex: 1;
  padding: 24px 32px 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .contact-dialog__body {
    padding: 56px 56px 64px;
    gap: 56px;
  }
}
@media (max-height: 780px) {
  .contact-dialog__body {
    padding: 1.5rem;
    gap: 24px;
  }
}

.contact-dialog__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-dialog__icon {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-bottom: 1rem;
}

.contact-dialog__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (max-width: 1223px) {
  .contact-dialog__title {
    font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  }
}

.contact-dialog__desc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  color: #000000;
  line-height: 1.45;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 560px;
}
@media (min-width: 1024px) {
  .contact-dialog__desc {
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .contact-dialog__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 64px;
    align-items: end;
  }
  .contact-dialog__title {
    grid-column: 1;
    grid-row: 2;
  }
  .contact-dialog__desc {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    max-width: 480px;
  }
}
.contact-dialog__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-dialog__row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .contact-dialog__row.contact-dialog__row--two-col {
    flex-direction: row;
    gap: 24px;
  }
  .contact-dialog__row.contact-dialog__row--two-col .contact-dialog__field {
    flex: 1;
  }
}

.contact-dialog__row--full .contact-dialog__field {
  width: 100%;
}

.contact-dialog__row--footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .contact-dialog__row--footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.contact-dialog__field {
  position: relative;
}

.contact-dialog__error {
  display: block;
  margin-top: 4px;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #d32f2f;
  font-weight: 500;
}

.contact-dialog__input.is-error,
.contact-dialog__textarea.is-error {
  border: 2px solid #d32f2f;
  box-shadow: 0 0 0 0px;
  background: rgba(211, 47, 47, 0.05);
}

.contact-dialog__consent.is-error input[type=checkbox] {
  accent-color: #d32f2f;
}

.contact-dialog__input,
.contact-dialog__textarea {
  width: 100%;
  background: rgba(251, 252, 253, 0.94);
  border: none;
  border-radius: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 400;
  color: #1a1a1a;
  transition: box-shadow 0.2s ease, background 0.2s ease;
  appearance: none;
}
.contact-dialog__input::placeholder,
.contact-dialog__textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-dialog__input:focus,
.contact-dialog__textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #bc2020;
  background: #ffffff;
}

.contact-dialog__input {
  height: 66px;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .contact-dialog__input {
    height: 50px;
  }
}

.contact-dialog__textarea {
  height: 212px;
  padding: 24px;
  resize: none;
  display: block;
}
@media (max-width: 1223px) {
  .contact-dialog__textarea {
    height: 100px;
  }
}

.contact-dialog__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  line-height: 1.45;
  color: #1a1a1a;
  cursor: pointer;
  flex: 1;
}
.contact-dialog__consent input[type=checkbox] {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #bc2020;
}
.contact-dialog__consent a {
  color: #1a1a1a;
  text-decoration: underline;
}
.contact-dialog__consent a:hover {
  color: #bc2020;
}

.contact-dialog__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background-color: #bc2020;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  font-weight: 500;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.contact-dialog__submit:hover:not(:disabled) {
  background-color: #a01a1a;
}
.contact-dialog__submit:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.contact-dialog__submit:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.contact-dialog__submit-arrow {
  flex-shrink: 0;
}

.legal-page {
  padding: 64px 24px 96px;
  background-color: #ffffff;
}

.legal-page__inner {
  max-width: 800px;
  margin-inline: auto;
}

.legal-page__title {
  font-size: clamp(2.5rem, 2rem + 3vw, 4.15rem);
  font-weight: 400;
  line-height: 0.95;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.legal-page__updated {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #767676;
  margin-bottom: 64px;
}

.legal-page__inner h2 {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 600;
  margin-top: 56px;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.legal-page__inner h3 {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.legal-page__inner p {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.65;
  color: rgba(26, 26, 26, 0.7);
  margin-bottom: 16px;
}

.legal-page__inner a {
  color: #1a1a1a;
  text-decoration: underline;
}

.legal-page__inner--embed {
  min-height: 60vh;
}
.legal-page__inner--embed .iubenda-embed {
  display: none;
}

.legal-page__disclaimer {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
  font-style: italic;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #767676;
}

.utility-page {
  padding: 128px 24px;
  text-align: center;
  background-color: #ffffff;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.utility-page--dark {
  background-color: #1a1a1a;
}
.utility-page--dark .utility-page__title {
  color: #f1f1f0;
}
.utility-page--dark .utility-page__text {
  color: #767676;
}
.utility-page--dark .utility-page__code {
  color: #bc2020;
}

.utility-page__inner {
  max-width: 600px;
  margin-inline: auto;
}

.utility-page__code {
  display: block;
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 700;
  line-height: 1;
  color: #e0e0e0;
  margin-bottom: 24px;
}

.utility-page__title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.utility-page__text {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.45;
  color: #767676;
  margin-bottom: 40px;
}

.hero-video-wrapper {
  width: 100%;
  background-color: #1a1a1a;
}

.hero-video {
  position: relative;
  width: 100%;
  max-width: 1750px;
  margin-inline: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.hero-video__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video__media {
    display: none;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(12px);
  filter: blur(2px);
  transition: opacity 480ms ease, transform 480ms ease, filter 480ms ease;
  will-change: opacity, transform, filter;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
}