/* =========================================================
   VasInfoTec Ã¢â‚¬â€ Premium Enterprise Stylesheet
   ========================================================= */

:root {
  --primary: #0B1F3A;
  --secondary: #2563EB;
  --accent: #FF6B00;
  --bg: #FFFFFF;
  --bg-soft: #F7F9FC;
  --card: #FFFFFF;
  --text: #1E293B;
  --text-muted: #64748B;
  --border: rgba(15, 23, 42, 0.08);
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 10px 40px rgba(11, 31, 58, 0.08);
  --shadow-lg: 0 20px 60px rgba(11, 31, 58, 0.14);
  --glass: rgba(255, 255, 255, 0.72);
  --gradient: linear-gradient(135deg, #2563EB 0%, #FF6B00 100%);
  --gradient-soft: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(255, 107, 0, 0.08));
  --nav-h: 88px;
  --container: 1180px;
  --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 12px);
}

body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* ========== SITE ATMOSPHERE (premium white canvas) ========== */
.site-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(37, 99, 235, 0.05), transparent 55%),
    radial-gradient(ellipse 60% 45% at 100% 10%, rgba(255, 107, 0, 0.04), transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(37, 99, 235, 0.035), transparent 55%),
    #ffffff;
}

.site-atmosphere-gradient {
  position: absolute;
  inset: -20%;
  background:
    conic-gradient(from 180deg at 50% 50%, rgba(37, 99, 235, 0.04), transparent 25%, rgba(255, 107, 0, 0.035), transparent 55%, rgba(37, 99, 235, 0.03), transparent 80%);
  animation: siteAuraSpin 48s linear infinite;
  opacity: 0.7;
}

.site-atmosphere-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(11, 31, 58, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 40%, #000 20%, transparent 75%);
  opacity: 0.55;
  animation: siteGridDrift 32s ease-in-out infinite alternate;
}

.site-atmosphere-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  will-change: transform;
}

.site-atmosphere-orb--1 {
  width: 420px;
  height: 420px;
  top: 8%;
  left: -6%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 70%);
  animation: siteOrbFloatA 22s ease-in-out infinite;
}

.site-atmosphere-orb--2 {
  width: 380px;
  height: 380px;
  top: 18%;
  right: -8%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.12), transparent 70%);
  animation: siteOrbFloatB 26s ease-in-out infinite;
}

.site-atmosphere-orb--3 {
  width: 320px;
  height: 320px;
  bottom: 12%;
  left: 18%;
  background: radial-gradient(circle, rgba(91, 160, 208, 0.14), transparent 70%);
  animation: siteOrbFloatC 24s ease-in-out infinite;
}

.site-atmosphere-orb--4 {
  width: 280px;
  height: 280px;
  bottom: 22%;
  right: 12%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.1), transparent 70%);
  animation: siteOrbFloatA 28s ease-in-out infinite reverse;
}

.site-atmosphere-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  animation: siteLinesPulse 10s ease-in-out infinite;
}

.site-atmosphere-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--secondary);
  opacity: 0.35;
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.35);
  animation: siteDotFloat 14s ease-in-out infinite;
}

.site-atmosphere-dot--1 { top: 18%; left: 12%; }
.site-atmosphere-dot--2 { top: 28%; right: 18%; background: var(--accent); animation-delay: -2s; }
.site-atmosphere-dot--3 { top: 52%; left: 8%; width: 4px; height: 4px; animation-delay: -4s; }
.site-atmosphere-dot--4 { bottom: 24%; right: 10%; background: var(--accent); animation-delay: -6s; }
.site-atmosphere-dot--5 { bottom: 36%; left: 42%; width: 5px; height: 5px; animation-delay: -8s; }
.site-atmosphere-dot--6 { top: 64%; right: 36%; animation-delay: -10s; }

@keyframes siteAuraSpin {
  to { transform: rotate(360deg); }
}

@keyframes siteGridDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -18px, 0); }
}

@keyframes siteOrbFloatA {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(40px, 28px, 0) scale(1.08); }
}

@keyframes siteOrbFloatB {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-36px, 40px, 0) scale(1.1); }
}

@keyframes siteOrbFloatC {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(28px, -32px, 0); }
}

@keyframes siteLinesPulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.65; }
}

@keyframes siteDotFloat {
  0%, 100% { transform: translateY(0); opacity: 0.25; }
  50% { transform: translateY(-14px); opacity: 0.5; }
}

@media (prefers-reduced-motion: reduce) {
  .site-atmosphere-gradient,
  .site-atmosphere-grid,
  .site-atmosphere-orb,
  .site-atmosphere-lines,
  .site-atmosphere-dot {
    animation: none !important;
  }
}

/* Keep page content above atmosphere */
.hero,
.section,
.foundation,
.why-us,
.recruit,
.industries,
.tech-eco,
.it-scope,
.it-band,
.hw-band,
.surv-ops,
.site-footer,
#spinner,
.back-to-top {
  position: relative;
  z-index: 1;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition);
}

ul {
  list-style: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: var(--primary);
  line-height: 1.25;
  font-weight: 700;
}

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

.section {
  padding: 64px 0;
  position: relative;
  background: transparent;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(247, 249, 252, 0.35) 100%);
  pointer-events: none;
  z-index: -1;
}

.section-alt {
  background: transparent;
}

.section-alt::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(248, 250, 252, 0.4) 100%);
}

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

.section-dark::before {
  display: none;
}

/* Premium animated section badges */
.section-badge {
  --badge-delay: 0s;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 16px 8px 12px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.55), rgba(255, 107, 0, 0.55)) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 10px 28px rgba(11, 31, 58, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  transform: translateY(16px) scale(0.94);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1) var(--badge-delay),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) var(--badge-delay),
    box-shadow 0.35s ease;
}

.section-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 20%,
    rgba(255, 255, 255, 0.7) 45%,
    transparent 70%
  );
  transform: translateX(-120%);
  animation: sectionBadgeShine 4.5s ease-in-out infinite;
  animation-play-state: paused;
  pointer-events: none;
  z-index: 0;
}

.section-badge-orb {
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary), var(--accent));
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  flex-shrink: 0;
}

.section-badge-orb::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(255, 107, 0, 0.35);
  animation: sectionBadgePulse 2.4s ease-out infinite;
  animation-play-state: paused;
}

.section-badge-text {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, var(--primary) 0%, #1e3a5f 45%, var(--secondary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-rule {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  height: 4px;
}

.section-rule span {
  display: block;
  height: 3px;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--secondary), var(--accent));
  box-shadow: 0 0 16px rgba(37, 99, 235, 0.25);
  transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
}

.about-header .section-rule,
.recruit-copy .section-rule,
.section-badge--start + .section-title + .section-rule,
.section-divider--start {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}

.revealed .section-badge,
.is-visible .section-badge,
.is-inview .section-badge,
.section-badge.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.revealed .section-badge::before,
.is-visible .section-badge::before,
.is-inview .section-badge::before,
.section-badge.is-visible::before,
.revealed .section-badge-orb::after,
.is-visible .section-badge-orb::after,
.is-inview .section-badge-orb::after,
.section-badge.is-visible .section-badge-orb::after {
  animation-play-state: running;
}

.revealed .section-rule span,
.is-visible .section-rule span,
.is-inview .section-rule span {
  width: 88px;
}

.section-badge:hover {
  box-shadow:
    0 14px 34px rgba(11, 31, 58, 0.1),
    0 0 0 4px rgba(37, 99, 235, 0.06);
}

.revealed .section-badge:hover,
.is-visible .section-badge:hover,
.is-inview .section-badge:hover,
.section-badge.is-visible:hover {
  transform: translateY(-2px) scale(1);
}

@keyframes sectionBadgeShine {
  0%, 55% { transform: translateX(-120%); }
  75%, 100% { transform: translateX(120%); }
}

@keyframes sectionBadgePulse {
  0% { transform: scale(0.7); opacity: 0.85; }
  70% { transform: scale(1.7); opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .section-badge,
  .section-rule span,
  .section-badge-orb::after,
  .section-badge::before {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .section-rule span {
    width: 88px !important;
  }
}

.section-title {
  font-size: clamp(1.75rem, 3.2vw, 2.6rem);
  margin-bottom: 16px;
  max-width: 720px;
}

.section-desc {
  color: var(--text-muted);
  max-width: 640px;
  font-size: 1.05rem;
}

.section-head {
  text-align: center;
  margin-bottom: 36px;
}

.section-head .section-title,
.section-head .section-desc,
.section-head .section-badge {
  margin-inline: auto;
}

.section-head .section-badge {
  display: inline-flex;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

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

.btn-primary {
  background: var(--secondary);
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
}

.btn-primary:hover {
  background: #1d4ed8;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.35);
}

.btn-accent {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 107, 0, 0.28);
}

.btn-accent:hover {
  background: #e85f00;
}

.btn-ghost {
  background: transparent;
  color: var(--primary);
  border-color: rgba(11, 31, 58, 0.18);
}

.btn-ghost:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.btn-ghost-light {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.btn-ghost-light:hover {
  background: #fff;
  color: var(--primary);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Spinner */
#spinner {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#spinner.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spinner-ring {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(37, 99, 235, 0.15);
  border-top-color: var(--secondary);
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ========== NAVBAR ========== */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  border-bottom: 1px solid rgba(11, 31, 58, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 6px 24px rgba(11, 31, 58, 0.05);
  transition:
    background var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.site-header-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background: transparent;
}

.site-header-grid {
  display: none;
}

.site-header-orb {
  display: none;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 8px 28px rgba(11, 31, 58, 0.08);
  border-bottom-color: rgba(11, 31, 58, 0.06);
}

@keyframes navGridDrift {
  from { background-position: 0 0; }
  to { background-position: 12px -8px; }
}

@keyframes navOrbFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(60px, 8px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .site-header-grid,
  .site-header-orb {
    animation: none !important;
  }
}

.nav-inner {
  position: relative;
  z-index: 1;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  z-index: 1001;
  line-height: 0;
}

.brand img {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(240px, 70vw);
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.brand-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -0.02em;
  transition: color var(--transition);
}

.brand-text span {
  color: var(--accent);
}

.site-header.is-scrolled .brand-text {
  color: var(--primary);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-link {
  position: relative;
  padding: 8px 14px;
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--primary);
  border-radius: 8px;
  transition: color var(--transition), background var(--transition);
}

.site-header.is-scrolled .nav-link {
  color: var(--primary);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

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

.nav-link:hover {
  color: var(--secondary);
  background: rgba(37, 99, 235, 0.05);
}

.nav-link.active {
  color: var(--secondary);
}

.site-header.is-scrolled .nav-link:hover,
.site-header.is-scrolled .nav-link.active {
  color: var(--secondary);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 200px;
  padding: 10px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all var(--transition);
  border: 1px solid var(--border);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-dropdown-menu a:hover {
  background: var(--gradient-soft);
  color: var(--secondary);
}

.nav-cta {
  margin-left: 12px;
  padding: 9px 22px;
  font-family: "Inter", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 107, 0, 0.3);
}

.nav-menu-head,
.nav-menu-foot {
  display: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(11, 31, 58, 0.08);
  cursor: pointer;
  position: relative;
  z-index: 1002;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.nav-toggle:hover {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.12);
}

.nav-toggle:active {
  transform: scale(0.96);
}

.nav-toggle:focus-visible {
  outline: none;
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.nav-toggle-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 14px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.nav-toggle-lines span {
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--primary);
  border-radius: 999px;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s ease,
    top 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.25s ease,
    width 0.25s ease;
}

.nav-toggle-lines span:nth-child(1) { top: 0; }
.nav-toggle-lines span:nth-child(2) { top: 6px; width: 14px; }
.nav-toggle-lines span:nth-child(3) { top: 12px; }

.site-header.is-scrolled .nav-toggle {
  background: #fff;
  border-color: rgba(11, 31, 58, 0.1);
}

.site-header.is-scrolled .nav-toggle-lines span {
  background: var(--primary);
}

.nav-toggle.is-open {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 8px 20px rgba(11, 31, 58, 0.2);
}

.nav-toggle.is-open .nav-toggle-lines span {
  background: #fff;
  width: 18px;
}

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

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

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

/* ========== HERO ========== */
.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--nav-h));
  min-height: calc(100vh - var(--nav-h));
  max-height: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #061426;
  color: #fff;
}

.hero--carousel {
  z-index: 1;
}

.hero-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #061426;
}

.hero-carousel-viewport {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #061426;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  image-rendering: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition:
    opacity 0.9s ease,
    visibility 0.9s ease,
    transform 0.9s ease;
  will-change: opacity, transform;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(6, 20, 38, 0.62) 0%,
    rgba(6, 20, 38, 0.38) 36%,
    rgba(6, 20, 38, 0.12) 64%,
    rgba(6, 20, 38, 0.18) 100%
  );
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.9s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1);
  animation: heroKenBurns 7s ease-out forwards;
}

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

.hero-slide--light {
  background-color: #f4f6f9;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-slide--light::before {
  display: none;
}

.hero-slide--light::after {
  z-index: 1;
  background: linear-gradient(
    95deg,
    rgba(245, 249, 255, 0.88) 0%,
    rgba(232, 241, 251, 0.5) 30%,
    rgba(232, 241, 251, 0.15) 52%,
    rgba(232, 241, 251, 0) 72%
  );
  opacity: 1;
}

.hero-carousel.is-light-active .hero-eyebrow {
  background: rgba(11, 31, 58, 0.06);
  border-color: rgba(11, 31, 58, 0.1);
  color: var(--primary);
}

.hero-carousel.is-light-active .hero-brand {
  color: var(--primary) !important;
  text-shadow: none;
}

.hero-carousel.is-light-active .hero-title {
  color: var(--primary) !important;
  text-shadow: none;
}

.hero-carousel.is-light-active .hero-desc {
  color: var(--text-muted);
  text-shadow: none;
}

.hero-carousel.is-light-active .hero-carousel-btn {
  background: rgba(11, 31, 58, 0.08);
  border-color: rgba(11, 31, 58, 0.16);
  color: var(--primary);
}

.hero-carousel.is-light-active .hero-carousel-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.hero-carousel.is-light-active .hero-carousel-dots button {
  background: rgba(11, 31, 58, 0.22);
}

.hero-carousel.is-light-active .hero-carousel-dots button.is-active {
  background: var(--accent);
}

@keyframes heroKenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

.hero-slide-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(48px, 7vh, 80px) 0 clamp(88px, 11vh, 112px);
  pointer-events: none;
}

.hero-slide-content .container {
  pointer-events: auto;
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero-copy {
  width: min(100%, 560px);
  max-width: 560px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.hero-copy > * {
  opacity: 0;
  transform: translateY(28px);
  margin: 0;
  width: 100%;
  text-align: left;
}

.hero-copy.is-animating > * {
  animation: heroTextIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-copy.is-animating > *:nth-child(1) { animation-delay: 0.08s; }
.hero-copy.is-animating > *:nth-child(2) { animation-delay: 0.18s; }
.hero-copy.is-animating > *:nth-child(3) { animation-delay: 0.28s; }
.hero-copy.is-animating > *:nth-child(4) { animation-delay: 0.38s; }

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide.is-active {
    animation: none !important;
    transform: none !important;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  .hero-copy > * {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto !important;
  max-width: 100%;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  line-height: 1.2;
}

.hero-brand {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.5rem, 5.2vw, 3.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #fff !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.hero-brand span {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 600;
  color: #fff !important;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.hero-desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 1.25vw, 1.05rem);
  max-width: 32rem;
  line-height: 1.7;
  text-wrap: pretty;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.hero-carousel-controls {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.hero-carousel-btn {
  position: static;
  transform: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(11, 31, 58, 0.5);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.hero-carousel-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1.06);
}

.hero-carousel-dots {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hero-carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-carousel-dots button.is-active {
  width: 28px;
  background: var(--accent);
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ========== OVERVIEW (site-aligned hex board) ========== */
.overview {
  overflow: hidden;
}

.overview .section-head {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.overview-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
  column-gap: clamp(32px, 4.5vw, 56px);
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  min-height: 440px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s var(--transition), transform 0.65s var(--transition);
}

.overview-board.is-visible {
  opacity: 1;
  transform: none;
}

.overview-col {
  position: relative;
  z-index: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  height: 420px;
}

.overview-col--left { grid-column: 1; }
.overview-col--right { grid-column: 3; }

.overview-center {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  place-items: center;
  height: 420px;
}

.overview-wires {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  grid-column: 1 / -1;
  grid-row: 1;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.55s ease 0.12s;
}

.overview-board.is-visible .overview-wires {
  opacity: 1;
}

.wire {
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: square;
  stroke-linejoin: miter;
  opacity: 0.85;
}

.wire--a { stroke: var(--secondary); }
.wire--b { stroke: #0D9488; }
.wire--c { stroke: var(--accent); }
.wire--d { stroke: #0284C7; }
.wire--e { stroke: #7C3AED; }
.wire--f { stroke: #059669; }

.ov-core {
  position: relative;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #fff;
  background: linear-gradient(160deg, #14325a 0%, var(--primary) 55%, #071525 100%);
  box-shadow:
    0 16px 36px rgba(11, 31, 58, 0.28),
    0 0 0 4px #fff,
    0 0 0 7px rgba(255, 107, 0, 0.55);
  padding: 20px 16px;
}

.ov-core::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.ov-core i {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  color: var(--accent);
}

.ov-core span {
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.ov-pod {
  --pod-bg: #E8F4FF;
  --pod-accent: var(--secondary);
  display: flex;
  align-items: stretch;
  height: 112px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.3s ease;
  filter: drop-shadow(0 10px 22px rgba(11, 31, 58, 0.08));
}

.overview-board.is-visible .ov-pod {
  opacity: 1;
  transform: none;
}

.overview-board.is-visible .overview-col--left .ov-pod:nth-child(1),
.overview-board.is-visible .overview-col--right .ov-pod:nth-child(1) { transition-delay: 0.08s; }
.overview-board.is-visible .overview-col--left .ov-pod:nth-child(2),
.overview-board.is-visible .overview-col--right .ov-pod:nth-child(2) { transition-delay: 0.16s; }
.overview-board.is-visible .overview-col--left .ov-pod:nth-child(3),
.overview-board.is-visible .overview-col--right .ov-pod:nth-child(3) { transition-delay: 0.24s; }

.ov-pod:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 16px 28px rgba(11, 31, 58, 0.12));
}

.overview-board.is-visible .ov-pod:hover {
  transform: translateY(-4px);
}

.ov-pod--blue { --pod-bg: #E8F4FF; --pod-accent: var(--secondary); }
.ov-pod--green { --pod-bg: #E8F8EF; --pod-accent: #0D9488; }
.ov-pod--peach { --pod-bg: #FFF0E6; --pod-accent: var(--accent); }
.ov-pod--sky { --pod-bg: #E0F2FE; --pod-accent: #0284C7; }
.ov-pod--lilac { --pod-bg: #F3EDFF; --pod-accent: #7C3AED; }
.ov-pod--mint { --pod-bg: #ECFDF5; --pod-accent: #059669; }

.ov-pod-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 16px 20px;
  background: var(--pod-bg);
  border: 1px solid rgba(11, 31, 58, 0.06);
}

.ov-pod-body h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--primary);
}

.ov-pod-body p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.ov-pod-hex {
  width: 84px;
  height: 84px;
  align-self: center;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 1.25rem;
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 5px color-mix(in srgb, var(--pod-accent) 75%, white),
    0 8px 18px rgba(11, 31, 58, 0.16);
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 1;
}

.ov-pod:hover .ov-pod-hex {
  background: var(--pod-accent);
  transform: scale(1.04);
}

.overview-col--left .ov-pod-body {
  border-radius: 16px 0 0 16px;
  border-right: 0;
  text-align: right;
  padding: 16px 52px 16px 22px;
}

.overview-col--left .ov-pod-hex {
  margin-left: -36px;
}

.overview-col--right .ov-pod-body {
  border-radius: 0 16px 16px 0;
  border-left: 0;
  text-align: left;
  padding: 16px 22px 16px 52px;
}

.overview-col--right .ov-pod-hex {
  margin-right: -36px;
}

@media (max-width: 980px) {
  .overview-board {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 480px;
    min-height: 0;
    column-gap: 0;
  }

  .overview-center {
    grid-column: 1;
    grid-row: auto;
    order: -1;
    height: auto;
    padding: 2px 0 10px;
  }

  .overview-wires {
    display: none;
  }

  .overview-col {
    grid-column: 1;
    grid-row: auto;
    height: auto;
    gap: 12px;
  }

  .ov-core {
    width: 148px;
    height: 148px;
    box-shadow:
      0 14px 30px rgba(11, 31, 58, 0.24),
      0 0 0 3px #fff,
      0 0 0 6px rgba(255, 107, 0, 0.5);
  }

  .overview-col--left .ov-pod {
    flex-direction: row-reverse;
  }

  .overview-col--left .ov-pod-body,
  .overview-col--right .ov-pod-body {
    border-radius: 0 14px 14px 0;
    border: 1px solid rgba(11, 31, 58, 0.06);
    border-left: 0;
    text-align: left;
    padding: 14px 18px 14px 46px;
  }

  .overview-col--left .ov-pod-hex,
  .overview-col--right .ov-pod-hex {
    margin: 0 -28px 0 0;
  }

  .ov-pod {
    height: auto;
    min-height: 96px;
  }

  .ov-pod-hex {
    width: 72px;
    height: 72px;
    font-size: 1.12rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .overview-board,
  .ov-pod {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ========== ABOUT ========== */
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: stretch;
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  min-width: 0;
}

.about-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.about-header .section-badge {
  margin-bottom: 0;
}

.about-content .section-title {
  max-width: none;
  width: 100%;
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.3;
}

.about-header .section-rule {
  margin-bottom: 0;
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-text p {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.75;
  margin: 0;
  max-width: none;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  width: 100%;
  margin: 0;
  padding: 4px 0;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--primary);
  line-height: 1.35;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.25s ease;
}

.about-feature:nth-child(1) { transition-delay: 0.08s; }
.about-feature:nth-child(2) { transition-delay: 0.16s; }
.about-feature:nth-child(3) { transition-delay: 0.24s; }
.about-feature:nth-child(4) { transition-delay: 0.32s; }

.about-content.revealed .about-feature {
  opacity: 1;
  transform: translateY(0);
}

.about-feature span {
  display: block;
}

.about-feature i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(37, 99, 235, 0.12);
  color: var(--secondary);
  font-size: 0.7rem;
  flex-shrink: 0;
  transition: transform 0.35s ease, background 0.25s ease, color 0.25s ease;
}

.about-feature:hover i {
  transform: scale(1.12);
  background: var(--secondary);
  color: #fff;
}

.about-media {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 0;
  height: 100%;
}

.about-media-frame {
  position: relative;
  width: 100%;
  min-height: 480px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(11, 31, 58, 0.14);
  background: #e8eef5;
}

.about-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(11, 31, 58, 0.18) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.about-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.04);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-media.revealed .about-img {
  transform: scale(1);
}

.about-media-frame:hover .about-img {
  transform: scale(1.05);
}

.about-media-badge {
  position: absolute;
  left: clamp(14px, 2.5vw, 24px);
  bottom: clamp(14px, 2.5vw, 24px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.14);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.25s,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
}

.about-media.revealed .about-media-badge {
  opacity: 1;
  transform: translateY(0);
}

.about-media-badge i {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: rgba(37, 99, 235, 0.12);
  color: var(--secondary);
  font-size: 0.78rem;
}

@media (prefers-reduced-motion: reduce) {
  .about-img,
  .about-media.revealed .about-img,
  .about-media-frame:hover .about-img,
  .about-media-badge,
  .about-media.revealed .about-media-badge {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .about-feature {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ========== FOUNDATION (Vision / Mission Infographic) ========== */
.foundation {
  --foundation-max: 1280px;
  position: relative;
  overflow: visible;
  padding: 64px 0 72px;
  background: transparent;
}

.foundation-container {
  width: min(100% - 2.5rem, var(--foundation-max));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.foundation-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.foundation-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  animation: foundationFloat 16s ease-in-out infinite;
}

.foundation-orb-1 {
  width: 360px;
  height: 360px;
  top: -80px;
  right: -40px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.22), transparent 70%);
}

.foundation-orb-2 {
  width: 300px;
  height: 300px;
  bottom: -60px;
  left: -60px;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.14), transparent 70%);
  animation-delay: -6s;
}

@keyframes foundationFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -12px, 0); }
}

.foundation-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.foundation.is-inview .foundation-header {
  opacity: 1;
  transform: translateY(0);
}

.foundation-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary);
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

.foundation-title span {
  color: var(--secondary);
}

.foundation-desc {
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
}

/* Infographic track */
.infographic-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  padding-top: 48px;
  overflow: visible;
}

.info-card {
  --card-accent: #0D9488;
  --card-accent-2: #14B8A6;
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.info-card--teal { --card-accent: #0D9488; --card-accent-2: #2DD4BF; }
.info-card--orange { --card-accent: var(--accent); --card-accent-2: #FFB020; }
.info-card--rose { --card-accent: #DB2777; --card-accent-2: #F472B6; }
.info-card--blue { --card-accent: var(--secondary); --card-accent-2: #60A5FA; }

.info-card.from-left { transform: translateX(-50px) translateY(24px); }
.info-card.from-right { transform: translateX(50px) translateY(24px); }

.info-card.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.foundation.is-inview .info-card:nth-child(1) { transition-delay: 0.05s; }
.foundation.is-inview .info-card:nth-child(2) { transition-delay: 0.18s; }
.foundation.is-inview .info-card:nth-child(3) { transition-delay: 0.31s; }
.foundation.is-inview .info-card:nth-child(4) { transition-delay: 0.44s; }

.info-card-top {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: -42px;
  z-index: 3;
}

.info-badge {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--card-accent), var(--card-accent-2));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--card-accent) 35%, transparent);
  animation: badgePulse 3.2s ease-in-out infinite;
}

.info-card:nth-child(2) .info-badge { animation-delay: 0.4s; }
.info-card:nth-child(3) .info-badge { animation-delay: 0.8s; }
.info-card:nth-child(4) .info-badge { animation-delay: 1.2s; }

@keyframes badgePulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.info-badge-inner {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--card-accent);
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: transform 0.4s ease;
}

.info-card:hover .info-badge-inner {
  transform: scale(1.08) rotate(-6deg);
}

.info-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 22px 22px 0 0;
  padding: 64px 22px 28px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(11, 31, 58, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.info-card:hover .info-card-body {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(11, 31, 58, 0.12);
}

.info-kicker {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #94A3B8;
  margin-bottom: 10px;
}

.info-card-body h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1E293B;
  margin: 0 0 12px;
  line-height: 1.25;
}

.info-card-body p {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #64748B;
  margin: 0 0 auto;
  flex: 1;
}

.info-divider {
  width: 56px;
  height: 2px;
  margin: 22px auto 0;
  background: linear-gradient(90deg, transparent, #CBD5E1, transparent);
}

.info-chevron {
  height: 36px;
  background: linear-gradient(180deg, var(--card-accent), var(--card-accent-2));
  clip-path: polygon(0 0, 100% 0, 100% 45%, 50% 100%, 0 45%);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--card-accent) 30%, transparent);
  transition: transform 0.4s ease;
}

.info-card:hover .info-chevron {
  transform: translateY(-6px);
}

@media (max-width: 1100px) {
  .infographic-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 28px;
  }
}

@media (max-width: 900px) {
  .foundation {
    padding: 56px 0 64px;
  }

  .foundation-header {
    margin-bottom: 32px;
  }
}

@media (max-width: 640px) {
  .foundation {
    padding: 48px 0 56px;
  }

  .foundation-container {
    width: min(100% - 1.5rem, var(--foundation-max));
  }

  .infographic-track {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-inline: auto;
    gap: 40px;
  }

  .info-card.from-left,
  .info-card.from-right {
    transform: translateY(40px);
  }

  .info-card.is-visible {
    transform: translateY(0);
  }

  .info-badge {
    animation: none;
  }

  .foundation-orb {
    opacity: 0.22;
  }
}

.why-us {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.why-us-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.why-us-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
}

.why-us-orb--1 {
  width: 380px;
  height: 380px;
  top: -80px;
  right: -60px;
  background: radial-gradient(circle, rgba(91, 160, 208, 0.28), transparent 70%);
}

.why-us-orb--2 {
  width: 320px;
  height: 320px;
  bottom: 5%;
  left: -80px;
  background: radial-gradient(circle, rgba(224, 112, 56, 0.16), transparent 70%);
}

.why-us-inner {
  position: relative;
  z-index: 1;
}

.why-us-head {
  text-align: center;
  margin-bottom: clamp(28px, 3.5vw, 40px);
}

.why-us-title {
  max-width: 860px;
  margin: 0 auto 18px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--primary);
}

.why-us-title span {
  background: linear-gradient(135deg, #E8894F, #E07038 55%, #C45F28);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.why-us-head .section-badge {
  margin-inline: auto;
}

.why-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(18px, 2.8vw, 32px);
  align-items: center;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.why-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.why-point {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(32, 56, 80, 0.06);
  box-shadow: 0 14px 34px rgba(32, 56, 80, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.why-point:hover {
  transform: translateY(-8px);
  border-color: rgba(91, 160, 208, 0.28);
  box-shadow: 0 22px 48px rgba(32, 56, 80, 0.12);
}

.why-point-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--secondary), #4A8FBE);
  color: #fff;
  font-size: 1.25rem;
  box-shadow: 0 12px 26px rgba(91, 160, 208, 0.3);
  transition: transform 0.4s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.why-point:hover .why-point-icon {
  transform: rotate(-6deg) scale(1.06);
  background: linear-gradient(145deg, var(--accent), #C45F28);
  box-shadow: 0 14px 30px rgba(224, 112, 56, 0.32);
}

.why-point-body h3 {
  margin: 2px 0 8px;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.why-point-body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.why-visual {
  position: relative;
  isolation: isolate;
}

.why-visual-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #e8eef4;
  box-shadow:
    0 28px 60px rgba(32, 56, 80, 0.16),
    0 0 0 1px rgba(91, 160, 208, 0.12);
}

.why-visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(91, 160, 208, 0.55), rgba(224, 112, 56, 0.45), rgba(255, 255, 255, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
  pointer-events: none;
}

.why-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-visual:hover .why-visual-img {
  transform: scale(1.05);
}

.why-visual-shade {
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(32, 56, 80, 0.55));
  z-index: 1;
  pointer-events: none;
}

.why-visual-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(32, 56, 80, 0.16);
  animation: whyBadgeFloat 5.5s ease-in-out infinite;
}

.why-visual-badge strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
}

.why-visual-badge span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.why-visual-glow {
  position: absolute;
  inset: auto 8% -18% 8%;
  height: 30%;
  background: radial-gradient(ellipse, rgba(91, 160, 208, 0.28), transparent 70%);
  filter: blur(18px);
  z-index: -1;
  pointer-events: none;
}

@keyframes whyBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

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

.why-extra-card {
  position: relative;
  padding: 26px 18px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(32, 56, 80, 0.06);
  box-shadow: 0 12px 30px rgba(32, 56, 80, 0.05);
  text-align: center;
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.why-extra-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, transparent 35%, rgba(91, 160, 208, 0.45), rgba(224, 112, 56, 0.4));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.why-extra-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 48px rgba(32, 56, 80, 0.12);
}

.why-extra-card:hover::before {
  opacity: 1;
}

.why-extra-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 14px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(91, 160, 208, 0.16), rgba(224, 112, 56, 0.12));
  color: var(--primary);
  font-size: 1.1rem;
  transition: transform 0.4s ease, color 0.35s ease, background 0.35s ease;
}

.why-extra-card:hover .why-extra-icon {
  transform: scale(1.08) rotate(-4deg);
  color: #fff;
  background: linear-gradient(145deg, var(--secondary), var(--accent));
}

.why-extra-card h4 {
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.35;
}

.why-extra-card p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--text-muted);
}

@media (max-width: 1000px) {
  .why-split {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .why-visual {
    grid-column: 1 / -1;
    order: -1;
    max-width: 540px;
    margin-inline: auto;
    width: 100%;
  }

  .why-visual-frame {
    aspect-ratio: 16 / 11;
  }

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

@media (max-width: 640px) {
  .why-split {
    grid-template-columns: 1fr;
  }

  .why-side {
    gap: 14px;
  }

  .why-extra {
    grid-template-columns: 1fr;
  }

  .why-visual-frame {
    aspect-ratio: 4 / 3;
  }

  .why-visual-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-visual-badge {
    animation: none;
  }
}

/* ========== SERVICES ========== */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.svc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 22px 32px;
  border-radius: 20px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 10px 28px rgba(11, 31, 58, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.1);
}

.svc-card--blue { background: #E8F4FF; }
.svc-card--green { background: #E8F8EF; }
.svc-card--peach { background: #FFF0E6; }
.svc-card--lilac { background: #F3EDFF; }

.svc-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  font-size: 1.55rem;
  margin-bottom: 20px;
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 7px var(--accent),
    0 12px 24px rgba(11, 31, 58, 0.18);
  transition: transform 0.35s ease, background 0.35s ease;
}

.svc-card:hover .svc-icon {
  background: var(--secondary);
  transform: scale(1.05);
}

.svc-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--primary);
  margin: 0 0 10px;
  line-height: 1.3;
}

.svc-line {
  display: block;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
  margin-bottom: 12px;
}

.svc-tagline {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text);
  margin: 0 0 16px;
  max-width: 240px;
}

.svc-divider {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(11, 31, 58, 0.12);
  margin: 0 0 16px;
}

.svc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text);
  font-weight: 500;
}

.svc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

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

@media (max-width: 640px) {
  #services .section-head {
    text-align: center;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  #services .section-head .section-badge {
    margin-inline: auto;
  }

  #services .section-head .section-title {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    width: 100%;
    line-height: 1.35;
  }

  #services .section-head .section-rule {
    justify-content: center;
    margin-inline: auto;
  }

  .svc-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    width: 100%;
    margin-inline: 0;
    gap: 16px;
  }

  .svc-card {
    align-items: center;
    text-align: center;
    padding: 28px 20px 24px;
    width: 100%;
  }

  .svc-card h3 {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }

  .svc-line {
    margin-inline: auto;
    margin-bottom: 12px;
  }

  .svc-tagline {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 0 16px;
    padding-inline: 4px;
  }

  .svc-divider {
    margin: 0 0 16px;
  }

  .svc-list {
    width: 100%;
    text-align: left;
    padding-inline: 8px;
    gap: 10px;
  }

  .svc-list li {
    text-align: left;
    padding-left: 18px;
  }
}

/* ========== IT SCOPE OF SERVICES ========== */
.it-scope {
  background: transparent;
  position: relative;
  overflow: hidden;
}

.it-scope .section-head {
  margin-bottom: 52px;
}

.it-scope-heading {
  margin-bottom: 10px;
}

.it-scope-heading span {
  color: var(--accent);
}

.it-scope-kicker {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--primary);
  margin: 0 auto 12px;
}

.it-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.it-scope-card {
  --scope-accent: var(--secondary);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 36px 24px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 32px rgba(11, 31, 58, 0.06);
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease,
    background 0.4s ease;
  will-change: transform, opacity;
}

.it-scope-card--1 { --scope-accent: var(--secondary); }
.it-scope-card--2 { --scope-accent: var(--accent); }
.it-scope-card--3 { --scope-accent: #7C3AED; }
.it-scope-card--4 { --scope-accent: #0D9488; }
.it-scope-card--5 { --scope-accent: #0284C7; }
.it-scope-card--6 { --scope-accent: #EA580C; }
.it-scope-card--7 { --scope-accent: var(--primary); }
.it-scope-card--8 { --scope-accent: #4F46E5; }

.it-scope-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.it-scope-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(145deg, transparent, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: background 0.45s ease;
}

.it-scope-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -50px;
  bottom: -60px;
  background: radial-gradient(circle, var(--scope-accent) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.it-scope-card.is-visible:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 50px rgba(11, 31, 58, 0.12);
  background: #fff;
  border-color: rgba(37, 99, 235, 0.12);
}

.it-scope-card:hover::before {
  background: linear-gradient(145deg, var(--scope-accent), var(--accent));
}

.it-scope-card:hover::after {
  opacity: 0.12;
}

.it-scope-num {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #CBD5E1;
  transition: color 0.35s ease, transform 0.35s ease;
}

.it-scope-card:hover .it-scope-num {
  color: var(--scope-accent);
  transform: translateY(-2px);
}

.it-scope-icon {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  margin: 8px auto 20px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--primary), #123056);
  color: #fff;
  font-size: 1.4rem;
  flex-shrink: 0;
  box-shadow:
    0 14px 28px rgba(11, 31, 58, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), background 0.4s ease, box-shadow 0.4s ease;
}

.it-scope-icon::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 24px;
  border: 2px solid var(--scope-accent);
  opacity: 0.55;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.it-scope-card:hover .it-scope-icon {
  background: linear-gradient(145deg, var(--scope-accent), var(--primary));
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.it-scope-card:hover .it-scope-icon::after {
  transform: rotate(8deg) scale(1.05);
  opacity: 1;
}

.it-scope-card h3 {
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--primary);
  margin: 0 0 12px;
  line-height: 1.35;
  min-height: 2.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.35s ease;
}

.it-scope-card:hover h3 {
  color: var(--scope-accent);
}

.it-scope-card p {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
  flex: 1;
}

.it-scope-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  text-align: left;
  flex: 1;
}

.it-scope-list li {
  position: relative;
  padding-left: 16px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-muted);
  text-align: left;
}

.it-scope-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

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

  .it-scope-card h3 {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .it-scope-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .it-scope-card.is-visible:hover {
    transform: translateY(-6px);
  }
}

/* ========== IT SERVICES BAND ========== */
.it-band {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.it-band-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 84px 0 88px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.it-band-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 4;
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--accent) 100%);
}

.it-band-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 38%;
  transform: scale(1.04);
  filter: saturate(0.85) contrast(1.04);
  animation: itBandBgZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}

.it-band-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10, 10, 12, 0.78) 0%,
    rgba(12, 12, 14, 0.62) 48%,
    rgba(10, 10, 12, 0.72) 100%
  );
}

.it-band-hero-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 60% 55% at 50% 48%, #000 10%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 48%, #000 10%, transparent 72%);
}

.it-band-hero-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.it-band-hero-content .section-badge {
  margin-bottom: 18px;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.it-band-hero-content h2 {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 2.85rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.025em;
  opacity: 0;
  transform: translateY(18px);
}

.it-band-hero-content h2 span {
  color: #fff;
}

.it-band-rule {
  display: block;
  width: 56px;
  height: 2px;
  margin: 0 0 18px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  opacity: 0;
}

.it-band-rule span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--secondary), var(--accent));
}

.it-band-hero-content p {
  margin: 0 auto;
  max-width: 540px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 400;
  opacity: 0;
  transform: translateY(18px);
}

.it-band.is-inview .it-band-hero-content h2,
.it-band.is-inview .it-band-hero-content p,
.it-band.is-inview .it-band-rule {
  animation: itBandFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.it-band.is-inview .it-band-hero-content h2 { animation-delay: 0.14s; }
.it-band.is-inview .it-band-rule { animation-delay: 0.22s; animation-name: itBandRuleIn; }
.it-band.is-inview .it-band-rule span {
  animation: itBandRuleFill 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}
.it-band.is-inview .it-band-hero-content p { animation-delay: 0.3s; }

.it-band-body {
  position: relative;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(11, 31, 58, 0.03), transparent 70%),
    #ffffff;
  padding: 56px 0 90px;
}

.it-band-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 24px;
  position: relative;
  z-index: 2;
}

.it-band-item {
  --it-accent: var(--secondary);
  text-align: center;
  padding: 8px 12px 8px;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
}

.it-band-item.is-visible {
  animation: itBandCardIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.it-band-icon {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--primary), #123056);
  color: #fff;
  font-size: 1.55rem;
  isolation: isolate;
  box-shadow:
    0 0 0 8px #fff,
    0 0 0 12px color-mix(in srgb, var(--it-accent) 45%, transparent),
    0 16px 32px rgba(11, 31, 58, 0.2);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.it-band-icon-ring {
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--it-accent) 55%, transparent);
  opacity: 0;
  transform: scale(0.75);
  pointer-events: none;
}

.it-band-item.is-visible .it-band-icon-ring {
  animation: itBandRing 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.it-band-item:nth-child(1) { --it-accent: #2563EB; }
.it-band-item:nth-child(2) { --it-accent: #0F766E; }
.it-band-item:nth-child(3) { --it-accent: #7C3AED; }
.it-band-item:nth-child(4) { --it-accent: #FF6B00; }
.it-band-item:nth-child(5) { --it-accent: #0284C7; }
.it-band-item:nth-child(6) { --it-accent: #EA580C; }
.it-band-item:nth-child(7) { --it-accent: #0B1F3A; }
.it-band-item:nth-child(8) { --it-accent: #4F46E5; }

.it-band-item:nth-child(2) .it-band-icon { background: linear-gradient(145deg, #0F766E, #115E59); }
.it-band-item:nth-child(3) .it-band-icon { background: linear-gradient(145deg, #7C3AED, #5B21B6); }
.it-band-item:nth-child(4) .it-band-icon { background: linear-gradient(145deg, #FF6B00, #C2410C); }
.it-band-item:nth-child(5) .it-band-icon { background: linear-gradient(145deg, #0284C7, #0369A1); }
.it-band-item:nth-child(6) .it-band-icon { background: linear-gradient(145deg, #EA580C, #C2410C); }
.it-band-item:nth-child(7) .it-band-icon { background: linear-gradient(145deg, #0B1F3A, #123056); }
.it-band-item:nth-child(8) .it-band-icon { background: linear-gradient(145deg, #4F46E5, #3730A3); }

.it-band-item.is-visible:hover .it-band-icon {
  transform: translateY(-10px) scale(1.07);
  box-shadow:
    0 0 0 8px #fff,
    0 0 0 13px color-mix(in srgb, var(--it-accent) 55%, transparent),
    0 22px 40px rgba(11, 31, 58, 0.24);
}

.it-band-item h3 {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.35;
  min-height: 2.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.it-band-item.is-visible:hover h3 {
  color: var(--it-accent);
}

.it-band-item p {
  margin: 0 auto;
  max-width: 240px;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-muted);
}

@keyframes itBandFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes itBandCardIn {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes itBandRuleIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes itBandRuleFill {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes itBandRing {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  45% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@keyframes itBandBgZoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

@media (max-width: 1100px) {
  .it-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }

  .it-band-item h3 {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .it-band-hero {
    padding: 64px 0 68px;
    min-height: 0;
  }

  .it-band-hero-content h2 {
    font-size: clamp(1.9rem, 7.5vw, 2.35rem);
  }

  .it-band-hero-content p {
    font-size: 0.96rem;
  }

  .it-band-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .it-band-icon {
    width: 82px;
    height: 82px;
    font-size: 1.35rem;
  }

  .it-band-body {
    padding: 44px 0 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .it-band-hero-bg {
    animation: none;
  }

  .it-band-hero-content h2,
  .it-band-hero-content p,
  .it-band-rule,
  .it-band-item {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .it-band-rule span {
    width: 100%;
    animation: none !important;
  }

  .it-band-icon-ring {
    display: none;
  }
}

/* ========== SURVEILLANCE OPS ========== */
.surv-ops {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.surv-ops-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 84px 0 88px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.surv-ops-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 4;
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--accent) 100%);
}

.surv-ops-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.04);
  filter: saturate(0.88) contrast(1.04);
  animation: survOpsBgZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}

.surv-ops-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10, 10, 12, 0.78) 0%,
    rgba(12, 12, 14, 0.62) 48%,
    rgba(10, 10, 12, 0.72) 100%
  );
}

.surv-ops-hero-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 60% 55% at 50% 48%, #000 10%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 48%, #000 10%, transparent 72%);
}

.surv-ops-hero-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.surv-ops-hero-content .section-badge {
  margin-bottom: 18px;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.surv-ops-hero-content h2 {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 2.85rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.025em;
  opacity: 0;
  transform: translateY(18px);
}

.surv-ops-hero-content h2 span {
  color: #fff;
}

.surv-ops-rule {
  display: block;
  width: 56px;
  height: 2px;
  margin: 0 0 18px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  opacity: 0;
}

.surv-ops-rule span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--secondary), var(--accent));
}

.surv-ops-hero-content p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.76);
  opacity: 0;
  transform: translateY(18px);
}

.surv-ops.is-inview .surv-ops-hero-content h2,
.surv-ops.is-inview .surv-ops-hero-content p,
.surv-ops.is-inview .surv-ops-rule {
  animation: survOpsFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.surv-ops.is-inview .surv-ops-hero-content h2 { animation-delay: 0.12s; }
.surv-ops.is-inview .surv-ops-rule { animation-delay: 0.2s; animation-name: survOpsRuleIn; }
.surv-ops.is-inview .surv-ops-rule span {
  animation: survOpsRuleFill 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
}
.surv-ops.is-inview .surv-ops-hero-content p { animation-delay: 0.28s; }

.surv-ops-body {
  position: relative;
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(11, 31, 58, 0.03), transparent 68%),
    linear-gradient(180deg, #f6f7f9 0%, #ffffff 48%);
  padding: 56px 0 96px;
}

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

.surv-ops-panel {
  --surv-accent: var(--secondary);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 18px 18px 20px;
  border-radius: 16px;
  background: #fff;
  color: var(--primary);
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 12px 32px rgba(11, 31, 58, 0.06);
  overflow: hidden;
  opacity: 0;
  transform: translateY(32px) scale(0.98);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.surv-ops-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--surv-accent));
  opacity: 1;
}

.surv-ops-panel.is-visible {
  animation: survOpsPanelIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.surv-ops-panel.is-visible:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--surv-accent) 35%, transparent);
  box-shadow: 0 22px 48px rgba(11, 31, 58, 0.12);
}

.surv-ops-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.surv-ops-led {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
  animation: survOpsBlink 2s ease-in-out infinite;
}

.surv-ops-panel:nth-child(3n+2) .surv-ops-led { animation-delay: 0.4s; }
.surv-ops-panel:nth-child(3n) .surv-ops-led { animation-delay: 0.8s; }

.surv-ops-num {
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #94a3b8;
  transition: color 0.3s ease;
}

.surv-ops-panel.is-visible:hover .surv-ops-num {
  color: var(--surv-accent);
}

.surv-ops-panel-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.surv-ops-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--primary);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 8px 18px rgba(11, 31, 58, 0.18);
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.surv-ops-panel.is-visible:hover .surv-ops-icon {
  transform: scale(1.08);
  background: var(--surv-accent);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--surv-accent) 35%, transparent);
}

.surv-ops-panel h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary);
  transition: color 0.3s ease;
}

.surv-ops-panel.is-visible:hover h3 {
  color: var(--surv-accent);
}

.surv-ops-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.surv-ops-panel li {
  position: relative;
  padding: 7px 10px 7px 18px;
  border-radius: 8px;
  background: #f6f8fb;
  border: 1px solid rgba(11, 31, 58, 0.06);
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--text-muted);
}

.surv-ops-panel li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--accent);
}

.surv-ops-panel:nth-child(odd) { --surv-accent: var(--secondary); }
.surv-ops-panel:nth-child(even) { --surv-accent: var(--accent); }

@keyframes survOpsFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes survOpsRuleIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes survOpsRuleFill {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes survOpsBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

@keyframes survOpsBgZoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

@media (max-width: 1000px) {
  .surv-ops-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .surv-ops-hero {
    padding: 64px 0 68px;
    min-height: 0;
  }

  .surv-ops-hero-content h2 {
    font-size: clamp(1.9rem, 7.5vw, 2.35rem);
  }

  .surv-ops-hero-content p {
    font-size: 0.96rem;
  }

  .surv-ops-body {
    padding: 44px 0 72px;
  }

  .surv-ops-grid {
    grid-template-columns: 1fr;
  }

  .surv-ops-panel ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .surv-ops-hero-bg {
    animation: none;
  }

  .surv-ops-hero-content h2,
  .surv-ops-hero-content p,
  .surv-ops-rule,
  .surv-ops-panel {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .surv-ops-led {
    animation: none !important;
  }

  .surv-ops-rule span {
    width: 100%;
    animation: none !important;
  }
}

/* ========== HARDWARE SERVICES BAND ========== */
.hw-band {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.hw-band-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 84px 0 88px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.hw-band-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 4;
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--accent) 100%);
}

.hw-band-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.04);
  filter: saturate(0.88) contrast(1.04);
  animation: hwBandBgZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}

.hw-band-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10, 10, 12, 0.78) 0%,
    rgba(12, 12, 14, 0.62) 48%,
    rgba(10, 10, 12, 0.72) 100%
  );
}

.hw-band-hero-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 60% 55% at 50% 48%, #000 10%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 48%, #000 10%, transparent 72%);
}

.hw-band-hero-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hw-band-hero-content .section-badge {
  margin-bottom: 18px;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hw-band-hero-content h2 {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.1rem, 4.2vw, 2.85rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.025em;
  opacity: 0;
  transform: translateY(18px);
}

.hw-band-hero-content h2 span {
  color: #fff;
}

.hw-band-rule {
  display: block;
  width: 56px;
  height: 2px;
  margin: 0 0 18px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  opacity: 0;
}

.hw-band-rule span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--secondary), var(--accent));
}

.hw-band-hero-content p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.76);
  opacity: 0;
  transform: translateY(18px);
}

.hw-band.is-inview .hw-band-hero-content h2,
.hw-band.is-inview .hw-band-hero-content p,
.hw-band.is-inview .hw-band-rule {
  animation: hwBandFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hw-band.is-inview .hw-band-hero-content h2 { animation-delay: 0.12s; }
.hw-band.is-inview .hw-band-rule { animation-delay: 0.2s; animation-name: hwBandRuleIn; }
.hw-band.is-inview .hw-band-rule span {
  animation: hwBandRuleFill 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
}
.hw-band.is-inview .hw-band-hero-content p { animation-delay: 0.28s; }

.hw-band-body {
  position: relative;
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(11, 31, 58, 0.03), transparent 68%),
    linear-gradient(180deg, #f6f7f9 0%, #ffffff 48%);
  padding: 40px 0 96px;
}

.hw-band-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 48px 22px;
  padding-top: 28px;
}

.hw-band-body {
  position: relative;
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(11, 31, 58, 0.03), transparent 68%),
    linear-gradient(180deg, #f6f7f9 0%, #ffffff 48%);
  padding: 40px 0 96px;
}

.hw-band-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 48px 22px;
  padding-top: 28px;
}

.hw-band-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 36px;
  padding: 52px 20px 28px;
  border-radius: 22px;
  background: #fff;
  border: 1.5px solid color-mix(in srgb, var(--hw-border) 55%, transparent);
  box-shadow: 0 12px 30px rgba(11, 31, 58, 0.06);
  overflow: visible;
  opacity: 0;
  transform: translateY(36px);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    color 0.45s ease;
}

.hw-band-card:nth-child(odd) { --hw-border: var(--secondary); }
.hw-band-card:nth-child(even) { --hw-border: var(--accent); }

.hw-band-card.is-visible {
  animation: hwBandCardIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hw-band-card.is-visible:hover {
  transform: translateY(-12px);
  border-color: var(--hw-border);
  border-style: solid;
  box-shadow: 0 26px 52px color-mix(in srgb, var(--hw-border) 22%, transparent);
}

.hw-band-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 76px;
  height: 76px;
  margin: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  font-size: 1.35rem;
  border: 5px solid #f6f7f9;
  box-shadow: 0 12px 26px rgba(11, 31, 58, 0.18);
  transform: translate(-50%, -50%);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.45s ease,
    color 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
  z-index: 2;
}

.hw-band-card.is-visible:hover .hw-band-icon {
  background: var(--hw-border);
  color: #fff;
  border-color: #fff;
  transform: translate(-50%, -50%) scale(1.1) rotate(-6deg);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--hw-border) 40%, transparent);
}

.hw-band-card h3 {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.35;
  min-height: 2.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.45s ease;
}

.hw-band-card.is-visible:hover h3 {
  color: var(--hw-border);
}

.hw-band-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--text-muted);
}

@keyframes hwBandFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hwBandCardIn {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hwBandRuleIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes hwBandRuleFill {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes hwBandBgZoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

@media (max-width: 1200px) {
  .hw-band-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 20px;
  }

  .hw-band-card h3 {
    min-height: 0;
  }
}

@media (max-width: 800px) {
  .hw-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hw-band-hero {
    padding: 64px 0 68px;
    min-height: 0;
  }

  .hw-band-hero-content h2 {
    font-size: clamp(1.9rem, 7.5vw, 2.35rem);
  }

  .hw-band-hero-content p {
    font-size: 0.96rem;
  }

  .hw-band-body {
    padding: 28px 0 72px;
  }

  .hw-band-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-inline: auto;
    gap: 44px;
  }

  .hw-band-icon {
    width: 68px;
    height: 68px;
    font-size: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hw-band-hero-bg {
    animation: none;
  }

  .hw-band-hero-content h2,
  .hw-band-hero-content p,
  .hw-band-rule,
  .hw-band-card {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .hw-band-icon {
    transition: none;
  }

  .hw-band-rule span {
    width: 100%;
    animation: none !important;
  }
}

/* ========== RECRUITMENT ========== */
.recruit {
  background: transparent;
  position: relative;
}

.recruit-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin-bottom: 48px;
}

.recruit-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  min-width: 0;
}

.recruit-copy .section-badge {
  margin-bottom: 14px;
}

.recruit-title {
  max-width: none;
  width: 100%;
  margin-bottom: 10px;
}

.recruit-title span {
  color: var(--accent);
}

.recruit-kicker {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 14px;
}

.recruit-desc {
  margin: 0;
  max-width: 520px;
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.recruit-media {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 24px 60px rgba(11, 31, 58, 0.14),
    0 0 0 1px rgba(37, 99, 235, 0.08);
  aspect-ratio: 4 / 3;
  background: #e8eef8;
  isolation: isolate;
}

.recruit-media::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.45), rgba(255, 107, 0, 0.35), rgba(255, 255, 255, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
  pointer-events: none;
}

.recruit-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(11, 31, 58, 0.38));
  z-index: 1;
  pointer-events: none;
}

.recruit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.recruit-media:hover .recruit-img {
  transform: scale(1.05);
}

.recruit-media-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 24px rgba(11, 31, 58, 0.14);
}

.recruit-media-badge strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.98rem;
  color: var(--primary);
  line-height: 1.2;
}

.recruit-media-badge span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.recruit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 28px;
  align-items: stretch;
}

.recruit-card {
  --recruit-accent: var(--secondary);
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--bg);
  border-radius: 20px;
  padding: 28px 24px;
  border: 1px solid var(--border);
  border-top: 3px solid var(--recruit-accent);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.recruit-card--it { --recruit-accent: var(--secondary); }
.recruit-card--sales { --recruit-accent: var(--accent); }
.recruit-card--finance { --recruit-accent: #0F766E; }

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

.recruit-card.is-visible:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.recruit-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  min-height: 56px;
}

.recruit-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--recruit-accent);
  color: #fff;
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(11, 31, 58, 0.16);
  transition: transform 0.35s ease;
}

.recruit-card:hover .recruit-card-icon {
  transform: scale(1.06);
}

.recruit-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
  line-height: 1.3;
  text-align: left;
}

.recruit-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}

.recruit-card li {
  position: relative;
  padding-left: 16px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.45;
  text-align: left;
}

.recruit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--recruit-accent);
}

/* ========== INDUSTRIES ========== */
.industries {
  background: transparent;
}

.industries-head {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.industries-head .section-badge {
  margin-inline: auto;
}

.industries-title {
  margin: 0 0 16px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -0.02em;
}

.industries-desc {
  margin: 0 auto;
  max-width: 640px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--text-muted);
}

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

.industry-card {
  --industry-accent: var(--primary);
  --industry-soft: rgba(32, 56, 80, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 28px 32px;
  border-radius: 20px;
  background: var(--industry-soft);
  border: 1px solid transparent;
  border-bottom: 5px solid var(--industry-accent);
  box-shadow: 0 10px 28px rgba(32, 56, 80, 0.04);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    background 0.35s ease;
}

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

.industry-card.is-visible:hover {
  transform: translateY(-10px);
  background: #fff;
  box-shadow: 0 24px 50px rgba(32, 56, 80, 0.12);
}

.industry-card--navy {
  --industry-accent: #203850;
  --industry-soft: rgba(32, 56, 80, 0.06);
}

.industry-card--teal {
  --industry-accent: #2A6B5C;
  --industry-soft: rgba(42, 107, 92, 0.08);
}

.industry-card--sky {
  --industry-accent: #5BA0D0;
  --industry-soft: rgba(91, 160, 208, 0.1);
}

.industry-card--orange {
  --industry-accent: #E07038;
  --industry-soft: rgba(224, 112, 56, 0.09);
}

.industry-card--blue {
  --industry-accent: #3D7EB0;
  --industry-soft: rgba(61, 126, 176, 0.09);
}

.industry-card--coral {
  --industry-accent: #D45A3A;
  --industry-soft: rgba(212, 90, 58, 0.09);
}

.industry-icon {
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--industry-accent);
  color: #fff;
  font-size: 1.7rem;
  box-shadow: 0 14px 30px rgba(32, 56, 80, 0.16);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.industry-card:hover .industry-icon {
  transform: scale(1.08) rotate(-6deg);
  box-shadow: 0 18px 36px rgba(32, 56, 80, 0.22);
}

.industry-card h3 {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--industry-accent);
  line-height: 1.3;
}

.industry-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 280px;
}

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

@media (max-width: 560px) {
  .industries-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}

/* ========== TECHNOLOGY ECOSYSTEM ========== */
.tech-eco {
  --tech-navy: var(--primary);
  --tech-blue: var(--secondary);
  --tech-orange: var(--accent);
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 10vw, 120px) 0;
  background: transparent;
}

.tech-eco-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.tech-eco-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: techEcoFloat 12s ease-in-out infinite;
}

.tech-eco-orb--1 {
  width: 420px;
  height: 420px;
  top: -140px;
  right: -100px;
  background: radial-gradient(circle, rgba(91, 160, 208, 0.32), transparent 70%);
}

.tech-eco-orb--2 {
  width: 340px;
  height: 340px;
  bottom: 10%;
  left: -120px;
  background: radial-gradient(circle, rgba(224, 112, 56, 0.18), transparent 70%);
  animation-delay: -4s;
}

.tech-eco-orb--3 {
  width: 220px;
  height: 220px;
  top: 42%;
  left: 45%;
  background: radial-gradient(circle, rgba(32, 56, 80, 0.1), transparent 70%);
  animation-delay: -7s;
}

.tech-eco-dots {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: radial-gradient(rgba(32, 56, 80, 0.16) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 90%);
}

.tech-eco-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: rgba(91, 160, 208, 0.18);
}

.tech-eco-particle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.35;
  animation: techEcoFloat 9s ease-in-out infinite;
  box-shadow: 0 0 16px rgba(224, 112, 56, 0.35);
}

.tech-eco-particle--1 { top: 18%; left: 12%; }
.tech-eco-particle--2 { top: 28%; right: 16%; background: var(--secondary); animation-delay: -2s; }
.tech-eco-particle--3 { bottom: 22%; left: 22%; width: 6px; height: 6px; animation-delay: -5s; }
.tech-eco-particle--4 { bottom: 30%; right: 10%; background: var(--secondary); animation-delay: -7s; }

@keyframes techEcoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.tech-eco-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.tech-eco-header {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 60px);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.tech-eco-header.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tech-eco-title {
  margin: 0 auto 14px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-weight: 700;
  color: var(--primary);
  line-height: 1.15;
}

.tech-eco-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tech-eco-header .section-badge {
  margin-inline: auto;
}

.tech-eco-lead {
  margin: 0 auto;
  max-width: 700px;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.75;
  color: var(--text-muted);
}

.tech-eco-main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.tech-eco-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tech-panel {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(32, 56, 80, 0.06);
  box-shadow: 0 16px 40px rgba(32, 56, 80, 0.06);
  backdrop-filter: blur(12px);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  transform-style: preserve-3d;
}

.tech-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--secondary), var(--accent));
}

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

.tech-panel.is-visible:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 56px rgba(32, 56, 80, 0.12);
  border-color: rgba(91, 160, 208, 0.25);
}

.tech-panel-head {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 14px;
  align-items: start;
  margin-bottom: 16px;
}

.tech-panel-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--secondary), var(--accent));
  box-shadow: 0 12px 24px rgba(91, 160, 208, 0.25);
  transition: transform 0.4s ease;
}

.tech-panel:hover .tech-panel-icon {
  transform: rotate(-8deg) scale(1.06);
}

.tech-panel-head h3 {
  margin: 0 0 4px;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
}

.tech-panel-head p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.tech-panel-badge {
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary);
  background: rgba(91, 160, 208, 0.12);
  border-radius: 999px;
  padding: 6px 10px;
}

.tech-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(32, 56, 80, 0.08);
  box-shadow: 0 6px 16px rgba(32, 56, 80, 0.04);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--primary);
  opacity: 0;
  transform: scale(0.85);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.tech-panel.is-visible .tech-chip {
  opacity: 1;
  transform: scale(1);
}

.tech-chip i {
  color: var(--secondary);
  font-size: 0.85rem;
}

.tech-panel.is-visible .tech-chip:hover {
  transform: translateY(-3px) scale(1.03);
  border-color: transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--secondary), var(--accent)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 10px 22px rgba(91, 160, 208, 0.16);
}

.tech-eco-visual {
  position: sticky;
  top: calc(var(--nav-h) + 20px);
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.tech-eco-visual.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.tech-arch {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(32, 56, 80, 0.08);
  box-shadow: 0 24px 60px rgba(32, 56, 80, 0.12);
  transform-style: preserve-3d;
}

.tech-arch-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: linear-gradient(180deg, #F8FAFC, #EEF3F8);
  border-bottom: 1px solid rgba(32, 56, 80, 0.06);
}

.tech-arch-chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CBD5E1;
}

.tech-arch-chrome span:first-child { background: var(--accent); }
.tech-arch-chrome span:nth-child(2) { background: var(--secondary); }

.tech-arch-chrome strong {
  margin-left: 8px;
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  color: var(--primary);
}

.tech-arch-body {
  position: relative;
  min-height: 380px;
  padding: 28px 18px 24px;
  background:
    radial-gradient(circle at 50% 35%, rgba(91, 160, 208, 0.12), transparent 45%),
    linear-gradient(180deg, #ffffff, #f7f9fc);
}

.tech-arch-links {
  position: absolute;
  inset: 20px 0 40px;
  width: 100%;
  height: calc(100% - 40px);
  pointer-events: none;
  stroke: rgba(91, 160, 208, 0.35);
  stroke-width: 1.4;
  stroke-dasharray: 5 6;
  animation: techDash 16s linear infinite;
}

@keyframes techDash {
  to { stroke-dashoffset: -120; }
}

.tech-arch-node {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(32, 56, 80, 0.08);
  box-shadow: 0 12px 28px rgba(32, 56, 80, 0.08);
  animation: techEcoFloat 7s ease-in-out infinite;
}

.tech-arch-node i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--secondary), var(--accent));
  font-size: 0.85rem;
}

.tech-arch-node span,
.tech-arch-node strong {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary);
  font-family: "Poppins", sans-serif;
}

.tech-arch-node--core {
  left: 50%;
  top: 8%;
  min-width: 120px;
  animation: techEcoFloatCenter 7s ease-in-out infinite;
}

.tech-arch-node--1 { left: 8%; top: 34%; animation-delay: -1s; }
.tech-arch-node--2 { left: 50%; top: 34%; animation: techEcoFloatCenter 7s ease-in-out infinite; animation-delay: -1.6s; }
.tech-arch-node--3 { right: 8%; top: 34%; animation-delay: -2.2s; }
.tech-arch-node--4 { left: 8%; bottom: 10%; animation-delay: -2.8s; }
.tech-arch-node--5 { left: 50%; bottom: 10%; animation: techEcoFloatCenter 7s ease-in-out infinite; animation-delay: -3.4s; }
.tech-arch-node--6 { right: 8%; bottom: 10%; animation-delay: -4s; }

@keyframes techEcoFloatCenter {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

/* ========== PAGE BANNER ========== */
.page-banner {
  position: relative;
  padding: clamp(72px, 10vh, 110px) 0 56px;
  background:
    radial-gradient(ellipse 55% 80% at 0% 0%, rgba(37, 99, 235, 0.12), transparent 55%),
    radial-gradient(ellipse 45% 70% at 100% 100%, rgba(255, 107, 0, 0.1), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.page-banner-media {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.page-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    rgba(6, 20, 38, 0.88) 0%,
    rgba(11, 31, 58, 0.72) 42%,
    rgba(11, 31, 58, 0.45) 70%,
    rgba(11, 31, 58, 0.35) 100%
  );
}

.page-banner--services {
  min-height: clamp(280px, 42vh, 420px);
  display: flex;
  align-items: center;
  padding: clamp(88px, 12vh, 120px) 0 clamp(56px, 8vh, 72px);
  background: #061426;
  border-bottom: none;
}

.page-banner-inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-banner--services .page-banner-inner {
  max-width: 640px;
  margin-inline: 0;
}

.page-banner-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 14px 0 12px;
  text-align: left;
  width: 100%;
}

.page-banner--services .page-banner-title {
  color: #fff;
  margin: 16px 0 14px;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.page-banner-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 34rem;
  margin: 0 0 22px;
  text-align: left;
  text-wrap: pretty;
}

.page-banner--services .page-banner-desc {
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 20px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.page-banner--services .page-breadcrumb {
  color: rgba(255, 255, 255, 0.7);
}

.page-breadcrumb a {
  color: var(--secondary);
  font-weight: 500;
}

.page-banner--services .page-breadcrumb a {
  color: #fff;
}

.page-breadcrumb a:hover {
  color: var(--accent);
}

.page-banner--services .page-breadcrumb a:hover {
  color: var(--accent);
}

.page-banner--services .section-badge,
.page-banner--services .section-badge.is-visible {
  opacity: 1;
  transform: none;
  margin-bottom: 0;
}

.section-badge--on-dark {
  background:
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.7), rgba(255, 107, 0, 0.7)) border-box;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.section-badge--on-dark .section-badge-text {
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 640px) {
  .page-banner--services {
    min-height: 260px;
    padding: 72px 0 48px;
    align-items: flex-end;
  }

  .page-banner--services .page-banner-desc {
    font-size: 0.98rem;
    max-width: 100%;
  }
}

/* ========== PROJECTS ========== */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.project-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.project-image {
  position: relative;
  aspect-ratio: 16/11;
  overflow: hidden;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-card:hover .project-image img {
  transform: scale(1.1);
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(11, 31, 58, 0.85));
  opacity: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 22px;
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.project-body {
  padding: 22px;
}

.project-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--gradient-soft);
  color: var(--secondary);
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.project-body h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-tags span {
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--bg);
  color: var(--text-muted);
  border: 1px solid var(--border);
}

.project-overlay span {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

/* ========== CLIENT LOGOS ========== */
.clients {
  background: #ffffff;
  overflow: hidden;
}

.clients .section-head {
  margin-bottom: 28px;
}

.clients-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  padding: 10px 0 6px;
  animation: clientsScroll 32s linear infinite;
}

.clients-marquee:hover .clients-track {
  animation-play-state: paused;
}

.client-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 260px;
  height: 140px;
  padding: 20px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(32, 56, 80, 0.08);
  box-shadow: 0 2px 10px rgba(32, 56, 80, 0.04);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.client-card img {
  display: block;
  max-width: 200px;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  transform: translateZ(0);
  filter: none;
  opacity: 1;
  transition: transform 0.3s ease;
}

.client-card:hover {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 14px 30px rgba(32, 56, 80, 0.08);
  transform: translateY(-3px);
}

.client-card:hover img {
  transform: translateZ(0) scale(1.04);
}

@keyframes clientsScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 640px) {
  .client-card {
    width: 210px;
    height: 118px;
    padding: 16px 14px;
  }

  .client-card img {
    max-width: 160px;
    max-height: 70px;
  }

  .clients-track {
    gap: 14px;
    animation-duration: 26s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clients-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    padding-inline: 1.25rem;
  }

  .clients-marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .clients-track .client-card[aria-hidden="true"] {
    display: none;
  }
}

/* ========== CONTACT ========== */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.contact-info-card {
  text-align: center;
  padding: 32px 24px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform var(--transition);
}

.contact-info-card:hover {
  transform: translateY(-6px);
}

.contact-info-card .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gradient);
  color: #fff;
  font-size: 1.35rem;
}

.contact-info-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.contact-info-card a,
.contact-info-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  display: block;
}

.contact-info-card a:hover {
  color: var(--secondary);
}

.contact-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  background: #fff;
  border-radius: 28px;
  padding: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 480px;
  height: 100%;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}

.contact-form-wrap {
  padding: 20px 16px;
}

.contact-form-wrap h3 {
  font-size: 1.35rem;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 14px;
}

.form-control {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-control:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  background: #fff;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  width: 100%;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

.btn-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.btn-submit:hover::after {
  transform: translateX(100%);
}

/* ========== FOOTER ========== */
.site-footer {
  position: relative;
  z-index: 1;
  background: #071526;
  color: rgba(255, 255, 255, 0.72);
  padding-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 48px;
}

.footer-brand .brand-text {
  color: #fff;
  margin-bottom: 16px;
  display: inline-block;
}

.footer-brand p {
  font-size: 0.92rem;
  margin-bottom: 20px;
  max-width: 280px;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.social-links a:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  transform: translateY(-3px);
}

.footer-col h4 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.9rem;
}

.footer-contact-item i {
  color: var(--accent);
  margin-top: 4px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.88rem;
}

.footer-bottom a {
  color: var(--accent);
}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all var(--transition);
  z-index: 900;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--accent);
}

/* ========== ANIMATIONS ========== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.reveal-zoom {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-zoom.revealed {
  opacity: 1;
  transform: none;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-left.revealed {
  opacity: 1;
  transform: none;
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-right.revealed {
  opacity: 1;
  transform: none;
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* ========== RESPONSIVE (mobile / tablet only — desktop unchanged) ========== */
@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .about-layout,
  .contact-main,
  .recruit-hero,
  .tech-eco-main {
    grid-template-columns: 1fr;
  }

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

  .about-media {
    max-width: none;
    margin-inline: 0;
    width: 100%;
    order: 2;
  }

  .about-content {
    gap: 22px;
    order: 1;
    width: 100%;
    text-align: left;
    align-items: stretch;
  }

  .about-media-frame {
    min-height: 0;
    aspect-ratio: 16 / 11;
    width: 100%;
  }

  .about-header {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .about-content .section-title {
    margin-inline: 0;
    text-align: left;
    max-width: 100%;
  }

  .about-header .section-rule {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .about-text {
    width: 100%;
    text-align: left;
  }

  .about-text p {
    text-align: left;
    max-width: 100%;
  }

  .about-features {
    width: 100%;
    justify-items: stretch;
  }

  .about-feature {
    justify-content: flex-start;
    text-align: left;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 360px;
  }

  .contact-form-wrap {
    padding: 8px 4px 4px;
  }

  .section-head {
    margin-bottom: 32px;
    padding-inline: 4px;
  }

  .section-title {
    font-size: clamp(1.55rem, 3.4vw, 2.2rem);
  }
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }

  :root {
    --nav-h: 72px;
  }

  .site-header {
    height: var(--nav-h);
  }

  .nav-inner {
    height: var(--nav-h);
    gap: 12px;
  }

  .brand img {
    height: 36px;
    max-width: min(210px, 58vw);
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-header.is-scrolled .nav-toggle.is-open,
  .nav-toggle.is-open {
    background: var(--primary);
    border-color: var(--primary);
  }

  .site-header.is-scrolled .nav-toggle.is-open .nav-toggle-lines span,
  .nav-toggle.is-open .nav-toggle-lines span {
    background: #fff;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(7, 21, 38, 0.42);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  body.nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-menu {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(320px, 88vw);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: calc(var(--nav-h) + 18px) 18px 24px;
    background:
      radial-gradient(ellipse 90% 40% at 100% 0%, rgba(37, 99, 235, 0.08), transparent 60%),
      radial-gradient(ellipse 70% 35% at 0% 100%, rgba(255, 107, 0, 0.06), transparent 55%),
      #ffffff;
    border-left: 1px solid rgba(11, 31, 58, 0.08);
    box-shadow: -18px 0 48px rgba(11, 31, 58, 0.18);
    transform: translateX(110%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1001;
    -webkit-overflow-scrolling: touch;
  }

  .nav-menu.is-open {
    transform: translateX(0);
  }

  .nav-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 4px 14px;
    padding: 0 4px 14px;
    border-bottom: 1px solid rgba(11, 31, 58, 0.08);
  }

  .nav-menu-kicker {
    font-family: "Poppins", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--secondary);
  }

  .nav-menu-note {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 500;
  }

  .nav-menu .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 16px;
    margin: 0;
    border-radius: 14px;
    color: var(--primary) !important;
    font-family: "Poppins", sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    background: transparent;
    border: 1px solid transparent;
    transition:
      background 0.25s ease,
      color 0.25s ease,
      border-color 0.25s ease,
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }

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

  .nav-menu .nav-link::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 12px;
    border-radius: 50%;
    background: rgba(11, 31, 58, 0.18);
    flex-shrink: 0;
    transition: background 0.25s ease, transform 0.25s ease;
  }

  .nav-menu .nav-link:hover,
  .nav-menu .nav-link:focus-visible {
    background: rgba(37, 99, 235, 0.06);
    border-color: rgba(37, 99, 235, 0.1);
    color: var(--secondary) !important;
    outline: none;
  }

  .nav-menu .nav-link:hover::before,
  .nav-menu .nav-link:focus-visible::before {
    background: var(--secondary);
    transform: scale(1.15);
  }

  .nav-menu .nav-link.active {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(255, 107, 0, 0.06));
    border-color: rgba(37, 99, 235, 0.14);
    color: var(--primary) !important;
    box-shadow: 0 8px 20px rgba(11, 31, 58, 0.06);
  }

  .nav-menu .nav-link.active::before {
    background: var(--accent);
  }

  .nav-menu.is-open .nav-link,
  .nav-menu.is-open .nav-cta {
    animation: navLinkIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .nav-menu.is-open a.nav-link:nth-of-type(1) { animation-delay: 0.05s; }
  .nav-menu.is-open a.nav-link:nth-of-type(2) { animation-delay: 0.09s; }
  .nav-menu.is-open a.nav-link:nth-of-type(3) { animation-delay: 0.13s; }
  .nav-menu.is-open a.nav-link:nth-of-type(4) { animation-delay: 0.17s; }
  .nav-menu.is-open a.nav-link:nth-of-type(5) { animation-delay: 0.21s; }
  .nav-menu.is-open a.nav-link:nth-of-type(6) { animation-delay: 0.25s; }
  .nav-menu.is-open a.nav-link:nth-of-type(7) { animation-delay: 0.29s; }
  .nav-menu.is-open a.nav-link:nth-of-type(8) { animation-delay: 0.33s; }
  .nav-menu.is-open .nav-cta { animation-delay: 0.38s; }

  @keyframes navLinkIn {
    from {
      opacity: 0;
      transform: translateX(16px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    padding: 0 0 0 12px;
    display: none;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: block;
  }

  .nav-menu .nav-cta {
    margin: 16px 0 0;
    width: 100%;
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(255, 107, 0, 0.28);
  }

  .nav-menu-foot {
    display: block;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(11, 31, 58, 0.08);
  }

  .nav-menu-foot p {
    margin: 0;
    padding: 0 4px;
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--text-muted);
  }

  .nav-menu-foot a {
    color: var(--secondary);
    font-weight: 600;
  }

  @media (prefers-reduced-motion: reduce) {
    .nav-menu.is-open .nav-link,
    .nav-menu.is-open .nav-cta {
      animation: none !important;
    }
  }

  .hero,
  .hero--carousel {
    height: auto;
    min-height: min(72svh, 620px);
    max-height: none;
  }

  .hero-carousel {
    min-height: inherit;
  }

  .hero-slide-content {
    padding: 40px 0 92px;
    align-items: center;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }

  .hero-slide--light {
    background-position: 72% center;
  }

  .hero-slide--light::after {
    background: linear-gradient(
      180deg,
      rgba(245, 249, 255, 0.55) 0%,
      rgba(245, 249, 255, 0.82) 42%,
      rgba(245, 249, 255, 0.94) 100%
    );
  }

  .hero-slide:not(.hero-slide--light)::after {
    background: linear-gradient(
      180deg,
      rgba(6, 20, 38, 0.35) 0%,
      rgba(6, 20, 38, 0.72) 48%,
      rgba(6, 20, 38, 0.9) 100%
    );
  }

  .projects-grid,
  .industries-grid,
  .contact-cards {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .tech-eco-panels {
    grid-template-columns: 1fr;
  }

  .tech-panel-head {
    grid-template-columns: 48px 1fr;
  }

  .tech-panel-badge {
    grid-column: 2;
    justify-self: start;
  }

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

  .svc-card {
    padding: 28px 20px 24px;
    width: 100%;
  }

  .industry-card {
    padding: 28px 20px 26px;
  }

  .industry-card p {
    max-width: none;
  }

  .contact-info-card {
    padding: 24px 16px;
  }

  .footer-brand p {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 44px 0;
  }

  :root {
    --nav-h: 68px;
  }

  .brand img {
    height: 32px;
    max-width: min(180px, 62vw);
  }

  .container {
    width: min(100% - 1.35rem, var(--container));
  }

  .section-head {
    margin-bottom: 28px;
    text-align: center;
  }

  .section-title {
    font-size: clamp(1.4rem, 6.2vw, 1.85rem);
    line-height: 1.3;
    margin-inline: auto;
  }

  .section-desc {
    font-size: 0.95rem;
    line-height: 1.65;
    margin-inline: auto;
  }

  .hero,
  .hero--carousel {
    min-height: min(68svh, 560px);
  }

  .hero-slide-content {
    padding: 32px 0 84px;
    align-items: center;
  }

  .hero-slide-content .container {
    width: min(100% - 1.35rem, var(--container));
  }

  .hero-copy {
    max-width: 100%;
    width: 100%;
    gap: 8px;
  }

  .hero-eyebrow {
    font-size: 0.7rem;
    padding: 6px 12px;
  }

  .hero-brand {
    font-size: clamp(1.9rem, 8vw, 2.45rem);
    line-height: 1.1;
  }

  .hero-title {
    font-size: 1.08rem;
    line-height: 1.35;
  }

  .hero-desc {
    min-height: 0;
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .hero-carousel-btn {
    width: 34px;
    height: 34px;
    font-size: 0.78rem;
  }

  .hero-carousel-controls {
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    gap: 10px;
  }

  .about-content {
    gap: 18px;
    width: 100%;
    text-align: left;
  }

  .about-header {
    align-items: flex-start;
    text-align: left;
    gap: 12px;
  }

  .about-content .section-title {
    font-size: clamp(1.4rem, 6vw, 1.75rem);
    margin-inline: 0 !important;
    text-align: left;
    width: 100%;
    max-width: 100%;
    line-height: 1.35;
  }

  .about-header .section-badge {
    margin-inline: 0;
    align-self: flex-start;
  }

  .about-header .section-rule {
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }

  .about-text {
    gap: 12px;
    text-align: left;
  }

  .about-text p {
    font-size: 0.92rem;
    line-height: 1.7;
    text-align: left;
    margin: 0;
  }

  .about-features {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
  }

  .about-feature {
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
    font-size: 0.92rem;
  }

  .about-feature span {
    text-align: left;
  }

  .about-media-frame {
    aspect-ratio: 4 / 3;
    min-height: 0;
    border-radius: 16px;
  }

  .about-media-badge {
    left: 12px;
    bottom: 12px;
    right: auto;
    max-width: calc(100% - 24px);
    font-size: 0.74rem;
    padding: 10px 12px;
  }

  .services-grid,
  .projects-grid,
  .industries-grid,
  .contact-cards,
  .footer-grid,
  .svc-grid,
  .why-extra {
    grid-template-columns: 1fr;
  }

  .svc-grid,
  .industries-grid,
  .projects-grid {
    max-width: 100%;
    margin-inline: 0;
    gap: 16px;
  }

  .footer-grid {
    gap: 28px;
    text-align: left;
  }

  .footer-col h4 {
    margin-bottom: 12px;
  }

  .social-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .why-split {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 22px;
  }

  .why-side {
    gap: 12px;
  }

  .why-point {
    padding: 16px;
  }

  .why-visual {
    max-width: 100%;
  }

  .why-visual-frame {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .why-visual-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .why-us-title {
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
  }

  .contact-cards {
    gap: 12px;
    margin-bottom: 20px;
  }

  .contact-main {
    padding: 14px;
    border-radius: 20px;
    gap: 16px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 260px;
  }

  .contact-form-wrap {
    padding: 4px 2px 8px;
  }

  .contact-form-wrap h3 {
    font-size: 1.15rem;
    margin-bottom: 14px;
  }

  .form-control {
    padding: 13px 14px;
    font-size: 0.95rem;
  }

  .client-card {
    width: 180px;
    height: 104px;
    padding: 14px 12px;
  }

  .client-card img {
    max-width: 140px;
    max-height: 58px;
  }

  .clients-track {
    gap: 12px;
    animation-duration: 26s;
  }

  .infographic-track {
    gap: 20px;
  }

  .page-banner--services {
    min-height: 220px;
    padding: 64px 0 40px;
    align-items: flex-end;
  }

  .page-banner--services .page-banner-title {
    font-size: clamp(1.6rem, 7vw, 2.1rem);
  }

  .page-banner--services .page-banner-desc {
    font-size: 0.92rem;
    max-width: 100%;
  }

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

  .it-band-hero-content h2,
  .hw-band-hero-content h2,
  .surv-ops-hero-content h2 {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
  }

  .it-band-hero-content p,
  .hw-band-hero-content p,
  .surv-ops-hero-content p {
    font-size: 0.92rem;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 420px) {
  .hero-carousel-controls {
    gap: 8px;
  }

  .hero-carousel-btn {
    width: 30px;
    height: 30px;
  }

  .contact-info-card .icon {
    width: 52px;
    height: 52px;
  }

  .brand img {
    height: 30px;
    max-width: min(160px, 58vw);
  }
}
