:root {

  --bg-primary: #ffffff;
  --bg-secondary: #f3f6fd;
  --bg-tertiary: #e2eafb;
  --bg-card: #ffffff;
  --bg-overlay: rgba(255, 255, 255, 0.88);
  --bg-header: #ffffff;

  --text-primary: #0A2A43;
  --text-secondary: #35496b;
  --text-tertiary: #566370;
  --text-inverse: #ffffff;

  --accent: #0A2A43;
  --accent-hover: #071d2f;
  --accent-light: #e8eefb;


  --steel-grey: #566370;
  --eco-green: #4BAF4F;
  --bright-blue: #1C6DD0;
  --warm-grey: #D9D9D9;


  --accent-deep: #0A2A43;
  --accent-mid: #143d60;
  --accent-glow: rgba(28, 109, 208, 0.30);
  --accent-glow-soft: rgba(28, 109, 208, 0.15);
  --glass-bg: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(255, 255, 255, 0.08);
  --surface-frosted: rgba(255, 255, 255, 0.82);

  --border: #d7e0f0;
  --border-light: #edf2fb;

  --shadow-sm: 0 1px 3px rgba(10, 42, 67, 0.08);
  --shadow-md: 0 8px 22px rgba(10, 42, 67, 0.1);
  --shadow-lg: 0 16px 40px rgba(10, 42, 67, 0.14);
  --shadow-xl: 0 24px 70px rgba(10, 42, 67, 0.18);

  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;

  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;

  --header-height: 72px;
  --container-max: 100%;

  /* Footer theme */
  --footer-bg-start: #E8ECF2;
  --footer-bg-mid: #DEE4EC;
  --footer-bg-end: #D6DCE4;
  --footer-text: rgba(10, 42, 67, 0.85);
  --footer-text-strong: #0A2A43;
  --footer-text-heading: rgba(10, 42, 67, 0.7);
  --footer-text-link: rgba(10, 42, 67, 0.7);
  --footer-text-sub: rgba(10, 42, 67, 0.7);
  --footer-text-mid: rgba(10, 42, 67, 0.65);
  --footer-text-muted: rgba(10, 42, 67, 0.5);
  --footer-col-bg: rgba(255, 255, 255, 0.55);
  --footer-col-border: rgba(10, 42, 67, 0.10);
  --footer-col-hover-bg: rgba(255, 255, 255, 0.7);
  --footer-col-hover-border: rgba(10, 42, 67, 0.16);
  --footer-brand-bg: rgba(10, 42, 67, 0.08);
  --footer-brand-border: rgba(10, 42, 67, 0.12);
  --footer-brand-hover: rgba(10, 42, 67, 0.14);
  --footer-social-bg: rgba(10, 42, 67, 0.06);
  --footer-social-border: rgba(10, 42, 67, 0.12);
  --footer-social-color: rgba(10, 42, 67, 0.6);
  --footer-divider-a: rgba(10, 42, 67, 0.10);
  --footer-divider-b: rgba(10, 42, 67, 0.18);
  --footer-glow-1: rgba(28, 109, 208, 0.08);
  --footer-glow-2: rgba(75, 175, 79, 0.06);
  --footer-edge-a: rgba(28, 109, 208, 0.15);
  --footer-edge-b: rgba(28, 109, 208, 0.25);
  --footer-brand-filter: none;
}

@media (min-width: 1400px) {
  :root {
    --container-pad: 4rem;
  }
}

@media (min-width: 1800px) {
  :root {
    --container-pad: 6rem;
  }
}

.dark {
  --bg-primary: #061520;
  --bg-secondary: #0a1f30;
  --bg-tertiary: #0f2d44;
  --bg-card: #0c2438;
  --bg-overlay: rgba(6, 21, 32, 0.92);
  --bg-header: #061520;

  --text-primary: #eef4ff;
  --text-secondary: #c2d2f3;
  --text-tertiary: #8fa3cf;
  --text-inverse: #0A2A43;

  --accent: #4da3ff;
  --accent-hover: #7dbfff;
  --accent-light: rgba(28, 109, 208, 0.16);

  --steel-grey: #8a96a3;
  --eco-green: #5ec462;
  --bright-blue: #4da3ff;
  --warm-grey: #3a4550;


  --accent-deep: #030a12;
  --accent-mid: #0c2438;
  --accent-glow: rgba(77, 163, 255, 0.20);
  --accent-glow-soft: rgba(77, 163, 255, 0.08);
  --glass-bg: rgba(255, 255, 255, 0.04);
  --glass-border: rgba(255, 255, 255, 0.06);
  --surface-frosted: rgba(12, 36, 56, 0.75);

  --border: rgba(143, 163, 207, 0.24);
  --border-light: rgba(143, 163, 207, 0.12);

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.28);
  --shadow-md: 0 8px 22px rgba(0, 0, 0, 0.34);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.4);
  --shadow-xl: 0 24px 70px rgba(0, 0, 0, 0.5);

  /* Footer theme */
  --footer-bg-start: #0A2A43;
  --footer-bg-mid: #061520;
  --footer-bg-end: #030a12;
  --footer-text: rgba(255, 255, 255, 0.8);
  --footer-text-strong: #ffffff;
  --footer-text-heading: rgba(255, 255, 255, 0.45);
  --footer-text-link: rgba(255, 255, 255, 0.6);
  --footer-text-sub: rgba(255, 255, 255, 0.55);
  --footer-text-mid: rgba(255, 255, 255, 0.5);
  --footer-text-muted: rgba(255, 255, 255, 0.35);
  --footer-col-bg: rgba(255, 255, 255, 0.04);
  --footer-col-border: rgba(255, 255, 255, 0.06);
  --footer-col-hover-bg: rgba(255, 255, 255, 0.06);
  --footer-col-hover-border: rgba(255, 255, 255, 0.10);
  --footer-brand-bg: rgba(255, 255, 255, 0.10);
  --footer-brand-border: rgba(255, 255, 255, 0.08);
  --footer-brand-hover: rgba(255, 255, 255, 0.14);
  --footer-social-bg: rgba(255, 255, 255, 0.04);
  --footer-social-border: rgba(255, 255, 255, 0.08);
  --footer-social-color: rgba(255, 255, 255, 0.5);
  --footer-divider-a: rgba(255, 255, 255, 0.08);
  --footer-divider-b: rgba(255, 255, 255, 0.15);
  --footer-glow-1: rgba(28, 109, 208, 0.30);
  --footer-glow-2: rgba(75, 175, 79, 0.18);
  --footer-edge-a: rgba(77, 163, 255, 0.3);
  --footer-edge-b: rgba(77, 163, 255, 0.5);
  --footer-brand-filter: brightness(1.2) contrast(1.05);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  -webkit-tap-highlight-color: transparent;
  transition: background-color var(--transition-base), color var(--transition-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  touch-action: manipulation;
}

ul,
ol {
  list-style: none;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2.5rem;
  }
}

@media (min-width: 1400px) {
  .container {
    padding: 0 var(--container-pad, 4rem);
  }
}

@media (min-width: 1800px) {
  .container {
    padding: 0 var(--container-pad, 6rem);
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: var(--header-height);
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: box-shadow var(--transition-base);
  overflow: hidden;
}

.site-header.scrolled {
  box-shadow: var(--shadow-sm);
}

.dark .site-header {
  background: var(--bg-header);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
  z-index: 1001;
  text-decoration: none;
  gap: 0.6rem;
}

.header-logo-company-name {
  display: flex;
  flex-direction: column;
  color: var(--text-primary);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.15;
}

.header-company-line1 {
  font-size: clamp(0.95rem, 1.4vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.header-company-line2 {
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.header-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border-radius: 0.375rem;
  transition: transform var(--transition-fast), background var(--transition-fast), padding var(--transition-fast);
}

.header-logo-image {
  display: block;
  width: auto;
  height: clamp(2.5rem, 4.5vw, 3.5rem);
  max-width: min(54vw, 22rem);
  object-fit: contain;
  border-radius: 0.25rem;
}

.dark .header-logo-image.logo-light {
  display: block;
}

.dark .header-logo-image.logo-dark {
  display: none;
}

.header-logo-image.logo-light {
  display: none;
}

.header-logo-image.logo-dark {
  display: block;
}

.header-logo-fallback {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-primary);
}

.header-nc-logo {
  display: inline-flex;
  align-items: center;
  padding-left: 0.6rem;
  margin-left: 0.6rem;
  border-left: 1.5px solid var(--border);
}

.header-nc-logo-img {
  display: block;
  height: clamp(2rem, 3.5vw, 2.8rem);
  width: auto;
  object-fit: contain;
}

.header-nc-logo-img.logo-light {
  display: none;
}

.dark .header-nc-logo-img.logo-light {
  display: block;
}

.dark .header-nc-logo-img.logo-dark {
  display: none;
}

/* NC page logo icon */
.nc-logo-icon {
  height: clamp(3rem, 5.5vw, 4rem) !important;
  width: auto;
  object-fit: contain;
  border-radius: 0.25rem;
}

.nc-company-line1 {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
}

.nc-company-line2 {
  font-size: clamp(0.75rem, 1.1vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.14em;
}



@media (max-width: 767px) {
  .header-logo-image {
    max-width: min(58vw, 14rem);
    height: 2rem;
  }

  .nc-logo-icon {
    height: 2.5rem !important;
  }

  .nc-company-line1 {
    font-size: 0.95rem;
  }

  .nc-company-line2 {
    font-size: 0.6rem;
  }

  .header-logo-mark {
    padding: 0;
  }

  .header-company-line1 {
    font-size: 0.7rem;
  }

  .header-company-line2 {
    font-size: 0.55rem;
  }

  .header-logo {
    gap: 0.4rem;
  }
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
}

@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
  }
}

.nav-link {
  position: relative;
  padding: 0.5rem 0.875rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--text-secondary);
  transition: color var(--transition-fast);
  border-radius: var(--radius-sm);
}

.nav-link:hover,
.nav-link.active {
  color: var(--text-primary);
}

.nav-link.has-nav-logo {
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.35rem 0.875rem;
}

.nav-link-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
}

.nav-logo-img {
  height: 22px;
  width: auto;
  object-fit: contain;
}

.nav-logo-img.logo-light {
  display: none;
}

.dark .nav-logo-img.logo-dark {
  display: none;
}

.dark .nav-logo-img.logo-light {
  display: block;
}

.nav-link-label {
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 2px;
  background: var(--accent);
  transition: transform var(--transition-fast);
  transform-origin: center;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 1001;
}

.theme-toggle {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  transition: background var(--transition-fast);
}

.theme-toggle:hover {
  background: var(--accent-light);
}

.theme-toggle svg {
  width: 20px;
  height: 20px;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  gap: 5px;
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast);
}

.hamburger:hover {
  background: var(--accent-light);
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger-line {
  width: 20px;
  height: 2px;
  background: var(--text-primary);
  transition: transform var(--transition-base), opacity var(--transition-base);
  transform-origin: center;
}

.hamburger.active .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background: var(--bg-primary);
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-base), visibility var(--transition-base);
}

.nav-mobile.open {
  opacity: 1;
  visibility: visible;
}

.nav-mobile .mobile-link {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem 2rem;
  min-height: 48px;
  display: flex;
  align-items: center;
  color: var(--text-secondary);
  transition: color var(--transition-fast), transform var(--transition-fast);
  transform: translateY(20px);
  opacity: 0;
}

.nav-mobile.open .mobile-link {
  transform: translateY(0);
  opacity: 1;
}

.nav-mobile .mobile-link:hover {
  color: var(--text-primary);
}

.nav-mobile .mobile-link:nth-child(1) {
  transition-delay: 0.05s;
}

.nav-mobile .mobile-link:nth-child(2) {
  transition-delay: 0.1s;
}

.nav-mobile .mobile-link:nth-child(3) {
  transition-delay: 0.15s;
}

.nav-mobile .mobile-link:nth-child(4) {
  transition-delay: 0.2s;
}

.nav-mobile .mobile-link:nth-child(5) {
  transition-delay: 0.25s;
}

.nav-mobile .mobile-link:nth-child(6) {
  transition-delay: 0.3s;
}

.nav-mobile .mobile-link:nth-child(7) {
  transition-delay: 0.35s;
}

/* ── Hero B ── NC-inspired editorial layout over video ── */
.hero-b {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 8rem 6rem 3rem;
}

.hero-b-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-b-bg img,
.hero-b-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-b-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(7, 17, 38, 0.85) 0%, rgba(7, 17, 38, 0.62) 55%, rgba(7, 17, 38, 0.40) 100%),
    linear-gradient(to top, rgba(7, 17, 38, 0.70) 0%, transparent 50%);
  z-index: 1;
}

/* Floating annotations */
.hero-b-annotations {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-b-anno {
  position: absolute;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.15));
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.15), inset 0 0 12px rgba(255, 255, 255, 0.04);
  animation: annoPulse 4s ease-in-out infinite;
}

.hero-b-anno::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(180deg, #3b82f6, #8b5cf6);
}

.hero-b-anno--1 {
  top: 10rem;
  right: 9rem;
  animation-delay: 0s;
  border-color: rgba(59, 130, 246, 0.3);
}

.hero-b-anno--1::before {
  background: linear-gradient(180deg, #3b82f6, #06b6d4);
}

.hero-b-anno--2 {
  top: 16rem;
  right: 4rem;
  animation-delay: 1.3s;
  border-color: rgba(139, 92, 246, 0.3);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(236, 72, 153, 0.12));
}

.hero-b-anno--2::before {
  background: linear-gradient(180deg, #8b5cf6, #ec4899);
}

.hero-b-anno--3 {
  bottom: 10rem;
  right: 14rem;
  animation-delay: 2.6s;
  border-color: rgba(16, 185, 129, 0.3);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(59, 130, 246, 0.12));
}

.hero-b-anno--3::before {
  background: linear-gradient(180deg, #10b981, #3b82f6);
}

@keyframes annoPulse {

  0%,
  100% {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.1), inset 0 0 12px rgba(255, 255, 255, 0.04);
    transform: translateY(0);
  }

  50% {
    box-shadow: 0 0 28px rgba(59, 130, 246, 0.25), inset 0 0 16px rgba(255, 255, 255, 0.06);
    transform: translateY(-3px);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Content block */
.hero-b-content {
  position: relative;
  z-index: 3;
  max-width: 52rem;
  text-align: left;
  color: #ffffff;
}

/* Eyebrow with leading line */
.hero-b-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.hero-b-eyebrow-line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

/* Title — large, split lines */
.hero-b-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.hero-b-title-line {
  display: block;
}

.hero-b-title-accent {
  position: relative;
}

.hero-b-title-accent::after {
  content: '';
  position: absolute;
  bottom: 0.05em;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.35);
}

/* Description with left border */
.hero-b-desc {
  max-width: 32rem;
  margin-bottom: 2.5rem;
}

.hero-b-desc p {
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.45);
  padding-left: 1.25rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

/* CTA row */
.hero-b-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.hero-b-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 2rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.hero-b-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.1));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.hero-b-cta:hover::before {
  opacity: 1;
}

.hero-b-cta::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
}

.hero-b-cta:hover::after {
  width: 300px;
  height: 300px;
}

.hero-b-cta:hover {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 0 24px rgba(59, 130, 246, 0.15), 0 4px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.hero-b-cta svg {
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.hero-b-cta:hover svg {
  transform: translate(3px, -3px);
}

.hero-b-cta--secondary {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}

.hero-b-cta--secondary:hover {
  color: #ffffff;
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow: 0 0 24px rgba(139, 92, 246, 0.12), 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-b-cta--secondary::before {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(236, 72, 153, 0.08));
}

/* Mouse scroll indicator */
.hero-b-scroll {
  position: absolute;
  bottom: 2.5rem;
  right: 3rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hero-b-mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 13px;
  position: relative;
}

.hero-b-mouse-dot {
  width: 3px;
  height: 7px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: heroMouseScroll 2s ease-in-out infinite;
}

@keyframes heroMouseScroll {
  0% {
    top: 8px;
    opacity: 1;
  }

  50% {
    top: 22px;
    opacity: 0.3;
  }

  100% {
    top: 8px;
    opacity: 1;
  }
}

.hero-b-scroll-label {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

/* ── Video Switcher (Temporary) ── */
/* Responsive */
@media (max-width: 768px) {
  .hero-b {
    padding: 7rem 1.5rem 3rem;
  }

  .hero-b-annotations {
    display: none;
  }

  .hero-b-scroll {
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .hero-b-title {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  background: var(--accent);
  color: var(--text-inverse);
  font-weight: 600;
  font-size: 0.9375rem;
  border-radius: var(--radius-full);
  transition: background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
  letter-spacing: 0.01em;
}

.btn-primary:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-primary-light {
  background: #ffffff;
  color: #122345;
}

.btn-primary-light:hover {
  background: #edf2fb;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  background: transparent;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.9375rem;
  border: 2px solid var(--border);
  border-radius: var(--radius-full);
  transition: background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
}

.btn-outline:hover {
  background: var(--accent-light);
  border-color: var(--accent);
  transform: translateY(-2px);
}

.hero-variant-toggle {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  gap: 0.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  padding: 0.375rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-variant-btn {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: var(--radius-full);
  transition: background var(--transition-fast), color var(--transition-fast);
  color: var(--text-tertiary);
}

.hero-variant-btn.active {
  background: var(--accent);
  color: var(--text-inverse);
}

@media (max-width: 640px) {
  .hero-variant-toggle {
    width: calc(100vw - 1.5rem);
    max-width: 22rem;
    justify-content: center;
  }

  .hero-variant-btn {
    flex: 1 1 0;
    text-align: center;
  }
}

.page-banner {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-height);
  background: var(--bg-secondary);
}

.page-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 38, 0.66) 0%, rgba(23, 50, 110, 0.48) 100%);
  z-index: 1;
}

[data-page="textile"] .page-banner-overlay {
  background: linear-gradient(180deg, rgba(7, 17, 38, 0.4) 0%, rgba(23, 50, 110, 0.25) 100%);
}

.division-brand-section {
  padding: 2rem 0 0;
}

.division-brand-card {
  display: grid;
  grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(232, 238, 251, 0.88), rgba(255, 255, 255, 0.96));
  box-shadow: var(--shadow-md);
}

.dark .division-brand-card {
  background: linear-gradient(135deg, rgba(16, 32, 63, 0.92), rgba(21, 38, 74, 0.95));
}

.division-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
}

.division-brand-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 4.75rem;
  object-fit: contain;
}

.division-brand-fallback {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
}

.division-brand-copy {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

@media (max-width: 767px) {
  .division-brand-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .division-brand-logo {
    justify-self: center;
    width: 100%;
  }
}

.page-banner-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 3rem 1rem;
}

.page-banner.no-bg .page-banner-content {
  color: var(--text-primary);
}

.page-banner-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.page-banner-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  margin-top: 0.75rem;
  opacity: 0.85;
  font-weight: 500;
}

.page-banner-desc {
  font-size: 1rem;
  margin-top: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.75;
  line-height: 1.6;
}

.textile-water-free {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  max-width: 36rem;
  margin: 0 auto;
  padding: 1.5rem 2.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.textile-water-free-icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-light);
  color: var(--accent);
  border-radius: 50%;
  padding: 0.6rem;
}

.textile-water-free-icon svg {
  width: 100%;
  height: 100%;
}

.textile-water-free-text {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.01em;
}

/* ===== Textile – Water-Free Hero Strip ===== */
.tx-wf-strip {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-mid) 100%);
  color: var(--text-inverse);
  padding: 3.5rem 2rem;
}

.tx-wf-strip-inner {
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}

.tx-wf-strip-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 42rem;
}

.tx-wf-strip-icon {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 1rem;
  color: #fff;
  animation: txWfPulse 2.5s ease-in-out infinite;
}

@keyframes txWfPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  50% {
    transform: scale(1.06);
    box-shadow: 0 0 20px 6px rgba(255, 255, 255, 0.1);
  }
}

.tx-wf-strip-icon svg {
  width: 100%;
  height: 100%;
}

.tx-wf-strip-title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.tx-wf-strip-text {
  font-size: 1rem;
  opacity: 0.85;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .tx-wf-strip-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* ===== Textile – Alternating Write-up Rows ===== */
.tx-alt-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 3rem;
  padding: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg-card);
  border-radius: var(--radius-xl);
}

.tx-alt-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tx-alt-row:not(.has-image) {
  grid-template-columns: 1fr;
}

.tx-alt-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tx-alt-num {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent);
  opacity: 0.25;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.tx-alt-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.tx-alt-desc {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-primary);
  opacity: 0.8;
}

.tx-alt-specs {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem 1.1rem;
}

.tx-alt-specs-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}

.tx-alt-specs-label::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(11, 61, 122, 0.08);
} 

.tx-alt-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.1rem;
  color: var(--text-primary);
  opacity: 0.85;
}

.tx-alt-bullets li {
  position: relative;
  margin: 0;
  padding: 0.45rem 1rem 0.25rem 2.3rem;
  line-height: 1.65;
  border-radius: 1rem;
}

.tx-alt-bullets li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(11, 61, 122, 0.08);
}

.tx-alt-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--bg-tertiary);
  border: 1px solid var(--border);
}

.tx-alt-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--tx-image-position, center);
  transition: transform var(--transition-slow);
}

.tx-alt-row:hover .tx-alt-image img {
  transform: scale(1.05);
}

.tx-alt-image.no-zoom img {
  transform: none;
}

.tx-alt-row:hover .tx-alt-image.no-zoom img {
  transform: none;
}

.tx-alt-image.is-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-secondary);
  padding: 2rem;
}

.tx-alt-image.is-icon img {
  object-fit: contain;
  width: 80%;
  height: 80%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tx-alt-image {
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 767px) {
  .tx-alt-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.25rem;
  }

  .tx-alt-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    order: -1;
  }

  .tx-alt-num {
    font-size: 1.75rem;
  }

  .tx-alt-specs {
    padding: 0.9rem;
  }

  .tx-alt-bullets li {
    padding: 0.8rem 0.9rem 0.8rem 2.1rem;
  }

  .sus-cert-shell {
    grid-template-columns: 1fr;
    padding: 1.25rem;
    border-radius: 1.5rem;
  }

  .sus-cert-card {
    padding: 0.8rem;
  }

  .sus-cert-image {
    max-width: 14rem;
    max-height: 13rem;
  }
}

.tx-dual-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.tx-material-specs-section {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.tx-material-specs-section .section-header {
  margin-bottom: 1.25rem;
}

.tx-material-specs-section .tx-dual-cards {
  gap: 1.1rem;
}

.tx-dual-card {
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(77, 163, 255, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(235,241,247,0.88));
  border: 1px solid rgba(10, 42, 67, 0.09);
  box-shadow: 0 20px 48px rgba(10, 42, 67, 0.08);
}

.tx-material-specs-section .tx-dual-card {
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border-radius: 1.35rem;
}

.tx-dual-card-head {
  margin-bottom: 1rem;
}

.tx-material-specs-section .tx-dual-card-head {
  margin-bottom: 0.75rem;
}

.tx-dual-card-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.55rem;
}

.tx-dual-card-title {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

.tx-material-specs-section .tx-dual-card-title {
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
}

.tx-dual-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.tx-material-specs-section .tx-dual-card-list {
  gap: 0.4rem;
}

.tx-dual-card-list li {
  position: relative;
  padding: 0.85rem 0.95rem 0.85rem 2.35rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(10, 42, 67, 0.07);
  color: var(--text-primary);
  line-height: 1.65;
}

.tx-material-specs-section .tx-dual-card-list li {
  padding: 0.52rem 0.8rem 0.52rem 2rem;
  line-height: 1.42;
}

.tx-dual-card-list li::before {
  content: "";
  position: absolute;
  top: 1.12rem;
  left: 1rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(11, 61, 122, 0.08);
}

.tx-material-specs-section .tx-dual-card-list li::before {
  top: 0.78rem;
}

/* ===== Textile – Product Gallery (3 images) ===== */
.tx-gallery-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.75rem;
  max-height: calc(100vh - var(--header-height) - 10rem);
}

.tx-gallery-hero {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  grid-row: 1 / -1;
  background: var(--bg-card);
  border: 1px solid var(--border);
}

.tx-gallery-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.tx-gallery-hero:hover img {
  transform: scale(1.04);
}

.tx-gallery-pair {
  display: contents;
}

.tx-gallery-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
}

.tx-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.tx-gallery-card:hover img {
  transform: scale(1.05);
}

.tx-gallery-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1rem 0.75rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .tx-dual-cards {
    grid-template-columns: 1fr;
  }

  .tx-material-specs-section {
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
  }

  .tx-material-specs-section .section-header {
    margin-bottom: 1rem;
  }

  .tx-dual-card {
    padding: 1.2rem;
    border-radius: 1.3rem;
  }

  .tx-material-specs-section .tx-dual-card {
    padding: 1rem;
  }

  .tx-dual-card-list li {
    padding: 0.8rem 0.85rem 0.8rem 2.15rem;
  }

  .tx-material-specs-section .tx-dual-card-list li {
    padding: 0.52rem 0.75rem 0.52rem 1.9rem;
  }

  .tx-gallery-3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-height: none;
  }

  .tx-gallery-hero {
    grid-row: auto;
    aspect-ratio: 16/9;
  }

  .tx-gallery-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .tx-gallery-card {
    aspect-ratio: 4/3;
  }
}

/* ===== Textile – SCIPP Model ===== */
.tx-scipp-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

.tx-scipp-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  position: relative;
  overflow: hidden;
}

.tx-scipp-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-mid) 100%);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.tx-scipp-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.tx-scipp-card:hover::before {
  opacity: 1;
}

.tx-scipp-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 1rem;
  color: var(--accent);
}

.tx-scipp-icon svg {
  width: 100%;
  height: 100%;
}

.tx-scipp-letter {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tx-scipp-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.tx-scipp-desc {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

@media (max-width: 1024px) {
  .tx-scipp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .tx-scipp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tx-scipp-card {
    padding: 1.5rem 1rem;
  }

  .tx-scipp-letter {
    font-size: 2rem;
  }
}

/* ===== Textile – Client Logos ===== */
.tx-clients-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.tx-clients-track {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  animation: tx-client-scroll 30s linear infinite;
  width: max-content;
}

@keyframes tx-client-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.tx-client-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
  height: 5rem;
  padding: 0.5rem;
}

.tx-client-logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 640px) {
  .tx-clients-track {
    gap: 2rem;
  }

  .tx-client-logo {
    width: 8rem;
    height: 3.5rem;
  }
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.product-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-tertiary);
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.product-card:hover .product-card-image img {
  transform: scale(1.05);
}

.product-card-body {
  padding: 1.25rem;
}

.product-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text-primary);
}

.product-card-desc {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-top: 0.5rem;
  line-height: 1.6;
}

.content-block {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--bg-tertiary);
}

.content-block-image {
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
}

.content-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-block-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #ffffff;
}

.content-block-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.content-block-desc {
  font-size: 0.9375rem;
  margin-top: 0.5rem;
  opacity: 0.85;
  line-height: 1.6;
  max-width: 600px;
}

.cta-strip {
  background: var(--accent);
  color: var(--text-inverse);
  padding: 3rem 0;
  text-align: center;
}

.dark .cta-strip {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}

.cta-strip-title {
  font-size: 1.75rem;
  font-weight: 700;
}

.cta-strip-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.cta-strip-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  border: 2px solid currentColor;
  opacity: 0.7;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

@media (hover: none) {
  .cta-strip-icon:active {
    opacity: 1;
    transform: scale(1.1);
  }
}

.cta-strip-icon:hover {
  opacity: 1;
  transform: scale(1.1);
}

.team-intro {
  padding-top: 3rem;
  padding-bottom: 0;
}

.team-intro-inner {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.team-intro-label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.team-intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.team-section {
  padding-top: 2rem;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.team-card {
  text-align: center;
  padding: 2.5rem 2rem 2rem;
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.team-card-photo {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: var(--radius-full);
  overflow: hidden;
  background: var(--bg-tertiary);
  border: 4px solid var(--accent);
  box-shadow: 0 4px 16px rgba(43, 78, 162, 0.12);
}

.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.25rem;
  color: var(--text-primary);
}

.team-card-designation {
  font-size: 0.875rem;
  color: var(--accent);
  font-weight: 600;
  margin-top: 0.375rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.team-card-bio {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-top: 0.75rem;
  line-height: 1.7;
}

.contact-section {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 72rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 3rem;
    align-items: start;
  }
}

.contact-info-title {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.contact-info-desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  border-radius: var(--radius-lg);
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.contact-card:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 20px rgba(43, 78, 162, 0.08);
}

.dark .contact-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.contact-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: rgba(43, 78, 162, 0.08);
  color: var(--accent);
}

.dark .contact-card-icon {
  background: rgba(136, 170, 255, 0.1);
  color: var(--accent-light, #88aaff);
}

.contact-card-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-tertiary);
  margin-bottom: 0.2rem;
}

.contact-card-value {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-primary);
}

.contact-card-link {
  font-size: 0.9375rem;
  color: var(--text-primary);
  transition: color var(--transition-fast);
}

.contact-card-link:hover {
  color: var(--accent);
}

.contact-form-panel {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.dark .contact-form-panel {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.contact-form-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.contact-form-subtext {
  font-size: 0.875rem;
  color: var(--text-tertiary);
  margin-bottom: 1.5rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  min-height: 48px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(43, 78, 162, 0.12);
}

.dark .form-input:focus,
.dark .form-textarea:focus {
  box-shadow: 0 0 0 3px rgba(136, 170, 255, 0.18);
}

.form-textarea {
  min-height: 140px;
  resize: vertical;
}

.stat-card {
  text-align: center;
  padding: 1.5rem;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1;
}

.stat-label {
  font-size: 0.875rem;
  color: var(--text-tertiary);
  margin-top: 0.5rem;
  font-weight: 500;
}

.pillar-card {
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.sus-cert-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(77, 163, 255, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(236,242,248,0.88));
  border: 1px solid rgba(10, 42, 67, 0.08);
  box-shadow: 0 22px 56px rgba(10, 42, 67, 0.08);
}

.sus-cert-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 58ch;
}

.sus-cert-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(10, 42, 67, 0.08);
  box-shadow: 0 18px 40px rgba(10, 42, 67, 0.08);
}

.sus-cert-image {
  display: block;
  width: 100%;
  max-width: 19rem;
  height: auto;
  max-height: 17rem;
  object-fit: contain;
}

.pillar-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-light);
  color: var(--accent);
  border-radius: var(--radius-md);
  font-size: 1.25rem;
}

.pillar-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
  color: var(--text-primary);
}

.pillar-desc {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin-top: 0.5rem;
  line-height: 1.6;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--footer-bg-start) 0%, var(--footer-bg-mid) 60%, var(--footer-bg-end) 100%);
  padding: 4rem 0 1.5rem;
  color: var(--footer-text);
}

.footer-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.footer-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  animation: footerGlowFloat 8s ease-in-out infinite alternate;
}

.footer-glow--1 {
  width: 340px;
  height: 340px;
  top: -15%;
  left: 8%;
  background: var(--footer-glow-1);
}

.footer-glow--2 {
  width: 280px;
  height: 280px;
  bottom: -20%;
  right: 10%;
  background: var(--footer-glow-2);
  animation-delay: -4s;
  animation-duration: 10s;
}

@keyframes footerGlowFloat {
  0% {
    transform: translateY(0) scale(1);
  }

  100% {
    transform: translateY(-20px) scale(1.08);
  }
}

.footer-thread-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  opacity: 0.6;
}

.footer-thread-decor path {
  stroke-dashoffset: 0;
  animation: footerThreadDraw 20s linear infinite;
}

@keyframes footerThreadDraw {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -200;
  }
}

.footer-edge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--footer-edge-a) 30%, var(--footer-edge-b) 50%, var(--footer-edge-a) 70%, transparent 95%);
}

.footer-container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .site-footer {
    padding: 5rem 0 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr 1fr 0.9fr;
    gap: 2.5rem;
  }

  .footer-col--brand {
    grid-column: auto;
  }
}

.footer-col {
  position: relative;
  padding: 1.5rem;
  border-radius: var(--radius-2xl);
  background: var(--footer-col-bg);
  border: 1px solid var(--footer-col-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background var(--transition-base), border-color var(--transition-base);
}

.footer-col::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(77, 163, 255, 0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.footer-col:hover::after {
  opacity: 1;
}

.footer-col:hover {
  border-color: var(--footer-col-hover-border);
  background: var(--footer-col-hover-bg);
}

.footer-col--partner .footer-heading {
  white-space: nowrap;
}

.footer-partner-text {
  font-size: 0.925rem;
  line-height: 1.6;
  color: var(--footer-text-secondary, var(--text-secondary));
}

.footer-partner-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent, #0A2A43);
  background: linear-gradient(100deg, rgba(28, 109, 208, 0.18) 0%, rgba(10, 42, 67, 0.08) 55%, rgba(200, 215, 240, 0.25) 100%);
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.footer-partner-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: linear-gradient(100deg, rgba(28, 109, 208, 0.28) 0%, rgba(10, 42, 67, 0.14) 50%, rgba(180, 200, 230, 0.30) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.footer-partner-btn:hover::before {
  opacity: 1;
}

.footer-partner-btn>* {
  position: relative;
  z-index: 1;
}

.footer-partner-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: var(--accent, #0A2A43);
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-partner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(28, 109, 208, 0.18);
}

.footer-partner-btn:hover .footer-partner-btn-arrow {
  transform: translateX(3px);
  background: #fff;
  box-shadow: 0 2px 6px rgba(10, 42, 67, 0.12);
}

.footer-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--footer-text-heading);
  margin-bottom: 1.25rem;
  white-space: nowrap;
}

.footer-heading-accent {
  display: inline-block;
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, rgba(28, 109, 208, 0.8), rgba(77, 163, 255, 0.4));
  border-radius: 1px;
  flex-shrink: 0;
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 1rem;
}

.footer-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.7rem;
  border-radius: 1rem;
  background: var(--footer-brand-bg);
  border: 1px solid var(--footer-brand-border);
  transition: background var(--transition-fast);
}

.footer-brand-logo:hover {
  background: var(--footer-brand-hover);
}

.footer-brand-image {
  display: block;
  width: auto;
  height: auto;
  max-height: 3rem;
  max-width: min(100%, 16rem);
  object-fit: contain;
  filter: var(--footer-brand-filter);
}

.footer-brand-fallback {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--footer-text-strong);
}

.footer-tagline {
  font-size: 0.875rem;
  color: var(--footer-text-sub);
  line-height: 1.7;
}

.footer-links-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

@media (min-width: 1024px) {
  .footer-links-list {
    grid-template-columns: 1fr;
  }
}

.footer-link {
  font-size: 0.875rem;
  color: var(--footer-text-link);
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.footer-link-arrow {
  flex-shrink: 0;
  opacity: 0;
  width: 0;
  transition: opacity var(--transition-fast), width var(--transition-fast), transform var(--transition-fast);
}

.footer-link:hover {
  color: var(--footer-text-strong);
  transform: translateX(4px);
}

.footer-link:hover .footer-link-arrow {
  opacity: 1;
  width: 14px;
}

.footer-contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.footer-contact-item .footer-contact-icon {
  margin-top: 3px;
}

.footer-contact-item .footer-contact-text {
  flex: 1;
  min-width: 0;
}

.footer-contact-item--link {
  transition: color var(--transition-fast);
  color: var(--footer-text-link);
}

.footer-contact-item--link:hover {
  color: var(--footer-text-strong);
}

.footer-contact-item--link:hover .footer-contact-icon {
  color: rgba(77, 163, 255, 0.9);
}

.footer-contact-icon {
  flex-shrink: 0;
  color: var(--footer-text-muted);
  margin-top: 1px;
  transition: color var(--transition-fast);
}

.footer-contact-text {
  font-size: 0.84rem;
  line-height: 1.6;
  color: inherit;
}

.footer-connect-text {
  font-size: 0.84rem;
  color: var(--footer-text-mid);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--footer-text-strong);
  background: linear-gradient(135deg, rgba(28, 109, 208, 0.5), rgba(28, 109, 208, 0.25));
  border: 1px solid rgba(77, 163, 255, 0.25);
  border-radius: var(--radius-full);
  transition: background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
}

.footer-cta:hover {
  background: linear-gradient(135deg, rgba(28, 109, 208, 0.7), rgba(28, 109, 208, 0.4));
  border-color: rgba(77, 163, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(28, 109, 208, 0.25);
}

.footer-cta svg {
  transition: transform var(--transition-fast);
}

.footer-cta:hover svg {
  transform: translateX(3px);
}

.footer-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.footer-social--connect {
  margin-top: 1rem;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: var(--footer-social-bg);
  border: 1px solid var(--footer-social-border);
  color: var(--footer-social-color);
  transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
}

.footer-social-icon:hover {
  background: rgba(28, 109, 208, 0.35);
  color: var(--footer-text-strong);
  border-color: rgba(77, 163, 255, 0.4);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 16px rgba(28, 109, 208, 0.2);
}

.footer-divider {
  height: 1px;
  margin-top: 2.5rem;
  background: linear-gradient(90deg, transparent 5%, var(--footer-divider-a) 30%, var(--footer-divider-b) 50%, var(--footer-divider-a) 70%, transparent 95%);
}

.footer-bottom {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  font-size: 0.78rem;
  color: var(--footer-text-muted);
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
}

.footer-credit {
  font-size: 0.78rem;
  color: var(--footer-text-muted);
  letter-spacing: 0.01em;
}

.footer-credit a {
  color: var(--footer-link, #4da3ff);
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-credit a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media (max-width: 639px) {
  .site-footer {
    padding: 3rem 0 1.5rem;
  }

  .footer-col {
    padding: 1.25rem;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, rgba(10, 42, 67, 0.85), rgba(28, 109, 208, 0.55));
  border: 1px solid rgba(77, 163, 255, 0.25);
  color: #ffffff;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(10, 42, 67, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.85);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, box-shadow 0.2s ease;
  pointer-events: none;
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.scroll-to-top:hover {
  background: linear-gradient(135deg, rgba(10, 42, 67, 0.95), rgba(28, 109, 208, 0.75));
  border-color: rgba(77, 163, 255, 0.45);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 32px rgba(28, 109, 208, 0.35);
}

.scroll-to-top:active {
  transform: translateY(-1px) scale(0.98);
}

.scroll-to-top svg {
  transition: transform 0.2s ease;
}

.scroll-to-top:hover svg {
  transform: translateY(-2px);
}

@media (max-width: 639px) {
  .scroll-to-top {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 42px;
    height: 42px;
  }
}

.section {
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .section {
    padding: 3rem 0;
  }
}

@media (min-width: 1024px) {
  .section {
    padding: 3.5rem 0;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 2rem;
}

.section-title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-tertiary);
  margin-top: 0.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-tertiary);
  color: var(--text-tertiary);
  font-size: 0.875rem;
  font-weight: 500;
}

html,
body,
* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.reveal-up {
  opacity: 0;
  transform: translateY(40px);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.95);
}

.word-reveal .word {
  display: inline-block;
  overflow: hidden;
}

.word-reveal .word-inner {
  display: inline-block;
  transform: translateY(105%);
}

.page-transition {
  opacity: 0;
  transform: translateY(10px);
}

.page-transition.loaded {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (hover: none) and (pointer: coarse) {

  .product-card:hover,
  .pillar-card:hover {
    transform: none;
  }

  .product-card:active {
    transform: scale(0.98);
  }


  .theme-toggle {
    min-width: 44px;
    min-height: 44px;
  }
}

.global-bg-canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.page-transition {
  position: relative;
  z-index: 1;
}

#site-header {
  position: relative;
  z-index: 1001;
}

.gbg-el {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
  filter: blur(1px);
  transition: opacity 0.6s ease;
}

.gbg-el--circle {
  border-radius: 50%;
}

.gbg-el--square {
  border-radius: 18%;
}

.gbg-el--diamond {
  border-radius: 4px;
  transform: rotate(45deg);
}

.gbg-el--ring {
  border-radius: 50%;
  background: transparent !important;
  border-width: 2px;
  border-style: solid;
}

.gbg-el--cross {
  background: transparent !important;
  border-radius: 0;
}

.gbg-el--cross::before,
.gbg-el--cross::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: inherit;
  border-radius: 2px;
}

.gbg-el--cross::before {
  width: 100%;
  height: 25%;
  transform: translate(-50%, -50%);
  background: var(--cross-color);
}

.gbg-el--cross::after {
  width: 25%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: var(--cross-color);
}

.gbg-el--triangle {
  background: transparent !important;
  border-radius: 0;
  width: 0 !important;
  height: 0 !important;
}

.gbg-el--dots {
  background: transparent !important;
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.gbg-el--dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.gbg-el--hexagon {
  background: transparent !important;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.gbg-blue {
  background: rgba(59, 130, 246, 0.3);
}

.gbg-blue.gbg-el--ring {
  border-color: rgba(59, 130, 246, 0.35);
}

.gbg-blue.gbg-el--cross {
  --cross-color: rgba(59, 130, 246, 0.3);
}

.gbg-blue.gbg-el--hexagon {
  background: rgba(59, 130, 246, 0.22) !important;
}

.gbg-purple {
  background: rgba(139, 92, 246, 0.28);
}

.gbg-purple.gbg-el--ring {
  border-color: rgba(139, 92, 246, 0.32);
}

.gbg-purple.gbg-el--cross {
  --cross-color: rgba(139, 92, 246, 0.28);
}

.gbg-purple.gbg-el--hexagon {
  background: rgba(139, 92, 246, 0.2) !important;
}

.gbg-teal {
  background: rgba(20, 184, 166, 0.28);
}

.gbg-teal.gbg-el--ring {
  border-color: rgba(20, 184, 166, 0.32);
}

.gbg-teal.gbg-el--cross {
  --cross-color: rgba(20, 184, 166, 0.28);
}

.gbg-teal.gbg-el--hexagon {
  background: rgba(20, 184, 166, 0.2) !important;
}

.gbg-pink {
  background: rgba(236, 72, 153, 0.25);
}

.gbg-pink.gbg-el--ring {
  border-color: rgba(236, 72, 153, 0.3);
}

.gbg-pink.gbg-el--cross {
  --cross-color: rgba(236, 72, 153, 0.25);
}

.gbg-pink.gbg-el--hexagon {
  background: rgba(236, 72, 153, 0.18) !important;
}

.gbg-amber {
  background: rgba(245, 158, 11, 0.28);
}

.gbg-amber.gbg-el--ring {
  border-color: rgba(245, 158, 11, 0.32);
}

.gbg-amber.gbg-el--cross {
  --cross-color: rgba(245, 158, 11, 0.28);
}

.gbg-amber.gbg-el--hexagon {
  background: rgba(245, 158, 11, 0.2) !important;
}

.gbg-green {
  background: rgba(34, 197, 94, 0.28);
}

.gbg-green.gbg-el--ring {
  border-color: rgba(34, 197, 94, 0.32);
}

.gbg-green.gbg-el--cross {
  --cross-color: rgba(34, 197, 94, 0.28);
}

.gbg-green.gbg-el--hexagon {
  background: rgba(34, 197, 94, 0.2) !important;
}

.gbg-red {
  background: rgba(239, 68, 68, 0.25);
}

.gbg-red.gbg-el--ring {
  border-color: rgba(239, 68, 68, 0.3);
}

.gbg-red.gbg-el--cross {
  --cross-color: rgba(239, 68, 68, 0.25);
}

.dark .gbg-blue {
  background: rgba(96, 165, 250, 0.25);
}

.dark .gbg-blue.gbg-el--ring {
  border-color: rgba(96, 165, 250, 0.3);
}

.dark .gbg-blue.gbg-el--cross {
  --cross-color: rgba(96, 165, 250, 0.25);
}

.dark .gbg-blue.gbg-el--hexagon {
  background: rgba(96, 165, 250, 0.18) !important;
}

.dark .gbg-purple {
  background: rgba(167, 139, 250, 0.25);
}

.dark .gbg-purple.gbg-el--ring {
  border-color: rgba(167, 139, 250, 0.3);
}

.dark .gbg-purple.gbg-el--cross {
  --cross-color: rgba(167, 139, 250, 0.25);
}

.dark .gbg-teal {
  background: rgba(45, 212, 191, 0.25);
}

.dark .gbg-teal.gbg-el--ring {
  border-color: rgba(45, 212, 191, 0.3);
}

.dark .gbg-teal.gbg-el--cross {
  --cross-color: rgba(45, 212, 191, 0.25);
}

.dark .gbg-pink {
  background: rgba(244, 114, 182, 0.22);
}

.dark .gbg-pink.gbg-el--ring {
  border-color: rgba(244, 114, 182, 0.28);
}

.dark .gbg-amber {
  background: rgba(251, 191, 36, 0.22);
}

.dark .gbg-amber.gbg-el--ring {
  border-color: rgba(251, 191, 36, 0.28);
}

.dark .gbg-green {
  background: rgba(74, 222, 128, 0.22);
}

.dark .gbg-green.gbg-el--ring {
  border-color: rgba(74, 222, 128, 0.28);
}

.dark .gbg-red {
  background: rgba(248, 113, 113, 0.22);
}

.dark .gbg-red.gbg-el--ring {
  border-color: rgba(248, 113, 113, 0.28);
}

@keyframes gbgFloat1 {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(30px, -40px) rotate(5deg);
  }

  50% {
    transform: translate(-20px, -70px) rotate(-3deg);
  }

  75% {
    transform: translate(40px, -30px) rotate(7deg);
  }
}

@keyframes gbgFloat2 {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(-40px, -25px) rotate(-6deg);
  }

  50% {
    transform: translate(25px, -55px) rotate(4deg);
  }

  75% {
    transform: translate(-15px, -40px) rotate(-8deg);
  }
}

@keyframes gbgFloat3 {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  33% {
    transform: translate(20px, -50px) rotate(8deg) scale(1.05);
  }

  66% {
    transform: translate(-30px, -20px) rotate(-5deg) scale(0.95);
  }
}

@keyframes gbgFloat4 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-25px, -60px) scale(1.08);
  }
}

@keyframes gbgPulse {

  0%,
  100% {
    opacity: var(--gbg-opacity, 0.7);
    transform: scale(1);
  }

  50% {
    opacity: calc(var(--gbg-opacity, 0.7) * 1.3);
    transform: scale(1.15);
  }
}

@keyframes gbgSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.gbg-el.gbg-near {
  filter: blur(0.5px) brightness(1.15);
  transform: scale(1.1);
  transition: filter 0.4s ease, transform 0.4s ease;
}

@media (max-width: 768px) {
  .gbg-el {
    transform: scale(0.6);
  }

  .global-bg-canvas {
    opacity: 0.5;
  }
}

