:root {
  --navy-950: #071a33;
  --navy-900: #0d2f59;
  --navy-850: #123b70;
  --navy-800: #15477e;
  --navy-700: #1f5d9f;
  --navy-650: #2a70bc;
  --sky-50: #f7fbff;
  --sky-100: #eaf2fb;
  --sky-150: #e2ecf8;
  --sky-200: #d6e4f3;
  --sky-300: #bfd4ee;
  --sky-400: #8db4dc;
  --ink: #103257;
  --muted: #5b7798;
  --white: #ffffff;
  --line: rgba(21, 71, 126, 0.16);
  --shadow: 0 24px 54px -34px rgba(9, 34, 66, 0.38);
  --shadow-soft: 0 20px 50px -38px rgba(13, 47, 89, 0.28);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(31, 93, 159, 0.12), transparent 28%),
    linear-gradient(180deg, #f5f9fe 0%, #ebf3fb 46%, #f9fbff 100%);
}

::selection {
  background: var(--navy-700);
  color: var(--white);
}

body.is-locked {
  overflow: hidden;
}

.menu-close-icon {
  display: none;
}

.eyebrow-light {
  color: #dbeafe;
}

.title-no-margin {
  margin-top: 0;
}

.section-spacer {
  margin-top: 24px;
}

.section-spacer-bottom {
  margin-bottom: 24px;
}

.section-head-tight {
  margin-bottom: 22px;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(234,242,251,0.92));
  border: 1px solid rgba(21, 71, 126, 0.12);
  box-shadow: var(--shadow-soft);
}

.cta-copy {
  max-width: 680px;
}

.cta-copy .title-md {
  margin-top: 10px;
}

.modal-title {
  margin-top: 14px;
}

.button-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-logo {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  background: #fff;
  padding: 8px;
  object-fit: contain;
}

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

button,
input,
textarea {
  font: inherit;
}

input,
textarea {
  color: var(--ink);
}

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

section[id] {
  scroll-margin-top: 112px;
}

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

.section {
  padding: 84px 0;
}

.section-soft {
  padding-top: 0;
}

.home-feature-section {
  padding-top: 72px;
}

.section-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 30px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-700);
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--navy-700), transparent);
}

h1,
h2,
h3,
h4 {
  font-family: "Nunito", sans-serif;
  letter-spacing: -0.02em;
}

.title-xl,
.title-lg,
.title-md {
  margin: 14px 0 0;
  line-height: 1.06;
}

.title-xl {
  font-size: clamp(40px, 6vw, 72px);
}

.title-lg {
  font-size: clamp(30px, 4vw, 46px);
}

.title-md {
  font-size: 24px;
}

.section-copy,
.hero-copy,
.card-copy,
.catalogue-copy,
.footer-copy,
.modal-copy,
.contact-copy,
.page-copy {
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding: 18px 0;
  pointer-events: none;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.2), transparent);
  pointer-events: none;
}

.nav-shell {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-radius: 30px;
  background: rgba(7, 26, 51, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 40px -30px rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav-shell.is-scrolled {
  background: rgba(7, 26, 51, 0.84);
  border-color: rgba(255, 255, 255, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand > span {
  min-width: 0;
}

.brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  padding: 6px;
  object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(13, 47, 89, 0.06);
}

.brand-title {
  margin: 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-subtitle {
  margin: 3px 0 0;
  color: rgba(234, 242, 251, 0.74);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.nav-link,
.button-primary,
.button-secondary,
.button-link,
.page-tile,
.service-card,
.expertise-card,
.industry-card,
.product-card,
.product-filter,
.field-input,
.field-textarea,
.contact-card,
.footer-link,
.modal-button,
.social-circle,
.scroll-top {
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 16px;
  color: rgba(234, 242, 251, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.nav-link:hover::after,
.nav-link[aria-current="page"]::after {
  width: 60%;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: var(--navy-950);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.mobile-menu {
  display: none;
  margin-top: 12px;
  pointer-events: auto;
}

.mobile-menu.is-open {
  display: block;
}

.mobile-links {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(7, 26, 51, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.mobile-link {
  padding: 14px 16px;
  border-radius: 16px;
  color: rgba(234, 242, 251, 0.92);
  background: rgba(255, 255, 255, 0.04);
}

.mobile-link:hover {
  color: var(--navy-950);
  background: var(--white);
}

.hero {
  position: relative;
  min-height: clamp(74vh, 84svh, 84vh);
  padding: 140px 0 82px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(7, 26, 51, 0.9), rgba(13, 47, 89, 0.78) 48%, rgba(21, 71, 126, 0.6)),
    url("1.jpg") center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at right center, rgba(141, 180, 220, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 35%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: center;
}

.hero .title-xl,
.hero .hero-copy {
  color: var(--white);
}

.hero .title-xl {
  font-size: clamp(32px, 4.2vw, 50px);
  max-width: 620px;
  line-height: 1.12;
}

.hero .hero-copy {
  max-width: 600px;
  margin-top: 14px;
  color: rgba(234, 242, 251, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button-primary,
.button-secondary,
.button-link,
.modal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 18px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.button-primary,
.modal-button.primary {
  background: linear-gradient(135deg, var(--navy-700), var(--navy-800));
  color: var(--white);
  box-shadow: var(--shadow);
}

.button-primary:hover,
.button-secondary:hover,
.button-link:hover,
.page-tile:hover,
.service-card:hover,
.expertise-card:hover,
.industry-card:hover,
.product-card:hover,
.product-filter:hover,
.contact-card:hover,
.footer-link:hover,
.modal-button:hover,
.social-circle:hover,
.scroll-top:hover {
  transform: translateY(-3px);
}

.button-primary:hover,
.modal-button.primary:hover {
  background: linear-gradient(135deg, var(--navy-650), var(--navy-850));
}

.product-card [data-product-action="inquiry"],
.product-card [data-product-action="buy"] {
  padding: 10px 14px;
  font-size: 13px;
  min-height: 38px;
}

.button-secondary,
.button-link,
.modal-button.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.button-secondary:hover,
.button-link:hover,
.modal-button.secondary:hover {
  background: var(--white);
  color: var(--navy-950);
  border-color: var(--white);
}

.button-link.is-light {
  background: var(--sky-100);
  color: var(--navy-800);
  border-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.button-link.is-light:hover {
  background: var(--navy-800);
  color: var(--white);
}

.button-primary:disabled,
.button-secondary:disabled,
.button-link:disabled,
.modal-button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

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

.hero-photo-card,
.media-card {
  margin: 0;
}

.hero-photo-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 54px -40px rgba(0, 0, 0, 0.48);
  background: #0a274c;
}

.hero-photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 26, 51, 0.12), rgba(7, 26, 51, 0.8));
}

.hero-photo-card figcaption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  padding: 28px;
  color: var(--white);
}

.media-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  width: fit-content;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero-photo-card h3 {
  margin: 14px 0 0;
  max-width: 380px;
  font-size: 28px;
  line-height: 1.2;
}

.hero-photo-card p {
  margin: 10px 0 0;
  max-width: 420px;
  color: rgba(234, 242, 251, 0.84);
  font-size: 14px;
  line-height: 1.75;
}

.hero-card,
.hero-stat,
.panel,
.page-tile,
.service-card,
.expertise-card,
.industry-card,
.product-panel,
.product-card,
.detail-card,
.contact-card,
.footer-panel,
.modal-card,
.page-panel {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.hero-card {
  position: relative;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 54px -40px rgba(0, 0, 0, 0.48);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: var(--white);
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -30% 54% auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  filter: blur(2px);
}

.hero-card img {
  width: 62px;
  height: 62px;
  padding: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  object-fit: contain;
}

.hero-card h3 {
  margin: 16px 0 0;
  font-size: 22px;
}

.hero-card p {
  margin: 10px 0 0;
  line-height: 1.7;
  color: rgba(234, 242, 251, 0.82);
  font-size: 13px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-stat {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-stat strong {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 28px;
}

.hero-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(234, 242, 251, 0.78);
  font-size: 13px;
}

.page-hero {
  padding: 120px 0 60px;
  background:
    radial-gradient(circle at top right, rgba(141, 180, 220, 0.22), transparent 22%),
    linear-gradient(135deg, #0a274c 0%, #123b70 55%, #1f5d9f 100%);
  color: var(--white);
}

.page-hero .page-copy,
.page-hero .eyebrow {
  color: rgba(234, 242, 251, 0.9);
}

.page-hero .eyebrow::before {
  background: linear-gradient(90deg, rgba(234, 242, 251, 0.9), transparent);
}

.page-copy {
  max-width: 680px;
}

.home-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-tile,
.service-card,
.expertise-card,
.industry-card,
.detail-card,
.page-panel,
.contact-card,
.product-panel,
.product-card {
  border-radius: 28px;
}

.page-tile,
.service-card,
.expertise-card,
.industry-card,
.detail-card,
.page-panel,
.contact-card,
.product-card {
  position: relative;
  overflow: hidden;
}

.page-tile::before,
.service-card::before,
.expertise-card::before,
.industry-card::before,
.detail-card::before,
.page-panel::before,
.contact-card::before,
.product-card::before {
  content: "";
  position: absolute;
  inset: auto auto -40px -10px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 93, 159, 0.08), transparent 70%);
  pointer-events: none;
}

.page-tile,
.service-card,
.expertise-card,
.industry-card,
.detail-card {
  padding: 24px;
}

.industry-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-tile:hover,
.service-card:hover,
.expertise-card:hover,
.industry-card:hover,
.detail-card:hover,
.contact-card:hover,
.product-card:hover,
.page-panel:hover {
  box-shadow: 0 24px 56px -34px rgba(9, 34, 66, 0.38);
}

.tile-icon,
.service-icon,
.expertise-icon,
.industry-icon,
.detail-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(31, 93, 159, 0.14), rgba(21, 71, 126, 0.1));
  color: var(--navy-800);
  font-weight: 800;
  font-family: "Nunito", sans-serif;
}

.industry-icon img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(255,255,255,0.95);
  padding: 4px;
}

.page-tile h3,
.service-card h3,
.expertise-card h3,
.industry-card h3,
.detail-card h3 {
  margin: 16px 0 0;
  font-size: 22px;
}

.page-tile-media {
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(21, 71, 126, 0.12);
  background: linear-gradient(180deg, rgba(234, 242, 251, 0.86), rgba(255, 255, 255, 0.96));
}

.page-tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-card h3 {
  margin: 0;
}

.tile-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
}

body[data-page="about"] .about-grid {
  grid-template-columns: 1fr;
  align-items: start;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.about-panel {
  padding: 30px;
}

.about-panel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.about-panel-copy {
  display: flex;
  flex-direction: column;
}

.about-panel-copy .card-actions {
  margin-top: auto;
}

.about-inline-media {
  height: 100%;
  min-height: 100%;
}

.about-inline-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 16 / 12;
  object-fit: cover;
}

.stack-grid {
  display: grid;
  gap: 16px;
}

.media-card {
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245, 249, 254, 0.98));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.media-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.media-card-compact img {
  aspect-ratio: 16 / 9;
}

.media-card figcaption {
  padding: 18px 20px 20px;
}

.media-copy {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.media-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px -34px rgba(9, 34, 66, 0.38);
}

.expertise-highlight,
.service-visual-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: 24px;
  align-items: start;
}

.service-photo-stack {
  display: grid;
  gap: 18px;
}

.mini-panel {
  padding: 22px;
  border-radius: 24px;
}

.mini-panel strong {
  display: block;
  font-size: 22px;
  color: var(--navy-800);
}

.mini-panel span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.service-grid,
.expertise-grid,
.industry-grid,
.detail-grid {
  display: grid;
  gap: 18px;
}

.service-grid,
.expertise-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-grid,
.detail-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.industry-visual {
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 16 / 11;
  border: 1px solid rgba(21, 71, 126, 0.12);
  background: linear-gradient(180deg, rgba(234, 242, 251, 0.9), rgba(255, 255, 255, 1));
}

.industry-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.count-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--sky-100);
  color: var(--navy-700);
  font-size: 13px;
  font-weight: 800;
}

.industry-preview {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.industry-preview li {
  margin-bottom: 4px;
}

.industry-card .card-actions {
  margin-top: auto;
}

body[data-page="products"] .product-layout {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

body[data-page="products"] .product-sidebar {
  position: sticky;
  top: 110px;
}

body[data-page="products"] .product-side-panel {
  padding: 24px;
  border-radius: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

body[data-page="products"] .product-side-panel .title-md {
  margin-top: 10px;
}

body[data-page="products"] .product-side-copy,
body[data-page="products"] .product-toolbar-copy,
body[data-page="products"] .product-usage {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.product-panel {
  padding: 28px;
}

.product-toolbar {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
}

body[data-page="products"] .product-toolbar-copy {
  margin-top: 2px;
}

.filter-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  -ms-overflow-style: auto;
}

.filter-row::-webkit-scrollbar {
  height: 8px;
}

.filter-row::-webkit-scrollbar-thumb {
  background: #bfd4ee;
  border-radius: 999px;
}

body[data-page="products"] .product-filter-list {
  display: grid;
  gap: 12px;
  max-height: min(60vh, 520px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 0;
  padding-right: 8px;
  margin-top: 18px;
  scrollbar-width: thin;
  scrollbar-color: #bfd4ee transparent;
}

body[data-page="products"] .product-filter-list::-webkit-scrollbar {
  width: 8px;
}

body[data-page="products"] .product-filter-list::-webkit-scrollbar-thumb {
  background: #bfd4ee;
  border-radius: 999px;
}

body[data-page="products"] .product-filter-list::-webkit-scrollbar-track {
  background: transparent;
}

.product-filter {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

body[data-page="products"] .product-filter {
  width: 100%;
  justify-content: space-between;
  padding: 16px 18px;
  border-radius: 20px;
}

body[data-page="products"] .product-filter span {
  flex: 1 1 auto;
  text-align: left;
}

body[data-page="products"] .product-filter strong {
  margin-left: 12px;
}

.product-filter strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--sky-100);
  color: var(--navy-700);
  font-size: 12px;
}

.product-filter.is-active {
  background: linear-gradient(135deg, var(--navy-800), var(--navy-700));
  color: var(--white);
  border-color: transparent;
  box-shadow: var(--shadow);
}

.product-filter.is-active strong {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.search-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.search-wrap {
  flex: 1 1 320px;
}

.search-wrap #product-search {
  border-color: rgba(21, 71, 126, 0.28);
  background: linear-gradient(180deg, #f3f8fe 0%, #ffffff 100%);
  box-shadow: 0 14px 30px -24px rgba(13, 47, 89, 0.42);
  color: var(--navy-900);
}

.search-wrap #product-search::placeholder {
  color: var(--muted);
}

.search-wrap #product-search:focus {
  border-color: rgba(21, 71, 126, 0.42);
  box-shadow:
    0 0 0 4px rgba(31, 93, 159, 0.14),
    0 16px 34px -24px rgba(13, 47, 89, 0.42);
}

.field-input,
.field-textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.field-input:focus,
.field-textarea:focus {
  outline: none;
  border-color: rgba(21, 71, 126, 0.36);
  box-shadow: 0 0 0 4px rgba(31, 93, 159, 0.12);
}

.field-input.is-invalid,
.field-textarea.is-invalid {
  border-color: #d27a7a;
  box-shadow: 0 0 0 4px rgba(210, 122, 122, 0.12);
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.product-count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--sky-100);
  color: var(--navy-800);
  font-size: 14px;
  font-weight: 700;
}

body[data-page="products"] .product-count {
  display: none;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

body[data-page="products"] .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.product-card {
  padding: 20px;
  display: grid;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(234, 242, 251, 0.66), rgba(255, 255, 255, 1) 42%);
}

.product-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.product-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--sky-100);
  color: var(--navy-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: var(--white);
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.product-name {
  margin: 0;
  font-size: 20px;
  line-height: 1.42;
}

body[data-page="products"] .product-card-content {
  display: grid;
  gap: 10px;
}

.product-copy {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 28px;
  border-radius: 28px;
  border: 1px dashed rgba(21, 71, 126, 0.2);
  background: linear-gradient(180deg, #f5f9fe, #ffffff);
}

.empty-state h4 {
  margin: 0 0 8px;
  font-size: 24px;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
}

.feature-slider-shell {
  margin-bottom: 72px;
}

.feature-slider {
  --feature-gap: 18px;
  --cards-per-view: 4;
  --feature-viewport-width: 1240px;
  --feature-loop-width: 0px;
  --feature-duration: 19s;
  overflow: hidden;
  padding: 12px 0 18px;
}

.feature-slider-track {
  display: flex;
  align-items: stretch;
  gap: var(--feature-gap);
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.feature-slider.is-ready .feature-slider-track {
  animation: feature-marquee var(--feature-duration) linear infinite;
}

.feature-slider.is-paused .feature-slider-track {
  animation-play-state: paused;
}

.feature-slider.reduced-motion {
  overflow-x: auto;
  scrollbar-width: none;
}

.feature-slider.reduced-motion::-webkit-scrollbar {
  display: none;
}

.feature-slider.reduced-motion .feature-slider-track {
  animation: none;
}

.feature-slider.reduced-motion [data-feature-clone="true"] {
  display: none;
}

.feature-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--feature-gap);
  flex: 0 0 auto;
  width: max-content;
}

.feature-card {
  flex: 0 0 calc((var(--feature-viewport-width) - (var(--cards-per-view) - 1) * var(--feature-gap)) / var(--cards-per-view));
  min-width: 0;
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245, 249, 254, 0.98));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform 350ms ease, box-shadow 350ms ease, border-color 350ms ease;
  will-change: transform;
  backface-visibility: hidden;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 54px -30px rgba(9, 34, 66, 0.34);
  border-color: rgba(21, 71, 126, 0.24);
}

.feature-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

@keyframes feature-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--feature-loop-width)), 0, 0);
  }
}

.contact-card {
  padding: 30px;
}

.contact-form,
.request-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.contact-form-grid,
.request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.request-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-group label {
  font-size: 14px;
  font-weight: 700;
}

.field-error {
  min-height: 18px;
  color: #c36565;
  font-size: 12px;
}

.contact-stat-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.contact-stat {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(234, 242, 251, 0.8), rgba(255, 255, 255, 1));
  border: 1px solid var(--line);
}

.contact-stat strong {
  display: block;
  font-size: 18px;
  color: var(--navy-800);
}

.contact-stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.contact-status,
.request-status {
  color: var(--muted);
  font-size: 14px;
}

.footer {
  padding: 0 0 24px;
}

.footer-panel {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #253041 0%, #2b3340 100%);
  border: none;
  border-radius: 24px;
  box-shadow: 0 24px 54px -38px rgba(7, 26, 51, 0.44);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 22px;
  padding: 30px 28px 24px;
  color: rgba(255, 255, 255, 0.88);
  align-items: start;
}

.footer-column {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-column--accent {
  background: linear-gradient(145deg, rgba(255, 125, 102, 0.16), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 125, 102, 0.24);
}

.footer-column h3 {
  margin: 0 0 12px;
  font-size: 16px;
  color: var(--white);
  letter-spacing: 0.02em;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  padding: 5px;
  object-fit: contain;
}

.footer-brand h4 {
  margin: 0;
  font-size: 24px;
  color: var(--white);
}

.footer-brand p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.contact-line a,
.contact-line span {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

.useful-links {
  display: grid;
  gap: 10px;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-link::before {
  content: ">";
  color: #ff7d66;
  font-weight: 800;
}

.footer-link:hover {
  color: #ffb8a8;
  transform: translateX(2px);
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7d66, #ff9a72);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 12px 24px -16px rgba(255, 125, 102, 0.8);
}

.footer-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px -16px rgba(255, 125, 102, 0.9);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.social-circle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.social-circle:hover {
  background: var(--navy-700);
  border-color: var(--navy-700);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px 18px;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.12);
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  border: none;
  background: #ef6a52;
  color: var(--white);
  font-size: 30px;
  cursor: pointer;
  box-shadow: var(--shadow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 65;
}

.scroll-top:hover {
  background: #d85641;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  background: rgba(7, 26, 51, 0.42);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.modal.is-open {
  display: flex;
}

.modal-card {
  width: min(680px, calc(100vw - 24px));
  padding: 24px;
  position: relative;
  margin: auto 0;
  border-radius: 32px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.modal-close:hover {
  background: var(--sky-100);
  transform: translateY(-2px);
}

.modal-card .request-form {
  gap: 14px;
  margin-top: 18px;
}

.modal-card .request-grid {
  gap: 12px;
}

.modal-card .field-input,
.modal-card .field-textarea {
  padding: 13px 15px;
  border-radius: 22px;
}

.request-result,
.contact-result {
  display: none;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f3f8fe, #ffffff);
  border: 1px solid var(--line);
}

.request-result.is-visible,
.contact-result.is-visible {
  display: grid;
}

.result-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.modal-card .button-row > *,
.modal-card .result-actions > * {
  flex: 1 1 220px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}

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

@media (max-width: 1100px) {
  .service-grid,
  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-slider {
    --cards-per-view: 2;
  }

  .industry-grid,
  .detail-grid,
  .home-links-grid,
  .about-grid,
  .about-values-grid,
  .contact-grid,
  .expertise-highlight,
  .service-visual-panel {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-column:last-child {
    grid-column: 1 / -1;
  }

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

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

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

  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero,
  .page-hero {
    padding-top: 120px;
  }

  .hero-grid,
  .hero-stats,
  .home-links-grid,
  .about-grid,
  .about-values-grid,
  .service-grid,
  .expertise-grid,
  .industry-grid,
  .detail-grid,
  .contact-grid,
  .contact-form-grid,
  .request-grid,
  .expertise-highlight,
  .service-visual-panel {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .product-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="products"] .product-sidebar {
    position: static;
  }

  body[data-page="products"] .product-filter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1240px);
  }

  .section {
    padding: 70px 0;
  }

  .section-soft {
    padding-top: 0;
  }

  .home-feature-section {
    padding-top: 70px;
  }

  .hero,
  .page-hero {
    padding-top: 108px;
  }

  .modal {
    align-items: flex-start;
    padding: 12px;
  }

  .modal-card {
    width: 100%;
    padding: 20px 14px 14px;
    border-radius: 26px;
  }

  .modal-card .button-row,
  .modal-card .result-actions {
    flex-direction: column;
  }

  .modal-card .button-row > *,
  .modal-card .result-actions > * {
    width: 100%;
    flex-basis: auto;
  }

  .feature-slider {
    --cards-per-view: 1;
  }

  .nav-shell {
    padding: 12px 14px;
  }

  .brand {
    gap: 10px;
  }

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

  .brand-title {
    font-size: 13px;
    letter-spacing: 0.12em;
  }

  .brand-subtitle {
    display: none;
  }

  .hero-actions,
  .button-row,
  .card-actions,
  .tile-actions,
  .empty-actions,
  .result-actions,
  .product-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary,
  .button-secondary,
  .button-link,
  .modal-button,
  .product-actions > * {
    width: 100%;
  }

  .title-xl {
    font-size: clamp(28px, 8vw, 40px);
  }

  .title-lg {
    font-size: clamp(24px, 7vw, 32px);
  }

  .title-md {
    font-size: 22px;
  }

  .product-toolbar {
    gap: 14px;
  }

  .search-row {
    align-items: stretch;
  }

  .search-wrap {
    flex-basis: 100%;
  }

  .nav-shell,
  .hero-card,
  .hero-stat,
  .hero-photo-card,
  .page-tile,
  .service-card,
  .expertise-card,
  .industry-card,
  .product-panel,
  .product-card,
  .detail-card,
  .contact-card,
  .media-card,
  .footer-panel,
  .modal-card,
  .page-panel {
    border-radius: 24px;
  }

  .hero-stat,
  .mini-panel,
  .contact-stat,
  .empty-state {
    border-radius: 20px;
  }

  .hero-photo-card,
  .hero-photo-card figcaption {
    min-height: 360px;
  }

  .hero-photo-card figcaption {
    padding: 24px;
  }

  .hero-photo-card h3 {
    font-size: 24px;
  }

  .footer-main {
    padding: 20px 18px 16px;
  }

  body[data-page="products"] .product-filter-list {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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