@font-face {
  font-family: "Ronnia Condensed";
  src: url("assets/fonts/ronnia-condensed-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-cyrillic-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-cyrillic-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-cyrillic-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-cyrillic-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin-800.woff2") format("woff2");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-cyrillic-800.woff2") format("woff2");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

:root {
  --bg: #f6f7f9;
  --text: #18202a;
  --muted: #66717f;
  --line: #dfe5ec;
  --panel: #ffffff;
  --panel-soft: #eef3f7;
  --brand: #0f6f8f;
  --brand-strong: #074e68;
  --accent: #c7903f;
  --brick: #df604d;
  --dark: #13232e;
  --dark-soft: #1d3342;
  --shadow: 0 24px 60px rgba(18, 35, 46, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

html.is-lead-modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  body {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

html.is-smooth-ready,
html.is-smooth-ready body {
  min-height: 100%;
}

html.is-smooth-ready body {
  overflow-y: scroll;
}

html.is-smooth-ready .smooth-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (hover: none), (pointer: coarse), (max-width: 768px) {
  html {
    scroll-padding-top: 84px;
  }

  html.is-smooth-ready,
  html.is-smooth-ready body {
    min-height: auto;
  }

  html.is-smooth-ready body {
    overflow-y: auto;
  }

  html.is-smooth-ready .smooth-scroll {
    position: static;
    width: auto;
    transform: none !important;
    transition: none;
    will-change: auto;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 44px);
  min-height: 58px;
  padding: 10px clamp(20px, 5vw, 72px);
  background: #ffffff;
  color: var(--text);
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  box-shadow: 0 12px 30px rgba(18, 35, 46, 0.12);
  backdrop-filter: blur(14px);
}

.site-header:has(.menu-panel.is-open) {
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
  font-family: Arial, Helvetica, sans-serif;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-self: center;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-logo {
  width: 168px;
  height: 140px;
  object-fit: contain;
}

.brand-name {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a {
  opacity: 0.86;
  color: rgb(106, 184, 238);
}

.main-nav a:hover {
  opacity: 1;
}

.menu-panel {
  display: contents;
}

.menu-info {
  display: none;
}

.nav-toggle {
  display: none;
  justify-self: end;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 0.32s ease, opacity 0.22s ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header-data-flow {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(106, 184, 238, 0.16);
  transform: scaleX(0.18);
  transform-origin: center;
  transition: opacity 0.25s ease, transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-data-flow::before,
.header-data-flow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgb(106, 184, 238), var(--brick), transparent);
  filter: drop-shadow(0 0 7px rgba(106, 184, 238, 0.85));
  transform: translateX(-120%);
}

.header-data-flow::before {
  animation: dataFlow 1.65s linear infinite;
}

.header-data-flow::after {
  width: 24%;
  opacity: 0.72;
  animation: dataFlow 1.65s linear infinite 0.72s;
}

.site-header:has(.menu-panel.is-open) .header-data-flow {
  opacity: 1;
  transform: scaleX(1);
}

@keyframes dataFlow {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(260%);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 1.18s ease, transform 1.18s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 42px;
    min-height: 45px;
    padding: 8px 20px;
    gap: 16px;
    overflow: visible;
  }

  .brand {
    justify-self: start;
  }

  .brand-logo {
    width: 124px;
    height: auto;
  }

  .brand-name {
    font-size: 15px;
  }

  .menu-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: clamp(24px, 5vw, 58px);
    background:
      radial-gradient(circle at 84% 20%, rgba(106, 184, 238, 0.16), transparent 26%),
      linear-gradient(90deg, rgba(106, 184, 238, 0.1) 1px, transparent 1px),
      linear-gradient(0deg, rgba(106, 184, 238, 0.08) 1px, transparent 1px),
      #ffffff;
    background-size: auto, 46px 46px, 46px 46px, auto;
    padding: 0 clamp(20px, 6vw, 72px);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.65s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.35s ease, transform 0.45s ease,
      padding 0.45s ease;
    box-shadow: 0 22px 30px rgba(18, 35, 46, 0.08);
    color: rgb(106, 184, 238);
  }

  .menu-panel::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #ffffff;
  }

  .menu-panel.is-open {
    max-height: 420px;
    opacity: 1;
    padding: 20px clamp(20px, 6vw, 72px) 24px;
    transform: translateY(0);
  }

  .menu-panel .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
    row-gap: 0;
    align-items: start;
    justify-self: stretch;
    gap: 0 34px;
    font-size: 14px;
  }

  .menu-panel .main-nav a {
    width: 100%;
    padding: 14px 0;
    color: rgb(106, 184, 238);
    opacity: 0;
    border-bottom: 1px solid rgba(106, 184, 238, 0.18);
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .menu-panel.is-open .main-nav a {
    opacity: 1;
    transform: translateY(0);
  }

  .menu-panel .main-nav a:nth-child(1) {
    transition-delay: 0.05s;
  }

  .menu-panel.is-open .main-nav a:nth-child(1) {
    transition-delay: 0.3s;
  }

  .menu-panel .main-nav a:nth-child(2) {
    transition-delay: 0.05s;
  }

  .menu-panel.is-open .main-nav a:nth-child(2) {
    transition-delay: 0.55s;
  }

  .menu-panel .main-nav a:nth-child(3) {
    transition-delay: 0.05s;
  }

  .menu-panel.is-open .main-nav a:nth-child(3) {
    transition-delay: 0.8s;
  }

  .menu-panel .main-nav a:nth-child(4) {
    transition-delay: 0.05s;
  }

  .menu-panel.is-open .main-nav a:nth-child(4) {
    transition-delay: 1.05s;
  }

  .menu-panel .main-nav a:nth-child(5) {
    transition-delay: 0.05s;
  }

  .menu-panel.is-open .main-nav a:nth-child(5) {
    transition-delay: 1.3s;
  }

  .menu-panel .main-nav a:nth-child(6) {
    transition-delay: 0.05s;
  }

  .menu-panel.is-open .main-nav a:nth-child(6) {
    transition-delay: 1.55s;
  }

  .menu-panel .main-nav a:nth-child(7) {
    transition-delay: 0.05s;
  }

  .menu-panel.is-open .main-nav a:nth-child(7) {
    transition-delay: 1.8s;
  }

  .menu-panel .main-nav a:last-child {
    border-bottom: none;
  }

  .menu-panel .main-nav a:nth-last-child(2) {
    border-bottom: none;
  }

  .menu-info {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(106, 184, 238, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease 0.65s, transform 0.5s ease 0.65s;
  }

  .menu-panel.is-open .menu-info {
    opacity: 1;
    transform: translateY(0);
  }

  .menu-info p {
    margin: 0;
    color: var(--text);
    font-weight: 700;
  }

  .menu-info-title {
    color: var(--brick);
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .menu-cta {
    display: inline-flex;
    width: fit-content;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    padding: 10px 16px;
    border-radius: 8px;
    background: var(--brand);
    color: #fff;
    font-weight: 800;
  }

  .menu-contacts {
    display: grid;
    gap: 6px;
    margin-top: 8px;
    color: rgb(106, 184, 238);
    font-weight: 800;
  }

  .nav-toggle {
    display: inline-flex;
  }
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 172px clamp(30px, 6vw, 92px) 44px;
  overflow: hidden;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("assets/optimized/hero-bg.jpg") center center / cover no-repeat;
  background-color: #06101c;
}
.hero-content {
  position: relative;
  max-width: 980px;
  justify-self: center;
  padding-bottom: 58px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact-section h2 {
  margin: 0;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 900px;
  color: #ffffff;
  margin: 0 0 20px;
  font-size: 28px;
  letter-spacing: 0;
}

.hero-brand-title {
  margin: 0 0 80px;
  color: var(--brick);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.hero-kicker {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 66px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.button.primary {
  background: var(--brand);
  color: #ffffff;
}

.button.primary:hover {
  background: var(--brand-strong);
  transform: translateY(-1px);
  box-shadow: 0 18px 28px rgba(15, 111, 143, 0.18);
}

.button.ghost {
  color: #ffffff;
  background: var(--brand);
}

.button.ghost:hover {
  background: var(--brand-strong);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 18px 28px rgba(15, 111, 143, 0.18);
}

.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 980px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.hero-panel div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.09);
}

.hero-panel strong {
  display: block;
  font-size: 26px;
  line-height: 1;
}

.hero-panel span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.section,
.contact-section {
  padding: 92px clamp(30px, 6vw, 92px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
}

.about-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  background:
    radial-gradient(circle at 18% 24%, rgba(31, 143, 181, 0.34), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(223, 96, 77, 0.24), transparent 26%),
    linear-gradient(90deg, rgba(31, 143, 181, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(31, 143, 181, 0.14) 1px, transparent 1px),
    #0b171f;
  background-size: auto, auto, 78px 78px, 78px 78px, auto;
  text-align: left;
}

.about-section::before,
.about-section::after {
  content: "";
  position: absolute;
  inset: auto;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(15, 111, 143, 0.18);
  transform: rotate(45deg);
  pointer-events: none;
}

.about-section::before {
  top: -180px;
  left: -120px;
}

.about-section::after {
  right: -150px;
  bottom: -190px;
}

.about-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
}

.about-content h2 {
  margin: 0 0 24px;
  color: var(--brick);
  font-weight: 900;
  text-transform: uppercase;
}

.about-section .about-content p {
  max-width: 760px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.about-section .about-content p:last-child {
  margin-bottom: 0;
}

.about-section,
.about-section ~ section {
  font-family: "Inter", "Manrope", Arial, Helvetica, sans-serif;
  font-feature-settings: "tnum" 1, "zero" 1;
}

.about-section h2,
.about-section ~ section h2,
.about-section ~ section h3,
.about-section ~ section .eyebrow,
.about-section ~ section .services-kicker,
.about-section ~ section .product-card-number,
.about-section ~ section .client-badge,
.about-section ~ section .case-meta span,
.about-section ~ section .product-divider,
.about-section ~ section .product-brand-subtitle {
  font-family: "Inter", "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-section p,
.about-section li,
.about-section ~ section p,
.about-section ~ section li,
.about-section ~ section dd {
  font-family: "Inter", "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.about-section .about-content,
.about-section ~ section .about-card,
.about-section ~ section .brand-card,
.about-section ~ section .product-ecosystem-card,
.about-section ~ section .product-workflow,
.about-section ~ section .solution-card,
.about-section ~ section .industry-card,
.about-section ~ section .case-card,
.about-section ~ section .contact-address-card,
.about-section ~ section .lead-form {
  font-family: "Inter", "Manrope", Arial, Helvetica, sans-serif;
}

.about-lead {
  color: #ffffff;
  font-weight: 700;
}

.about-gallery {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 111, 143, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 18%, rgba(106, 184, 238, 0.12), transparent 32%),
    #06111d;
  box-shadow: var(--shadow);
}

.about-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: contain;
  object-position: center;
  border-radius: inherit;
  transition: opacity 0.62s ease, transform 0.62s cubic-bezier(0.16, 1, 0.3, 1), filter 0.62s ease;
}

.about-gallery.is-changing img {
  opacity: 0.92;
  transform: scale(1.004);
  filter: saturate(0.9) brightness(0.96) contrast(0.98);
}

.gallery-arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(106, 184, 238, 0.68);
  border-radius: 50%;
  background: rgba(7, 19, 31, 0.88);
  color: #fff;
  cursor: pointer;
  opacity: 0.38;
  transform: translateY(-50%) scale(0.92);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  transition: background 0.24s ease, opacity 0.24s ease, left 0.34s ease, right 0.34s ease, transform 0.34s ease;
  backdrop-filter: blur(10px);
}

.gallery-arrow::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateX(-2px) rotate(45deg);
}

.gallery-arrow:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(15, 111, 143, 0.9);
  transform: translateY(-50%) scale(1.08);
}

.gallery-arrow-prev {
  left: 8px;
}

.gallery-arrow-prev::before {
  transform: translateX(2px) rotate(225deg);
}

.gallery-arrow-next {
  right: 8px;
}

.about-gallery:hover .gallery-arrow,
.purpose-gallery:hover .gallery-arrow,
.product-carousel:hover .gallery-arrow,
.services-carousel:hover .gallery-arrow,
.about-gallery:focus-within .gallery-arrow,
.purpose-gallery:focus-within .gallery-arrow,
.product-carousel:focus-within .gallery-arrow,
.services-carousel:focus-within .gallery-arrow {
  opacity: 1;
}

.about-gallery:hover .gallery-arrow-prev,
.purpose-gallery:hover .gallery-arrow-prev,
.product-carousel:hover .gallery-arrow-prev,
.services-carousel:hover .gallery-arrow-prev,
.about-gallery:focus-within .gallery-arrow-prev,
.purpose-gallery:focus-within .gallery-arrow-prev,
.product-carousel:focus-within .gallery-arrow-prev,
.services-carousel:focus-within .gallery-arrow-prev {
  left: 18px;
  transform: translateY(-50%) scale(1);
}

.about-gallery:hover .gallery-arrow-next,
.purpose-gallery:hover .gallery-arrow-next,
.product-carousel:hover .gallery-arrow-next,
.services-carousel:hover .gallery-arrow-next,
.about-gallery:focus-within .gallery-arrow-next,
.purpose-gallery:focus-within .gallery-arrow-next,
.product-carousel:focus-within .gallery-arrow-next,
.services-carousel:focus-within .gallery-arrow-next {
  right: 18px;
  transform: translateY(-50%) scale(1);
}

.purpose-section {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  background: #07131f;
  color: #fff;
}

.purpose-copy {
  max-width: 620px;
  justify-self: end;
}

.purpose-copy h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
}

.purpose-section .purpose-copy > p {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(17px, 1.65vw, 23px);
  font-weight: 500;
  line-height: 1.42;
}

.purpose-gallery {
  position: relative;
  min-height: 520px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.purpose-gallery img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.62s ease, transform 0.62s cubic-bezier(0.16, 1, 0.3, 1), filter 0.62s ease;
}

.purpose-gallery.is-changing img {
  opacity: 0.92;
  transform: scale(1.012);
  filter: saturate(0.9) brightness(0.96) contrast(0.98);
}

.purpose-toggle-arrow {
  left: 8px;
  right: auto;
}

.purpose-gallery:hover .purpose-toggle-arrow,
.purpose-gallery:focus-within .purpose-toggle-arrow {
  left: 18px;
  right: auto;
}

.purpose-toggle-arrow.is-prev {
  transform: translateY(-50%) rotate(180deg) scale(0.92);
}

.purpose-toggle-arrow.is-prev::before {
  transform: translateX(-2px) rotate(45deg);
}

.purpose-toggle-arrow.is-prev:hover {
  transform: translateY(-50%) rotate(180deg) scale(1.08);
}

.purpose-gallery:hover .purpose-toggle-arrow.is-prev,
.purpose-gallery:focus-within .purpose-toggle-arrow.is-prev {
  transform: translateY(-50%) rotate(180deg) scale(1);
}

.section h2,
.contact-section h2 {
  max-width: 760px;
  font-size: clamp(32px, 4vw, 56px);
}

.section p {
  color: var(--muted);
}

.about-card,
.brand-card,
blockquote,
.lead-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.about-card {
  padding: 34px;
}

.about-card h3,
.brand-card h3,
.project-card h3 {
  margin: 0 0 10px;
  line-height: 1.18;
}

.section-head {
  max-width: 850px;
  margin-bottom: 34px;
}

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

.project-card,
blockquote {
  margin: 0;
  padding: 28px;
}

.projects-section {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  background:
    radial-gradient(circle at 16% 14%, rgba(106, 184, 238, 0.16), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(84, 142, 190, 0.12), transparent 25%),
    linear-gradient(135deg, #06111d 0%, #0b2639 50%, #071827 100%);
  color: #fff;
}

.projects-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.052;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(106, 184, 238, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(106, 184, 238, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 84%);
}

.projects-head,
.projects-section .project-grid {
  position: relative;
  z-index: 1;
}

.projects-head {
  max-width: 920px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.projects-head .eyebrow {
  color: rgb(106, 184, 238);
}

.projects-head h2 {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.projects-head p:not(.eyebrow) {
  max-width: 780px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 650;
  line-height: 1.68;
}

.projects-section .project-grid {
  width: min(1280px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.projects-section .project-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(106, 184, 238, 0.16);
  border-radius: 8px;
  background: rgba(5, 18, 31, 0.58);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  transition:
    opacity 1.18s ease,
    transform 1.18s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.42s ease,
    background-color 0.42s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.projects-section .project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(106, 184, 238, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(106, 184, 238, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
}

.projects-section .project-card::after {
  content: "";
  position: absolute;
  inset: auto -28% -42% 18%;
  height: 180px;
  pointer-events: none;
  opacity: 0.34;
  background: radial-gradient(circle, rgba(106, 184, 238, 0.2), transparent 64%);
}

.projects-section .project-card:hover {
  border-color: rgba(106, 184, 238, 0.34);
  transform: translateY(-3px);
}

.project-card span,
.project-card h3,
.project-card p {
  position: relative;
  z-index: 1;
}

.project-card span {
  display: inline-flex;
  margin-bottom: 26px;
  color: rgb(106, 184, 238);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.projects-section .project-card h3 {
  min-height: 58px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(20px, 1.55vw, 25px);
  font-weight: 900;
  line-height: 1.16;
}

.projects-section .project-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.62;
}

.case-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.78)),
    url("assets/about-gallery-engineering.png") center / cover no-repeat;
}

.case-wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
}

.case-grid {
  display: grid;
  gap: 28px;
}

.case-card {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(12, 14, 18, 0.72);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
}

.case-info {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.accent-line {
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 999px;
  background: rgb(106, 184, 238);
}

.logos {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 32px;
}

.logos img {
  width: auto;
  max-width: 76px;
  max-height: 44px;
  object-fit: contain;
  filter: brightness(1.08) contrast(1.04);
}

.logos .client-logo {
  max-width: 112px;
  max-height: 58px;
  border-radius: 7px;
  filter: brightness(1.12) contrast(1.05);
}

.logos .client-logo-wide {
  max-width: 128px;
}

.logos span {
  display: inline-flex;
  min-width: 72px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(106, 184, 238, 0.24);
  border-radius: 8px;
  background: rgba(106, 184, 238, 0.1);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.case-meta span {
  display: block;
  margin-top: 18px;
  margin-bottom: 6px;
  color: rgb(106, 184, 238);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.case-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.client-badge {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(106, 184, 238, 0.24);
  border-radius: 999px;
  background: rgba(106, 184, 238, 0.14);
  color: rgb(106, 184, 238);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-content h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0.02em;
}

.case-content p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.75;
}

.case-content p + p {
  margin-top: 14px;
}

.case-client-card {
  max-width: 680px;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(106, 184, 238, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(106, 184, 238, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(7, 19, 31, 0.48);
}

.case-client-card strong {
  display: block;
  margin-bottom: 8px;
  color: rgb(106, 184, 238);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-client-card p {
  max-width: none;
  font-size: 15px;
  line-height: 1.62;
}

.cms-site-section {
  position: relative;
  display: grid;
  gap: clamp(18px, 3vw, 30px);
  overflow: hidden;
  margin-top: -1px;
  background:
    radial-gradient(circle at 12% 18%, rgba(106, 184, 238, 0.14), transparent 30%),
    linear-gradient(135deg, #06111d 0%, #082033 52%, #061725 100%) !important;
  color: #fff !important;
}

.cms-site-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.055;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(106, 184, 238, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(106, 184, 238, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.84), transparent 88%);
}

.cms-site-block {
  position: relative;
  z-index: 1;
  width: min(var(--cms-block-width, 1280px), 100%);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(106, 184, 238, 0.18);
  border-radius: 8px;
  background: rgba(5, 18, 31, 0.58);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.cms-site-section .eyebrow,
.cms-site-section h2,
.cms-site-section p,
.cms-site-section li {
  color: inherit;
}

.cms-site-section .eyebrow {
  color: rgb(106, 184, 238);
}

.cms-site-block--narrow {
  --cms-block-width: 920px;
}

.cms-site-block--standard {
  --cms-block-width: 1120px;
}

.cms-site-block--wide {
  --cms-block-width: 1400px;
}

.cms-site-block--full {
  --cms-block-width: 100%;
}

.cms-site-block--align-center {
  text-align: center;
}

.cms-site-block--align-center .cms-site-head,
.cms-site-block--align-center h2,
.cms-site-block--align-center p:not(.eyebrow),
.cms-site-block--align-center .cms-site-list {
  margin-left: auto;
  margin-right: auto;
}

.cms-site-block--align-right {
  text-align: right;
}

.cms-site-block--align-right .cms-site-head,
.cms-site-block--align-right h2,
.cms-site-block--align-right p:not(.eyebrow),
.cms-site-block--align-right .cms-site-list {
  margin-left: auto;
}

.cms-site-block--theme-glass {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}

.cms-site-block--theme-accent {
  background:
    linear-gradient(135deg, rgba(223, 96, 77, 0.18), rgba(5, 18, 31, 0.72)),
    rgba(5, 18, 31, 0.62);
  border-color: rgba(223, 96, 77, 0.34);
}

.cms-site-block--theme-plain {
  border-color: rgba(106, 184, 238, 0.1);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.cms-site-block::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(106, 184, 238, 0.11) 1px, transparent 1px),
    linear-gradient(0deg, rgba(106, 184, 238, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
}

.cms-site-block > * {
  position: relative;
  z-index: 1;
}

.cms-site-head {
  max-width: 880px;
  margin-bottom: clamp(22px, 3vw, 34px);
}

.cms-site-block--cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cms-site-block h2 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4.5vw, 58px);
  line-height: 0.98;
}

.cms-site-block p:not(.eyebrow) {
  max-width: 920px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 650;
  line-height: 1.68;
  white-space: pre-wrap;
}

.cms-site-items {
  display: grid;
  gap: 16px;
}

.cms-site-items--cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cms-site-items--steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cms-site-items--cols-1 {
  grid-template-columns: 1fr;
}

.cms-site-items--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cms-site-items--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cms-site-items--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cms-site-item {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(106, 184, 238, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.cms-site-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 26px;
  padding: 0 8px;
  margin-bottom: 18px;
  border: 1px solid rgba(106, 184, 238, 0.26);
  border-radius: 999px;
  color: rgb(106, 184, 238);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.cms-site-item p {
  margin: 0;
  font-size: 16px;
}

.cms-site-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  line-height: 1.55;
}

.products-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 16%, rgba(106, 184, 238, 0.15), transparent 28%),
    linear-gradient(120deg, rgba(7, 19, 31, 0.96), rgba(10, 32, 45, 0.94));
  color: #fff;
}

.products-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
}

.products-head,
.product-ecosystem,
.product-workflow,
.products-showcase {
  position: relative;
  z-index: 1;
}

.products-head {
  display: grid;
  width: min(880px, 100%);
  margin: 0 auto 42px;
  text-align: center;
  justify-items: center;
}

.products-head h2 {
  width: 100%;
  max-width: 620px;
  margin: 0 0 12px;
  color: rgb(106, 184, 238);
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 900;
  text-align: center;
}

.products-head p {
  width: 100%;
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(17px, 1.7vw, 24px);
  font-weight: 800;
  text-align: center;
}

.product-ecosystem {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1440px, calc(100vw - 48px));
  margin: 0 auto clamp(34px, 5vw, 64px);
}

.product-catalog-intro {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100vw - 48px));
  margin: 0 auto clamp(28px, 4vw, 46px);
  text-align: center;
}

.product-catalog-intro h2 {
  max-width: 980px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.product-catalog-intro p {
  max-width: 1180px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 650;
  line-height: 1.7;
}

.product-ecosystem-card {
  position: relative;
  min-height: 390px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(106, 184, 238, 0.22);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  transition: border-color 0.42s ease, background-color 0.42s ease, transform 0.42s ease;
}

.product-ecosystem-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(90deg, rgba(106, 184, 238, 0.16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(106, 184, 238, 0.12) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);
}

.product-ecosystem-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 12, 22, 0.56), rgba(2, 12, 22, 0.9)),
    var(--product-hover-bg);
  background-size: cover;
  background-position: center;
  transition: opacity 0.48s ease;
}

.product-ecosystem-card:nth-child(1) {
  --product-hover-bg: url("assets/optimized/dc-infrastructure.jpg");
}

.product-ecosystem-card:nth-child(2) {
  --product-hover-bg: url("assets/optimized/unified-communications.jpg");
}

.product-ecosystem-card:nth-child(3) {
  --product-hover-bg: url("assets/info-systems.jpg");
}

.product-ecosystem-card:nth-child(4) {
  --product-hover-bg: url("assets/optimized/sks-electric-networks.jpg");
}

.product-ecosystem-card:hover::after {
  opacity: 1;
}

.product-ecosystem-card:hover {
  border-color: rgba(106, 184, 238, 0.34);
  transform: translateY(-3px);
}

.product-ecosystem-card.reveal {
  transition:
    opacity 1.18s ease,
    transform 1.18s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.42s ease,
    background-color 0.42s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.product-card-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 46px;
  color: rgba(106, 184, 238, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.product-ecosystem-card h3 {
  position: relative;
  z-index: 1;
  min-height: 72px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(20px, 1.65vw, 26px);
  font-weight: 900;
  line-height: 1.12;
  overflow-wrap: break-word;
  hyphens: auto;
}

.product-ecosystem-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-ecosystem-card li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.42;
}

.product-ecosystem-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: rgb(106, 184, 238);
  vertical-align: 0.1em;
}

.product-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(1180px, 100%);
  margin: 0 auto clamp(54px, 7vw, 96px);
  border: 1px solid rgba(106, 184, 238, 0.18);
  border-radius: 8px;
  background: rgba(5, 18, 31, 0.64);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.product-workflow-step {
  position: relative;
  min-height: 270px;
  padding: 26px 22px;
  border-right: 1px solid rgba(106, 184, 238, 0.16);
}

.product-workflow-step:last-child {
  border-right: 0;
}

.product-workflow-step::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 62px;
  right: -22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(106, 184, 238, 0.72), rgba(106, 184, 238, 0.05));
}

.product-workflow-step:last-child::before {
  display: none;
}

.product-workflow-step span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(106, 184, 238, 0.52);
  border-radius: 50%;
  background: rgba(106, 184, 238, 0.12);
  color: rgb(106, 184, 238);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(106, 184, 238, 0.16);
}

.product-workflow-step h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.26;
  text-transform: uppercase;
}

.product-workflow-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.58;
}

.products-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
}

.product-static-image,
.product-carousel {
  min-height: clamp(680px, 78vh, 860px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-static-image img,
.product-carousel img {
  width: 100%;
  height: 100%;
  min-height: clamp(680px, 78vh, 860px);
  object-fit: cover;
}

.product-static-image img {
  filter: saturate(0.78) contrast(1.04);
}

.product-brand-copy {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: clamp(680px, 78vh, 860px);
  padding: clamp(90px, 12vh, 150px) 0;
  text-align: center;
  border: 0;
  background: transparent;
}

.product-brand-copy h3 {
  width: 100%;
  max-width: 520px;
  margin: 0 0 8px;
  color: rgb(106, 184, 238);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 900;
  text-align: center;
}

.product-brand-subtitle {
  width: 100%;
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.product-divider {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: clamp(34px, 5vh, 58px) 0;
  color: var(--brick);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-divider::before,
.product-divider::after {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(106, 184, 238, 0.65);
}

.product-brand-copy > p:last-child {
  width: 100%;
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.72;
  text-align: center;
}

.product-carousel {
  position: relative;
  background: #fff;
}

.product-carousel img {
  filter: saturate(0.58) brightness(1.13) contrast(0.94);
  transition: opacity 0.78s ease, transform 0.78s cubic-bezier(0.16, 1, 0.3, 1), filter 0.78s ease;
}

.product-carousel.is-changing img {
  opacity: 0.18;
  transform: scale(1.035);
  filter: saturate(0.5) brightness(1.04) contrast(0.94);
}

.product-carousel-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  max-width: 430px;
  padding: 20px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
  backdrop-filter: blur(10px);
  transition: opacity 0.52s ease, transform 0.52s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-carousel.is-changing .product-carousel-copy {
  opacity: 0;
  transform: translateY(12px);
}

.product-carousel-copy span {
  display: block;
  margin-bottom: 8px;
  color: rgb(15, 111, 143);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-carousel-copy h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: clamp(22px, 2.1vw, 30px);
}

.product-carousel-copy p {
  margin: 0;
  color: rgba(28, 37, 43, 0.82);
  font-weight: 700;
  line-height: 1.55;
}

.product-carousel-controls .gallery-arrow {
  top: 40px;
  opacity: 0.38;
}

.product-carousel-controls .gallery-arrow-prev {
  left: 8px;
}

.product-carousel-controls .gallery-arrow-next {
  right: 8px;
}

.raritan-feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(70px, 9vw, 120px);
}

.raritan-image {
  position: sticky;
  top: 120px;
  min-height: clamp(620px, 76vh, 840px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.raritan-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(620px, 76vh, 840px);
  object-fit: cover;
  filter: saturate(0.68) brightness(1.05) contrast(0.98);
}

.raritan-copy {
  padding-top: clamp(28px, 5vh, 70px);
}

.raritan-copy h3 {
  margin: 0 0 8px;
  color: rgb(106, 184, 238);
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 900;
}

.raritan-copy .product-brand-subtitle {
  width: auto;
  max-width: none;
  text-align: left;
  justify-self: start;
}

.raritan-copy > p:not(.product-brand-subtitle) {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
}

.raritan-directions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.raritan-directions article {
  padding: 22px;
  border-left: 3px solid rgb(106, 184, 238);
  background: rgba(255, 255, 255, 0.07);
}

.raritan-directions h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.raritan-directions p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.62;
}

.bticino-feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 0.82fr) minmax(300px, 0.95fr);
  gap: clamp(24px, 3.5vw, 46px);
  align-items: stretch;
  margin-top: clamp(70px, 9vw, 120px);
}

.bticino-carousel,
.bticino-static-image {
  position: relative;
  min-height: clamp(520px, 68vh, 760px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.bticino-carousel img,
.bticino-static-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 68vh, 760px);
  object-fit: cover;
}

.bticino-carousel img {
  filter: saturate(0.78) brightness(0.94) contrast(1.04);
  transform: scale(1);
  transition: opacity 0.78s ease, transform 0.78s cubic-bezier(0.16, 1, 0.3, 1), filter 0.78s ease;
}

.bticino-carousel.is-changing img {
  opacity: 0.16;
  transform: scale(1.035);
  filter: saturate(0.64) brightness(0.86) contrast(1.02);
}

.bticino-static-image img {
  filter: saturate(0.7) brightness(0.92) contrast(1.02);
}

.bticino-copy-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 22px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 19, 31, 0.78);
  color: #fff;
  backdrop-filter: blur(14px);
  transition: opacity 0.58s ease, transform 0.58s cubic-bezier(0.16, 1, 0.3, 1);
}

.bticino-carousel.is-changing .bticino-copy-card {
  opacity: 0;
  transform: translateY(14px);
}

.bticino-copy-card span {
  display: block;
  margin-bottom: 10px;
  color: rgb(106, 184, 238);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bticino-copy-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.62;
}

.bticino-carousel-controls .gallery-arrow {
  top: 40px;
  opacity: 0.38;
}

.bticino-carousel-controls .gallery-arrow-prev {
  left: 8px;
}

.bticino-carousel-controls .gallery-arrow-next {
  right: 8px;
}

.bticino-carousel:hover .gallery-arrow,
.bticino-carousel:focus-within .gallery-arrow {
  opacity: 1;
}

.bticino-carousel:hover .gallery-arrow-prev,
.bticino-carousel:focus-within .gallery-arrow-prev {
  left: 18px;
  transform: translateY(-50%) scale(1);
}

.bticino-carousel:hover .gallery-arrow-next,
.bticino-carousel:focus-within .gallery-arrow-next {
  right: 18px;
  transform: translateY(-50%) scale(1);
}

.bticino-intro {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: clamp(520px, 68vh, 760px);
  padding: clamp(54px, 8vh, 100px) 0;
  text-align: center;
}

.bticino-intro h3 {
  width: 100%;
  max-width: 520px;
  margin: 0 0 10px;
  color: rgb(106, 184, 238);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.bticino-intro > p {
  width: 100%;
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
}

.muted {
  margin-top: -6px;
  color: var(--accent);
  font-weight: 700;
}

.brand-capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  background: linear-gradient(135deg, #081018 0%, #1a3142 50%, #0b1622 100%);
}

.brand-capabilities article {
  min-height: 220px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(223, 96, 77, 0.24);
  margin-left: -1px;
  background: rgba(8, 16, 24, 0.34);
  text-align: center;
}

.brand-capabilities article:first-child {
  margin-left: 0;
}

.capability-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(223, 96, 77, 0.42);
  border-radius: 8px;
  color: var(--brick);
  background: rgba(223, 96, 77, 0.08);
}

.capability-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-capabilities h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
}

.brand-capabilities p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.58;
}

.dark-band {
  background: var(--dark);
  color: #fff;
}

.dark-band .section-head p,
.dark-band .services-carousel p {
  color: rgba(255, 255, 255, 0.72);
}

.dark-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(7, 19, 31, 0.8), rgba(7, 19, 31, 0.88)),
    url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=85") center / cover;
}

.dark-band > * {
  position: relative;
  z-index: 1;
}

@keyframes serviceDataGrid {
  from { background-position: 0 0, 0 0; }
  to { background-position: 118px 0, 0 132px; }
}

@keyframes serviceCopperFlow {
  0%, 100% { transform: translateX(-4%) scale(1); opacity: 0.32; }
  50% { transform: translateX(5%) scale(1.04); opacity: 0.62; }
}

.services-head {
  width: 100%;
  margin-bottom: clamp(34px, 5vw, 62px);
  text-align: center;
}

.section .services-kicker {
  margin: 0;
  color: #ff3f2f;
  font-size: clamp(17px, 1.65vw, 24px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-head-line {
  display: block;
  width: 86px;
  height: 2px;
  margin: 15px auto 18px;
  background: var(--brick);
  box-shadow: 0 0 18px rgba(223, 96, 77, 0.62);
}

.services-head h2 {
  max-width: none;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 68px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.services-carousel {
  position: relative;
  width: min(100%, 980px);
  min-height: 520px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(223, 96, 77, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(223, 96, 77, 0.14), transparent 44%),
    rgba(7, 19, 31, 0.7);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}

.services-carousel::before,
.services-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.services-carousel::before {
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 70px,
      rgba(223, 96, 77, 0.22) 70px 71px,
      transparent 71px 118px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 84px,
      rgba(223, 96, 77, 0.13) 84px 85px,
      transparent 85px 132px
    );
  opacity: 0.46;
  animation: serviceDataGrid 10s linear infinite;
}

.services-carousel::after {
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(223, 96, 77, 0.3) 48%, transparent 62%),
    radial-gradient(circle at 70% 20%, rgba(223, 96, 77, 0.2), transparent 30%);
  mix-blend-mode: screen;
  opacity: 0.42;
  animation: serviceCopperFlow 7s ease-in-out infinite;
}

.service-slide {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  min-height: 390px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  padding: clamp(30px, 5vw, 58px);
  text-align: center;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.services-carousel.is-changing .service-slide {
  opacity: 0.08;
  transform: translateY(18px) scale(0.975);
}

.service-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(223, 96, 77, 0.36);
  border-radius: 8px;
  color: var(--brick);
  background: rgba(223, 96, 77, 0.08);
}

.service-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-slide h3 {
  margin: 0;
  color: var(--brick);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
}

.service-slide p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 1.35vw, 19px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.55;
}

.services-carousel .gallery-arrow {
  opacity: 0.38;
  border-color: rgba(223, 96, 77, 0.7);
  color: #fff;
  background: rgba(223, 96, 77, 0.14);
}

.services-carousel .gallery-arrow-prev {
  left: 8px;
}

.services-carousel .gallery-arrow-next {
  right: 8px;
}

.service-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 2;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.service-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 1px solid rgba(223, 96, 77, 0.72);
  border-radius: 999px;
  background: rgba(223, 96, 77, 0.08);
  cursor: pointer;
  transition: background 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.service-dot.is-active {
  background: var(--brick);
  box-shadow: 0 0 0 6px rgba(223, 96, 77, 0.12), 0 0 18px rgba(223, 96, 77, 0.78);
  transform: scale(1.12);
}

.solutions-section {
  position: relative;
  overflow: hidden;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  padding-bottom: clamp(44px, 5vw, 72px);
  background:
    linear-gradient(125deg, rgba(0, 128, 255, 0.12), transparent 34%),
    linear-gradient(315deg, rgba(106, 184, 238, 0.12), transparent 28%),
    linear-gradient(135deg, #06111d 0%, #0d2a3f 48%, #071827 100%);
  color: #fff;
}

.solutions-section::before,
.solutions-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.solutions-section::before {
  inset: 0 -20% auto -20%;
  height: 220px;
  background: linear-gradient(100deg, transparent 15%, rgba(106, 184, 238, 0.16) 48%, transparent 78%);
  filter: blur(10px);
  animation: solutionsGlow 12s ease-in-out infinite;
}

.solutions-section::after {
  inset: 26% 9% 18% 8%;
  border: 1px solid rgba(106, 184, 238, 0.08);
  background:
    linear-gradient(90deg, transparent 0 24%, rgba(106, 184, 238, 0.2) 24.2%, transparent 24.4%),
    linear-gradient(90deg, transparent 0 64%, rgba(223, 96, 77, 0.18) 64.2%, transparent 64.4%),
    linear-gradient(0deg, transparent 0 36%, rgba(106, 184, 238, 0.16) 36.2%, transparent 36.4%);
  opacity: 0.45;
}

@keyframes solutionsGlow {
  0%, 100% {
    transform: translate3d(-4%, 0, 0);
    opacity: 0.58;
  }

  50% {
    transform: translate3d(7%, 38px, 0);
    opacity: 0.9;
  }
}

.solutions-head {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.solutions-head h2 {
  color: #fff;
  font-weight: 800;
}

.solutions-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 16px;
}

.solutions-network {
  position: absolute;
  inset: 8% 6%;
  z-index: 0;
  pointer-events: none;
}

.solutions-network span {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(106, 184, 238, 0.46), rgba(223, 96, 77, 0.36), transparent);
  opacity: 0.42;
  transform-origin: left center;
  animation: networkPulse 4.8s ease-in-out infinite;
}

.solutions-network span::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 18%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(106, 184, 238);
  box-shadow: 0 0 18px rgba(106, 184, 238, 0.8);
}

.solutions-network span:nth-child(1) {
  top: 28%;
  left: 18%;
  width: 42%;
}

.solutions-network span:nth-child(2) {
  top: 43%;
  left: 28%;
  width: 30%;
  transform: rotate(28deg);
  animation-delay: 0.6s;
}

.solutions-network span:nth-child(3) {
  top: 64%;
  left: 18%;
  width: 54%;
  animation-delay: 1.1s;
}

.solutions-network span:nth-child(4) {
  top: 25%;
  left: 66%;
  width: 28%;
  transform: rotate(90deg);
  animation-delay: 1.7s;
}

@keyframes networkPulse {
  0%, 100% {
    opacity: 0.18;
    filter: blur(0);
  }

  50% {
    opacity: 0.56;
    filter: blur(0.4px);
  }
}

.solution-card {
  position: relative;
  z-index: 1;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24), 0 0 34px rgba(0, 140, 255, 0.07);
  isolation: isolate;
  transform: translateY(0);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.solutions-section .solution-card.reveal {
  opacity: 0;
  transform: translate3d(0, 56px, 0) scale(0.975);
  transition:
    opacity 1.2s ease,
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.42s ease,
    box-shadow 0.42s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.solutions-section .solution-card.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.solution-card-hero {
  grid-column: span 3;
  grid-row: span 2;
}

.solution-card-wide {
  grid-column: span 3;
}

.solution-card-tall {
  grid-column: span 2;
  grid-row: span 2;
}

.solution-card-minimal,
.solution-card-dashboard,
.solution-card-dc,
.solution-card-unified,
.solution-card-light {
  grid-column: span 3;
}

.solution-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(1.18) contrast(0.96);
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), filter 0.35s ease;
  z-index: -2;
}

.solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 19, 31, 0.08), rgba(7, 19, 31, 0.58)),
    linear-gradient(115deg, rgba(255, 255, 255, 0.1), transparent 44%);
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at var(--spotlight-x, 50%) var(--spotlight-y, 50%),
    rgba(106, 184, 238, 0.18),
    transparent 34%
  );
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.solution-card-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 8px;
  width: auto;
  max-width: none;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(7, 19, 31, 0.22);
  backdrop-filter: blur(4px);
}

.solution-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.65vw, 28px);
  font-weight: 800;
  line-height: 1.08;
}

.solution-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13.5px;
  font-weight: 600;
}

.solution-card .solution-details {
  max-height: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.38;
  opacity: 0;
  transition: max-height 0.42s ease, opacity 0.28s ease;
}

.solution-card a {
  position: relative;
  width: max-content;
  color: rgb(106, 184, 238);
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(6px);
  transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.solution-card a::after {
  content: " →";
}

.solution-card-hero .solution-card-content,
.solution-card-light .solution-card-content,
.solution-card-wide .solution-card-content,
.solution-card-tall .solution-card-content {
  padding: 14px;
}

.solution-card-minimal,
.solution-card-dashboard {
  display: grid;
  align-content: space-between;
  padding: 22px;
}

.solution-card-minimal {
  background:
    linear-gradient(135deg, rgba(106, 184, 238, 0.18), transparent 62%),
    rgba(255, 255, 255, 0.07);
}

.solution-card-minimal .solution-card-content,
.solution-card-dashboard .solution-card-content {
  position: relative;
  left: auto;
  bottom: auto;
  max-width: none;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.solution-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(106, 184, 238, 0.34);
  border-radius: 8px;
  color: rgb(106, 184, 238);
  background: rgba(106, 184, 238, 0.08);
}

.solution-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-card-dashboard {
  background:
    linear-gradient(135deg, rgba(13, 35, 49, 0.96), rgba(8, 16, 24, 0.96)),
    radial-gradient(circle at 80% 22%, rgba(106, 184, 238, 0.2), transparent 40%);
}

.solution-ui {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 42px 1fr;
  gap: 10px;
}

.solution-ui span {
  min-height: 48px;
  border: 1px solid rgba(106, 184, 238, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(106, 184, 238, 0.2), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
}

.solution-ui span:nth-child(3) {
  grid-column: span 2;
  min-height: 80px;
  background:
    repeating-linear-gradient(90deg, rgba(106, 184, 238, 0.16) 0 3px, transparent 3px 18px),
    rgba(255, 255, 255, 0.05);
}

.solution-ui span:nth-child(4) {
  display: none;
}

.solution-card-light::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(8, 16, 24, 0.62)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 42%);
}

.solution-card-utility {
  grid-column: 2 / span 4;
}

.solution-card:hover,
.solution-card:focus-within {
  border-color: rgba(106, 184, 238, 0.44);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), 0 0 46px rgba(0, 140, 255, 0.18);
  transform: translateY(-6px);
}

.solution-card:hover img,
.solution-card:focus-within img {
  filter: saturate(0.92) brightness(1.22) contrast(0.98);
  transform: scale(1.07);
}

.solution-card:hover::after,
.solution-card:focus-within::after {
  opacity: 1;
}

.solution-card:hover .solution-details,
.solution-card:focus-within .solution-details {
  max-height: 145px;
  opacity: 1;
}

.solution-card:hover a,
.solution-card:focus-within a {
  color: #fff;
  opacity: 1;
  transform: translateY(0);
}

.applications {
  background: var(--panel-soft);
}

.product-catalog-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(106, 184, 238, 0.012);
  background:
    radial-gradient(circle at 18% 12%, rgba(106, 184, 238, 0.18), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(84, 142, 190, 0.12), transparent 26%),
    linear-gradient(135deg, #06111d 0%, #0d2a3f 48%, #071827 100%);
  color: #fff;
}

.product-catalog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.065;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(106, 184, 238, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(106, 184, 238, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 82%);
}

.product-catalog-section .section-head,
.product-catalog-section .product-ecosystem,
.product-catalog-section .product-workflow {
  position: relative;
  z-index: 1;
}

.product-catalog-section .section-head {
  width: min(920px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.product-catalog-section .section-head .eyebrow {
  color: rgb(106, 184, 238);
}

.product-catalog-section .section-head h2 {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.industries-section {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  padding-top: clamp(34px, 4vw, 58px);
  background:
    linear-gradient(125deg, rgba(0, 128, 255, 0.12), transparent 34%),
    linear-gradient(315deg, rgba(106, 184, 238, 0.12), transparent 28%),
    linear-gradient(135deg, #06111d 0%, #0d2a3f 48%, #071827 100%);
  color: #fff;
}

.industries-section::before {
  content: "";
  position: absolute;
  inset: 8% -18% auto -18%;
  height: 220px;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 16%, rgba(106, 184, 238, 0.14) 48%, transparent 78%);
  filter: blur(10px);
  animation: solutionsGlow 13s ease-in-out infinite;
}

.industries-head {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: clamp(34px, 5vw, 64px);
  text-align: left;
}

.industries-head h2 {
  color: #fff;
  font-weight: 800;
}

.industries-head p:not(.eyebrow) {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
  text-align: left;
}

.industry-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 16px;
}

.industry-card {
  position: relative;
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 190px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(106, 184, 238, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(106, 184, 238, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(6, 18, 30, 0.78);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(106, 184, 238, 0.06),
    0 0 38px rgba(0, 140, 255, 0.1);
  transition: transform 0.34s ease, border-color 0.34s ease, box-shadow 0.34s ease;
}

.industries-section .industry-card.reveal {
  opacity: 0;
  transform: translate3d(0, 52px, 0) scale(0.975);
  transition:
    opacity 1.18s ease,
    transform 1.18s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.42s ease,
    box-shadow 0.42s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.industries-section .industry-card.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.industry-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.78) contrast(1.05);
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1), filter 0.34s ease;
}

.industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(106, 184, 238, 0.12), transparent 42%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.035), transparent 38%);
  z-index: 1;
  opacity: 0.72;
  pointer-events: none;
}

.industry-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px auto;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(106, 184, 238, 0.28);
  border-radius: 50%;
  opacity: 0.7;
  pointer-events: none;
}

.industry-card-large {
  grid-column: 1 / -1;
  grid-row: span 1;
}

.industry-card-wide {
  grid-column: 1 / -1;
}

.industry-card:not(.industry-card-large):not(.industry-card-wide):not(.industry-card-accent):not(.industry-card-media) {
  grid-column: span 2;
}

.industry-card-accent {
  grid-column: 1 / -1;
  background:
    linear-gradient(135deg, rgba(223, 96, 77, 0.82), rgba(15, 111, 143, 0.78)),
    rgba(8, 16, 24, 0.72);
}

.industry-card-media {
  grid-column: 1 / -1;
}

.industry-card h3,
.industry-card p {
  position: relative;
  z-index: 2;
}

.industry-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 800;
  line-height: 1.08;
}

.industry-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.industry-card:hover {
  border-color: rgba(106, 184, 238, 0.68);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(106, 184, 238, 0.14),
    0 0 52px rgba(0, 140, 255, 0.24);
  transform: translateY(-6px);
}

.industry-card:hover img {
  filter: saturate(0.9) brightness(0.9) contrast(1.08);
  transform: scale(1.04);
}

.partners-strip {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 0;
  background: transparent;
}

.partners-strip p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.partner-logos {
  display: flex;
  gap: 12px;
  overflow: hidden;
  min-width: 0;
  padding: 12px 18px;
  border: 1px solid rgba(106, 184, 238, 0.24);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(238, 247, 255, 0.92), rgba(210, 231, 246, 0.84));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24), 0 14px 38px rgba(0, 0, 0, 0.12);
  clip-path: inset(0 round 18px);
  cursor: grab;
  scroll-behavior: smooth;
  scrollbar-width: none;
  touch-action: pan-y;
  user-select: none;
}

.partner-logos.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.partner-logos::-webkit-scrollbar {
  display: none;
}

.partner-logos span {
  display: inline-grid;
  flex: 0 0 clamp(150px, 16vw, 220px);
  min-height: 62px;
  place-items: center;
  color: rgba(255, 255, 255, 0.48);
  background: transparent;
  font-size: 16px;
  font-weight: 900;
  transition: color 0.25s ease, transform 0.25s ease;
}

.partner-logos span:hover {
  color: #fff;
  transform: translateY(-2px);
}

.partner-logo img {
  display: block;
  width: auto;
  max-width: min(150px, 82%);
  max-height: 42px;
  object-fit: contain;
  opacity: 0.86;
  filter: saturate(0.95) brightness(0.92) contrast(1.08);
  pointer-events: none;
  user-select: none;
  transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}

.partner-logo:hover img {
  opacity: 1;
  filter: saturate(1.08) brightness(1) contrast(1.12);
  transform: translateY(-1px);
}

.partners-carousel {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 14px;
}

.partner-arrow {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(106, 184, 238, 0.28);
  border-radius: 50%;
  background: rgba(106, 184, 238, 0.08);
  color: #fff;
  cursor: pointer;
  transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.partner-arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.partner-arrow-prev::before {
  transform: rotate(-135deg);
}

.partner-arrow-next::before {
  transform: rotate(45deg);
}

.partner-arrow:hover {
  border-color: rgba(106, 184, 238, 0.58);
  background: rgba(106, 184, 238, 0.16);
  transform: translateY(-2px);
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chip-grid span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
}

blockquote p {
  margin-top: 0;
  color: var(--text);
  font-size: 18px;
}

cite {
  display: block;
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(34px, 5vw, 58px);
  background: var(--dark);
  color: #fff;
  text-align: center;
}

.contact-content {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(320px, 520px);
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 70px);
  width: min(100%, 900px);
}

.contact-qr-card {
  display: flex;
  justify-content: center;
  justify-self: center;
}

.contact-qr-card img {
  display: block;
  width: min(100%, 260px);
  aspect-ratio: 1;
  border-radius: 6px;
  background: #fff;
}

.contact-info {
  width: min(100%, 820px);
  margin: 0 auto;
  text-align: center;
  justify-self: center;
}

.contact-info p,
.contact-address-card p,
.contact-info dd {
  color: rgba(255, 255, 255, 0.74);
}

.contact-info h2 {
  margin-left: auto;
  margin-right: auto;
}

.contact-address-card {
  padding: 28px;
  border: 1px solid rgba(106, 184, 238, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  text-align: left;
}

.contact-address-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.contact-address-card dl {
  justify-items: start;
  margin-top: 28px;
}

.contact-address-card p:last-child {
  margin: 24px 0 0;
  line-height: 1.6;
}

dl {
  display: grid;
  gap: 18px;
  margin: 34px auto 0;
  justify-items: center;
}

dt {
  color: var(--accent);
  font-weight: 800;
}

dd {
  margin: 4px 0 0;
}

.lead-form {
  display: grid;
  gap: 16px;
  width: min(100%, 620px);
  max-width: 100%;
  padding: 28px;
  color: var(--text);
  text-align: left;
  overflow: hidden;
}

label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

input,
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--text);
  font: inherit;
}

textarea {
  min-height: 118px;
  overflow: hidden;
  resize: none;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(15, 111, 143, 0.18);
  border-color: var(--brand);
}

input.phone-is-idle {
  color: var(--muted);
}

input.phone-is-active {
  color: var(--text);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--brand);
  font-weight: 700;
}

.recaptcha-widget {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  min-height: 78px;
  overflow: visible;
}

.recaptcha-widget:empty {
  display: none;
  min-height: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 24px clamp(20px, 5vw, 72px);
  background: #0b171f;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer span {
  grid-column: 2;
  text-align: center;
}

.site-footer a {
  grid-column: 3;
  justify-self: end;
}

.floating-actions {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 30;
  display: grid;
  gap: 12px;
  justify-items: end;
}

.floating-lead-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border: 1px solid rgba(106, 184, 238, 0.3);
  border-radius: 50%;
  padding: 0;
  background: rgba(3, 10, 16, 0.92);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 20px rgba(106, 184, 238, 0.08);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(0.96);
  transition: opacity 0.34s ease, transform 0.34s ease, background 0.24s ease, border-color 0.24s ease;
  backdrop-filter: blur(12px);
}

.floating-lead-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: rgb(106, 184, 238);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(106, 184, 238, 0.62));
}

.floating-lead-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.floating-lead-button:hover {
  border-color: rgba(106, 184, 238, 0.58);
  background: rgba(6, 24, 35, 0.96);
  transform: translateY(-2px) scale(1.02);
}

.back-to-top {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(106, 184, 238, 0.42);
  border-radius: 50%;
  background: rgba(7, 19, 31, 0.78);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(0.94);
  transition: opacity 0.34s ease, transform 0.34s ease, background 0.24s ease, border-color 0.24s ease;
  backdrop-filter: blur(12px);
}

.back-to-top::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: translateY(4px) rotate(45deg);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:hover {
  border-color: rgba(106, 184, 238, 0.72);
  background: rgba(15, 111, 143, 0.9);
  transform: translateY(-2px) scale(1.04);
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.lead-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 5, 9, 0.78);
  backdrop-filter: blur(12px);
}

.lead-modal-panel {
  position: relative;
  width: min(100%, 560px);
  max-height: min(760px, calc(100vh - 44px));
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(106, 184, 238, 0.22);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(2, 8, 13, 0.98), rgba(5, 20, 29, 0.98)),
    radial-gradient(circle at 85% 18%, rgba(106, 184, 238, 0.14), transparent 34%);
  color: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
  transform: translateY(20px) scale(0.97);
  transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

.lead-modal.is-open .lead-modal-panel {
  transform: translateY(0) scale(1);
}

.lead-modal-panel h2 {
  margin: 6px 0 14px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
}

.lead-modal-note {
  max-width: 460px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.lead-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(106, 184, 238, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  cursor: pointer;
}

.lead-modal-close::before,
.lead-modal-close::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 10px;
  width: 16px;
  height: 2px;
  background: currentColor;
}

.lead-modal-close::before {
  transform: rotate(45deg);
}

.lead-modal-close::after {
  transform: rotate(-45deg);
}

.lead-modal-form {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  overflow: visible;
}

.lead-modal-form label {
  color: rgba(255, 255, 255, 0.72);
}

.lead-modal-form input,
.lead-modal-form textarea {
  border-color: rgba(106, 184, 238, 0.18);
  background: rgba(1, 8, 13, 0.82);
  color: #fff;
}

.lead-modal-form input::placeholder,
.lead-modal-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.lead-modal-form input.phone-is-idle {
  color: rgba(255, 255, 255, 0.42);
}

.lead-modal-form input.phone-is-active {
  color: #fff;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr 42px;
    min-height: 50px;
    gap: 18px;
  }

  .nav-toggle {
    display: block;
  }

  .split,
  .about-section,
  .about-gallery,
  .purpose-section,
  .products-showcase,
  .product-workflow,
  .raritan-feature,
  .bticino-feature,
  .contact-content {
    grid-template-columns: 1fr;
  }

  .product-ecosystem {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-workflow {
    gap: 0;
  }

  .product-workflow-step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(106, 184, 238, 0.16);
  }

  .product-workflow-step:last-child {
    border-bottom: 0;
  }

  .product-workflow-step::before {
    top: 78px;
    left: 50px;
    bottom: -18px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(106, 184, 238, 0.72), rgba(106, 184, 238, 0.05));
  }

  .contact-qr-card {
    width: min(100%, 280px);
    justify-self: center;
  }

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

  .about-content,
  .purpose-copy,
  .product-brand-copy {
    max-width: 760px;
    justify-self: center;
    text-align: center;
  }

  .about-content h2,
  .about-section .about-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .about-gallery img,
  .purpose-gallery img,
  .product-static-image,
  .product-static-image img,
  .product-carousel,
  .product-carousel img,
  .raritan-image,
  .raritan-image img,
  .bticino-carousel,
  .bticino-carousel img,
  .bticino-static-image,
  .bticino-static-image img {
    min-height: 520px;
  }

  .raritan-image {
    position: relative;
    top: auto;
  }

  .raritan-copy {
    padding-top: 0;
  }

  .bticino-intro {
    min-height: auto;
    padding: 54px 20px;
  }

  .raritan-directions {
    grid-template-columns: 1fr;
  }

  .project-grid,
  .quote-grid,
  .brand-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-info {
    order: 2;
  }

  .cms-site-items--cards,
  .cms-site-items--steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cms-site-items--cols-3,
  .cms-site-items--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cms-site-block--cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(210px, auto);
  }

  .industry-card {
    min-width: 0;
    grid-column: span 1;
    grid-row: span 1;
  }

  .industry-card-large {
    grid-column: 1 / -1;
    grid-row: span 1;
  }

  .industry-card-wide,
  .industry-card-accent,
  .industry-card-media,
  .industry-card:not(.industry-card-large):not(.industry-card-wide):not(.industry-card-accent):not(.industry-card-media) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
  }

  .solution-card-hero,
  .solution-card-wide,
  .solution-card-tall,
  .solution-card-utility,
  .solution-card-minimal,
  .solution-card-dashboard,
  .solution-card-dc,
  .solution-card-unified,
  .solution-card-light {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 640px) {
  .menu-panel {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .menu-panel.is-open {
    max-height: 56vh;
    padding: 12px 18px 14px;
    overflow-y: auto;
  }

  .menu-panel .main-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    font-size: 12px;
  }

  .menu-panel .main-nav a {
    padding: 9px 0;
  }

  .menu-panel .main-nav a:nth-last-child(2) {
    border-bottom: 1px solid rgba(106, 184, 238, 0.18);
  }

  .menu-info {
    gap: 8px;
    padding: 12px;
  }

  .menu-info-title {
    font-size: 15px;
  }

  .menu-info p:not(.menu-info-title) {
    display: none;
  }

  .menu-cta {
    min-height: 36px;
    margin-top: 2px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .menu-contacts {
    gap: 4px;
    margin-top: 2px;
    font-size: 12px;
  }

  .site-header {
    padding: 8px 18px;
    min-height: 45px;
  }

  .brand-logo {
    width: 112px;
  }

  .brand-name {
    font-size: 14px;
  }

  .hero {
    min-height: 100vh;
    padding: 132px 20px 28px;
  }

  .hero-content {
    padding-bottom: 34px;
  }

  .hero h1 {
    font-size: 18px;
  }

  .hero-brand-title {
    font-size: 48px;
    margin-bottom: 80px;
  }

  .hero-kicker {
    font-size: 42px;
    margin-bottom: 2rem;
  }

  .hero-panel,
  .project-grid,
  .quote-grid,
  .brand-capabilities,
  .cms-site-items--cards,
  .cms-site-items--steps,
  .cms-site-items--cols-2,
  .cms-site-items--cols-3,
  .cms-site-items--cols-4,
  .industry-grid,
  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .industry-grid {
    grid-auto-rows: auto;
  }

  .industry-card,
  .industry-card-large,
  .industry-card-wide,
  .industry-card-accent,
  .industry-card-media,
  .industry-card:not(.industry-card-large):not(.industry-card-wide):not(.industry-card-accent):not(.industry-card-media) {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 170px;
  }

  .solutions-grid {
    grid-auto-rows: 260px;
  }

  .solution-card-content {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }

  .solution-card .solution-details {
    max-height: 180px;
    opacity: 1;
  }

  .solution-card a {
    opacity: 1;
    transform: none;
  }

  .brand-capabilities article {
    margin-left: 0;
    margin-top: -1px;
  }

  .brand-capabilities article:first-child {
    margin-top: 0;
  }

  .section,
  .contact-section {
    padding: 64px 20px;
  }

  .case-section {
    min-height: auto;
    padding: 64px 20px;
  }

  .case-card {
    gap: 22px;
    padding: 22px;
  }

  .about-card,
  .project-card,
  .cms-site-block,
  blockquote,
  .brand-capabilities article,
  .lead-form {
    padding: 22px;
  }

  .lead-form {
    width: 100%;
    max-width: calc(100vw - 32px);
    margin-inline: auto;
  }

  .lead-modal {
    padding: 12px;
    align-items: start;
    overflow-y: auto;
  }

  .lead-modal-panel {
    width: min(100%, 420px);
    max-height: none;
    margin: 12px auto;
    padding: 22px;
    overflow-x: visible;
  }

  .lead-modal-form {
    max-width: 100%;
    overflow: visible;
  }

  .lead-form label,
  .lead-form input,
  .lead-form textarea,
  .lead-form button,
  .lead-form .form-status {
    max-width: 100%;
  }

  .recaptcha-widget {
    width: 100%;
    justify-content: center;
  }

  .lead-modal-form .recaptcha-widget {
    justify-content: center;
    min-height: 78px;
    overflow: visible;
  }

  .cms-site-item {
    min-height: auto;
    padding: 18px;
  }

  .services-carousel {
    min-height: 390px;
  }

  .service-slide {
    min-height: 318px;
    gap: 12px;
    padding: 24px 42px 52px;
  }

  .service-icon {
    width: 58px;
    height: 58px;
  }

  .service-icon svg {
    width: 34px;
    height: 34px;
  }

  .service-slide h3 {
    font-size: clamp(20px, 7vw, 28px);
    line-height: 1.08;
  }

  .service-slide p {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }

  .service-dots {
    bottom: 22px;
    gap: 9px;
  }

  .service-dot {
    width: 9px;
    height: 9px;
  }

  .services-carousel .gallery-arrow-prev,
  .services-carousel:hover .gallery-arrow-prev,
  .services-carousel:focus-within .gallery-arrow-prev {
    left: 6px;
  }

  .services-carousel .gallery-arrow-next,
  .services-carousel:hover .gallery-arrow-next,
  .services-carousel:focus-within .gallery-arrow-next {
    right: 6px;
  }

  .products-head {
    margin-bottom: 28px;
  }

  .product-ecosystem {
    grid-template-columns: 1fr;
  }

  .product-ecosystem-card {
    min-height: auto;
    padding: 22px;
  }

  .product-card-number {
    margin-bottom: 28px;
  }

  .product-ecosystem-card h3 {
    min-height: auto;
  }

  .product-brand-copy {
    min-height: auto;
    padding: 64px 20px;
  }

  .product-divider {
    width: 100%;
    justify-content: center;
  }

  .product-divider::before,
  .product-divider::after {
    width: 28px;
  }

  .product-carousel-copy {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }

  .product-carousel-controls .gallery-arrow {
    top: 32px;
  }

  .partners-carousel {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
  }

  .partner-arrow {
    width: 36px;
    height: 36px;
  }

  .partner-logos {
    justify-content: flex-start;
    padding: 10px;
    scroll-padding-inline: 10px;
  }

  .partner-logos span {
    flex-basis: calc(100% - 20px);
    min-height: 56px;
  }

  .partner-logo img {
    max-width: min(160px, 86%);
    max-height: 36px;
  }

  .raritan-image,
  .raritan-image img,
  .bticino-carousel,
  .bticino-carousel img,
  .bticino-static-image,
  .bticino-static-image img {
    min-height: 420px;
  }

  .bticino-copy-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }

  .bticino-copy-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .bticino-intro > p {
    font-size: 9px;
  }

  .raritan-directions article {
    padding: 18px;
  }

  .site-footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .site-footer span,
  .site-footer a {
    grid-column: auto;
    justify-self: center;
  }
}

@media (max-width: 380px) {
  .lead-form {
    max-width: calc(100vw - 24px);
    padding: 18px;
  }

  .lead-modal {
    padding: 8px;
  }

  .lead-modal-panel {
    width: 100%;
    margin: 8px auto;
    padding: 18px;
  }

  .recaptcha-widget {
    min-height: 72px;
    justify-content: center;
  }

  .recaptcha-widget > div {
    transform: scale(0.86);
    transform-origin: center top;
  }

  .lead-modal-form .recaptcha-widget {
    min-height: 68px;
  }

  .lead-modal-form .recaptcha-widget > div {
    transform: scale(0.82);
    transform-origin: center top;
  }
}

.about-section,
.about-section *,
.about-section ~ section,
.about-section ~ section * {
  font-weight: 800 !important;
}

.about-section h2,
.about-section ~ section h2 {
  font-size: calc(clamp(32px, 4vw, 56px) - 3px) !important;
}

.about-section h3,
.about-section ~ section h3 {
  font-size: calc(clamp(20px, 2vw, 32px) - 3px) !important;
}

.about-section p,
.about-section li,
.about-section dd,
.about-section label,
.about-section input,
.about-section textarea,
.about-section button,
.about-section ~ section p,
.about-section ~ section li,
.about-section ~ section dd,
.about-section ~ section label,
.about-section ~ section input,
.about-section ~ section textarea,
.about-section ~ section button {
  font-size: calc(1em + 1px) !important;
}

.about-section .eyebrow,
.about-section ~ section .eyebrow,
.about-section ~ section .services-kicker,
.about-section ~ section .product-card-number,
.about-section ~ section .client-badge,
.about-section ~ section .case-meta span,
.about-section ~ section .product-divider,
.about-section ~ section .product-brand-subtitle {
  font-size: calc(1em + 1px) !important;
}

@media (max-width: 640px) {
  .products-section .product-brand-copy > p:last-child,
  .products-section .raritan-copy > p:not(.product-brand-subtitle),
  .products-section .raritan-directions p,
  .products-section .bticino-copy-card p,
  .products-section .bticino-intro p,
  .brand-capabilities p,
  .product-ecosystem-card li {
    font-size: 14px !important;
    line-height: 1.55;
  }

  .products-section .product-brand-subtitle,
  .products-section .product-divider,
  .brand-capabilities h3,
  .raritan-directions h4 {
    font-size: 13px !important;
  }

  .products-section .bticino-copy-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-height: calc(100% - 24px);
    padding: 12px 14px;
    overflow: auto;
  }

  .products-section .bticino-copy-card p {
    font-size: 12px !important;
    line-height: 1.42;
  }
}

@media (max-width: 380px) {
  .products-section .bticino-copy-card {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px 12px;
  }

  .products-section .bticino-copy-card p {
    font-size: 11px !important;
    line-height: 1.38;
  }
}

@media (max-width: 640px) {
  .solutions-section .solution-card-content {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 6px;
    padding: 10px;
    max-height: calc(100% - 24px);
    overflow: hidden;
  }

  .solutions-section .solution-card h3 {
    font-size: 18px !important;
    line-height: 1.12;
  }

  .solutions-section .solution-card p {
    font-size: 12px !important;
    line-height: 1.35;
  }

  .solutions-section .solution-card .solution-details {
    max-height: 96px;
    font-size: 11.5px !important;
    line-height: 1.32;
  }

  .solutions-section .solution-card a {
    font-size: 11px !important;
    line-height: 1.2;
  }
}

@media (max-width: 380px) {
  .solutions-section .solutions-grid {
    grid-auto-rows: 238px;
  }

  .solutions-section .solution-card h3 {
    font-size: 16px !important;
  }

  .solutions-section .solution-card p {
    font-size: 11px !important;
  }

  .solutions-section .solution-card .solution-details {
    max-height: 82px;
    font-size: 10.5px !important;
  }
}

@media (max-width: 640px) {
  .partners-carousel {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
  }

  .partner-logos {
    gap: 0;
    padding: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
  }

  .partner-logos span {
    flex: 0 0 100%;
    min-width: 100%;
    justify-items: center;
    scroll-snap-align: center;
  }

  .partner-logo img {
    max-width: min(170px, 82%);
    margin-inline: auto;
  }
}

@media (max-width: 980px) {
  .product-workflow-step::before {
    display: none;
  }
}
