:root {
  --ink: #152333;
  --ink-strong: #071a2d;
  --muted: #717174;
  --line: #dce8f2;
  --soft: #f4f9fd;
  --white: #ffffff;
  --brand: #0089d0;
  --brand-dark: #00549f;
  --accent: #00549f;
  --brand-gray: #717174;
  --warning: #f2b84b;
  --surface: rgba(255, 255, 255, 0.9);
  --shadow-sm: 0 10px 30px rgba(0, 84, 159, 0.08);
  --shadow-md: 0 24px 60px rgba(0, 84, 159, 0.16);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

body.is-loading {
  overflow: hidden;
}

main {
  display: flex;
  flex-direction: column;
  padding-top: var(--header-height);
}

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

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--ink-strong);
  color: var(--white);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  transition: transform 0.2s ease;
}

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

.preloader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 137, 208, 0.18), transparent 30%),
    radial-gradient(circle at 15% 18%, rgba(0, 84, 159, 0.28), transparent 27%),
    linear-gradient(135deg, #03111f, #061d34 56%, #041323);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.preloader.hide {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.035);
  pointer-events: none;
}

.intro-network,
.intro-grid,
.intro-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.intro-network {
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: introNetworkIn 0.7s 0.12s ease forwards;
}

.intro-grid {
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(0, 137, 208, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 137, 208, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 68%);
}

.intro-glow {
  filter: blur(1px);
}

.intro-glow-left {
  background: radial-gradient(circle at 8% 70%, rgba(0, 137, 208, 0.14), transparent 26%);
}

.intro-glow-right {
  background: radial-gradient(circle at 90% 24%, rgba(0, 137, 208, 0.16), transparent 24%);
}

.preloader-panel {
  position: relative;
  z-index: 2;
  width: min(560px, calc(100% - 48px));
  display: grid;
  justify-items: center;
  text-align: center;
}

.intro-logo-frame {
  position: relative;
  width: min(300px, 72vw);
  opacity: 0;
  transform: translateY(16px) scale(0.94);
  animation: introLogoIn 0.58s 0.08s cubic-bezier(0.2, 0.85, 0.18, 1) forwards;
}

.intro-logo-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 137, 208, 0.24));
}

.intro-logo-glow {
  position: absolute;
  inset: 20% 8%;
  border-radius: 50%;
  background: rgba(0, 137, 208, 0.34);
  filter: blur(34px);
  animation: introGlowPulse 1.35s ease-in-out infinite;
}

.intro-line {
  position: relative;
  width: min(460px, 78vw);
  height: 1px;
  margin: 27px 0 20px;
  overflow: visible;
  background: rgba(122, 205, 245, 0.17);
  transform: scaleX(0);
  animation: introLineExpand 0.56s 0.43s cubic-bezier(0.2, 0.85, 0.18, 1) forwards;
}

.intro-line::before,
.intro-line::after {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border: 1px solid rgba(128, 217, 255, 0.9);
  border-radius: 50%;
  background: #092844;
  box-shadow: 0 0 16px rgba(0, 137, 208, 0.9);
  transform: translateY(-50%);
}

.intro-line::before {
  left: 0;
}

.intro-line::after {
  right: 0;
}

.intro-line span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  background: linear-gradient(90deg, transparent, #7dd9ff, transparent);
  box-shadow: 0 0 12px rgba(0, 137, 208, 0.8);
  animation: introLineScan 0.86s 0.52s ease-in-out forwards;
}

.intro-tagline {
  margin-bottom: 8px;
  color: #eef9ff;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 700;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(10px);
  animation: introTextIn 0.46s 0.68s ease forwards;
}

.intro-status {
  color: rgba(176, 220, 242, 0.76);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(8px);
  animation: introTextIn 0.4s 0.85s ease forwards;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--brand), var(--brand-dark));
  transform: scaleX(0);
  transform-origin: left;
}

.cursor-follower {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 130;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 137, 208, 0.72);
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: multiply;
  transform: translate3d(-50%, -50%, 0);
  transition: width 0.2s ease, height 0.2s ease, border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.cursor-follower.active {
  opacity: 1;
}

.cursor-follower.hovering {
  width: 46px;
  height: 46px;
  border-color: rgba(0, 84, 159, 0.2);
  background: rgba(0, 137, 208, 0.12);
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  border-bottom: 1px solid rgba(0, 84, 159, 0.12);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(0, 84, 159, 0.12);
}

.navbar {
  width: min(1160px, calc(100% - 40px));
  height: var(--header-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  font-weight: 800;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--ink);
}

.brand-logo {
  width: 188px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 12px 22px rgba(0, 84, 159, 0.16));
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--brand-gray);
  font-size: 14px;
  font-weight: 700;
}

.nav-menu a {
  position: relative;
  transition: color 0.2s ease;
}

.nav-menu a:not(.nav-cta)::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  content: "";
  border-radius: 99px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--brand-dark);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 11px 16px;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow: 0 12px 28px rgba(0, 137, 208, 0.22);
}

.nav-menu .nav-cta:hover,
.nav-menu .nav-cta.active {
  color: var(--white);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(0, 84, 159, 0.16);
  border-radius: 999px;
  background: rgba(0, 137, 208, 0.06);
}

.nav-menu .language-switcher a {
  min-width: 34px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--brand-gray);
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.nav-menu .language-switcher a::after {
  display: none;
}

.nav-menu .language-switcher a:hover,
.nav-menu .language-switcher a[aria-current="page"] {
  color: var(--white);
  background: var(--brand-dark);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  gap: 4px;
  border: 1px solid rgba(0, 84, 159, 0.18);
  border-radius: var(--radius-sm);
  color: var(--brand-dark);
  background: rgba(0, 137, 208, 0.08);
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 99px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

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

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

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

.section {
  padding: 104px 0;
}

.section-panel {
  position: relative;
  overflow: hidden;
}

.hero {
  width: min(1220px, calc(100% - 64px));
  min-height: 590px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 42px 0 34px;
  scroll-margin-top: calc(var(--header-height) + 18px);
  color: var(--white);
  border-radius: 8px;
  background: var(--ink-strong);
  box-shadow: 0 18px 48px rgba(7, 26, 45, 0.18);
}

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

.hero::before {
  inset: 0;
  background:
    radial-gradient(circle at 47% 9%, rgba(0, 137, 208, 0.28), transparent 23%),
    linear-gradient(90deg, rgba(2, 13, 29, 0.96), rgba(5, 23, 44, 0.87) 46%, rgba(3, 13, 28, 0.98)),
    linear-gradient(180deg, rgba(7, 17, 31, 0.24), rgba(7, 17, 31, 0.68));
  z-index: 1;
}

.hero::after {
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 137, 208, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 137, 208, 0.08) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(circle at 45% 18%, #000 0, transparent 38%);
  opacity: 0.42;
  z-index: 1;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  transform: scale(1.04);
  animation: heroZoom 16s ease-in-out infinite alternate;
}

.hero .container {
  width: min(1110px, calc(100% - 56px));
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(560px, 1.14fr);
  gap: 46px;
  align-items: center;
}

.hero-content {
  max-width: 500px;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  color: #9ee6dc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--brand);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 500px;
  margin-bottom: 22px;
  font-size: clamp(44px, 3.55vw, 60px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
}

.kinetic-title {
  overflow: hidden;
}

.kinetic-word {
  display: inline-block;
  transform: translateY(118%) rotate(3deg);
  transform-origin: left bottom;
  transition: transform 0.72s cubic-bezier(0.2, 0.85, 0.18, 1);
  transition-delay: calc(var(--word-index, 0) * 42ms);
}

.visible .kinetic-word,
.hero-content.visible .kinetic-word {
  transform: translateY(0) rotate(0);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.25;
}

.hero p {
  max-width: 500px;
  color: #d3dfeb;
  font-size: 15.5px;
  line-height: 1.72;
}

.hero-actions,
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin: 28px 0 24px;
}

.btn {
  position: relative;
  overflow: hidden;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 0;
  border-radius: var(--radius-sm);
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn > span {
  position: relative;
  z-index: 1;
}

.btn-whatsapp {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  margin-right: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
}

.btn::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.34) 45%, transparent 72%);
  transform: translateX(-125%);
  transition: transform 0.55s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover::after {
  transform: translateX(125%);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 16px 35px rgba(0, 137, 208, 0.32);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.btn-light {
  color: var(--ink-strong);
  background: var(--white);
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e6f1f8;
  font-size: 12px;
  font-weight: 800;
}

.hero-proof span::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 99px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(0, 137, 208, 0.14);
}

.hero-dashboard {
  display: grid;
  gap: 16px;
}

.hero-solution-panel,
.mini-metrics {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(13, 33, 57, 0.82);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px);
}

.hero-solution-panel {
  overflow: hidden;
  padding: 0;
}

.panel-heading {
  padding: 18px 22px 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.panel-heading h2 {
  margin-bottom: 4px;
  font-size: 19px;
  line-height: 1.2;
}

.panel-heading p {
  margin-bottom: 0;
  color: #f4f8ff;
  font-size: 13px;
}

.panel-body {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 10px 11px;
}

.solution-tabs {
  display: grid;
  align-content: start;
  gap: 6px;
}

.solution-tabs button {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: var(--white);
  background: rgba(4, 20, 38, 0.62);
  font-weight: 800;
  font-size: 12px;
  line-height: 1.1;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.solution-tabs button:hover,
.solution-tabs button.active {
  border-color: rgba(59, 174, 255, 0.54);
  background: linear-gradient(135deg, #0089d0, #0057b8);
  box-shadow: 0 12px 24px rgba(0, 84, 159, 0.24);
}

.solution-tabs button:hover {
  transform: translateY(-1px);
}

.solution-tabs img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.featured-solution {
  min-height: 286px;
  display: grid;
  grid-template-rows: minmax(182px, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(0, 137, 208, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 54% 25%, rgba(69, 158, 226, 0.22), transparent 38%),
    linear-gradient(135deg, rgba(10, 35, 61, 0.94), rgba(11, 28, 50, 0.88));
}

.featured-visual {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  margin: 12px 16px 0;
  padding: 10px 18px 0;
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 48% 42%, rgba(0, 137, 208, 0.18), transparent 46%),
    linear-gradient(135deg, rgba(2, 17, 34, 0.12), rgba(15, 42, 72, 0.2));
}

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

.featured-visual::before {
  inset: 14% 10% 6%;
  z-index: 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(38, 183, 255, 0.28), rgba(0, 84, 159, 0.08) 48%, transparent 72%);
  filter: blur(22px);
}

.featured-visual::after {
  inset: -2px;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(9, 31, 55, 0.98), rgba(9, 31, 55, 0.16) 18%, rgba(9, 31, 55, 0) 50%, rgba(9, 31, 55, 0.2) 82%, rgba(9, 31, 55, 0.98)),
    linear-gradient(180deg, rgba(9, 31, 55, 0.86), rgba(9, 31, 55, 0.08) 18%, rgba(9, 31, 55, 0) 56%, rgba(9, 31, 55, 0.9));
}

.featured-visual .solution-preview-image {
  position: relative;
  z-index: 2;
  width: min(92%, 430px);
  max-width: 100%;
  max-height: 218px;
  height: auto;
  object-fit: contain;
  border-radius: 7px;
  filter:
    saturate(1.04)
    contrast(1.03)
    drop-shadow(0 26px 28px rgba(0, 0, 0, 0.32))
    drop-shadow(0 0 28px rgba(0, 137, 208, 0.16));
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 8%, #000 84%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 8%, #000 84%, transparent 100%);
  -webkit-mask-composite: source-in;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.solution-preview-badge {
  position: absolute;
  right: 5%;
  top: 34px;
  width: min(24%, 142px);
  transform: rotate(8deg);
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.36));
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.solution-preview-badge.is-hidden {
  opacity: 0;
  transform: translateY(8px) rotate(8deg) scale(0.96);
  pointer-events: none;
}

.featured-copy {
  padding: 4px 22px 18px;
}

.featured-copy h3 {
  margin-bottom: 6px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.18;
}

.featured-copy p {
  max-width: 460px;
  margin-bottom: 10px;
  color: #e3edf7;
  font-size: 13.5px;
  line-height: 1.48;
}

.featured-copy a,
.solution-preview-link {
  color: #28b7ff;
  font-size: 13px;
  font-weight: 800;
}

.mini-metrics {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  justify-self: stretch;
  overflow: hidden;
}

.mini-metrics div {
  padding: 16px 22px 17px;
  background: rgba(255, 255, 255, 0.08);
}

.mini-metrics strong {
  display: block;
  color: var(--white);
  font-size: 25px;
  line-height: 1.1;
}

.mini-metrics span {
  color: #bfd0df;
  font-size: 11.5px;
  font-weight: 700;
}

.section-title p,
.value-card p,
.contact-copy p {
  color: var(--muted);
}

.about-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: calc(var(--header-height) + 18px);
  background:
    radial-gradient(circle at 88% 12%, rgba(0, 137, 208, 0.09), transparent 24%),
    linear-gradient(180deg, #ffffff, #f8fbfe);
}

.about-section::before {
  position: absolute;
  top: 0;
  left: max(14px, calc(50% - 580px));
  width: 74px;
  height: 4px;
  content: "";
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg, var(--brand), var(--brand-dark));
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 76px;
  align-items: center;
}

.about-heading h2 {
  max-width: 580px;
  margin-bottom: 20px;
  color: var(--ink-strong);
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.06;
}

.about-lead {
  max-width: 580px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 17px;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.about-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(0, 137, 208, 0.16);
  border-radius: 99px;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
}

.about-profile {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(0, 84, 159, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(0, 84, 159, 0.1);
}

.about-profile::after {
  position: absolute;
  top: -68px;
  right: -54px;
  width: 170px;
  height: 170px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 137, 208, 0.12), rgba(0, 84, 159, 0.04));
}

.about-profile-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.about-card-label {
  display: inline-flex;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-profile-mark {
  color: rgba(0, 84, 159, 0.18);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.08em;
}

.about-profile p {
  position: relative;
  z-index: 1;
  color: var(--muted);
}

.about-profile-intro {
  margin-bottom: 12px;
  color: var(--ink) !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.55;
}

.about-scope {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.about-scope div {
  min-height: 100px;
  padding: 15px;
  background: #fafdff;
}

.about-scope strong {
  display: block;
  margin-bottom: 13px;
  color: var(--brand);
  font-size: 13px;
}

.about-scope span {
  display: block;
  color: #3c5065;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.about-direction {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  margin-top: 60px;
}

.about-vision,
.about-mission {
  min-height: 244px;
  padding: 30px;
  border-radius: var(--radius-lg);
}

.about-vision {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 137, 208, 0.2), transparent),
    var(--ink-strong);
}

.about-vision::after {
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 158px;
  height: 158px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.035);
}

.about-vision .about-card-label {
  margin-bottom: 46px;
  color: #9ee6dc;
}

.about-vision h3 {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin-bottom: 12px;
  font-size: 27px;
}

.about-vision p {
  position: relative;
  z-index: 1;
  max-width: 450px;
  margin-bottom: 0;
  color: #bfd0df;
}

.about-mission {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

.mission-list {
  display: grid;
  gap: 0;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.mission-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 13px 0;
  color: #4c5e70;
  font-size: 15px;
  font-weight: 700;
}

.mission-list li + li {
  border-top: 1px solid var(--line);
}

.mission-list span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
}

.values-heading {
  margin-top: 64px;
}

.values-heading .eyebrow {
  margin-bottom: 10px;
}

.values-heading h3 {
  max-width: 580px;
  margin-bottom: 20px;
  color: var(--ink-strong);
  font-size: 26px;
}

.value-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.value-card,
.contact-location,
.contact-list article {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.value-card:hover,
.contact-location:hover,
.contact-list article:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 137, 208, 0.28);
  box-shadow: var(--shadow-md);
}

.contact-list span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.values-grid {
  display: grid;
  gap: 22px;
}

.values-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.value-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.value-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  content: "";
  background: linear-gradient(135deg, rgba(0, 137, 208, 0.14), rgba(0, 84, 159, 0.14));
  border-bottom-left-radius: 100%;
}

.value-number {
  display: inline-flex;
  margin-bottom: 32px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

.value-card p {
  margin-bottom: 0;
}

.section-title {
  max-width: 780px;
  margin-bottom: 42px;
}

.section-title p {
  max-width: 720px;
  font-size: 17px;
}

.solution-preview.is-changing .solution-preview-image,
.solution-preview.is-changing .solution-preview-badge,
.solution-preview.is-changing .solution-preview-title,
.solution-preview.is-changing .solution-preview-text {
  opacity: 0;
  transform: translateY(6px);
}

.value-strip {
  padding: 30px 0 58px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.value-strip-grid {
  width: min(1220px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(0, 84, 159, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(0, 84, 159, 0.1);
}

.value-strip-grid article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 24px 28px;
  border-right: 1px solid rgba(0, 84, 159, 0.14);
}

.value-strip-grid article:last-child {
  border-right: 0;
}

.value-strip-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(0, 137, 208, 0.06);
}

.value-strip-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.value-strip-grid h3 {
  margin-bottom: 6px;
  color: #00549f;
  font-size: 14.5px;
  line-height: 1.24;
}

.value-strip-grid p {
  margin-bottom: 0;
  color: #38527a;
  font-size: 13.5px;
  line-height: 1.45;
}

.product-categories {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.product-category {
  position: relative;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(0, 137, 208, 0.07), rgba(255, 255, 255, 0) 42%),
    var(--white);
  padding: 34px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-category::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  z-index: -1;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 137, 208, 0.12), transparent 68%);
}

.product-category:hover {
  border-color: rgba(0, 137, 208, 0.24);
  box-shadow: var(--shadow-md);
}

.product-category-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}

.category-title-area {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.product-category-header h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: var(--ink-strong);
}

.category-desc {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  max-width: 620px;
  justify-self: end;
}

/* Category Grid for Hardware Products */
.category-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  padding: 1.25rem;
  opacity: 0;
}

.product-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), rgba(0, 137, 208, 0.35));
  transform: scaleX(0.75);
  transform-origin: left;
  transition: transform 0.3s ease;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.product-item:hover,
.product-item:focus-visible,
.product-item:active,
.product-item.is-active {
  transform: translateY(-5px);
  border-color: rgba(0, 137, 208, 0.3);
  box-shadow: var(--shadow-sm);
  background-color: var(--white);
}

.product-item:hover::after,
.product-item:focus-visible::after,
.product-item:active::after,
.product-item.is-active::after,
.product-item.is-visible::after {
  transform: scaleX(1);
}

.product-item.is-visible {
  opacity: 1;
  animation: cardFadeInUp 0.6s ease backwards;
}

.product-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  background-color: #ffffff;
  padding: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.product-item-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.product-item-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.product-item-info h4 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: var(--ink-strong);
}

.product-item-info p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.product-item-etc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 137, 208, 0.22);
  border-radius: var(--radius-md);
  background: rgba(0, 137, 208, 0.06);
  text-align: center;
  padding: 20px;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  opacity: 0;
}

.product-item-etc:hover,
.product-item-etc:focus-visible,
.product-item-etc:active,
.product-item-etc.is-active {
  background: rgba(0, 137, 208, 0.08);
  transform: translateY(-4px);
}

.product-item-etc.is-visible {
  opacity: 1;
  animation: cardFadeInUp 0.6s ease backwards;
}

.product-etc-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0069cf;
  color: var(--white);
  box-shadow: 0 10px 20px rgba(0, 105, 207, 0.22);
}

.product-etc-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.product-etc-copy {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.product-etc-copy span {
  max-width: 260px;
  color: #061b35;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
}

.product-etc-copy p {
  max-width: 330px;
  margin: 0;
  color: #4a6380;
  font-size: 12.6px;
  line-height: 1.52;
}

.product-etc-button {
  margin-top: 0.5rem;
  font-weight: 600;
  color: var(--brand-dark);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
  background: none;
  padding: 0;
  min-height: auto;
  box-shadow: none;
  border-radius: 0;
}

.product-etc-button:hover {
  border-color: var(--brand-dark);
}

/* Software List Styling */
.software-products-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.software-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(0, 137, 208, 0.16);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.9));
  box-shadow: 0 12px 30px rgba(6, 27, 53, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  opacity: 0;
}

.software-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 137, 208, 0.06), transparent 60%);
  pointer-events: none;
}

.software-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  background: linear-gradient(90deg, var(--brand), rgba(0, 137, 208, 0.35));
  transform: scaleX(0.75);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.software-item:hover,
.software-item:focus-visible,
.software-item:active,
.software-item.is-active {
  transform: translateY(-4px);
  border-color: rgba(0, 137, 208, 0.3);
  box-shadow: var(--shadow-sm);
  background: var(--white);
}

.software-item:hover::after,
.software-item:focus-visible::after,
.software-item:active::after,
.software-item.is-active::after,
.software-item.is-visible::after {
  transform: scaleX(1);
}

.software-item.is-visible {
  opacity: 1;
  animation: cardFadeInUp 0.6s ease backwards;
}

.software-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.software-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 137, 208, 0.16), rgba(0, 137, 208, 0.08));
  border: 1px solid rgba(0, 137, 208, 0.15);
  color: var(--brand);
  flex-shrink: 0;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.software-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.software-item:hover .software-icon {
  transform: scale(1.05);
  color: var(--brand-dark);
  background: rgba(0, 137, 208, 0.14);
}

.software-item-badge {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(0, 137, 208, 0.08);
  color: #4f6b86;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.software-item-copy {
  display: grid;
  gap: 8px;
}

.software-item h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-strong);
  line-height: 1.3;
}

.software-item p {
  margin: 0;
  color: #4c6685;
  font-size: 13.2px;
  line-height: 1.58;
}

.software-item-highlight {
  border-color: rgba(0, 137, 208, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 243, 255, 0.94));
}

.software-item-highlight::after {
  display: none;
}

.software-item-highlight:hover::after {
  display: none;
}

.software-item .product-etc-button {
  margin-top: 2px;
}

.process-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  scroll-margin-top: calc(var(--header-height) - 8px);
  background:
    radial-gradient(circle at 8% 72%, rgba(0, 174, 239, 0.16), transparent 26%),
    radial-gradient(circle at 62% 8%, rgba(13, 71, 161, 0.09), transparent 25%),
    linear-gradient(180deg, #f8fcff 0%, #eef8ff 56%, #eaf6ff 100%);
}

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

.process-section::before {
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -42px;
  height: 58%;
  opacity: 0.56;
  background: url("../images/backgrounds/city-network-light.png") center bottom / cover no-repeat;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 72%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 72%, transparent 100%);
}

.process-section::after {
  z-index: 0;
  inset: 0;
  opacity: 0.72;
  background:
    radial-gradient(circle at 12% 80%, rgba(0, 174, 239, 0.18), transparent 24%),
    radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(115deg, transparent 0 44%, rgba(13, 71, 161, 0.05) 44.4%, transparent 47%),
    linear-gradient(18deg, transparent 0 60%, rgba(0, 174, 239, 0.06) 60.4%, transparent 64%);
}

.process-shell {
  position: relative;
  z-index: 1;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.76fr) minmax(0, 1.24fr);
  gap: 54px;
  align-items: stretch;
}

.process-intro {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
  translate: none;
  isolation: isolate;
  z-index: 1;
}

.process-intro::before {
  display: none;
}

.process-intro > * {
  position: relative;
  z-index: 1;
}

.process-intro h2 {
  max-width: 560px;
  margin-bottom: 24px;
  color: var(--ink-strong);
  font-size: clamp(40px, 4.9vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.process-intro p {
  max-width: 520px;
  color: #3b4756;
  font-size: 17px;
}

.process-pillars {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 510px;
  margin-top: auto;
  padding-top: 34px;
}

.process-pillars article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 84, 159, 0.14);
  border-radius: 8px;
  text-align: left;
  color: var(--ink-strong);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.9));
  box-shadow: 0 16px 34px rgba(0, 84, 159, 0.1);
}

.process-pillars article::after {
  position: absolute;
  left: 90px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 84, 159, 0.16), transparent);
  opacity: 0.8;
}

.process-pillars span,
.process-icon,
.process-benefits span {
  display: grid;
  place-items: center;
}

.process-pillars span {
  width: 52px;
  height: 52px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(0, 137, 208, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0, 84, 159, 0.08);
}

.process-pillars div {
  min-width: 0;
}

.process-pillars strong {
  display: block;
  margin-bottom: 2px;
  color: var(--brand-dark);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.process-pillars h3 {
  margin-bottom: 6px;
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.process-pillars p {
  margin-bottom: 0;
  color: #3f5269;
  font-size: 12px;
  line-height: 1.45;
}

.process-pillars img,
.process-icon img,
.process-benefits img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.process-flow {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.process-step {
  min-height: 124px;
  display: grid;
  grid-template-columns: 56px minmax(240px, 1fr) 90px minmax(180px, 260px);
  gap: 18px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 84, 159, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 60%, rgba(232, 244, 253, 0.5) 100%),
    var(--white);
  box-shadow: 0 18px 42px rgba(0, 84, 159, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.process-step:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 137, 208, 0.28);
  box-shadow: 0 26px 64px rgba(0, 84, 159, 0.16);
}

.process-number {
  align-self: stretch;
  display: grid;
  grid-template-rows: 52px 1fr;
  justify-items: center;
  padding: 18px 0 0 18px;
}

.process-number span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--white);
  background:
    radial-gradient(circle at 28% 24%, rgba(0, 137, 208, 0.42), transparent 42%),
    var(--ink-strong);
  box-shadow: 0 12px 26px rgba(7, 26, 45, 0.24);
  font-size: 13px;
  font-weight: 900;
}

.process-number i {
  width: 1px;
  min-height: 48px;
  margin-top: 10px;
  background: linear-gradient(180deg, rgba(0, 84, 159, 0.28), transparent);
}

.process-copy {
  padding: 22px 0;
}

.process-copy h3 {
  margin-bottom: 8px;
  color: var(--brand-dark);
  font-size: 24px;
  font-weight: 900;
}

.process-copy p {
  max-width: 480px;
  margin-bottom: 0;
  color: #3b4756;
  font-size: 15px;
  line-height: 1.65;
}

.process-icon {
  width: 70px;
  height: 70px;
  justify-self: center;
}

.process-visual {
  position: relative;
  align-self: stretch;
  min-height: 124px;
  overflow: hidden;
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  background: #d8ecfb;
}

.process-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.5) 23%, rgba(255, 255, 255, 0) 54%);
}

.process-visual img {
  width: 100%;
  height: 100%;
  min-height: 124px;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

.process-step:hover .process-visual img {
  transform: scale(1.055);
}

.process-step-discovery .process-visual img,
.process-step-support .process-visual img {
  object-position: right center;
}

.process-step-design .process-visual img {
  object-position: 76% center;
}

.process-step-implementation .process-visual img {
  object-position: right center;
}

.process-benefits {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 28px;
  padding: 22px 26px;
  border: 1px solid rgba(118, 197, 245, 0.2);
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 5% 10%, rgba(0, 137, 208, 0.34), transparent 24%),
    linear-gradient(135deg, #021b35, #003d78);
  box-shadow: 0 28px 64px rgba(0, 84, 159, 0.24);
}

.process-benefits article {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 18px;
  align-items: center;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.process-benefits article:first-child {
  padding-left: 0;
}

.process-benefits article:last-child {
  padding-right: 0;
  border-right: 0;
}

.process-benefits span {
  width: 66px;
  height: 66px;
  padding: 15px;
  border-radius: 13px;
  background:
    radial-gradient(circle at 26% 20%, rgba(118, 197, 245, 0.45), transparent 42%),
    linear-gradient(135deg, #0089d0, #004f9d);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 14px 28px rgba(0, 0, 0, 0.18);
}

.process-benefits h3 {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
}

.process-benefits p {
  margin-bottom: 0;
  color: #d5e8f8;
  font-size: 14px;
  line-height: 1.5;
}

.cta-band {
  padding: 56px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 137, 208, 0.96), rgba(0, 84, 159, 0.94)),
    var(--brand);
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-content h2 {
  max-width: 740px;
  margin-bottom: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 60px;
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-list article,
.contact-location {
  padding: 22px;
  border-left: 4px solid var(--brand);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  background: var(--soft);
}

.contact-location {
  display: block;
}

.contact-location strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: var(--brand);
  font-size: 13px;
}

.contact-location strong span {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.contact-location:hover strong span {
  transform: translateX(4px);
}

.contact-list p {
  margin-bottom: 0;
  color: var(--ink);
}

.contact-form {
  padding: 30px;
}

.form-row {
  margin-bottom: 18px;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  color: #33475d;
  font-size: 14px;
  font-weight: 800;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input,
select {
  height: 50px;
  padding: 0 14px;
}

textarea {
  min-height: 140px;
  padding: 13px 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(0, 137, 208, 0.13);
}

.form-submit {
  width: 100%;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.footer {
  padding: 34px 0;
  color: #bfd0df;
  background: var(--ink-strong);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer p {
  margin: 6px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
}

.footer-copy {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8fa5b8;
  font-size: 13px;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

@keyframes introNetworkIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.88;
  }
}

@keyframes introLogoIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introGlowPulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes introLineExpand {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes introLineScan {
  from {
    left: 0;
    opacity: 0;
  }

  24% {
    opacity: 1;
  }

  to {
    left: 72%;
    opacity: 0;
  }
}

@keyframes introTextIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroZoom {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(-1.4%, 1%, 0);
  }
}

@keyframes cardFadeInUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Stagger entrance for cards within each grid */
.product-item.is-visible:nth-child(2),
.product-item-etc.is-visible:nth-child(2),
.software-item.is-visible:nth-child(2) { animation-delay: 0.07s; }
.product-item.is-visible:nth-child(3),
.product-item-etc.is-visible:nth-child(3),
.software-item.is-visible:nth-child(3) { animation-delay: 0.14s; }
.product-item.is-visible:nth-child(4),
.product-item-etc.is-visible:nth-child(4),
.software-item.is-visible:nth-child(4) { animation-delay: 0.21s; }
.product-item.is-visible:nth-child(5),
.product-item-etc.is-visible:nth-child(5),
.software-item.is-visible:nth-child(5) { animation-delay: 0.28s; }
.product-item.is-visible:nth-child(6),
.product-item-etc.is-visible:nth-child(6),
.software-item.is-visible:nth-child(6) { animation-delay: 0.35s; }
.product-item.is-visible:nth-child(7),
.product-item-etc.is-visible:nth-child(7),
.software-item.is-visible:nth-child(7) { animation-delay: 0.42s; }
.product-item.is-visible:nth-child(8),
.product-item-etc.is-visible:nth-child(8),
.software-item.is-visible:nth-child(8) { animation-delay: 0.49s; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .product-item,
  .product-item-etc,
  .software-item {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(300px, 0.82fr) minmax(520px, 1.18fr);
    gap: 32px;
  }

  .hero .container {
    width: min(100% - 48px, 1060px);
  }

  .panel-body {
    grid-template-columns: 148px minmax(0, 1fr);
  }

  .value-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-strip-grid article:nth-child(2) {
    border-right: 0;
  }

  .value-strip-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 84, 159, 0.14);
  }

}

@media (max-width: 980px) {
  .nav-toggle {
    display: grid;
  }

  .nav-menu {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: grid;
    gap: 4px;
    padding: 18px 20px 24px;
    border-top: 1px solid rgba(0, 84, 159, 0.12);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(0, 84, 159, 0.16);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu a {
    padding: 12px 4px;
  }

  .nav-menu a::after {
    display: none;
  }

  .language-switcher {
    width: fit-content;
    margin: 8px 0;
  }

  .nav-menu .language-switcher a {
    padding: 8px 12px;
  }

  .nav-cta {
    display: inline-flex;
    justify-content: center;
    margin-top: 6px;
  }

  .hero-grid,
  .about-intro,
  .process-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero {
    min-height: auto;
    width: min(100% - 40px, 1220px);
    padding: 28px 0;
  }

  .hero-content {
    max-width: 720px;
  }

  .about-intro {
    gap: 34px;
  }

  .about-heading h2 {
    max-width: 720px;
  }

  .about-direction {
    grid-template-columns: 1fr;
  }

  .hero-dashboard {
    width: 100%;
    max-width: 760px;
  }

  .mini-metrics {
    width: 100%;
  }

  .process-intro {
    position: static;
    display: block;
    margin-top: 0;
    translate: none;
  }

  .process-pillars {
    margin-top: 34px;
    padding-top: 0;
  }

  .process-intro::before {
    display: none;
  }

  .process-intro h2 {
    max-width: 760px;
  }

  .process-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .process-benefits article:nth-child(2) {
    border-right: 0;
  }

  .process-benefits article:nth-child(3) {
    padding-left: 0;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-strip-grid article:nth-child(2) {
    border-right: 0;
  }

  .value-strip-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 84, 159, 0.14);
  }

  .cta-content,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 70px;
  }

  .container,
  .navbar {
    width: min(100% - 28px, 1160px);
  }

  .brand-logo {
    width: 148px;
    max-height: 44px;
  }

  .intro-logo-frame {
    width: min(250px, 72vw);
  }

  .intro-line {
    margin: 23px 0 17px;
  }

  .intro-tagline {
    font-size: 18px;
  }

  .intro-status {
    max-width: 250px;
    font-size: 9px;
    line-height: 1.7;
  }

  .section {
    padding: 76px 0;
  }

  .hero {
    min-height: auto;
    width: min(100% - 20px, 1220px);
    margin: 0 auto;
    padding: 28px 0;
  }

  .hero .container {
    width: min(100% - 28px, 1160px);
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 17, 31, 0.96), rgba(7, 17, 31, 0.78)),
      linear-gradient(180deg, rgba(7, 17, 31, 0.4), rgba(7, 17, 31, 0.94));
  }

  h1 {
    font-size: clamp(38px, 13vw, 52px);
  }

  h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .hero p {
    font-size: 16px;
  }

  .about-heading h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .about-lead {
    font-size: 16px;
  }

  .about-profile {
    padding: 24px;
  }

  .about-profile-intro {
    font-size: 17px;
  }

  .about-scope {
    grid-template-columns: 1fr;
  }

  .about-scope div {
    min-height: auto;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 6px;
    align-items: center;
    padding: 13px 14px;
  }

  .about-scope strong {
    margin-bottom: 0;
  }

  .about-direction,
  .values-heading {
    margin-top: 44px;
  }

  .about-vision,
  .about-mission {
    min-height: auto;
    padding: 24px;
  }

  .about-vision .about-card-label {
    margin-bottom: 34px;
  }

  .about-vision h3 {
    font-size: 24px;
  }

  .hero-actions,
  .cta-content .btn {
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .panel-body {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .solution-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-tabs button {
    min-height: 42px;
  }

  .featured-solution {
    min-height: auto;
  }

  .featured-visual {
    min-height: 190px;
  }

  .featured-visual .solution-preview-image {
    width: min(74%, 330px);
    max-height: 190px;
  }

  .solution-preview-badge {
    width: min(26%, 118px);
    top: 32px;
  }

  .mini-metrics {
    grid-template-columns: 1fr;
  }

  .values-grid,
  .two-col {
    grid-template-columns: 1fr;
  }

  .value-strip-grid {
    grid-template-columns: 1fr;
  }

  .value-strip-grid article,
  .value-strip-grid article:nth-child(2),
  .value-strip-grid article:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 84, 159, 0.14);
  }

  .value-strip-grid article:last-child {
    border-bottom: 0;
  }

  .process-layout {
    gap: 36px;
  }

  .process-intro h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .process-pillars {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 100%;
  }

  .process-pillars article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    min-height: 174px;
    padding: 14px 12px;
  }

  .process-pillars article::after {
    display: none;
  }

  .process-pillars span {
    width: 42px;
    height: 42px;
    padding: 8px;
  }

  .process-pillars strong {
    font-size: clamp(24px, 8vw, 30px);
    line-height: 0.96;
  }

  .process-pillars h3 {
    font-size: 12px;
    line-height: 1.18;
  }

  .process-pillars p {
    font-size: 11.5px;
    line-height: 1.38;
  }

  .process-step {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-number {
    grid-template-rows: 42px;
    justify-items: start;
    padding: 18px 18px 0;
  }

  .process-number i {
    display: none;
  }

  .process-copy {
    padding: 14px 18px 18px;
  }

  .process-icon {
    display: none;
  }

  .process-visual {
    min-height: 120px;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }

  .process-benefits {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .process-benefits article,
  .process-benefits article:first-child,
  .process-benefits article:nth-child(3),
  .process-benefits article:last-child {
    padding: 0;
    border-right: 0;
  }

  .contact-form {
    padding: 22px;
  }

  .product-category {
    padding: 24px;
  }

  .product-category-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
  }

  .category-desc {
    justify-self: start;
  }

  .product-item-info {
    min-height: auto;
  }

  .product-item-etc {
    min-height: 180px;
  }
}

/* Responsive adjustments for product section */
