:root {
  --bg: #050a14;
  --bg-elevated: #0b1220;
  --bg-panel: #101826;
  --line: rgba(91, 160, 255, 0.28);
  --text: #f4f7fb;
  --muted: #b7c2d3;
  --accent: #0055ff;
  --accent-soft: #3d7fff;
  --silver: #c8d0dc;
  --max: 1180px;
  --header-h: 108px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(ellipse 80% 50% at 70% -10%, rgba(61, 141, 255, 0.18), transparent 55%),
    linear-gradient(180deg, #07101d 0%, var(--bg) 40%, #04080f 100%);
  min-height: 100vh;
  line-height: 1.55;
}

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

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

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

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  background: #050a18;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  height: 64px;
  width: auto;
  max-width: min(300px, 62vw);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.footer-logo {
  height: 72px;
  width: auto;
  max-width: min(320px, 100%);
  object-fit: contain;
  display: block;
  margin-bottom: 0.55rem;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.brand-lockup {
  display: flex;
  justify-content: center;
  margin: 0.9rem 0 0;
}

.brand-lockup img {
  height: clamp(72px, 12vw, 110px);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 18px rgba(0, 85, 255, 0.18));
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav a {
  font-family: "Oswald", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  transition: color 0.2s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--accent-soft);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 0.45rem 0.7rem;
  border-radius: 6px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 10, 24, 0.88) 0%, rgba(5, 10, 24, 0.55) 38%, rgba(5, 10, 24, 0.18) 68%, rgba(5, 10, 24, 0.35) 100%),
    url("assets/hero-backdrop.png") center / cover no-repeat;
  background-color: #050a18;
}

.hero--connect .hero-media {
  background:
    linear-gradient(105deg, rgba(5, 10, 24, 0.55) 0%, rgba(5, 10, 24, 0.22) 46%, rgba(5, 10, 24, 0.1) 72%, rgba(5, 10, 24, 0.38) 100%),
    url("assets/home-hero-bg.png") center right / cover no-repeat;
  background-color: #050a18;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out alternate infinite;
}

.hero--solutions {
  min-height: clamp(420px, 62vh, 620px);
}

.hero--solutions .hero-media {
  background:
    linear-gradient(105deg, rgba(5, 10, 24, 0.5) 0%, rgba(5, 10, 24, 0.18) 48%, rgba(5, 10, 24, 0.08) 72%, rgba(5, 10, 24, 0.35) 100%),
    url("assets/solutions-hero-bg.png") center right / cover no-repeat;
  background-color: #050a18;
}

.hero--solutions .hero-media::after {
  background: linear-gradient(180deg, rgba(5, 10, 24, 0.3) 0%, transparent 40%, transparent 55%, #050a18 100%);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 24, 0.25) 0%, transparent 35%, transparent 60%, rgba(5, 10, 24, 0.92) 100%);
  pointer-events: none;
}

.hero--connect .hero-media::after {
  background: linear-gradient(180deg, rgba(5, 10, 24, 0.35) 0%, transparent 40%, transparent 55%, #050a18 100%);
}

.home-page {
  background: #050a18;
}

.hero-copy {
  padding: 5rem 0 4.5rem;
  max-width: 36rem;
}

.hero-brand {
  margin: 0 0 0.85rem;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6ea8ff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 0 24px rgba(0, 85, 255, 0.45),
    0 8px 28px rgba(0, 0, 0, 0.55);
}

.hero-copy h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.9),
    0 10px 36px rgba(0, 0, 0, 0.65),
    0 0 40px rgba(5, 10, 24, 0.8);
}

.hero-copy h1 .accent {
  color: #3d8bff;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.9),
    0 0 28px rgba(0, 85, 255, 0.55),
    0 10px 36px rgba(0, 0, 0, 0.6);
}

.hero-copy > p {
  margin: 1.25rem 0 0;
  max-width: 30rem;
  color: #f4f7fb;
  font-size: 1.08rem;
  line-height: 1.6;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 6px 20px rgba(0, 0, 0, 0.55);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

@keyframes heroDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.2%, -0.6%, 0); }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

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

.btn-primary:hover {
  background: var(--accent-soft);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

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

/* Sections */
section {
  padding: 4.5rem 0;
}

.section-label {
  margin: 0 0 0.65rem;
  font-family: "Oswald", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.section-title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
  max-width: 18ch;
}

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

.section-intro {
  margin: 1rem 0 0;
  color: var(--muted);
  max-width: 42rem;
}

.section-head {
  margin-bottom: 2.25rem;
}

.section-head.center {
  text-align: center;
}

.section-head.center .section-title,
.section-head.center .section-intro {
  margin-inline: auto;
}

/* Solutions */
.solutions {
  background: linear-gradient(180deg, transparent, rgba(10, 18, 32, 0.85));
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.solution-card {
  background: var(--bg-panel);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-top: 2px solid var(--accent);
  padding: 1.35rem 1.15rem 1.45rem;
  min-height: 100%;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.solution-card:hover {
  transform: translateY(-3px);
  border-color: rgba(61, 141, 255, 0.45);
}

.solution-card svg {
  width: 34px;
  height: 34px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.7;
  margin-bottom: 0.9rem;
}

.solution-card h3 {
  margin: 0 0 0.55rem;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solution-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Industries page */
.industries-page {
  background: #050a18;
}

.industries-panel {
  padding: 3.5rem 0 5rem;
  background:
    radial-gradient(ellipse 70% 35% at 50% 0%, rgba(0, 85, 255, 0.12), transparent 60%),
    #050a18;
}

.industries-head {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 2.75rem;
}

.industries-head .section-label {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}

.industries-head .section-label::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin: 0.55rem auto 0;
  background: var(--accent);
}

.industries-head h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.12;
  color: #ffffff;
}

.industries-head h1 .accent {
  color: var(--accent);
}

.industries-head > p {
  margin: 1rem auto 0;
  max-width: 42rem;
  color: rgba(244, 247, 251, 0.78);
  font-size: 1.05rem;
  line-height: 1.6;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
}

.ind-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a1428;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.ind-card:hover {
  border-color: rgba(61, 141, 255, 0.5);
  transform: translateY(-3px);
}

.ind-card img {
  order: 2;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.ind-card:hover img {
  transform: scale(1.03);
}

.ind-card-tile {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 7.75rem;
  min-height: 7.75rem;
  max-height: 7.75rem;
  padding: 0.65rem 0.55rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(10, 20, 40, 0.98), rgba(5, 12, 28, 0.98));
  border-bottom: 1px solid rgba(61, 180, 255, 0.28);
}

.ind-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.85rem;
  height: 1.85rem;
  margin: 0 0 0.35rem;
  border-radius: 999px;
  color: #6ea8ff;
  background: rgba(0, 85, 255, 0.2);
  border: 1px solid rgba(61, 141, 255, 0.45);
}

.ind-icon svg {
  width: 1rem;
  height: 1rem;
}

.ind-card h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.15;
}

.ind-card p {
  margin: 0.3rem 0 0;
  color: rgba(244, 247, 251, 0.78);
  font-size: 0.7rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Solutions page */
.solutions-page {
  background: #050a18;
}

.solutions-catalog {
  position: relative;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 85, 255, 0.14), transparent 55%),
    linear-gradient(180deg, #050a18 0%, #07111f 55%, #050a18 100%);
  color: var(--text);
  padding: 4.5rem 0 5rem;
}

.solutions-catalog::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6rem;
  background: linear-gradient(180deg, #050a18, transparent);
  pointer-events: none;
}

.solutions-catalog-head {
  position: relative;
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}

.solutions-catalog-head .section-label {
  color: #5eb8ff;
}

.solutions-catalog-head h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.85rem, 3.8vw, 2.7rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--text);
}

.solutions-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.sol-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1.25rem 1.15rem;
  background: rgba(10, 18, 34, 0.88);
  border: 1px solid rgba(61, 180, 255, 0.22);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sol-card:hover {
  transform: translateY(-3px);
  border-color: rgba(80, 200, 255, 0.5);
  box-shadow: 0 16px 36px rgba(0, 120, 255, 0.16);
}

.sol-card-icon {
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 999px;
  color: #6ec8ff;
  background: rgba(0, 85, 255, 0.16);
  border: 1px solid rgba(80, 190, 255, 0.4);
  box-shadow: 0 0 16px rgba(0, 140, 255, 0.18);
  flex-shrink: 0;
}

.sol-card-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.sol-card h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

.sol-card p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.solutions-band {
  position: relative;
  background:
    radial-gradient(circle at 88% 50%, rgba(0, 120, 255, 0.2), transparent 38%),
    linear-gradient(180deg, #07111f 0%, #050a18 100%);
  color: var(--text);
  padding: 3rem 0 3.5rem;
  border-top: 1px solid rgba(61, 180, 255, 0.14);
}

.solutions-band-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
}

.solutions-band-icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  color: #6ec8ff;
}

.solutions-band-icon svg {
  width: 2.6rem;
  height: 2.6rem;
}

.solutions-band h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--text);
}

.solutions-band p {
  margin: 0.55rem 0 0;
  max-width: 46rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

/* Platform */
.platform {
  position: relative;
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(0, 100, 255, 0.16), transparent 55%),
    linear-gradient(180deg, #050a18 0%, #07111f 50%, #050a18 100%);
  color: var(--text);
  padding: 5rem 0 5.5rem;
}

.platform::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5.5rem;
  background: linear-gradient(180deg, #050a18, transparent);
  pointer-events: none;
}

.platform-head {
  position: relative;
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 3rem;
}

.platform-head .section-label {
  color: #5eb8ff;
}

.platform-head h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--text);
}

.platform-head h2 .accent {
  color: #3d8bff;
}

.platform-head > p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.platform-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.platform-item {
  text-align: center;
  padding: 0.5rem 1.1rem 0.25rem;
  border-right: 1px solid rgba(61, 180, 255, 0.18);
}

.platform-item:last-child {
  border-right: none;
}

.platform-icon {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.1rem;
  color: #6ec8ff;
  background: radial-gradient(circle, rgba(0, 120, 255, 0.28) 0%, rgba(0, 85, 255, 0.08) 55%, transparent 70%);
  animation: iconPulse 4.5s ease-in-out infinite;
}

.platform-item:nth-child(2) .platform-icon { animation-delay: 0.2s; }
.platform-item:nth-child(3) .platform-icon { animation-delay: 0.4s; }
.platform-item:nth-child(4) .platform-icon { animation-delay: 0.6s; }
.platform-item:nth-child(5) .platform-icon { animation-delay: 0.8s; }

.platform-icon svg {
  width: 2.6rem;
  height: 2.6rem;
}

.platform-item h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}

.platform-item h3::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  margin: 0.7rem auto 0.85rem;
  background: linear-gradient(90deg, #0055ff, #3db8ff);
}

.platform-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

@keyframes iconPulse {
  0%, 100% { transform: translateY(0); filter: drop-shadow(0 0 0 rgba(0, 140, 255, 0)); }
  50% { transform: translateY(-3px); filter: drop-shadow(0 8px 18px rgba(0, 160, 255, 0.28)); }
}

/* Banner */
.banner {
  padding: 0;
}

.banner-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.6rem 1.75rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(61, 141, 255, 0.12), transparent 55%),
    var(--bg-elevated);
}

.banner-inner svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.7;
}

.banner-inner strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.banner-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Why */
.why {
  padding-top: 3.5rem;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.85rem;
}

.pillar {
  text-align: center;
  padding: 1.35rem 0.75rem;
  border: 1px solid rgba(61, 141, 255, 0.35);
  background: rgba(16, 24, 38, 0.65);
}

.pillar svg {
  width: 32px;
  height: 32px;
  margin: 0 auto 0.75rem;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.7;
}

.pillar h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Industries */
.industries {
  background: rgba(7, 12, 22, 0.7);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.industry-card {
  border: 1px solid rgba(61, 141, 255, 0.28);
  background: var(--bg-panel);
  padding: 1.25rem 1.1rem 1.4rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.industry-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
}

.industry-card svg {
  width: 30px;
  height: 30px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.7;
  margin-bottom: 0.8rem;
}

.industry-card h3 {
  margin: 0 0 0.5rem;
  font-family: "Oswald", sans-serif;
  color: var(--accent-soft);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.industry-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Technology / VSYN */
.technology {
  padding-bottom: 3rem;
}

.tech-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.5rem;
  align-items: center;
}

.tech-copy h2 {
  margin: 0.4rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.05;
}

.tech-copy p {
  margin: 1rem 0 0;
  color: var(--muted);
  max-width: 34rem;
}

.tech-visual {
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  background: #000;
}

.tech-visual img {
  width: 100%;
  height: auto;
}

/* CTA */
.cta {
  padding: 1.5rem 0 4rem;
  background: linear-gradient(180deg, #050a18 0%, #07111f 50%, #050a18 100%);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2.2rem 2rem;
  background:
    radial-gradient(ellipse 60% 80% at 85% 50%, rgba(0, 120, 255, 0.22), transparent 55%),
    linear-gradient(120deg, rgba(0, 85, 255, 0.18), rgba(8, 16, 30, 0.65)),
    #0a1428;
  border: 1px solid rgba(61, 180, 255, 0.28);
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 12, 24, 0.55), rgba(5, 12, 24, 0.15));
  pointer-events: none;
}

.cta-panel > * {
  position: relative;
}

.cta-panel h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
}

.cta-panel h2 span {
  color: #3d8bff;
}

/* About */
/* About page — Intelligence Connected → Mission/Vision → Let's Connect */
.about-page {
  background: #050a18;
}

.about-flow {
  display: block;
}

.about-hero,
.about-mv,
.about-connect {
  position: relative;
  overflow: hidden;
}

.about-hero {
  min-height: min(78vh, 720px);
  display: flex;
  align-items: center;
  padding: 5rem 0 4rem;
}

.about-hero-media,
.about-mv-media,
.about-connect-media {
  position: absolute;
  inset: 0;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.about-hero-media {
  background-image:
    linear-gradient(90deg, rgba(5, 10, 24, 0.92) 0%, rgba(5, 10, 24, 0.72) 42%, rgba(5, 10, 24, 0.18) 68%, rgba(5, 10, 24, 0.35) 100%),
    radial-gradient(ellipse 55% 70% at 78% 48%, rgba(0, 100, 255, 0.28), transparent 62%),
    url("assets/about-hero-bg.png");
}

.about-hero-layout,
.about-connect-layout {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  align-items: center;
}

.about-hero-copy,
.about-connect-copy {
  max-width: 36rem;
  width: 100%;
  justify-self: center;
  padding-inline: clamp(0.5rem, 3vw, 1.5rem);
}

.about-hero-copy .section-label {
  color: #5eb8ff;
}

.about-hero-copy .section-label::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 2px;
  margin-top: 0.55rem;
  background: linear-gradient(90deg, #0055ff, #3db8ff);
}

.about-hero-copy h1 {
  margin: 0.9rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.05;
}

.about-hero-copy h1 .accent,
.about-mv h2 .accent,
.about-connect-copy h2 .accent {
  color: #3d8bff;
}

.about-hero-copy > p {
  margin: 1.1rem 0 0;
  color: #d5e0f0;
  font-size: 1.05rem;
  max-width: 32rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.about-connected {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.about-connected li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  color: #e8f0fa;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.about-connected li strong {
  display: block;
  font-weight: 700;
}

.about-connected span {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  color: #6ec8ff;
}

.about-connected svg {
  width: 1.55rem;
  height: 1.55rem;
}

.about-mv {
  padding: 4.25rem 0;
  border-top: 1px solid rgba(61, 140, 255, 0.16);
  border-bottom: 1px solid rgba(61, 140, 255, 0.16);
}

.about-mv-media {
  background-image:
    linear-gradient(90deg, #050a18 0%, #050a18 48%, rgba(5, 10, 24, 0.88) 68%, rgba(5, 10, 24, 0.35) 86%, rgba(5, 10, 24, 0.55) 100%),
    url("assets/about-mission-bg.png");
  background-position: right center;
  background-size: cover;
}

.about-mv-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem 3rem;
  max-width: 980px;
  margin-inline: auto;
  padding-inline: clamp(0.5rem, 3vw, 1.5rem);
}

.about-mv-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.85rem;
  color: #5eb8ff;
  font-family: "Oswald", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-mv-label span {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
}

.about-mv-label svg {
  width: 100%;
  height: 100%;
}

.about-mv h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 1.95rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 18ch;
}

.about-mv article > p:last-child {
  margin: 0.95rem 0 0;
  color: var(--muted);
  max-width: 34rem;
  line-height: 1.6;
}

.about-connect {
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
  padding: 5.5rem 0 5rem;
}

.about-connect-media {
  background-image:
    linear-gradient(105deg, #050a18 0%, #050a18 28%, rgba(5, 10, 24, 0.92) 42%, rgba(5, 10, 24, 0.35) 64%, rgba(5, 10, 24, 0.5) 100%),
    radial-gradient(ellipse 50% 55% at 70% 30%, rgba(0, 120, 255, 0.22), transparent 60%),
    url("assets/about-lets-connect-bg.png");
  background-position: center right;
}

.about-connect::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7rem;
  background: linear-gradient(180deg, #050a18, transparent);
  z-index: 1;
  pointer-events: none;
}

.about-connect-copy {
  position: relative;
  z-index: 2;
}

.about-connect-copy .section-label {
  color: #5eb8ff;
}

.about-connect-copy h2 {
  margin: 0.75rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
}

.about-connect-copy > p {
  margin: 1.1rem 0 0;
  color: #d8e4f4;
  font-size: 1.05rem;
  max-width: 32rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.about-connect-pillars {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1.25rem;
}

.about-connect-pillars li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8f0fa;
}

.about-connect-pillars span {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  border: 1px solid rgba(80, 190, 255, 0.45);
  color: #6ec8ff;
  background: rgba(0, 85, 255, 0.12);
  box-shadow: 0 0 16px rgba(0, 140, 255, 0.2);
}

.about-connect-pillars svg {
  width: 1.15rem;
  height: 1.15rem;
}

.about-connect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.25rem;
}

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

  .about-hero-layout,
  .about-connect-layout {
    grid-template-columns: 1fr;
  }

  .about-hero-copy,
  .about-connect-copy {
    justify-self: start;
    max-width: 40rem;
  }

  .about-mv-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: none;
  }

  .about-hero,
  .about-connect {
    min-height: auto;
  }

  .about-hero-media,
  .about-connect-media {
    background-position: 70% center;
  }
}

@media (max-width: 560px) {
  .about-connected {
    grid-template-columns: 1fr 1fr;
  }

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

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #050a18;
  padding: 3rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
  gap: 1.5rem;
}

.footer-brand p {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 22rem;
}

.footer-col h4 {
  margin: 0 0 0.85rem;
  font-family: "Oswald", sans-serif;
  color: var(--accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.footer-col a,
.footer-col li {
  color: var(--muted);
  font-size: 0.92rem;
}

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

.contact-list {
  display: grid;
  gap: 0.7rem;
}

.contact-list a,
.contact-list span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-bottom {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #7f8ba0;
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0;
  align-items: center;
}

.footer-legal a {
  color: #9aabbf;
}

.footer-legal a:hover {
  color: var(--text);
}

.footer-legal a:not(:last-child)::after {
  content: "|";
  margin: 0 0.65rem;
  color: rgba(127, 139, 160, 0.55);
  pointer-events: none;
}

/* Legal pages */
.legal-page {
  background: #050a18;
}

.legal-doc {
  padding: 4rem 0 5rem;
  max-width: 760px;
}

.legal-doc-head {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(61, 180, 255, 0.2);
}

.legal-doc-head h1 {
  margin: 0.75rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
}

.legal-effective {
  margin: 0.85rem 0 0;
  color: #5eb8ff;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.legal-doc-body {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.legal-doc-body h2 {
  margin: 2rem 0 0.75rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

.legal-doc-body p {
  margin: 0 0 1rem;
}

.legal-doc-body ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.45rem;
}

.legal-doc-body li {
  color: var(--muted);
}

.legal-doc-body a {
  color: #6ec8ff;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.legal-doc-body a:hover {
  color: var(--text);
}

.legal-doc-body strong {
  color: var(--text);
  font-weight: 700;
}

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .platform-head,
  .platform-item,
  .solutions-catalog-head,
  .sol-card,
  .industries-head,
  .ind-card,
  .solution-card,
  .industry-card,
  .pillar,
  .tech-layout,
  .leadership-board {
    animation: rise 0.7s ease both;
  }

  .ind-card:nth-child(2) { animation-delay: 0.05s; }
  .ind-card:nth-child(3) { animation-delay: 0.1s; }
  .ind-card:nth-child(4) { animation-delay: 0.15s; }
  .ind-card:nth-child(5) { animation-delay: 0.2s; }
  .ind-card:nth-child(6) { animation-delay: 0.25s; }

  .sol-card:nth-child(2) { animation-delay: 0.04s; }
  .sol-card:nth-child(3) { animation-delay: 0.08s; }
  .sol-card:nth-child(4) { animation-delay: 0.12s; }
  .sol-card:nth-child(5) { animation-delay: 0.16s; }
  .sol-card:nth-child(6) { animation-delay: 0.2s; }
  .sol-card:nth-child(7) { animation-delay: 0.24s; }
  .sol-card:nth-child(8) { animation-delay: 0.28s; }

  .platform-item:nth-child(2),
  .solution-card:nth-child(2),
  .industry-card:nth-child(2),
  .pillar:nth-child(2) { animation-delay: 0.05s; }
  .platform-item:nth-child(3),
  .solution-card:nth-child(3),
  .industry-card:nth-child(3),
  .pillar:nth-child(3) { animation-delay: 0.1s; }
  .platform-item:nth-child(4),
  .solution-card:nth-child(4),
  .industry-card:nth-child(4),
  .pillar:nth-child(4) { animation-delay: 0.15s; }
  .platform-item:nth-child(5),
  .solution-card:nth-child(5),
  .industry-card:nth-child(5),
  .pillar:nth-child(5) { animation-delay: 0.2s; }
}

@media (prefers-reduced-motion: reduce) {
  .hero--connect .hero-media,
  .platform-icon {
    animation: none !important;
  }
}

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

/* Responsive */
@media (max-width: 1100px) {
  .solution-grid,
  .industry-grid,
  .pillar-grid,
  .platform-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .platform-item {
    border-right: none;
    border-bottom: 1px solid #d7deea;
    padding: 1.25rem 1rem;
  }

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

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(5, 10, 20, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.5rem 0;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 0.9rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .tech-layout,
  .cta-panel {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .solution-grid,
  .industry-grid,
  .pillar-grid,
  .platform-grid,
  .solutions-cards,
  .industries-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-band-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .solution-grid,
  .industry-grid,
  .pillar-grid,
  .platform-grid,
  .solutions-cards,
  .industries-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 3.5rem;
  }

  .hero-brand {
    letter-spacing: 0.16em;
  }

  .banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Inner pages + home teaser */
.page-main {
  padding: 3.25rem 0 2rem;
}

.page-main .section-head {
  margin-bottom: 2.5rem;
}

.teaser {
  padding: 4rem 0;
}

.teaser-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  padding: 1.75rem;
  border: 1px solid rgba(61, 141, 255, 0.28);
  background:
    linear-gradient(120deg, rgba(61, 141, 255, 0.1), transparent 55%),
    var(--bg-elevated);
}

.teaser-card h2 {
  margin: 0.35rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
}

.teaser-card p {
  margin: 0.9rem 0 0;
  color: var(--muted);
  max-width: 34rem;
}

.teaser-visual {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 220px;
}

.teaser-visual img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center top;
}

/* Technology page */
.technology-page {
  --tech-glow: rgba(0, 180, 255, 0.45);
}

.technology-page main {
  background: #050a18;
}

.tech-ecosystem {
  position: relative;
  padding: 4.5rem 0 7rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 75% 45%, rgba(0, 100, 255, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 20%, rgba(0, 180, 255, 0.1), transparent 55%),
    linear-gradient(180deg, #040914 0%, #050a18 55%, #050a18 100%);
}

.tech-ecosystem::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 9rem;
  background: linear-gradient(180deg, rgba(5, 10, 24, 0), #050a18 72%);
  pointer-events: none;
  z-index: 2;
}

.tech-eco-glow {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(ellipse 90% 70% at 50% 100%, rgba(0, 120, 255, 0.28), transparent 70%),
    repeating-radial-gradient(
      ellipse 120% 40% at 50% 120%,
      rgba(61, 180, 255, 0.14) 0 1px,
      transparent 1px 14px
    );
  mask-image: linear-gradient(180deg, transparent, #000 35%, #000 70%, transparent);
  opacity: 0.85;
}

.tech-eco-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 3rem;
  align-items: center;
}

.tech-eco-copy .section-label {
  color: #5eb8ff;
}

.tech-eco-copy h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.05;
  max-width: 12ch;
}

.tech-eco-copy h1 .accent {
  color: #3db8ff;
}

.tech-eco-copy > p {
  margin: 1.1rem 0 0;
  color: var(--muted);
  max-width: 34rem;
  font-size: 1.05rem;
}

.tech-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  margin-top: 2.25rem;
}

.tech-pillar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #dce8f8;
}

.tech-pillar span {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(61, 180, 255, 0.55);
  background: rgba(0, 85, 255, 0.12);
  color: #5ec8ff;
  box-shadow: 0 0 18px rgba(0, 160, 255, 0.25);
}

.tech-pillar svg {
  width: 1.15rem;
  height: 1.15rem;
}

.tech-pillar strong {
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.tech-hub {
  position: relative;
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.tech-hub-core {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 280px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(80, 190, 255, 0.55);
  background:
    radial-gradient(circle at 50% 40%, rgba(0, 140, 255, 0.35), rgba(5, 12, 28, 0.95) 68%);
  box-shadow:
    0 0 0 10px rgba(0, 85, 255, 0.08),
    0 0 60px rgba(0, 140, 255, 0.35),
    inset 0 0 40px rgba(0, 120, 255, 0.2);
}

.tech-hub-core::before {
  content: "";
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  border: 1px solid rgba(61, 180, 255, 0.18);
  pointer-events: none;
}

.tech-hub-core img {
  width: min(72%, 200px);
  height: auto;
  filter: drop-shadow(0 0 18px rgba(0, 160, 255, 0.35));
}

.tech-pods {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  width: 100%;
}

.tech-pods li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(61, 180, 255, 0.22);
  background: rgba(8, 16, 32, 0.72);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 24px rgba(0, 100, 255, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tech-pods li:hover {
  border-color: rgba(80, 200, 255, 0.55);
  box-shadow: 0 0 28px rgba(0, 160, 255, 0.18);
  transform: translateY(-2px);
}

.tech-pod-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  border: 1px solid rgba(80, 200, 255, 0.65);
  color: #7ad4ff;
  background: radial-gradient(circle at 40% 30%, rgba(0, 140, 255, 0.35), rgba(5, 14, 30, 0.9));
  box-shadow: 0 0 16px rgba(0, 160, 255, 0.28);
}

.tech-pod-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.tech-pods h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

.tech-pods p {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.tech-comms {
  position: relative;
  margin-top: -4.5rem;
  padding: 6.5rem 0 5rem;
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(0, 120, 255, 0.16), transparent 58%),
    linear-gradient(180deg, #050a18 0%, #07111f 42%, #050a18 100%);
  z-index: 3;
}

.tech-comms::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8rem;
  background: linear-gradient(180deg, rgba(5, 10, 24, 0.92), transparent);
  pointer-events: none;
}

.tech-comms-head {
  position: relative;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.tech-comms > .container {
  position: relative;
  z-index: 1;
}

.tech-comms-head h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
}

.tech-comms-head h2 .accent {
  color: var(--accent-soft);
}

.tech-comms-head > p {
  margin: 0.9rem auto 0;
  color: var(--muted);
  max-width: 38rem;
}

.comms-panel {
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid rgba(61, 180, 255, 0.28);
  background:
    linear-gradient(165deg, rgba(12, 24, 48, 0.98), rgba(6, 12, 24, 0.98));
  box-shadow:
    0 0 0 1px rgba(0, 85, 255, 0.08),
    0 28px 70px rgba(0, 0, 0, 0.45),
    0 0 50px rgba(0, 120, 255, 0.12);
  overflow: hidden;
}

.comms-panel-top {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(61, 180, 255, 0.2);
  background: linear-gradient(90deg, rgba(0, 85, 255, 0.12), transparent 70%);
}

.comms-brand img {
  height: 42px;
  width: auto;
}

.comms-title {
  padding-left: 1.25rem;
  border-left: 1px solid rgba(61, 180, 255, 0.35);
}

.comms-title h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}

.comms-title p {
  margin: 0.35rem 0 0;
  color: #8eb8ff;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comms-section-label {
  padding: 0.7rem 1.5rem;
  background: linear-gradient(90deg, #0038b0, #0055ff 55%, #0080ff);
  font-family: "Oswald", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.comms-details {
  margin: 0;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(61, 180, 255, 0.16);
}

.comms-details > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.comms-details > div:nth-child(even) {
  background: rgba(0, 85, 255, 0.05);
}

.comms-details > div:last-child {
  border-bottom: 0;
}

.comms-details dt {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: #7ab8ff;
  font-weight: 700;
  font-size: 0.92rem;
}

.comms-details dt svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  color: #4db8ff;
}

.comms-details dd {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
}

.comms-block {
  padding: 1.15rem 1.5rem 0.35rem;
}

.comms-block h4 {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.55rem;
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9ec8ff;
}

.comms-block-icon {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  border: 1px solid rgba(80, 200, 255, 0.55);
  background: rgba(0, 85, 255, 0.18);
  color: #7ad4ff;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  box-shadow: 0 0 12px rgba(0, 160, 255, 0.2);
}

.comms-block-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.comms-block p {
  margin: 0 0 0.85rem;
  color: #d5e0f0;
  line-height: 1.55;
}

.comms-block p strong {
  color: #7ad4ff;
}

.comms-block blockquote {
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(61, 180, 255, 0.22);
  border-left: 3px solid #3db8ff;
  background: rgba(0, 100, 255, 0.1);
  color: #c8d8ec;
  font-style: italic;
  line-height: 1.55;
}

.comms-file {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(61, 180, 255, 0.28);
  background: rgba(5, 14, 30, 0.85);
}

.comms-file-icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(80, 200, 255, 0.45);
  background: linear-gradient(160deg, rgba(0, 100, 255, 0.35), rgba(0, 40, 100, 0.5));
  color: #7ad4ff;
}

.comms-file-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.comms-file strong {
  display: block;
  font-size: 0.92rem;
}

.comms-file span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.comms-panel-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-top: 0.5rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(61, 180, 255, 0.28);
  color: #8eb0d8;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

@media (max-width: 960px) {
  .tech-eco-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tech-eco-copy h1 {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .teaser-card {
    grid-template-columns: 1fr;
  }
}

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

  .comms-details > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

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

  .comms-title {
    padding-left: 0;
    border-left: 0;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(61, 180, 255, 0.25);
    width: 100%;
  }
}
