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

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-devanagari.woff2") format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

:root {
  color-scheme: light;
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --surface: #ffffff;
  --surface-blue: #eef5ff;
  --fg: #111827;
  --muted: #5b6472;
  --border: #dfe7f1;
  --border-strong: #b8c7da;
  --primary: #003f87;
  --primary-700: #002f66;
  --primary-050: #eef5ff;
  --brand-panel: #003f87;
  --brand-panel-hover: #002f66;
  --accent: #ffd100;
  --accent-700: #8a6c00;
  --success: #16803c;
  --warn: #b77900;
  --danger: #b42318;
  --radius: 8px;
  --radius-sm: 4px;
  --shadow: 0 10px 30px rgba(0, 63, 135, 0.08);
  --font-display: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-body: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  --container: 1180px;
}

[data-theme="disabled-dark"] {
  color-scheme: dark;
  --bg: #0b111c;
  --bg-soft: #111a2a;
  --surface: #141f31;
  --surface-blue: #172a45;
  --fg: #edf4ff;
  --muted: #aebdd0;
  --border: #2a3a51;
  --border-strong: #405571;
  --primary: #7fb7ff;
  --primary-700: #4f9cff;
  --primary-050: #172a45;
  --brand-panel: #10365f;
  --brand-panel-hover: #174a80;
  --accent: #ffd84d;
  --accent-700: #f5c400;
  --success: #75d18f;
  --warn: #ffd166;
  --danger: #ff8a80;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body,
.site-header,
  .nav,
  .nav-dropdown,
  .btn,
  .card,
.product-card,
.article-card,
.faq-item,
.form-card,
.detail-panel,
.category-card,
.application-banner,
.application-card,
.step-card,
.store-card,
.fact-row {
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.menu-open {
  overflow: visible;
}

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

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

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

button {
  cursor: pointer;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.section {
  padding-block: clamp(48px, 7vw, 88px);
}

.section-tight {
  padding-block: clamp(32px, 5vw, 56px);
}

.section-blue {
  background: var(--brand-panel);
  color: #ffffff;
}

.section-soft {
  background: var(--bg-soft);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--primary);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--accent);
  border-radius: var(--radius-sm);
}

.section-blue .eyebrow {
  color: #ffffff;
}

.section-title {
  max-width: 760px;
  margin: 0;
  color: var(--primary);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.08;
  text-wrap: balance;
}

.section-blue .section-title {
  color: #ffffff;
}

.section-copy {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 18px);
}

.section-blue .section-copy {
  color: rgba(255, 255, 255, 0.78);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.product-detail-layout {
  align-items: start;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

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

.four-col {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.five-col {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

[data-theme="disabled-dark"] .site-header {
  background: rgba(11, 17, 28, 0.94);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 44px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-mark::after {
  content: none;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-name {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.brand-kicker {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.nav-link,
.nav-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  gap: 6px;
  padding: 10px 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--fg);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-link:hover,
.nav-trigger:hover,
.nav-link[aria-current="page"],
.nav-link.is-active,
.nav-trigger.is-active {
  background: var(--primary-050);
  color: var(--primary);
}

.nav-item {
  position: relative;
}

.nav-dropdown-bridge {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  height: 12px;
  z-index: 29;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  width: min(420px, calc(100vw - 40px));
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: 160ms ease;
  z-index: 30;
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-item:hover .nav-dropdown-bridge,
.nav-item:focus-within .nav-dropdown-bridge {
  display: block;
}

.nav-dropdown a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px;
  border-radius: 6px;
  color: var(--fg);
  font-size: 14px;
  font-weight: 650;
}

.nav-dropdown a:hover {
  background: var(--primary-050);
  color: var(--primary);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid var(--primary);
  border-radius: 999px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.language-toggle:hover {
  background: var(--primary);
  color: #fff;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
  color: var(--primary);
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  content: "";
}

.menu-toggle span {
  position: relative;
}

.menu-toggle span::before {
  position: absolute;
  top: -6px;
}

.menu-toggle span::after {
  position: absolute;
  top: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: 160ms ease;
}

.btn-primary {
  background: var(--accent);
  color: #171200;
}

.btn-primary:hover {
  background: #f1c500;
}

.btn-blue {
  background: var(--brand-panel);
  color: #ffffff;
}

.btn-blue:hover {
  background: var(--brand-panel-hover);
}

.btn-secondary {
  border-color: var(--border-strong);
  background: var(--surface);
  color: var(--primary);
}

.btn-secondary:hover {
  border-color: var(--primary);
  background: var(--primary-050);
}

.btn-dark {
  background: #111111;
  color: #ffffff;
}

.btn-dark:hover {
  background: #2b2b2b;
}

[data-theme="disabled-dark"] .instagram-foot .btn-dark {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.btn-plain {
  min-height: auto;
  padding: 0;
  color: var(--primary);
  font-weight: 800;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero {
  padding-block: clamp(38px, 7vw, 78px);
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}

.hero-cover,
.page-hero-cover {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 0;
  background-color: #172337;
  background-image:
    linear-gradient(90deg, rgba(5, 17, 34, 0.88) 0%, rgba(5, 17, 34, 0.68) 43%, rgba(5, 17, 34, 0.16) 100%),
    var(--hero-image);
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.hero-cover {
  display: flex;
  align-items: center;
  min-height: clamp(470px, calc(100svh - 172px), 620px);
  padding-block: clamp(52px, 7vw, 86px) clamp(42px, 6vw, 70px);
}

.hero-cover-home {
  --hero-image: url("assets/oldsite/Artboard_1_web_a1b089df-4d15-42dc-bf66-2db29b7d9d84.png");
  min-height: clamp(320px, 35.7vw, 560px);
  padding-block: 0;
  background: var(--brand-panel);
  background-image: none;
  background-position: center;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 680ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-carousel-dots {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-dot {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transition: width 180ms ease, background-color 180ms ease;
}

.hero-dot.is-active {
  width: 48px;
  background: var(--accent);
}

.hero-cover-content {
  position: relative;
  z-index: 1;
  width: min(100% - 64px, var(--container));
  max-width: var(--container);
  margin-inline: auto;
}

.hero-cover .eyebrow,
.page-hero-cover .eyebrow,
.hero-cover h1,
.page-hero-cover h1,
.hero-cover .hero-copy,
.page-hero-cover .section-copy,
.page-hero-cover .breadcrumb,
.page-hero-cover .breadcrumb a {
  color: #ffffff;
}

.hero-cover h1,
.page-hero-cover h1 {
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.hero-cover .hero-copy,
.page-hero-cover .section-copy,
.page-hero-cover .breadcrumb {
  color: rgba(255, 255, 255, 0.84);
}

.hero-cover .btn-blue {
  border-color: rgba(255, 255, 255, 0.2);
  background: #0054ad;
}

.hero-cover .btn-secondary,
.page-hero-cover .btn-secondary {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(12px);
}

.hero-cover .hero-meta {
  max-width: 680px;
}

.hero-cover .mini-stat {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.hero-cover .mini-stat strong,
.hero-cover .mini-stat span {
  color: #ffffff;
}

.page-hero-cover {
  display: flex;
  align-items: center;
  min-height: clamp(340px, 42vw, 500px);
  padding-block: clamp(68px, 10vw, 126px);
}

.page-hero-cover .container {
  position: relative;
  z-index: 1;
}

.page-hero-cover .section-copy {
  max-width: 650px;
}

.page-hero-products {
  --hero-image: url("assets/banners/fixwell-old-light-brown-banner.jpg");
  background-position: center right;
}

.page-hero-about {
  --hero-image: url("assets/banners/fixwell-craftsman-workshop-banner-optimized.jpg");
  background-position: center right;
}

.page-hero-services {
  --hero-image: url("assets/banners/fixwell-all-products-campaign.jpg");
  background-position: center right;
}

.page-hero-blog {
  --hero-image: url("assets/banners/fixwell-products-flatlay-banner.jpg");
  background-position: center;
}

.page-hero-buy,
.page-hero-contact,
.page-hero-faq {
  --hero-image: url("assets/banners/fixwell-old-light-brown-banner.jpg");
  background-position: center right;
}

.hero h1,
.page-hero h1 {
  max-width: 830px;
  margin: 0;
  color: var(--primary);
  font-family: var(--font-display);
  font-size: clamp(34px, 4.8vw, 56px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.06;
  text-wrap: balance;
}

.hero.hero-cover h1,
.page-hero.page-hero-cover h1 {
  color: #ffffff;
}

.hero.hero-cover h1 {
  max-width: 760px;
  font-size: clamp(34px, 4.8vw, 56px);
}

.hero.hero-cover .hero-copy,
.page-hero.page-hero-cover .section-copy {
  color: rgba(255, 255, 255, 0.86);
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  margin-top: 30px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 620px;
}

.mini-stat {
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.mini-stat strong {
  display: block;
  color: var(--primary);
  font-size: 20px;
  line-height: 1.1;
}

.mini-stat span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.photo-card {
  position: relative;
  min-height: clamp(340px, 46vw, 540px);
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: #dfeaf6;
}

.photo-card.has-image {
  display: block;
  background: var(--surface);
}

.photo-card.has-image::before,
.photo-card.has-image::after {
  content: none;
}

.photo-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

[data-theme="disabled-dark"] .photo-card {
  background: #17263c;
}

.photo-card::before {
  position: absolute;
  inset: 22px 24px 94px;
  border: 1px solid rgba(0, 63, 135, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

[data-theme="disabled-dark"] .photo-card::before {
  border-color: rgba(127, 183, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.photo-card::after {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: min(330px, 62%);
  height: 36%;
  border: 1px solid rgba(0, 63, 135, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.54);
  content: "";
}

[data-theme="disabled-dark"] .photo-card::after {
  border-color: rgba(255, 216, 77, 0.32);
  background: rgba(255, 255, 255, 0.12);
}

.photo-label {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 1;
  max-width: 300px;
  padding: 12px 14px;
  border-left: 4px solid var(--accent);
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
}

[data-theme="disabled-dark"] .photo-label {
  background: rgba(20, 31, 49, 0.92);
}

.product-photo {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: end start;
  overflow: hidden;
  padding: 16px;
  border-radius: 6px;
  background: var(--surface-blue);
  color: var(--primary);
  aspect-ratio: 4 / 3;
}

.product-photo-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-photo-link .product-photo {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-photo-link:hover .product-photo,
.product-photo-link:focus-visible .product-photo {
  box-shadow: 0 10px 24px rgba(0, 63, 135, 0.14);
  transform: translateY(-1px);
}

.product-photo-link:focus-visible {
  outline: 3px solid rgba(0, 63, 135, 0.28);
  outline-offset: 3px;
}

.product-photo.has-image {
  place-items: stretch;
  padding: 0;
  background: var(--surface);
}

.product-photo.has-image::before,
.product-photo.has-image::after {
  content: none;
}

.product-photo.has-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: transform 260ms ease;
}

.product-photo.product-photo-cover img {
  object-fit: cover;
  padding: 0;
}

.product-photo::before {
  position: absolute;
  inset: 16% 14% 18%;
  border: 1px solid rgba(0, 63, 135, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.52);
  content: "";
}

[data-theme="disabled-dark"] .product-photo::before {
  border-color: rgba(127, 183, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.product-photo::after {
  position: absolute;
  top: 28px;
  right: 26px;
  width: 54px;
  height: 84px;
  border-radius: 5px;
  background: var(--brand-panel);
  box-shadow: -42px 20px 0 rgba(255, 209, 0, 0.8);
  content: "";
  opacity: 0.9;
}

.product-photo span {
  position: relative;
  z-index: 1;
  max-width: 210px;
  padding: 7px 9px;
  border: 1px solid rgba(0, 63, 135, 0.18);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-photo-empty {
  place-items: center;
  border: 1px dashed rgba(0, 63, 135, 0.22);
  background: linear-gradient(135deg, rgba(0, 63, 135, 0.08), rgba(255, 209, 0, 0.14));
}

.product-photo-empty::after {
  opacity: 0.2;
}

[data-theme="disabled-dark"] .product-photo span {
  background: rgba(20, 31, 49, 0.92);
}

.why-gif-section {
  position: relative;
  padding-block: clamp(42px, 5vw, 70px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 63, 135, 0.04), rgba(255, 209, 0, 0.13)),
    #ffffff;
}

.why-gif-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

.why-gif-section .container {
  position: relative;
  z-index: 1;
}

.why-gif-head {
  display: grid;
  justify-items: center;
  margin-bottom: clamp(26px, 4vw, 42px);
  text-align: center;
}

.why-gif-head h2 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.why-gif-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

.why-gif-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 196px;
  padding: 24px 18px 22px;
  border: 1px solid rgba(0, 63, 135, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 26px rgba(0, 63, 135, 0.08);
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.why-gif-card img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.why-gif-card h3 {
  margin: 16px 0 0;
  color: var(--primary);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.22;
}

.why-gif-card:hover {
  border-color: rgba(255, 209, 0, 0.78);
  box-shadow: 0 16px 32px rgba(0, 63, 135, 0.12);
  transform: translateY(-3px);
}

.animated-stats-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(30px, 4vw, 54px);
  background:
    linear-gradient(135deg, rgba(0, 63, 135, 0.96), rgba(0, 42, 92, 0.98));
  color: #ffffff;
}

.animated-stats-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 209, 0, 0.18), transparent 36%, rgba(255, 209, 0, 0.12));
  content: "";
}

.animated-stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.5vw, 26px);
}

.animated-stat-card {
  display: grid;
  gap: 8px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.animated-stat-card strong {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 900;
  line-height: 1;
}

.animated-stat-card > span {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-bar {
  background: var(--brand-panel);
  color: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.trust-item {
  padding: 22px;
  background: var(--brand-panel);
}

.trust-item strong {
  display: block;
  color: var(--primary);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.1;
}

.trust-item span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.cert-card {
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.cert-preview {
  display: grid;
  min-height: 0;
  place-items: center;
  aspect-ratio: 3 / 4;
  padding: 10px;
  background: var(--bg-soft);
  cursor: zoom-in;
}

.cert-preview img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #ffffff;
  transition: transform 260ms ease;
}

.cert-body {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.cert-body h3 {
  margin: 0;
  color: var(--primary);
  font-size: 18px;
}

.cert-body p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 5vw, 56px);
  background: rgba(7, 20, 38, 0.82);
}

.image-lightbox.is-visible {
  display: flex;
}

.image-lightbox img {
  max-width: min(100%, 980px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.image-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

body.lightbox-open {
  overflow: hidden;
}

.chairman-section {
  background:
    linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
}

.chairman-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.chairman-portrait {
  margin: 0;
}

.chairman-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.chairman-portrait figcaption {
  display: grid;
  gap: 2px;
  margin-top: 14px;
  padding-left: 16px;
  border-left: 4px solid var(--accent);
}

.chairman-portrait strong {
  color: var(--primary);
  font-size: 20px;
}

.chairman-portrait span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.chairman-copy {
  max-width: 760px;
}

.chairman-copy p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.application-section {
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 209, 0, 0.22), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #eaf2fb 48%, #ffffff 100%);
}

.application-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.46fr) minmax(300px, 0.54fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: center;
  padding: clamp(12px, 2vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(0, 63, 135, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 63, 135, 0.08), rgba(255, 209, 0, 0.12)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 60px rgba(0, 63, 135, 0.14);
}

.application-stage-heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.application-stage-heading .eyebrow {
  margin-bottom: 0;
}

.application-stage-media {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(237, 246, 255, 0.92));
}

.application-stage-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  transition: opacity 420ms ease, transform 1600ms ease;
}

.application-stage-current {
  opacity: 1;
}

.application-stage-next {
  opacity: 0;
}

.application-stage.is-application-changing .application-stage-next {
  opacity: 1;
  transform: scale(1.015);
}

.application-stage-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-sm);
  background: rgba(0, 63, 135, 0.9);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.application-stage-badge span {
  color: var(--primary);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
}

.application-stage-badge strong {
  font-size: 13px;
  font-weight: 850;
  text-align: right;
  text-transform: uppercase;
}

.application-stage-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(12px, 2.4vw, 28px) clamp(8px, 1.6vw, 18px);
}

.application-stage-copy .section-title {
  max-width: 560px;
  font-size: clamp(30px, 3.8vw, 46px);
}

.application-stage-copy .section-copy {
  max-width: 560px;
  margin-top: 0;
}

.application-live-copy {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-left: 5px solid var(--accent);
  border-radius: var(--radius-sm);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 63, 135, 0.08);
}

.application-live-copy span {
  color: var(--accent-700);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.application-live-copy h3 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.08;
}

.application-live-copy p {
  margin: 0;
  color: var(--muted);
}

.application-scene-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.application-scene-card {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 116px;
  padding: 10px;
  border: 1px solid rgba(0, 63, 135, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.84);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.application-scene-card > span {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #1f2937;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
}

.application-scene-card img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--surface-blue);
}

.application-scene-card strong {
  color: var(--primary);
  font-size: 13px;
  line-height: 1.24;
}

.application-scene-card:hover,
.application-scene-card:focus-visible,
.application-scene-card.is-active {
  border-color: rgba(0, 63, 135, 0.34);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 63, 135, 0.12);
  transform: translateY(-2px);
}

.application-scene-card.is-active {
  outline: 3px solid rgba(255, 209, 0, 0.34);
}

.application-feature figcaption span,
.application-feature figcaption strong {
  display: block;
}

.application-feature figcaption span {
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.application-feature figcaption strong {
  max-width: 560px;
  margin-top: 6px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.06;
}

.application-scenes {
  display: grid;
  gap: 14px;
}

.application-scene {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.application-scene img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--surface-blue);
}

.application-scene h3 {
  margin: 10px 0 6px;
  color: var(--primary);
  font-size: 20px;
  line-height: 1.16;
}

.application-scene p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.application-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.application-banner-media {
  min-height: 460px;
  background: var(--surface-blue);
}

.application-banner-media img,
.application-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-banner-body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(24px, 4vw, 46px);
}

.application-proof {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--bg-soft);
}

.application-proof img {
  width: 92px;
  height: 74px;
  object-fit: contain;
  border-radius: 4px;
  background: #ffffff;
}

.application-proof strong,
.application-proof span {
  display: block;
}

.application-proof strong {
  color: var(--primary);
  font-size: 14px;
}

.application-proof span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.application-grid-compact {
  margin-top: 0;
}

.application-scenes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.application-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.application-card > img {
  aspect-ratio: 4 / 3;
  display: block;
  width: 100%;
  object-fit: cover;
}

.application-scene-card {
  min-height: 150px;
}

.application-card p {
  margin: 0;
  color: var(--muted);
}

.application-card div {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.application-card h3 {
  margin: 0;
  color: var(--primary);
  font-size: 18px;
  line-height: 1.25;
}

.campaign-banner {
  position: relative;
  min-height: clamp(330px, 36vw, 500px);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.campaign-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-banner::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.72) 34%, rgba(255, 255, 255, 0.08) 68%);
  content: "";
}

[data-theme="disabled-dark"] .campaign-banner::after {
  background: linear-gradient(90deg, rgba(11, 17, 28, 0.94) 0%, rgba(11, 17, 28, 0.72) 34%, rgba(11, 17, 28, 0.18) 68%);
}

.campaign-banner-muted::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.76) 38%, rgba(255, 255, 255, 0.18) 68%);
}

[data-theme="disabled-dark"] .campaign-banner-muted::after {
  background: linear-gradient(90deg, rgba(11, 17, 28, 0.96) 0%, rgba(11, 17, 28, 0.76) 38%, rgba(11, 17, 28, 0.22) 68%);
}

.campaign-banner-content {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 520px;
  min-height: inherit;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 5vw, 58px);
}

.campaign-banner-content h2 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.03;
}

.campaign-banner-content p {
  margin: 0;
  color: var(--muted);
}

.card,
.product-card,
.article-card,
.fact-card,
.capability-card,
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.card,
.fact-card,
.capability-card {
  padding: 22px;
}

.product-card,
.article-card,
.cert-card,
.store-card,
.fact-card,
.service-panel,
.where-to-use-card,
.chairman-portrait img {
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    background-color 180ms ease;
}

.product-card:hover,
.article-card:hover,
.cert-card:hover,
.store-card:hover,
.fact-card:hover,
.service-panel:hover {
  border-color: rgba(0, 63, 135, 0.34);
  box-shadow: 0 18px 36px rgba(0, 63, 135, 0.12);
  transform: translateY(-3px);
}

.product-card:hover .product-photo img,
.article-card:hover .article-media img,
.cert-card:hover .cert-preview img,
.chairman-portrait:hover img,
.where-to-use-card:hover img {
  transform: scale(1.02);
}

.where-to-use-card:hover {
  border-color: rgba(0, 63, 135, 0.34);
  background: var(--primary-050);
}

.card h3,
.product-card h3,
.article-card h3,
.fact-card h3,
.capability-card h3 {
  margin: 0;
  color: var(--primary);
  font-size: 20px;
  line-height: 1.2;
}

.card p,
.fact-card p,
.capability-card p,
.article-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.category-card {
  display: grid;
  min-height: 190px;
  align-content: space-between;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.category-card:hover {
  border-color: var(--primary);
}

.category-index {
  color: var(--accent-700);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.category-card h3 {
  margin: 18px 0 8px;
  color: var(--primary);
  font-size: 20px;
  line-height: 1.15;
}

.category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.product-category-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}

.category-showcase-shell {
  position: relative;
  margin-top: 34px;
}

.category-activity-line {
  position: absolute;
  inset: -14px auto auto 24px;
  z-index: 2;
  width: min(52vw, 620px);
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 63, 135, 0.12);
}

.category-activity-line::after {
  position: absolute;
  inset: 0;
  width: 36%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), #fff1a8);
  animation: categoryPulseLine 3.8s ease-in-out infinite;
  content: "";
}

@keyframes categoryPulseLine {
  0%,
  100% {
    transform: translateX(-12%);
  }

  50% {
    transform: translateX(190%);
  }
}

.category-lead {
  align-items: start;
}

.category-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(20px, 4vw, 34px);
  align-items: stretch;
}

.category-visual {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--brand-panel);
  box-shadow: 0 20px 48px rgba(0, 63, 135, 0.14);
}

.category-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 420ms ease, transform 720ms ease;
}

.category-visual-image-current {
  opacity: 1;
}

.category-visual-image-next {
  opacity: 0;
}

.category-showcase.is-crossfading .category-visual-image-next {
  opacity: 1;
  transform: scale(1.012);
}

.category-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 63, 135, 0.02) 24%, rgba(0, 47, 102, 0.88) 100%);
  content: "";
}

.category-visual figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: clamp(22px, 4vw, 34px);
  color: #ffffff;
}

.category-visual span {
  width: fit-content;
  padding: 7px 9px;
  border-radius: var(--radius-sm);
  background: var(--accent);
  color: #1f2937;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.category-visual strong {
  max-width: 520px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.category-visual p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.category-directory {
  display: grid;
  gap: 12px;
}

.category-entry {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 16px 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(0, 63, 135, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.category-entry::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--accent);
  content: "";
}

.category-entry::after {
  position: absolute;
  inset: auto 16px 10px 76px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  content: "";
}

.category-entry:hover,
.category-entry:focus-visible {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.category-entry.is-active {
  background:
    linear-gradient(90deg, var(--brand-panel) 0%, var(--primary-700) 100%);
  border-color: rgba(0, 63, 135, 0.28);
  box-shadow: 0 18px 38px rgba(0, 63, 135, 0.18);
  color: #ffffff;
}

.category-entry.is-active::after {
  animation: categoryEntryProgress 5000ms linear forwards;
}

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

  to {
    transform: scaleX(1);
  }
}

.category-entry .category-index {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--primary-050);
  color: var(--primary);
}

.category-entry.is-active .category-index {
  background: var(--accent);
  color: #1f2937;
}

.category-entry h3 {
  margin: 0 0 5px;
  color: var(--primary);
  font-size: 20px;
  line-height: 1.12;
}

.category-entry.is-active h3 {
  color: #ffffff;
}

.category-entry p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.category-entry.is-active p {
  color: rgba(255, 255, 255, 0.74);
}

.category-entry em {
  justify-self: end;
  padding: 8px 10px;
  border: 1px solid rgba(0, 63, 135, 0.14);
  border-radius: var(--radius-sm);
  background: var(--primary-050);
  color: var(--primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.category-entry.is-active em {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

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

.product-card {
  display: grid;
  gap: 14px;
  padding: 12px;
}

.product-card-body {
  display: grid;
  gap: 10px;
  padding: 0 4px 6px;
}

.product-card h3 {
  font-size: 19px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 5px 8px;
  border: 1px solid rgba(0, 63, 135, 0.15);
  border-radius: var(--radius-sm);
  background: var(--primary-050);
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
}

.tag-yellow {
  border-color: rgba(255, 209, 0, 0.5);
  background: #fff6bd;
  color: #4b3a00;
}

[data-theme="disabled-dark"] .tag-yellow {
  background: rgba(255, 216, 77, 0.18);
  color: #ffeaa1;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 4px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 26px;
}

.filter-button {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid var(--border-strong);
  border-radius: 6px;
  background: var(--surface);
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
}

.filter-button[aria-pressed="true"] {
  border-color: var(--brand-panel);
  background: var(--brand-panel);
  color: #ffffff;
}

.page-hero {
  padding-block: clamp(42px, 7vw, 76px);
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}

.page-hero.page-hero-cover {
  border-bottom: 0;
  background-color: #172337;
  background-image:
    linear-gradient(90deg, rgba(5, 17, 34, 0.88) 0%, rgba(5, 17, 34, 0.68) 43%, rgba(5, 17, 34, 0.16) 100%),
    var(--hero-image);
  background-position: center;
  background-size: cover;
}

.page-hero h1 {
  font-size: clamp(34px, 4.5vw, 56px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.breadcrumb a {
  color: var(--primary);
}

.gallery {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
}

.gallery-thumbs {
  display: grid;
  align-content: start;
  gap: 10px;
  max-height: 342px;
  padding-right: 4px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.thumb {
  display: block;
  width: 100%;
  height: 78px;
  min-height: 78px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface-blue);
  cursor: pointer;
  overflow: hidden;
}

.thumb.is-active,
.thumb:hover,
.thumb:focus-visible {
  border-color: var(--primary);
}

.thumb.is-active {
  box-shadow: inset 0 0 0 2px var(--primary);
}

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

.product-gallery-main {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  height: clamp(360px, 42vw, 520px);
  place-items: center;
  margin: 0;
  overflow: visible;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  --zoom-x: 50%;
  --zoom-y: 50%;
}

.product-gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(14px, 2vw, 26px);
}

.product-how-to-use {
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.product-how-to-use img {
  width: 100%;
  height: auto;
}

.gallery-fade .gallery-main-image {
  grid-area: 1 / 1;
  opacity: 0;
  transition: opacity 260ms ease;
}

.gallery-fade .gallery-main-image.is-active {
  opacity: 1;
  z-index: 1;
}

.gallery-fade.is-gallery-fading .gallery-main-image:not(.is-active) {
  opacity: 1;
  z-index: 2;
}

.product-zoom-lens,
.product-zoom-preview {
  display: none;
}

@media (hover: hover) and (pointer: fine) and (min-width: 980px) {
  .product-zoom-lens {
    position: absolute;
    z-index: 5;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(0, 63, 135, 0.45);
    border-radius: 6px;
    background: rgba(255, 209, 0, 0.2);
    box-shadow: 0 14px 34px rgba(0, 37, 84, 0.18);
    pointer-events: none;
    transform: translate(-50%, -50%);
  }

  .product-zoom-preview {
    position: absolute;
    top: 0;
    left: calc(100% + 18px);
    z-index: 8;
    width: min(380px, 34vw);
    height: min(380px, 34vw);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background-color: var(--surface);
    background-repeat: no-repeat;
    background-size: 240%;
    box-shadow: var(--shadow);
    pointer-events: none;
  }

  .product-gallery-main.is-zooming {
    cursor: crosshair;
  }

  .product-gallery-main.is-zooming .product-zoom-lens,
  .product-gallery-main.is-zooming .product-zoom-preview {
    display: block;
  }
}

.gallery-empty {
  display: block;
}

.product-gallery-placeholder {
  min-height: clamp(300px, 38vw, 500px);
  border-style: dashed;
  background: linear-gradient(135deg, rgba(0, 63, 135, 0.08), rgba(255, 209, 0, 0.16));
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-panel {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.detail-panel h1 {
  margin: 10px 0 14px;
  color: var(--primary);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
}

.spec-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.spec-list strong {
  color: var(--fg);
}

.tabs {
  display: grid;
  gap: 18px;
}

.tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid var(--border);
}

.tab-button {
  padding: 12px 10px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
}

.tab-button[aria-selected="true"] {
  border-color: var(--accent);
  color: var(--primary);
}

.tab-panel[hidden] {
  display: none;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 14px;
}

.data-table th,
.data-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  width: 32%;
  background: var(--primary-050);
  color: var(--primary);
}

.data-table td {
  color: var(--fg);
}

.data-table tr:last-child th,
.data-table tr:last-child td {
  border-bottom: 0;
}

.where-to-use-block {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
  padding: 22px;
  border: 1px solid rgba(15, 70, 140, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 202, 40, 0.14), rgba(255, 255, 255, 0.8));
}

.where-to-use-block h3 {
  margin: 4px 0 0;
  color: var(--primary);
  font-size: 24px;
}

.where-to-use-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  gap: 12px;
}

.where-to-use-card {
  display: grid;
  min-height: 108px;
  place-items: center;
  gap: 10px;
  padding: 14px 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--primary);
  font-weight: 850;
  text-align: center;
}

.where-to-use-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.step-list {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.service-list .capability-card {
  min-height: 108px;
}

.service-list .capability-card h3 {
  font-size: 17px;
}

.workflow-list {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.step-card::before {
  counter-increment: step;
  content: "0" counter(step);
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--accent-700);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 900;
}

.step-card h3 {
  margin: 0;
  color: var(--primary);
}

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

.section-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: end;
}

.section-lead > .section-copy {
  margin: 0;
  align-self: end;
}

.section-lead > .btn {
  justify-self: end;
}

.process-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.process-board {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: 0;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 20px 54px rgba(0, 63, 135, 0.10);
}

.process-visual {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #0d2340;
}

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

.process-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 31, 69, 0.04) 0%, rgba(0, 31, 69, 0.84) 100%);
  content: "";
}

.process-visual figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: grid;
  gap: 7px;
  padding: clamp(22px, 4vw, 36px);
  color: #ffffff;
}

.process-visual strong {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.process-visual span {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.78);
}

.process-rail {
  counter-reset: process;
  display: grid;
  margin: 0;
  padding: clamp(18px, 3vw, 30px);
  list-style: none;
}

.process-rail li {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}

.process-rail li:last-child {
  border-bottom: 0;
}

.process-rail li::before {
  position: absolute;
  top: 54px;
  bottom: -18px;
  left: 27px;
  width: 2px;
  background: #d9e7f7;
  content: "";
}

.process-rail li:last-child::before {
  display: none;
}

.process-rail li > span,
.work-timeline li > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-panel);
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 900;
}

.process-rail h3,
.work-timeline h3 {
  margin: 2px 0 8px;
  color: var(--primary);
  font-size: 20px;
  line-height: 1.18;
}

.process-rail p,
.work-timeline p {
  margin: 0;
  color: var(--muted);
}

.choice-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 63, 135, 0.97) 0%, rgba(0, 47, 102, 1) 56%, rgba(12, 25, 43, 1) 100%);
  color: #ffffff;
}

.choice-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.choice-shell-points {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.choice-section .eyebrow,
.choice-section .section-title {
  color: #ffffff;
}

.choice-section .section-copy {
  color: rgba(255, 255, 255, 0.76);
}

.choice-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.86fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.choice-feature {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: #ffffff;
}

.choice-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choice-feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 86, 0) 34%, rgba(0, 40, 86, 0.84) 100%);
  content: "";
}

.choice-feature div {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 1;
  display: grid;
  gap: 5px;
  color: #ffffff;
}

.choice-feature strong {
  font-size: 22px;
  line-height: 1.1;
}

.choice-feature span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.choice-list,
.proof-points {
  display: grid;
  gap: 10px;
}

.choice-list div,
.proof-points strong {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.choice-list span,
.proof-points strong::before {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #1f2937;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
}

.proof-points {
  counter-reset: proof;
}

.proof-points strong::before {
  counter-increment: proof;
  content: counter(proof, decimal-leading-zero);
}

.work-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.work-intro-media {
  position: relative;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--brand-panel);
  box-shadow: 0 18px 48px rgba(0, 63, 135, 0.14);
}

.work-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-intro-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 38, 82, 0.02) 28%, rgba(0, 38, 82, 0.82) 100%);
  content: "";
}

.work-intro-media figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 26px;
  color: #ffffff;
}

.work-intro-media strong {
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.08;
}

.work-intro-media span {
  color: rgba(255, 255, 255, 0.78);
}

.work-intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.work-intro-tags span {
  padding: 9px 11px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--primary-050);
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

.distribution-flow-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 63, 135, 0.06), transparent 38%),
    linear-gradient(315deg, rgba(255, 209, 0, 0.16), transparent 44%),
    var(--bg);
}

.distribution-flow-shell {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
}

.distribution-flow-lead {
  align-items: end;
}

.distribution-flow-image-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 63, 135, 0.14);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 63, 135, 0.12);
}

.distribution-flow-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.distribution-flow-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(106px, auto));
  grid-template-areas:
    ". . . . manufacturer manufacturer manufacturer manufacturer . . . ."
    ". . . . distributors distributors distributors distributors . . . ."
    "dealers dealers dealers . retailers retailers retailers retailers . contractors contractors contractors"
    "industrial industrial industrial industrial . . endusers endusers endusers endusers . .";
  gap: clamp(14px, 1.9vw, 22px);
  min-height: 600px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(0, 63, 135, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(0, 63, 135, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 63, 135, 0.04) 1px, transparent 1px),
    #f8fbff;
  background-size: 46px 46px;
  box-shadow: 0 24px 70px rgba(0, 63, 135, 0.12);
}

.flow-circuit {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  color: var(--primary);
}

.flow-path-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flow-path-svg marker path {
  fill: var(--accent);
}

.flow-path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
  marker-end: url("#flow-arrow-head");
  filter: drop-shadow(0 8px 12px rgba(0, 63, 135, 0.16));
}

.flow-path-elbow {
  stroke: #0b63b6;
}

.flow-path-direct {
  stroke: var(--primary);
}

.flow-label {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 63, 135, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 10px 28px rgba(0, 63, 135, 0.12);
}

.flow-label-sales {
  top: 73%;
  left: 7%;
}

.flow-label-project {
  top: 72%;
  right: 34%;
  max-width: 170px;
  border-color: rgba(255, 209, 0, 0.56);
}

.flow-node {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(0, 63, 135, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 63, 135, 0.12);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.flow-node::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 63, 135, 0.08), transparent 48%, rgba(255, 209, 0, 0.18));
  content: "";
}

.flow-node:hover {
  border-color: rgba(0, 63, 135, 0.28);
  box-shadow: 0 22px 52px rgba(0, 63, 135, 0.18);
  transform: translateY(-4px);
}

.flow-node > span {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 28px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.flow-node h3 {
  margin: 8px 0 3px;
  color: var(--primary);
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.05;
  text-transform: uppercase;
}

.flow-node p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.28;
}

.flow-node-manufacturer {
  grid-area: manufacturer;
  min-height: 118px;
  background: var(--primary);
  color: #ffffff;
}

.flow-node-manufacturer::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 55%, rgba(255, 209, 0, 0.22));
}

.flow-node-manufacturer h3,
.flow-node-manufacturer p {
  color: #ffffff;
}

.flow-node-manufacturer > span {
  background: var(--accent);
  color: var(--primary);
}

.flow-node-distributors {
  grid-area: distributors;
}

.flow-node-dealers {
  grid-area: dealers;
}

.flow-node-retailers {
  grid-area: retailers;
}

.flow-node-contractors {
  grid-area: contractors;
}

.flow-node-industrial-buyers {
  grid-area: industrial;
}

.flow-node-end-users {
  grid-area: endusers;
}

.flow-node-icon {
  width: 58px;
  height: 58px;
}

.flow-icon {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  color: var(--primary);
}

span.flow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--primary-050);
  color: var(--primary);
  font-size: 28px;
}

.flow-node-manufacturer .flow-icon {
  color: #ffffff;
}

.flow-base {
  fill: rgba(0, 63, 135, 0.14);
}

.flow-fill-blue {
  fill: #d7e9ff;
}

.flow-fill-yellow {
  fill: var(--accent);
}

.flow-stroke,
.flow-line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.flow-line {
  stroke-width: 3;
  opacity: 0.76;
}

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

.service-panel {
  display: grid;
  align-content: start;
  min-height: 430px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.service-panel > span {
  color: var(--accent-700);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 900;
}

.service-panel h3 {
  margin: 20px 0 22px;
  color: var(--primary);
  font-size: clamp(23px, 3vw, 32px);
  line-height: 1.08;
}

.service-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-panel li {
  position: relative;
  padding-left: 22px;
  color: var(--fg);
  font-weight: 700;
  line-height: 1.35;
}

.service-panel li::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.service-panel-blue {
  background: var(--brand-panel);
  color: #ffffff;
}

.service-panel-blue h3,
.service-panel-blue li,
.service-panel-blue > span {
  color: #ffffff;
}

.service-panel-yellow {
  background: #fff4bd;
  border-color: #f3d353;
}

.service-panel-yellow li::before {
  background: var(--brand-panel);
}

.work-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.work-timeline::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: calc(50% - 1px);
  width: 2px;
  background: #d7e4f3;
  content: "";
}

.work-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  min-height: 152px;
  padding-bottom: 30px;
}

.work-timeline li:nth-child(even) {
  margin-top: 76px;
}

.work-timeline li > div {
  padding-top: 3px;
}

.proof-stack {
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.proof-stack figure {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.proof-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-stack figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 40, 86, 0) 35%, rgba(0, 40, 86, 0.78) 100%);
  content: "";
}

.proof-stack figcaption {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 1;
  color: #ffffff;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.08;
}

.form-card {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

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

.field {
  display: grid;
  gap: 7px;
}

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

.field label {
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 44px;
  padding: 10px 11px;
  border: 1px solid var(--border-strong);
  border-radius: 6px;
  background: var(--surface);
  color: var(--fg);
}

.field textarea {
  min-height: 118px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--primary);
  outline: 3px solid rgba(0, 63, 135, 0.14);
}

.form-message {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--success);
  font-size: 14px;
  font-weight: 750;
}

.store-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid var(--brand-panel);
  border-radius: 6px;
  background: var(--brand-panel);
  color: #ffffff;
  font-weight: 850;
}

.store-badge.yellow {
  border-color: var(--accent);
  background: var(--accent);
  color: #171200;
}

.map-placeholder {
  display: grid;
  min-height: 360px;
  place-items: center;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface-blue);
  color: var(--primary);
  font-weight: 850;
  text-align: center;
}

.map-embed {
  display: block;
  width: 100%;
  min-height: 360px;
  margin-top: 18px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface-blue);
}

.article-card {
  overflow: hidden;
}

.article-media,
.insta-tile {
  position: relative;
  display: grid;
  min-height: 180px;
  align-items: end;
  padding: 14px;
  background: var(--surface-blue);
  color: var(--primary);
}

.article-media.has-image,
.insta-tile.has-image {
  min-height: 180px;
  overflow: hidden;
  padding: 0;
  background: var(--surface);
}

.article-media.has-image::before,
.insta-tile.has-image::before {
  content: none;
}

.article-media.has-image img,
.insta-tile.has-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.article-hero-media {
  min-height: 360px;
  margin-bottom: 30px;
}

.insta-tile.has-image {
  aspect-ratio: 1 / 1;
  min-height: clamp(168px, 18vw, 252px);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(0, 63, 135, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.insta-tile.has-image:hover {
  box-shadow: 0 22px 44px rgba(0, 63, 135, 0.18);
  transform: translateY(-3px);
}

.insta-tile.has-image:hover img {
  filter: brightness(0.58);
  transform: scale(1.04);
}

.insta-tile.has-image span {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  opacity: 0;
  text-align: center;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.insta-tile.has-image:hover span {
  opacity: 1;
  transform: translateY(0);
}

.insta-tile.has-image span::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  content: "IG";
  font-size: 12px;
  font-weight: 900;
}

.article-media::before,
.insta-tile::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(0, 63, 135, 0.18);
  border-radius: 6px;
  content: "";
}

.article-media span,
.insta-tile span {
  position: relative;
  z-index: 1;
}

.article-media span {
  width: fit-content;
  padding: 6px 8px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 850;
}

.insta-tile span {
  width: 100%;
  padding: 8px;
  font-size: 12px;
  font-weight: 850;
}

.insta-tile span strong,
.insta-tile span small {
  display: block;
}

.insta-tile span small {
  font-size: 11px;
  font-weight: 650;
  opacity: 0.84;
}

[data-theme="disabled-dark"] .article-media span {
  background: rgba(20, 31, 49, 0.92);
}

.article-body {
  padding: 20px;
}

.article-meta {
  margin: 0 0 10px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(220px, 1fr);
  gap: 42px;
  align-items: start;
}

.article-content {
  font-size: 18px;
}

.article-content h2 {
  margin-top: 38px;
  color: var(--primary);
  font-size: 28px;
}

.article-content p,
.article-content li {
  color: var(--muted);
}

.article-sidebar {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 16px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-item:hover,
.faq-item:has(.faq-question[aria-expanded="true"]) {
  border-color: rgba(0, 63, 135, 0.28);
  box-shadow: 0 12px 28px rgba(0, 63, 135, 0.08);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: var(--surface);
  color: var(--primary);
  font-weight: 850;
  text-align: left;
}

.faq-question::after {
  content: "+";
  font-size: 22px;
  line-height: 1;
}

.faq-question[aria-expanded="true"]::after {
  content: "-";
}

.faq-answer {
  display: grid;
  grid-template-rows: 1fr;
  padding: 0 20px 18px;
  color: var(--muted);
  opacity: 1;
  transition: grid-template-rows 220ms ease, opacity 220ms ease, padding-bottom 220ms ease;
}

.faq-answer > * {
  overflow: hidden;
}

.faq-answer[aria-hidden="true"] {
  grid-template-rows: 0fr;
  padding-bottom: 0;
  opacity: 0;
}

.cta-band {
  padding: clamp(32px, 6vw, 58px);
  border-radius: var(--radius);
  background: var(--brand-panel);
  color: #ffffff;
}

.cta-band h2 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

.cta-band p {
  max-width: 680px;
  margin: 14px 0 24px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  background: var(--brand-panel);
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-block: 48px;
}

.footer-brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-brand-lockup h3 {
  margin: 0;
}

.footer-brand-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ffffff;
  object-fit: contain;
}

.footer-grid h3,
.footer-grid h4 {
  margin: 0 0 14px;
  color: #ffffff;
}

.footer-grid p,
.footer-grid a,
.footer-grid li {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.footer-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.26);
  font-size: 0;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.whatsapp-icon {
  display: block;
  width: 31px;
  height: 31px;
}

.whatsapp-float:hover {
  background: #1fc15b;
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.3);
  transform: translateY(-2px);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.35);
  outline-offset: 3px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 82px;
  z-index: 70;
  max-width: min(360px, calc(100vw - 36px));
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
  color: var(--primary);
  box-shadow: var(--shadow);
  font-size: 14px;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 160ms ease;
}

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

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

.launcher-card {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.launcher-card h2 {
  margin: 0;
  color: var(--primary);
  font-size: 22px;
}

.launcher-card p {
  margin: 0;
  color: var(--muted);
}

.launcher-card .btn {
  align-self: end;
  justify-self: start;
}

.icon-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.icon-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.icon-list li::before {
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--accent);
  content: "";
}

.contact-label {
  font-weight: 600;
  color: var(--text);
}

.clickable-phone,
.clickable-email {
  font-weight: 700;
  text-decoration: underline;
  color: var(--primary);
}

.clickable-phone:hover,
.clickable-email:hover {
  color: var(--primary-700);
}

.instagram-section {
  background: var(--bg);
}

.instagram-shell {
  display: grid;
  gap: 24px;
}

.instagram-head {
  display: grid;
  justify-items: center;
  text-align: center;
}

.instagram-head .section-title {
  max-width: 760px;
  font-size: clamp(28px, 3.5vw, 44px);
}

.instagram-head .section-copy {
  max-width: 620px;
}

.insta-feed-frame {
  position: relative;
  width: min(100%, 1040px);
  margin-inline: auto;
  overflow: hidden;
  padding-block: clamp(18px, 3vw, 32px);
  isolation: isolate;
}

.insta-feed-frame::before,
.insta-feed-frame::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(12vw, 110px);
  pointer-events: none;
  content: "";
}

.insta-feed-frame::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), rgba(255, 255, 255, 0));
}

.insta-feed-frame::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), rgba(255, 255, 255, 0));
}

.insta-coverflow-frame {
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 209, 0, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 255, 0.72));
}

.insta-coverflow-frame::before,
.insta-coverflow-frame::after {
  width: min(15vw, 150px);
}

.insta-coverflow-stage {
  position: relative;
  min-height: clamp(350px, 44vw, 540px);
}

.insta-tile.has-image.insta-coverflow-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(238px, 26vw, 330px);
  aspect-ratio: 4 / 5;
  min-height: auto;
  border: 8px solid #fff;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.94));
  box-shadow: 0 26px 60px rgba(0, 31, 72, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.68);
  transform-origin: center;
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 520ms ease,
    filter 520ms ease;
}

.insta-tile.has-image.insta-coverflow-card img {
  object-fit: contain;
}

.insta-tile.has-image.insta-coverflow-card.is-active {
  z-index: 6;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 34px 76px rgba(0, 31, 72, 0.28);
  transform: translate(-50%, -50%) scale(1.08);
}

.insta-tile.has-image.insta-coverflow-card.is-prev {
  z-index: 3;
  opacity: 0.9;
  pointer-events: auto;
  transform: translate(calc(-50% - min(24vw, 300px)), -50%) scale(0.88);
}

.insta-tile.has-image.insta-coverflow-card.is-next {
  z-index: 3;
  opacity: 0.9;
  pointer-events: auto;
  transform: translate(calc(-50% + min(24vw, 300px)), -50%) scale(0.88);
}

.insta-tile.has-image.insta-coverflow-card.is-far-prev {
  z-index: 1;
  opacity: 0.45;
  transform: translate(calc(-50% - min(42vw, 520px)), -50%) scale(0.72);
}

.insta-tile.has-image.insta-coverflow-card.is-far-next {
  z-index: 1;
  opacity: 0.45;
  transform: translate(calc(-50% + min(42vw, 520px)), -50%) scale(0.72);
}

.insta-tile.has-image.insta-coverflow-card:hover img {
  filter: brightness(0.72);
  transform: none;
}

.instagram-foot {
  display: flex;
  justify-content: center;
}

.key-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.fact-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}

.fact-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.fact-row span {
  color: var(--muted);
}

.fact-row strong {
  color: var(--primary);
  text-align: right;
}

.hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

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

  .category-entry.is-active::after {
    animation: none;
  }

  .product-card,
  .article-card,
  .cert-card,
  .store-card,
  .fact-card,
  .service-panel,
  .flow-node,
  .where-to-use-card,
  .chairman-portrait img,
  .product-photo.has-image img,
  .article-media.has-image img,
  .cert-preview img,
  .where-to-use-card img,
  .faq-answer {
    transition: none;
  }

  .product-card:hover,
  .article-card:hover,
  .cert-card:hover,
  .store-card:hover,
  .fact-card:hover,
  .service-panel:hover,
  .flow-node:hover,
  .product-card:hover .product-photo img,
  .article-card:hover .article-media img,
  .cert-card:hover .cert-preview img,
  .chairman-portrait:hover img,
  .where-to-use-card:hover img {
    transform: none;
  }
}

@media (max-width: 1120px) {
  .nav {
    gap: 2px;
  }

  .nav-link,
  .nav-trigger {
    padding-inline: 7px;
  }

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

  .product-grid,
  .cert-grid,
  .application-grid,
  .launcher-grid,
  .service-list,
  .workflow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .service-matrix {
    grid-template-columns: 1fr;
  }

  .service-panel {
    min-height: auto;
  }
}

@media (max-width: 920px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

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

  .nav {
    position: fixed;
    inset: 74px 0 auto 0;
    display: none;
    max-height: calc(100dvh - 74px);
    overflow-y: auto;
    padding: 14px;
    border-bottom: 1px solid var(--border);
    background: var(--surface);
  }

  .nav.is-open {
    display: grid;
    gap: 4px;
  }

  .nav-link,
  .nav-trigger {
    justify-content: space-between;
    width: 100%;
    min-height: 46px;
    padding: 12px;
  }

  .nav-item {
    width: 100%;
  }

  .nav-dropdown {
    position: static;
    width: 100%;
    margin: 4px 0 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown-bridge {
    display: none;
  }

  .header-actions .btn {
    display: none;
  }

  .language-toggle {
    height: 34px;
    min-width: 40px;
    padding: 0 10px;
  }

  .split,
  .article-layout,
  .section-lead,
  .process-board,
  .category-showcase,
  .choice-shell,
  .choice-grid,
  .work-intro,
  .distribution-flow-lead,
  .proof-stack {
    grid-template-columns: 1fr;
  }

  .section-lead {
    align-items: start;
  }

  .section-lead > .btn {
    justify-self: start;
  }

  .process-visual,
  .work-intro-media,
  .category-visual {
    min-height: 380px;
  }

  .choice-feature,
  .proof-stack figure {
    min-height: 360px;
  }

  .distribution-flow-map {
    grid-template-columns: 1fr;
    grid-template-areas:
      "manufacturer"
      "distributors"
      "dealers"
      "retailers"
      "contractors"
      "industrial"
      "endusers";
    min-height: 0;
    padding: 18px;
    background-size: 38px 38px;
  }

  .distribution-flow-image-frame {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .distribution-flow-image-frame img {
    width: max(840px, 100%);
    max-width: none;
  }

  .flow-circuit {
    inset: 44px auto 44px 58px;
    width: 3px;
  }

  .flow-path-svg,
  .flow-label {
    display: none;
  }

  .flow-circuit::before {
    position: absolute;
    inset: 0;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--primary), var(--accent), var(--primary));
    content: "";
  }

  .flow-node {
    min-height: 0;
    padding-left: 104px;
    justify-items: start;
    text-align: left;
  }

  .flow-node-icon {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 66px;
    height: 66px;
  }

  .work-timeline {
    grid-template-columns: 1fr;
  }

  .work-timeline::before {
    left: 27px;
  }

  .work-timeline li:nth-child(even) {
    margin-top: 0;
  }

  .two-col,
  .three-col,
  .four-col,
  .step-list,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-meta,
  .animated-stats-grid,
  .why-gif-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-sidebar {
    position: static;
  }

  .application-banner {
    grid-template-columns: 1fr;
  }

  .chairman-layout,
  .application-stage,
  .application-showcase {
    grid-template-columns: 1fr;
  }

  .application-header {
    display: grid;
  }

  .application-header .section-copy {
    max-width: 720px;
  }

  .application-banner-media {
    min-height: 360px;
  }

  .application-stage-media {
    aspect-ratio: 16 / 9;
  }

  .application-scene-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campaign-banner {
    min-height: 420px;
  }

  .campaign-banner::after,
  .campaign-banner-muted::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.72) 44%, rgba(255, 255, 255, 0.1) 100%);
  }

  [data-theme="disabled-dark"] .campaign-banner::after,
  [data-theme="disabled-dark"] .campaign-banner-muted::after {
    background: linear-gradient(180deg, rgba(11, 17, 28, 0.96) 0%, rgba(11, 17, 28, 0.76) 44%, rgba(11, 17, 28, 0.18) 100%);
  }

  .hero-cover,
  .page-hero-cover {
    background-image:
      linear-gradient(180deg, rgba(5, 17, 34, 0.92) 0%, rgba(5, 17, 34, 0.72) 54%, rgba(5, 17, 34, 0.28) 100%),
      var(--hero-image);
  }

  .hero-cover-home {
    min-height: clamp(180px, 35.7vw, 330px);
    background-image: none;
  }

  .hero-cover-home .hero-slide img {
    object-fit: contain;
  }
}

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

  .header-inner {
    min-height: 66px;
  }

  .nav {
    top: 66px;
    max-height: calc(100dvh - 66px);
  }

  .brand-mark {
    width: 124px;
    height: 38px;
  }

  .brand-kicker {
    display: none;
  }

  .insta-feed-frame {
    padding-block: 14px;
    border-radius: 22px;
  }

  .insta-coverflow-stage {
    min-height: 330px;
  }

  .insta-tile.has-image.insta-coverflow-card {
    width: min(68vw, 254px);
    border-width: 6px;
    border-radius: 20px;
  }

  .insta-tile.has-image.insta-coverflow-card.is-prev {
    transform: translate(calc(-50% - 30vw), -50%) scale(0.84);
  }

  .insta-tile.has-image.insta-coverflow-card.is-next {
    transform: translate(calc(-50% + 30vw), -50%) scale(0.84);
  }

  .insta-tile.has-image.insta-coverflow-card.is-far-prev,
  .insta-tile.has-image.insta-coverflow-card.is-far-next {
    opacity: 0;
  }

  .hero,
  .page-hero {
    padding-block: 34px 46px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .hero-cover {
    min-height: clamp(520px, 76svh, 620px);
    padding-block: 58px 64px;
    background-position: center right;
  }

  .hero-cover-home {
    min-height: 180px;
    padding-block: 0;
  }

  .hero-cover-content {
    width: min(100% - 24px, var(--container));
  }

  .page-hero-cover {
    min-height: 350px;
    padding-block: 56px 62px;
  }

  .hero-cover .hero-copy,
  .page-hero-cover .section-copy {
    font-size: 16px;
  }

  .hero-cover .hero-meta {
    margin-bottom: 70px;
  }

  .chairman-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .application-feature {
    min-height: 380px;
  }

  .distribution-flow-map {
    padding: 14px;
    gap: 14px;
  }

  .flow-circuit {
    left: 48px;
  }

  .flow-node {
    padding: 16px 14px 16px 88px;
  }

  .flow-node-icon {
    top: 16px;
    left: 14px;
    width: 58px;
    height: 58px;
  }

  .flow-node h3 {
    font-size: 18px;
  }

  .application-scene {
    grid-template-columns: 1fr;
  }

  .application-scene img {
    height: 190px;
  }

  .hero-meta,
  .animated-stats-grid,
  .two-col,
  .three-col,
  .four-col,
  .five-col,
  .why-gif-grid,
  .trust-grid,
  .product-grid,
  .cert-grid,
  .application-grid,
  .launcher-grid,
  .step-list,
  .service-list,
  .workflow-list,
  .footer-grid,
  .form-grid,
  .key-facts {
    grid-template-columns: 1fr;
  }

  .application-scene-rail {
    grid-template-columns: 1fr;
  }

  .application-stage {
    padding: 10px;
  }

  .application-stage-media {
    aspect-ratio: 4 / 3;
  }

  .process-rail {
    padding: 16px;
  }

  .why-gif-head {
    display: grid;
    gap: 6px;
  }

  .why-gif-card {
    min-height: 132px;
  }

  .why-gif-card img {
    width: 72px;
    height: 72px;
  }

  .process-rail li,
  .work-timeline li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .process-rail li > span,
  .work-timeline li > span {
    width: 48px;
    height: 48px;
  }

  .process-rail li::before,
  .work-timeline::before {
    left: 23px;
  }

  .choice-list div,
  .proof-points strong {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 12px;
  }

  .category-entry {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .category-entry em {
    grid-column: 2;
    justify-self: start;
  }

  .choice-list span,
  .proof-points strong::before {
    width: 30px;
    height: 30px;
  }

  .photo-card {
    min-height: 320px;
  }

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

  .where-to-use-block {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .where-to-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-banner-media {
    min-height: 300px;
  }

  .application-proof {
    grid-template-columns: 1fr;
  }

  .application-proof img {
    width: 100%;
    height: 110px;
  }

  .campaign-banner {
    min-height: 380px;
  }

  .campaign-banner-content {
    align-content: start;
    padding: 24px;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery-thumbs {
    grid-auto-columns: 78px;
    grid-auto-flow: column;
    grid-template-columns: none;
    order: 2;
    max-height: none;
    padding: 2px 0 6px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .footer-bottom {
    flex-direction: column;
  }

  .fact-row:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--border);
  }

  .fact-row:last-child {
    border-bottom: 0;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    width: 46px;
    height: 46px;
  }

  .whatsapp-icon {
    width: 28px;
    height: 28px;
  }
}
